@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: unset;
  margin-top: 0 !important;
}
html.noscroll {
  overflow: hidden !important;
}
body, input, button, textarea {
  background-color: #fff;
  font-weight: 400;
  font-size: 18px;
  outline: none;
  color: black;
  font-family: "Jost", sans-serif;
}
body *:focus, input *:focus, button *:focus, textarea *:focus {
  outline: none;
}
body {
  display: flex;
  flex-direction: column;
  background-color: #f6eddd;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 100vh;
  line-height: 1.5em;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  font-family: "Jost", sans-serif;
  overflow-x: unset;
}
body > * {
  z-index: 1;
}
p {
  margin: 0;
  font-family: "Jost", sans-serif;
}
h1, h2, h3, h4, h5 {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.9em;
  margin: 0;
  margin-bottom: 10px;
  color: black;
  font-family: "Jost", sans-serif;
}
h1 {
  font-size: 36px;
  line-height: 36px;
}
h2 {
  font-size: 29px;
  line-height: 1.2em;
}
h3 {
  font-size: 23px;
  line-height: 1.2em;
}
h4 {
  font-size: 100%;
  line-height: 1.2em;
}
a {
  text-decoration: none !important;
  color: black;
}
a:hover {
  color: #0a72ec;
}
hr {
  margin: 25px 0;
  border: none;
  border-top: solid 1px #c20c00 !important;
  position: relative;
  overflow: visible;
  width: 100%;
}
hr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #f5f5f5, #cfcfcf);
  left: 0;
  top: -1px;
}
ol, ul {
  margin-left: 25px;
  margin-bottom: 25px;
}
ol li:not(:last-of-type), ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
ol.has-medium-font-size li:not(:last-of-type), ul.has-medium-font-size li:not(:last-of-type) {
  margin-bottom: 10px;
}
select {
  height: 40px;
  border: solid 2px #fff;
  line-height: 36px;
  padding: 7px 15px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: black;
  font-family: "Jost", sans-serif;
  font-style: italic;
  appearance: none;
  background: #fff url("../images/chevrondown-dropdown-bg.png") right center no-repeat;
  background-size: auto 100%;
}
section {
  padding: 25px 0;
  width: 100%;
  position: relative;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
}
.container.has_sidebar {
  display: flex;
  justify-content: space-between;
}
.container.has_sidebar .section_content {
  width: calc(100% - (30px + 250px ));
}
.mobile {
  display: none !important;
}
.desktop {
  display: inline-block;
}
body.logged-in .user_not_logged {
  display: none !important;
}
body:not(.logged-in) .user_logged {
  display: none !important;
}
#sidebar {
  width: 250px;
  position: sticky;
  top: 75px;
}
#sidebar ul, #sidebar ol {
  list-style: none;
}
#sidebar ul + h3 {
  margin-top: 30px;
}
#sidebar .widget-area ul {
  margin: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
.ui-button {
  height: auto;
  transition: all 250ms;
}
a.button, button.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  height: 42px;
  line-height: 42px;
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 20px;
  background-color: black;
  color: #fff;
  transition: all 150ms;
  font-size: 100%;
  cursor: pointer;
  font-weight: inherit;
  font-weight: 500;
  border: none;
  width: fit-content;
}
a.button.loading, button.button.loading, .woocommerce #respond input#submit.alt.loading, .woocommerce a.button.alt.loading, .woocommerce button.button.alt.loading, .woocommerce input.button.alt .woocommerce #content input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce-page #content input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page input.button.loading, #add_payment_method .wc-proceed-to-checkout a.checkout-button.loading, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.loading, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.loading {
  padding-right: 36px;
}
a.button:hover, button.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt .woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #fff;
  color: black;
}
a.button.white, button.button.white, .woocommerce #respond input#submit.alt.white, .woocommerce a.button.alt.white, .woocommerce button.button.alt.white, .woocommerce input.button.alt .woocommerce #content input.button.white, .woocommerce #respond input#submit.white, .woocommerce a.button.white, .woocommerce button.button.white, .woocommerce input.button.white, .woocommerce-page #content input.button.white, .woocommerce-page #respond input#submit.white, .woocommerce-page a.button.white, .woocommerce-page button.button.white, .woocommerce-page input.button.white, #add_payment_method .wc-proceed-to-checkout a.checkout-button.white, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.white, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.white {
  background-color: #fff;
  color: black;
}
a.button.white:hover, button.button.white:hover, .woocommerce #respond input#submit.alt.white:hover, .woocommerce a.button.alt.white:hover, .woocommerce button.button.alt.white:hover, .woocommerce input.button.alt .woocommerce #content input.button.white:hover, .woocommerce #respond input#submit.white:hover, .woocommerce a.button.white:hover, .woocommerce button.button.white:hover, .woocommerce input.button.white:hover, .woocommerce-page #content input.button.white:hover, .woocommerce-page #respond input#submit.white:hover, .woocommerce-page a.button.white:hover, .woocommerce-page button.button.white:hover, .woocommerce-page input.button.white:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.white:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.white:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.white:hover {
  background-color: black;
  color: #fff;
}
a.button.sand, button.button.sand, .woocommerce #respond input#submit.alt.sand, .woocommerce a.button.alt.sand, .woocommerce button.button.alt.sand, .woocommerce input.button.alt .woocommerce #content input.button.sand, .woocommerce #respond input#submit.sand, .woocommerce a.button.sand, .woocommerce button.button.sand, .woocommerce input.button.sand, .woocommerce-page #content input.button.sand, .woocommerce-page #respond input#submit.sand, .woocommerce-page a.button.sand, .woocommerce-page button.button.sand, .woocommerce-page input.button.sand, #add_payment_method .wc-proceed-to-checkout a.checkout-button.sand, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.sand, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.sand {
  background-color: #f6eddd;
  color: black;
}
a.button.sand:hover, button.button.sand:hover, .woocommerce #respond input#submit.alt.sand:hover, .woocommerce a.button.alt.sand:hover, .woocommerce button.button.alt.sand:hover, .woocommerce input.button.alt .woocommerce #content input.button.sand:hover, .woocommerce #respond input#submit.sand:hover, .woocommerce a.button.sand:hover, .woocommerce button.button.sand:hover, .woocommerce input.button.sand:hover, .woocommerce-page #content input.button.sand:hover, .woocommerce-page #respond input#submit.sand:hover, .woocommerce-page a.button.sand:hover, .woocommerce-page button.button.sand:hover, .woocommerce-page input.button.sand:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.sand:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.sand:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.sand:hover {
  background-color: black;
  color: #f6eddd;
}
a.button.faded, button.button.faded, .woocommerce #respond input#submit.alt.faded, .woocommerce a.button.alt.faded, .woocommerce button.button.alt.faded, .woocommerce input.button.alt .woocommerce #content input.button.faded, .woocommerce #respond input#submit.faded, .woocommerce a.button.faded, .woocommerce button.button.faded, .woocommerce input.button.faded, .woocommerce-page #content input.button.faded, .woocommerce-page #respond input#submit.faded, .woocommerce-page a.button.faded, .woocommerce-page button.button.faded, .woocommerce-page input.button.faded, #add_payment_method .wc-proceed-to-checkout a.checkout-button.faded, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.faded, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.faded {
  opacity: 0.3;
}
a.button.faded:hover, button.button.faded:hover, .woocommerce #respond input#submit.alt.faded:hover, .woocommerce a.button.alt.faded:hover, .woocommerce button.button.alt.faded:hover, .woocommerce input.button.alt .woocommerce #content input.button.faded:hover, .woocommerce #respond input#submit.faded:hover, .woocommerce a.button.faded:hover, .woocommerce button.button.faded:hover, .woocommerce input.button.faded:hover, .woocommerce-page #content input.button.faded:hover, .woocommerce-page #respond input#submit.faded:hover, .woocommerce-page a.button.faded:hover, .woocommerce-page button.button.faded:hover, .woocommerce-page input.button.faded:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.faded:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.faded:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.faded:hover {
  opacity: 1;
}
a.button.lightgray, button.button.lightgray, .woocommerce #respond input#submit.alt.lightgray, .woocommerce a.button.alt.lightgray, .woocommerce button.button.alt.lightgray, .woocommerce input.button.alt .woocommerce #content input.button.lightgray, .woocommerce #respond input#submit.lightgray, .woocommerce a.button.lightgray, .woocommerce button.button.lightgray, .woocommerce input.button.lightgray, .woocommerce-page #content input.button.lightgray, .woocommerce-page #respond input#submit.lightgray, .woocommerce-page a.button.lightgray, .woocommerce-page button.button.lightgray, .woocommerce-page input.button.lightgray, #add_payment_method .wc-proceed-to-checkout a.checkout-button.lightgray, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.lightgray, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.lightgray {
  background-color: #f5f5f5;
  color: black;
}
a.button.lightgray:hover, button.button.lightgray:hover, .woocommerce #respond input#submit.alt.lightgray:hover, .woocommerce a.button.alt.lightgray:hover, .woocommerce button.button.alt.lightgray:hover, .woocommerce input.button.alt .woocommerce #content input.button.lightgray:hover, .woocommerce #respond input#submit.lightgray:hover, .woocommerce a.button.lightgray:hover, .woocommerce button.button.lightgray:hover, .woocommerce input.button.lightgray:hover, .woocommerce-page #content input.button.lightgray:hover, .woocommerce-page #respond input#submit.lightgray:hover, .woocommerce-page a.button.lightgray:hover, .woocommerce-page button.button.lightgray:hover, .woocommerce-page input.button.lightgray:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.lightgray:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.lightgray:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.lightgray:hover {
  background-color: #6a6a6a;
  color: #fff;
}
a.button:disabled[disabled], a.button a.disabled, a.button:disabled[disabled]:hover, a.button a.disabled:hover, button.button:disabled[disabled], button.button a.disabled, button.button:disabled[disabled]:hover, button.button a.disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt a.disabled, .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt a.disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt a.disabled, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce a.button.alt a.disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt a.disabled, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt a.disabled:hover, .woocommerce input.button.alt .woocommerce #content input.button:disabled[disabled], .woocommerce input.button.alt .woocommerce #content input.button a.disabled, .woocommerce input.button.alt .woocommerce #content input.button:disabled[disabled]:hover, .woocommerce input.button.alt .woocommerce #content input.button a.disabled:hover, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit a.disabled, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce #respond input#submit a.disabled:hover, .woocommerce a.button:disabled[disabled], .woocommerce a.button a.disabled, .woocommerce a.button:disabled[disabled]:hover, .woocommerce a.button a.disabled:hover, .woocommerce button.button:disabled[disabled], .woocommerce button.button a.disabled, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button a.disabled:hover, .woocommerce input.button:disabled[disabled], .woocommerce input.button a.disabled, .woocommerce input.button:disabled[disabled]:hover, .woocommerce input.button a.disabled:hover, .woocommerce-page #content input.button:disabled[disabled], .woocommerce-page #content input.button a.disabled, .woocommerce-page #content input.button:disabled[disabled]:hover, .woocommerce-page #content input.button a.disabled:hover, .woocommerce-page #respond input#submit:disabled[disabled], .woocommerce-page #respond input#submit a.disabled, .woocommerce-page #respond input#submit:disabled[disabled]:hover, .woocommerce-page #respond input#submit a.disabled:hover, .woocommerce-page a.button:disabled[disabled], .woocommerce-page a.button a.disabled, .woocommerce-page a.button:disabled[disabled]:hover, .woocommerce-page a.button a.disabled:hover, .woocommerce-page button.button:disabled[disabled], .woocommerce-page button.button a.disabled, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce-page button.button a.disabled:hover, .woocommerce-page input.button:disabled[disabled], .woocommerce-page input.button a.disabled, .woocommerce-page input.button:disabled[disabled]:hover, .woocommerce-page input.button a.disabled:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled[disabled], #add_payment_method .wc-proceed-to-checkout a.checkout-button a.disabled, #add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button a.disabled:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled[disabled], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button a.disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button a.disabled:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled[disabled], .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button a.disabled, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button a.disabled:hover {
  color: #4d4d4d !important;
  cursor: not-allowed !important;
  background-image: none !important;
  background-color: gainsboro !important;
}
a.button.small, button.button.small, .woocommerce #respond input#submit.alt.small, .woocommerce a.button.alt.small, .woocommerce button.button.alt.small, .woocommerce input.button.alt .woocommerce #content input.button.small, .woocommerce #respond input#submit.small, .woocommerce a.button.small, .woocommerce button.button.small, .woocommerce input.button.small, .woocommerce-page #content input.button.small, .woocommerce-page #respond input#submit.small, .woocommerce-page a.button.small, .woocommerce-page button.button.small, .woocommerce-page input.button.small, #add_payment_method .wc-proceed-to-checkout a.checkout-button.small, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.small, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.small {
  height: 32px;
  line-height: 32px !important;
  padding: 0 20px;
  text-transform: capitalize;
}
a.button.large, button.button.large, .woocommerce #respond input#submit.alt.large, .woocommerce a.button.alt.large, .woocommerce button.button.alt.large, .woocommerce input.button.alt .woocommerce #content input.button.large, .woocommerce #respond input#submit.large, .woocommerce a.button.large, .woocommerce button.button.large, .woocommerce input.button.large, .woocommerce-page #content input.button.large, .woocommerce-page #respond input#submit.large, .woocommerce-page a.button.large, .woocommerce-page button.button.large, .woocommerce-page input.button.large, #add_payment_method .wc-proceed-to-checkout a.checkout-button.large, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.large, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.large {
  height: 42px;
  line-height: 44px !important;
  font-size: 1.2em;
  padding: 0 30px;
  text-transform: capitalize;
}
a.button.is_text, button.button.is_text, .woocommerce #respond input#submit.alt.is_text, .woocommerce a.button.alt.is_text, .woocommerce button.button.alt.is_text, .woocommerce input.button.alt .woocommerce #content input.button.is_text, .woocommerce #respond input#submit.is_text, .woocommerce a.button.is_text, .woocommerce button.button.is_text, .woocommerce input.button.is_text, .woocommerce-page #content input.button.is_text, .woocommerce-page #respond input#submit.is_text, .woocommerce-page a.button.is_text, .woocommerce-page button.button.is_text, .woocommerce-page input.button.is_text, #add_payment_method .wc-proceed-to-checkout a.checkout-button.is_text, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.is_text, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.is_text {
  height: auto;
  color: black;
  line-height: inherit;
  align-items: inherit;
  justify-content: inherit;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  text-decoration: underline !important;
}
a.button.is_text:hover, button.button.is_text:hover, .woocommerce #respond input#submit.alt.is_text:hover, .woocommerce a.button.alt.is_text:hover, .woocommerce button.button.alt.is_text:hover, .woocommerce input.button.alt .woocommerce #content input.button.is_text:hover, .woocommerce #respond input#submit.is_text:hover, .woocommerce a.button.is_text:hover, .woocommerce button.button.is_text:hover, .woocommerce input.button.is_text:hover, .woocommerce-page #content input.button.is_text:hover, .woocommerce-page #respond input#submit.is_text:hover, .woocommerce-page a.button.is_text:hover, .woocommerce-page button.button.is_text:hover, .woocommerce-page input.button.is_text:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.is_text:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.is_text:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.is_text:hover {
  color: #0a72ec;
}
a.button.is_text.alternate, button.button.is_text.alternate, .woocommerce #respond input#submit.alt.is_text.alternate, .woocommerce a.button.alt.is_text.alternate, .woocommerce button.button.alt.is_text.alternate, .woocommerce input.button.alt .woocommerce #content input.button.is_text.alternate, .woocommerce #respond input#submit.is_text.alternate, .woocommerce a.button.is_text.alternate, .woocommerce button.button.is_text.alternate, .woocommerce input.button.is_text.alternate, .woocommerce-page #content input.button.is_text.alternate, .woocommerce-page #respond input#submit.is_text.alternate, .woocommerce-page a.button.is_text.alternate, .woocommerce-page button.button.is_text.alternate, .woocommerce-page input.button.is_text.alternate, #add_payment_method .wc-proceed-to-checkout a.checkout-button.is_text.alternate, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.is_text.alternate, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.is_text.alternate {
  color: #fff;
}
a.button.is_text.alternate:hover, button.button.is_text.alternate:hover, .woocommerce #respond input#submit.alt.is_text.alternate:hover, .woocommerce a.button.alt.is_text.alternate:hover, .woocommerce button.button.alt.is_text.alternate:hover, .woocommerce input.button.alt .woocommerce #content input.button.is_text.alternate:hover, .woocommerce #respond input#submit.is_text.alternate:hover, .woocommerce a.button.is_text.alternate:hover, .woocommerce button.button.is_text.alternate:hover, .woocommerce input.button.is_text.alternate:hover, .woocommerce-page #content input.button.is_text.alternate:hover, .woocommerce-page #respond input#submit.is_text.alternate:hover, .woocommerce-page a.button.is_text.alternate:hover, .woocommerce-page button.button.is_text.alternate:hover, .woocommerce-page input.button.is_text.alternate:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.is_text.alternate:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.is_text.alternate:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.is_text.alternate:hover {
  color: #0a72ec;
}
.wpcf7 {
  margin: 0 auto;
  max-width: 820px;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form fieldset {
  margin: 0 auto;
}
.wpcf7 form fieldset + fieldset {
  margin-top: 30px;
}
.wpcf7 form .contact-form-header-reason {
  text-align: center;
  margin-top: 20px;
}
.wpcf7 form .contact-form-header-reason h3 span {
  font-weight: 400;
}
.wpcf7 form .contact-form-container {
  padding: 28px 0;
}
.wpcf7 form .contact-form-container .wpcf7-spinner {
  display: none;
}
.wpcf7 form div.line {
  display: flex;
  margin-top: 15px;
}
.wpcf7 form div.line:first-child {
  margin-top: 0;
}
.wpcf7 form div.line.submit {
  flex-direction: column;
  margin: 25px auto 0;
  max-width: 250px;
}
.wpcf7 form div.line > div, .wpcf7 form div.line > span, .wpcf7 form div.line > input[type=submit] {
  margin: 0 7.5px;
  width: calc(100% - 15px);
}
.wpcf7 form div.line > input[type=submit] {
  height: 32px;
  border-radius: 16px;
  border: solid 2px black;
  background-color: black;
  color: #fff;
  line-height: 30px;
  display: inline-flex;
  cursor: pointer;
  margin: 0;
  padding: 0 16px;
  margin: 0 10px;
  text-align: center;
  transition: all 250ms;
  font-weight: 600;
  justify-content: center;
}
.wpcf7 form div.line > input[type=submit]:hover {
  background-color: #fff;
  border-color: #fff;
  color: black;
}
.wpcf7 form div.line span, .wpcf7 form div.line input, .wpcf7 form div.line textarea {
  width: 100%;
}
.wpcf7 form div.line textarea {
  display: block;
}
.wpcf7 form .wpcf7cf_group:not(:first-child) div.line {
  margin-top: 15px;
}
.wpcf7 form input[type=text], .wpcf7 form input[type=number], .wpcf7 form input[type=email], .wpcf7 form input[type=tel], .wpcf7 form input[type=url], .wpcf7 form input[type=password], .wpcf7 form input[type=search], .wpcf7 form select, .wpcf7 form textarea, .wpcf7 form .input-text {
  padding: 5px 20px;
  border: none;
  border: solid 2px #f5f5f5;
  box-shadow: none;
  position: relative;
  border-radius: 5px;
}
.wpcf7 form input[type=text]::placeholder, .wpcf7 form input[type=number]::placeholder, .wpcf7 form input[type=email]::placeholder, .wpcf7 form input[type=tel]::placeholder, .wpcf7 form input[type=url]::placeholder, .wpcf7 form input[type=password]::placeholder, .wpcf7 form input[type=search]::placeholder, .wpcf7 form select::placeholder, .wpcf7 form textarea::placeholder, .wpcf7 form .input-text::placeholder {
  font-style: italic;
  color: black;
}
.wpcf7 form input[type=search] {
  padding-left: 25px;
}
.wpcf7 form select {
  padding: 0 15px;
  width: 100%;
  font-weight: 400;
  color: black;
  font-size: 16px;
}
.wpcf7 form textarea {
  padding: 12px 20px;
}
.wpcf7 form .wpcf7-list-item {
  display: inline-block;
  margin: 15px 7.5px 0 7.5px;
}
.wpcf7 form .wpcf7-list-item.selected label {
  border: solid 2px black;
  background-color: #fff;
}
.wpcf7 form .wpcf7-list-item label {
  height: 40px;
  display: block;
  line-height: 38px;
  padding: 0 12px;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  border: solid 2px #f5f5f5;
  transition: all 150ms;
}
.wpcf7 form .wpcf7-list-item label:hover {
  border: solid 2px black;
  background-color: #f5f5f5;
}
.wpcf7 form .wpcf7-list-item label input {
  display: none;
}
.wpcf7 form .wpcf7-list-item label span {
  font-weight: 600;
  pointer-events: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
/* == WordPress WYSIWYG Editor Styles == */
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone, img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #89979b;
  transition: border-color 150ms ease-in-out 0s;
  outline: none;
  color: #21313c;
  background-color: white;
  padding-right: 12px;
}
input:not([type=checkbox]):not([type=radio]) :hover {
  box-shadow: #e7eeec 0px 0px 0px 3px;
}
p + p {
  margin-top: 10px;
}
p + h1, p + h2, p + h3, p + h4, p + h5 {
  margin-top: 20px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip-content {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip .tooltip-content:hover .tooltiptext {
  visibility: visible;
}
.section_title {
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  width: 100%;
  max-width: 900px;
}
.section_title h1, .section_title h2, .section_title h3 {
  color: black;
  text-align: center;
  width: 100%;
}
.section_title p.subtitle {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 980px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .container {
    width: 96%;
  }
  .container.has_sidebar .section_content {
    width: calc(100% - (30px + 175px ));
  }
  #sidebar {
    width: 175px;
    font-size: 0.9em;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  a.button, button.button, .woocommerce ul.products li.product .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    height: 36px;
    line-height: 34px !important;
    padding: 0 12px;
  }
  a.button.disabled, a.button:disabled[disabled], a.button a.disabled, a.button:disabled[disabled]:hover, a.button a.disabled:hover, button.button.disabled, button.button:disabled[disabled], button.button a.disabled, button.button:disabled[disabled]:hover, button.button a.disabled:hover, .woocommerce ul.products li.product .button.disabled, .woocommerce ul.products li.product .button:disabled[disabled], .woocommerce ul.products li.product .button a.disabled, .woocommerce ul.products li.product .button:disabled[disabled]:hover, .woocommerce ul.products li.product .button a.disabled:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt a.disabled, .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt a.disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt a.disabled, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce a.button.alt a.disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt a.disabled, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt a.disabled:hover, .woocommerce input.button.alt .woocommerce #content input.button.disabled, .woocommerce input.button.alt .woocommerce #content input.button:disabled[disabled], .woocommerce input.button.alt .woocommerce #content input.button a.disabled, .woocommerce input.button.alt .woocommerce #content input.button:disabled[disabled]:hover, .woocommerce input.button.alt .woocommerce #content input.button a.disabled:hover, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit a.disabled, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce #respond input#submit a.disabled:hover, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.button a.disabled, .woocommerce a.button:disabled[disabled]:hover, .woocommerce a.button a.disabled:hover, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button a.disabled, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button a.disabled:hover, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button a.disabled, .woocommerce input.button:disabled[disabled]:hover, .woocommerce input.button a.disabled:hover, .woocommerce-page #content input.button.disabled, .woocommerce-page #content input.button:disabled[disabled], .woocommerce-page #content input.button a.disabled, .woocommerce-page #content input.button:disabled[disabled]:hover, .woocommerce-page #content input.button a.disabled:hover, .woocommerce-page #respond input#submit.disabled, .woocommerce-page #respond input#submit:disabled[disabled], .woocommerce-page #respond input#submit a.disabled, .woocommerce-page #respond input#submit:disabled[disabled]:hover, .woocommerce-page #respond input#submit a.disabled:hover, .woocommerce-page a.button.disabled, .woocommerce-page a.button:disabled[disabled], .woocommerce-page a.button a.disabled, .woocommerce-page a.button:disabled[disabled]:hover, .woocommerce-page a.button a.disabled:hover, .woocommerce-page button.button.disabled, .woocommerce-page button.button:disabled[disabled], .woocommerce-page button.button a.disabled, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce-page button.button a.disabled:hover, .woocommerce-page input.button.disabled, .woocommerce-page input.button:disabled[disabled], .woocommerce-page input.button a.disabled, .woocommerce-page input.button:disabled[disabled]:hover, .woocommerce-page input.button a.disabled:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button.disabled, #add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled[disabled], #add_payment_method .wc-proceed-to-checkout a.checkout-button a.disabled, #add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button a.disabled:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled[disabled], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button a.disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button a.disabled:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button.disabled, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled[disabled], .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button a.disabled, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled[disabled]:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button a.disabled:hover {
    padding: 0 12px;
  }
  .section_title {
    padding: 15px 0;
  }
  .container.has_sidebar {
    flex-direction: column;
  }
  .container.has_sidebar .section_content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  .wpcf7 {
    border: none;
    border-bottom-color: none;
    border-top-color: none;
  }
  .wpcf7 form .contact-form-container {
    padding: 0;
    border: none;
  }
  .wpcf7 form .contact-form-container .line {
    flex-direction: column;
    margin: 7px 0;
  }
  .wpcf7 form .contact-form-container .line span {
    margin-right: 0;
    margin-left: 0;
  }
  .wpcf7 form .contact-form-container .line span + span {
    margin-top: 7px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
#wpadminbar {
  position: fixed;
  transform: translateY(0);
  bottom: 0;
  top: auto;
}
#wpadminbar #wp-admin-bar-bapf_debug_bar, #wpadminbar #wp-admin-bar-elementor_inspector, #wpadminbar #wp-admin-bar-stats, #wpadminbar #wp-admin-bar-new-content, #wpadminbar #wp-admin-bar-comments, #wpadminbar #wp-admin-bar-updates, #wpadminbar #wp-admin-bar-customize, #wpadminbar #wp-admin-bar-wp-logo, #wpadminbar #wp-admin-bar-notes, #wpadminbar #wp-admin-bar-search, #wpadminbar #wp-admin-bar-imagify, #wpadminbar #wp-admin-bar-wpseo-menu, #wpadminbar #wp-admin-bar-maintenance_options {
  display: none;
}
header {
  height: 52px;
  position: sticky;
  top: 0;
  overflow-anchor: none;
  z-index: 11;
}
header .header_container {
  background: #c20c00;
  transition: all 150ms;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
body.home header {
  margin-bottom: -70px;
}
body.home header .header_container {
  background-color: transparent;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0);
}
.is-scrolled .header_container {
  background-color: #c20c00 !important;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#minicart {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-out;
}
#minicart .minicart_close {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #f6eddd;
}
#minicart .minicart_close:hover {
  color: #ffa700;
}
#minicart .minicart_overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#minicart.active {
  opacity: 1;
  pointer-events: auto;
}
#minicart.active .widget_shopping_cart_content {
  transform: translateX(0);
}
#minicart .widget_shopping_cart_content {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: 100vh;
  max-width: 450px;
  transform: translateX(100%);
  transition: all 250ms ease-out;
  background-color: #f6eddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
#minicart .minicart_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  position: relative;
  background-color: #c20c00;
  border: solid 1px #c20c00;
  border-right: none;
  border-top: none;
  text-align: center;
}
#minicart .minicart_header h2 {
  color: #f6eddd;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
#minicart .woocommerce-mini-cart__empty-message {
  padding: 25px;
  text-align: center;
}
#minicart .woocommerce-mini-cart {
  padding: 15px;
  margin: 0;
  width: 100%;
  min-height: calc(100vh - 210px);
  overflow: auto;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item:not(:first-child) {
  border-top: solid 1px #e1c28c;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
  width: 75px;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .product_thumbnail {
  flex: 0 0 75px;
  display: flex;
  border: solid 1px #f5f5f5;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .product_thumbnail img {
  width: 75px;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-infos {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-infos a {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-infos .woocommerce-mini-cart-item-infos-qty-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-infos .woocommerce-mini-cart-item-infos-qty-price .mini-cart-quantity {
  flex: 0 0 100px;
  order: 1;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-infos .woocommerce-mini-cart-item-infos-qty-price a.remove {
  order: 2;
  height: 36px;
  flex: 0 0 36px;
  color: #a0a0a0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-infos .woocommerce-mini-cart-item-infos-qty-price a.remove:hover {
  background: none !important;
  color: #c20c00 !important;
}
#minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-infos .woocommerce-mini-cart-item-infos-qty-price .amount {
  order: 3;
  flex: 1 1 50%;
  text-align: right;
  font-weight: 700;
}
#minicart .total {
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.1em;
  font-weight: 700;
  border-top: solid 1px #e1c28c;
  background-color: #f1e2c9;
}
#minicart .buttons {
  background-color: #c20c00;
  border-top: solid 1px #8f0900;
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
  margin-top: 0;
}
#minicart .buttons > a {
  width: 100%;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  display: flex;
  font-size: 20px;
  padding: 25px;
  height: auto;
  border-radius: 0;
  background-color: #c20c00;
  color: #f6eddd;
}
#minicart .buttons > a:hover {
  background-color: #f6eddd;
  color: #c20c00;
}
.language_menu {
  position: relative;
}
.language_menu a.current_language {
  cursor: pointer;
  height: 50px;
  padding: 0 10px;
}
.language_menu .other_languages {
  display: none;
  position: absolute;
  background-color: white;
  padding: 0 10px 10px 10px;
  z-index: 1;
  left: 20px;
  top: 100%;
  transform: translate(-50%, 0);
  border-radius: 0 0 25px 25px;
}
.language_menu .other_languages.clicked {
  display: block;
}
.language_menu .language a, .language_menu a.current_language {
  display: flex !important;
}
.language_menu .language a img, .language_menu a.current_language img {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: solid 1px #fff;
  object-fit: cover;
}
.language_menu .language:first-child a {
  margin-top: 0;
}
.language_menu .language a {
  margin-top: 7px;
  width: 19px;
}
.language_menu .language a img {
  width: 19px;
  height: 19px;
  display: block;
}
.menu_search_form_container_desktop {
  width: 100%;
  /* height is topbar heit 32px + mainbar height 70px */
  height: 102px;
  height: 70px;
  /* if no top bar */
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  transform: translateY(-101%);
  transition: all 250ms ease-out;
  background-color: #fff;
}
.menu_search_form_container_desktop .menu_search_form {
  width: auto;
  height: 102px;
  display: flex;
  align-items: center;
}
.menu_search_form_container_desktop .menu_search_form form {
  width: 500px;
}
.menu_search_form_container_desktop .menu_search_form label {
  width: 100%;
}
.menu_search_form_container_desktop .close {
  font-size: 24px;
  border: none;
  cursor: pointer;
}
.menu_search_form_container_desktop.active {
  transform: translateY(0);
}
.menu_search_form_mobile {
  display: none;
}
.menu_search_form_mobile form {
  justify-content: space-between;
}
.menu_search_form_mobile form label {
  width: 100%;
}
#topbar {
  height: 32px;
  width: 100%;
  background-color: black;
}
#topbar .topbar_container {
  display: flex;
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
  justify-content: flex-end;
  height: 32px;
}
#topbar .language_menu {
  height: 32px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#topbar .language_menu a.current_language {
  width: 100%;
  justify-content: center;
}
#topbar .language_menu .other_languages {
  top: 100%;
  left: 50%;
  padding: 10px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}
#topbar ul.menu {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
#topbar ul.menu > li {
  margin: 0;
}
#topbar ul.menu > li.highlight > a {
  color: #fff;
  text-transform: uppercase;
  transition: all 150ms;
  position: relative;
  padding: 0 10px;
}
#topbar ul.menu > li.highlight > a:before {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 12px);
  position: absolute;
  left: 2px;
  top: 5px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #c20c00, #c26d00) 1;
}
#topbar ul.menu > li.highlight > a:hover {
  color: white !important;
  background-color: black !important;
}
#topbar ul.menu > li.highlight > a:hover:before {
  border-image: none;
  border: solid 1px white;
}
#topbar ul.menu > li > a {
  align-items: center;
  display: flex;
  color: #fff;
  padding: 0 7px;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
  text-decoration: underline;
  transition: all 150ms;
}
#topbar ul.menu > li > a i {
  margin-right: 7px;
}
#topbar ul.menu > li > a:hover {
  background-color: #fff;
  color: black;
}
li.cart {
  position: relative;
  /* PUT DOT OVER ICON  */
}
li.cart.active > a i {
  position: relative;
}
li.cart.active > a i:after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f6eddd;
  background-image: linear-gradient(45deg, #fff, #f6eddd);
  border-radius: 5px;
  position: absolute;
  top: -2px;
  right: -6px;
}
#mainbar {
  display: flex;
  width: 1350px;
  margin: 0 auto;
  max-width: 90%;
  justify-content: space-between;
  height: 52px;
  transition: height 150ms ease-out;
}
#mainbar .menus_container {
  display: flex;
  align-items: center;
  padding-left: 0;
  justify-content: space-between;
}
#mainbar .menus_container > * .primary_menu {
  justify-content: flex-start;
}
#mainbar .menus_container > * .secondary_menu {
  justify-content: flex-end;
}
#mainbar .menus_container.desktop .menu > li > a {
  height: 52px;
  line-height: 52px;
}
#mainbar .menus_container.desktop .menu > li > a i + span {
  padding-left: 5px;
}
#mainbar .menus_container.desktop .menu > li > a:hover {
  color: #c20c00;
}
#mainbar .menus_container.desktop .menu > li > .sub-menu-container {
  /* topbar height 32 + menu height 32 when scrolled */
  top: 64px;
  /* if no top bar */
  top: 52px;
}
#mainbar #SKULL {
  width: 120px;
  position: absolute;
  transition: all 150ms ease-out;
}
#mainbar .custom-logo-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  transition: all 150ms ease-out;
  filter: drop-shadow(0, 4px, 0, rgba(0, 0, 0, 0.3));
  transform: translateY(105px);
}
#mainbar .custom-logo-link img {
  width: 120px;
}
body.is-scrolled #mainbar #SKULL {
  opacity: 0;
  top: -1px;
  transform: translateY(-100%);
}
body.is-scrolled #mainbar .custom-logo-link {
  transform: translateY(0px);
}
body.is-scrolled #mainbar .custom-logo-link img {
  width: 80px;
}
#mainbar .menu_container.desktop {
  justify-content: center;
}
#mainbar .menu_container.desktop.primary_menu {
  justify-content: flex-start;
}
#mainbar .menu_container.desktop.primary_menu .menu {
  justify-content: flex-start;
}
#mainbar .menu_container.desktop.primary_menu .menu > li.menu-item-has-children a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
}
#mainbar .menu_container.desktop.secondary_menu {
  display: flex;
  justify-content: flex-end;
}
#mainbar .menu_container.desktop.secondary_menu .menu {
  justify-content: flex-end;
}
#mainbar .menu_container.desktop .menu {
  display: flex;
  align-items: center;
}
#mainbar .menu_container.desktop .menu > li {
  padding: 0 10px;
  margin: 0;
}
#mainbar .menu_container.desktop .menu > li.mobile {
  display: none;
}
#mainbar .menu_container.desktop .menu > li:first-child {
  padding-left: 0;
}
#mainbar .menu_container.desktop .menu > li:last-child {
  padding-right: 0;
}
#mainbar .menu_container.desktop .menu > li:last-child.language_menu {
  padding-left: 0;
}
#mainbar .menu_container.desktop .menu > li.highlight > a {
  color: #f3b73f;
}
#mainbar .menu_container.desktop .menu > li > a {
  display: block;
  line-height: 70px;
  align-items: center;
  height: 70px;
  transition: all 150ms ease-out;
  white-space: nowrap;
  text-transform: uppercase;
  color: #f9db9f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
#mainbar .menu_container.desktop .menu > li > a:hover {
  color: #fff;
}
#mainbar .menu_container.desktop .menu > li > a:hover:after {
  transform-origin: center;
  transform: rotate(90deg);
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container {
  position: absolute;
  background-color: white;
  /* height is topbar heit 32px + mainbar height 70px */
  top: 102px;
  top: 70px;
  /* if no top bar */
  left: 0;
  width: 100%;
  border-top: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  padding: 50px 0;
  list-style: none;
  margin: 0;
  display: none;
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  transform: translateY(100%);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container > .container {
  display: flex;
  width: 1350px;
  margin: 0 auto;
  max-width: 90%;
  justify-content: space-between;
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container > .container > ul.sub-menu {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 0;
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container > .container > ul.sub-menu > li {
  width: auto;
  display: inline-flex;
  margin-bottom: 0;
  padding: 0 50px 15px 0;
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container > .container > ul.sub-menu > li:last-child {
  padding-bottom: 0;
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container > .container > ul.sub-menu > li.new > a:before {
  content: "NEW";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
  font-size: 10px;
  font-weight: 600;
  background: linear-gradient(90deg, #c20c00 0%, #c26d00 100%);
  color: white;
  padding: 4px 6px;
  height: 8px;
  line-height: 7.5px;
  border-radius: 2px;
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container > .container > ul.sub-menu > li > a {
  font-size: 20px;
  font-weight: 600;
  color: black;
  transition: all 150ms ease-out;
  position: relative;
}
#mainbar .menu_container.desktop .menu > li > .sub-menu-container > .container > ul.sub-menu > li > a:hover {
  color: #c20c00;
}
#mainbar .menu_container.desktop .menu > li.menu-item-has-children:hover > .sub-menu-container {
  display: flex;
  pointer-events: auto;
}
#mainbar .menu_container.mobile {
  display: none !important;
  justify-content: space-between;
}
#mainbar .menu_container.mobile #mobile-menu-trigger {
  border: none;
  width: 40px;
  font-size: 20px;
  background: none;
  color: black;
}
#mainbar .menu_container.mobile .mobile-menu-header {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(52px + 3px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3px;
}
#mainbar .menu_container.mobile .mobile-menu-header > span {
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 52px;
}
#mainbar .menu_container.mobile .mobile-menu-header:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #c20c00, #c26d00);
}
#mainbar .menu_container.mobile .mobile-menu-header #mobile-menu-close {
  width: 52px;
  height: 52px;
  border: none;
  font-size: 22px;
  line-height: 52px;
  padding: 0;
  background: none;
  color: black;
  border-left: solid 1px #cfcfcf;
}
#mainbar .menu_container.mobile .menu {
  display: flex;
  align-items: center;
}
#mainbar .menu_container.mobile .menu > li {
  padding: 0 7px;
  margin: 0;
}
#mainbar .menu_container.mobile .menu > li.language_menu {
  padding: 0 0;
}
#mainbar .menu_container.mobile .menu > li.mobile {
  display: inherit;
}
#mainbar .menu_container.mobile .menu > li.desktop {
  display: none;
}
#mainbar .menu_container.mobile .menu > li:not(:last-of-type) {
  margin-bottom: 0;
}
#mainbar .menu_container.mobile .menu > li > a {
  font-size: 20px;
}
#mainbar .menu_container.mobile .mobile-menu-content {
  padding-top: calc(52px + 3px);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 250ms ease-out;
  pointer-events: none;
  background-color: #f6eddd;
  transform-origin: center center;
  transform: scale(1.05);
  align-items: flex-start;
  justify-content: center;
}
#mainbar .menu_container.mobile .mobile-menu-content.visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
#mainbar .menu_container.mobile .mobile-menu-content.visible li.search {
  display: block;
}
#mainbar .menu_container.mobile .mobile-menu-content.visible li.search .menu_search_form_mobile {
  display: block;
}
#mainbar .menu_container.mobile .mobile-menu-content li.search {
  display: none;
}
#mainbar .menu_container.mobile .mobile-menu-content li.search .menu_search_form_mobile {
  display: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu li.new > a:before {
  content: "new";
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(90deg, #c20c00 0%, #c26d00 100%);
  color: white;
  padding: 4px 6px;
  height: 10px;
  line-height: 10px;
  margin-top: -2px;
  margin-right: 5px;
  border-radius: 2px;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu li.highlight > a {
  font-weight: 900;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li {
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li:not(:last-of-type) {
  margin-bottom: 0;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li:not(.search):not(:last-child) {
  border-bottom: solid 1px #cfcfcf;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li.menu-item-has-children > a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: left;
  position: relative;
  height: 52px;
  line-height: 52px;
  display: block;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li > a > i {
  margin-right: 10px;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li.strong > a {
  font-weight: 600;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms;
  transform-origin: top left;
  transform: translateX(100%);
  height: 0;
  overflow: hidden;
  margin: 0 0 0 30px;
  list-style: none;
  position: fixed;
  top: calc(52px + 3px);
  left: 0;
  height: calc(100% - 55px);
  background-color: #fff;
  margin: 0;
  width: 100%;
  z-index: 1;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu li {
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu li:not(.search):not(:last-child) {
  border-bottom: solid 1px #cfcfcf;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu li.menu-item-has-children > a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu li button.close_submenu {
  border: none;
  position: relative;
  height: 52px;
  width: 52px;
  transform: scaleX(-100%);
  padding: 0;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu li button.close_submenu:after {
  content: "";
  width: 24px;
  height: 24px;
  background: transparent url(../images/chevron.png) center no-repeat;
  background-size: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  position: relative;
  height: 52px;
  line-height: 52px;
  display: block;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu li a > i {
  margin-right: 10px;
}
#mainbar .menu_container.mobile .mobile-menu-content .menu > li .sub-menu.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
#mainbar .menu_container.mobile.primary_menu {
  justify-content: flex-start;
}
#mainbar .menu_container.mobile.secondary_menu {
  justify-content: flex-end;
}
#mainbar .menu_container.mobile.secondary_menu .menu li:not(.desktop) {
  display: flex;
  align-items: center;
}
#mainbar .menu_container.mobile.secondary_menu .menu li a {
  display: flex;
  align-items: center;
}
#mainbar .menu_container.mobile.secondary_menu .menu li a span {
  font-size: 0;
  opacity: 0;
}
@media (max-width: 980px) {
  header {
    height: 50px;
  }
  #topbar {
    display: none !important;
  }
  .menu_search_form_container_desktop {
    display: none !important;
  }
  #mainbar {
    height: 50px;
    max-width: 94%;
  }
  #mainbar .menu_container.desktop {
    display: none !important;
  }
  #mainbar .menu_container.mobile {
    display: flex !important;
  }
  #mainbar .menus_container {
    padding-left: 0;
  }
  #mainbar #SKULL {
    display: none;
  }
  #mainbar .custom-logo-link {
    width: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
  }
  #mainbar .custom-logo-link img {
    transition: all 150ms ease-out;
    width: 120px;
  }
  body.is-scrolled #mainbar .custom-logo-link {
    width: 90px;
    transform: translate(-50%, -50%);
  }
  body.is-scrolled #mainbar .custom-logo-link img {
    width: 90px;
  }
}
section#warning_nicotine {
  background-color: #333;
  color: #fff;
}
section#warning_nicotine p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: #f6eddd;
}
section#warning_nicotine .icon {
  color: #f6b93b;
}
footer {
  padding: 75px 0 0 0;
  background-color: #f6eddd;
}
footer .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 75px;
}
footer .container .social-links {
  margin-bottom: 15px;
}
footer .container .social-links a {
  color: #4d4d4d;
  display: inline-block;
  width: fit-content;
  font-weight: 500;
  margin-right: 15px;
}
footer .container .social-links a i {
  margin-right: 5px;
}
footer .container .social-links a:hover {
  color: #0a72ec;
}
footer .container #copyrights_text {
  max-width: 50%;
}
footer .container #copyrights_text p:first-child, footer .container #copyrights_text p:first-of-type {
  font-weight: 500;
}
footer .container #copyrights_text strong {
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
footer .container .footer_menus {
  white-space: nowrap;
  display: flex;
}
footer .container .footer_menus .title {
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 900;
}
footer .container .footer_menus .footer_menu {
  flex: 1 1 0px;
}
footer .container .footer_menus .footer_menu a {
  font-size: 17px;
}
footer .container .footer_menus .footer_menu a:hover {
  color: #c20c00;
}
footer .container .footer_menus .footer_menu:not(:first-child) {
  margin-left: 50px;
}
footer #copyrights {
  color: #4d4d4d;
  padding: 25px 0;
  background-color: #c20c00;
}
footer #copyrights p {
  width: 100%;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #f6eddd;
  letter-spacing: -0.03em;
}
@media (max-width: 980px) {
  footer {
    padding: 50px 0 0 0;
  }
  footer .container {
    flex-direction: column;
    white-space: normal;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  footer .container #copyrights_text {
    max-width: none;
    margin-bottom: 50px;
  }
  footer .container .footer_menus {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  footer .container .footer_menus .footer_menu {
    flex: 0 0 33%;
    margin-bottom: 25px;
  }
  footer .container .footer_menus .footer_menu:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  footer .container {
    padding-bottom: 30px;
  }
  section#reassurance_footer {
    margin-top: 50px;
    padding: 25px 0;
    background-color: #f5f5f5;
  }
  section#reassurance_footer .footer-reassurance-wrapper {
    flex-wrap: wrap;
  }
  section#reassurance_footer .footer-reassurance-wrapper .footer-reassurance-item {
    margin: 15px 0;
    justify-content: flex-start;
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  footer .container {
    padding-bottom: 0px;
  }
  footer .container .footer_menus {
    flex-wrap: wrap;
  }
  footer .container .footer_menus .footer_menu {
    flex: 0 0 50%;
  }
}
#pagebanner {
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  margin: 15px auto 0 auto;
  width: 90%;
  max-width: 1350px;
  position: relative;
  border-radius: 5px;
}
#pagebanner.bg_cover {
  background-size: cover;
}
#pagebanner.bg_contain {
  background-size: contain;
  background-position: bottom;
}
#pagebanner.lightgray {
  background-color: #f5f5f5;
  background: linear-gradient(to bottom right, #fbfbfb, #f1f1f1);
}
#pagebanner.darkgray {
  background-color: #f5f5f5;
  background: linear-gradient(to bottom right, #303030, #101010);
}
#pagebanner .container {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagebanner .content {
  display: flex;
  flex-direction: column;
}
#pagebanner.center .container {
  justify-content: center;
}
#pagebanner.banner_small {
  height: 160px;
}
#pagebanner.banner_medium {
  height: 500px;
}
#pagebanner.half .container {
  justify-content: space-evenly;
  display: flex;
}
#pagebanner.half .content {
  flex: 0 0 auto;
}
#pagebanner.half .img_banner {
  height: 90%;
}
@media (max-width: 768px) {
  #pagebanner {
    width: 96%;
    padding: 20px;
  }
  #pagebanner.banner_medium {
    height: 300px;
  }
}
.guide button, .guide .button, #single_post button, #single_post .button, #loop_posts button, #loop_posts .button, .search-results button, .search-results .button {
  display: inline-flex;
}
.guide .post_meta, #single_post .post_meta, #loop_posts .post_meta, .search-results .post_meta {
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.guide .navigation, #single_post .navigation, #loop_posts .navigation, .search-results .navigation {
  max-width: 1350px;
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
}
.guide .navigation > img, #single_post .navigation > img, #loop_posts .navigation > img, .search-results .navigation > img {
  margin-top: 25px;
}
.guide .navigation > div, #single_post .navigation > div, #loop_posts .navigation > div, .search-results .navigation > div {
  padding: 0 25px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.guide, #single_post {
  padding: 50px 0;
}
.guide .post-thumbnail-container, #single_post .post-thumbnail-container {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  z-index: 1;
}
.guide .post-thumbnail-container:after, #single_post .post-thumbnail-container:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 30px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: linear-gradient(to right, #c20c00, #c26d00);
}
.guide .post-thumbnail, #single_post .post-thumbnail {
  width: 100%;
  position: relative;
  z-index: 1;
}
.guide .post-thumbnail.wp-post-image, #single_post .post-thumbnail.wp-post-image {
  padding: 30px 30px 0 0;
}
.guide .section_content a:not(.button), #single_post .section_content a:not(.button) {
  font-weight: 600;
  color: #c20c00;
  transition: all 250ms;
}
.guide .section_content a:not(.button):hover, #single_post .section_content a:not(.button):hover {
  color: #c26d00;
}
.guide .post-thumbnail {
  margin: 0 0 30px 0;
}
#loop_posts {
  padding: 50px 0;
}
#loop_posts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#loop_posts .container:after {
  content: "";
  display: table;
  width: calc((100% / 3) - 7px);
}
#loop_posts .container article {
  float: none;
  width: calc((100% / 3) - 7px);
  position: relative;
  margin: 0;
  padding: 20px;
  border: solid 2px #f5f5f5;
  margin-bottom: 10px;
  border-radius: 5px;
}
#loop_posts .container article > div:first-child {
  display: flex;
  flex-direction: column;
}
#loop_posts .container article > div:first-child .entry-title {
  order: 2;
}
#loop_posts .container article > div:first-child .post_meta {
  order: 1;
}
#loop_posts .container article .entry-summary > a {
  display: flex;
  margin-bottom: 10px;
}
#loop_posts .container article .entry-summary img {
  border-radius: 5px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
#loop_posts .container article .post-edit-link {
  display: none;
}
@media (max-width: 1280px) {
  #loop_posts .container:after, #loop_posts .container article {
    width: calc((100% / 2) - 10px);
  }
}
@media (max-width: 980px) {
  .guide .post-thumbnail-container:after, #single_post .post-thumbnail-container:after {
    left: 15px;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
  }
  .guide .post-thumbnail.wp-post-image, #single_post .post-thumbnail.wp-post-image {
    padding: 15px 15px 0 0;
  }
}
@media (max-width: 768px) {
  #loop_posts .container:after {
    display: none;
  }
  #loop_posts .container article {
    width: 100%;
  }
  .guide .navigation, #single_post .navigation, #loop_posts .navigation {
    padding: 25px 0;
    width: 100%;
  }
  .guide .navigation > div, #single_post .navigation > div, #loop_posts .navigation > div {
    padding: 0 15px;
    font-size: 14px;
  }
}
section.blocks {
  padding: 0;
}
section.blocks.last_post {
  margin-bottom: 100px;
}
section.blocks .content_blocks .block {
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  position: relative;
  align-items: stretch;
  /* DEFAULT STYLES */
  /* BLOCKS TYPES */
  /* Images on left side | Text on right side */
}
section.blocks .content_blocks .block .inner_block {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
section.blocks .content_blocks .block .inner_block.icons {
  flex-direction: column;
}
section.blocks .content_blocks .block .button {
  display: inline-flex;
  margin-top: 15px;
}
section.blocks .content_blocks .block img.desktop {
  display: block;
}
section.blocks .content_blocks .block img.mobile {
  display: none;
}
section.blocks .content_blocks .block.fulltext.white .inner_block, section.blocks .content_blocks .block.icons.white .inner_block {
  padding: 25px 25px 0 25px;
}
section.blocks .content_blocks .block .text {
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
section.blocks .content_blocks .block .text h1, section.blocks .content_blocks .block .text h2, section.blocks .content_blocks .block .text h3, section.blocks .content_blocks .block .text h4, section.blocks .content_blocks .block .text h5, section.blocks .content_blocks .block .text h6 {
  color: black;
  margin-bottom: 15px;
}
section.blocks .content_blocks .block .text p, section.blocks .content_blocks .block .text ul, section.blocks .content_blocks .block .text li, section.blocks .content_blocks .block .text ol {
  color: black;
}
section.blocks .content_blocks .block .text p + p, section.blocks .content_blocks .block .text p + ul, section.blocks .content_blocks .block .text p + ol, section.blocks .content_blocks .block .text ul + ul, section.blocks .content_blocks .block .text ul + p, section.blocks .content_blocks .block .text ul + ol, section.blocks .content_blocks .block .text ol + ol, section.blocks .content_blocks .block .text ol + p, section.blocks .content_blocks .block .text ol + ul {
  margin-top: 10px;
}
section.blocks .content_blocks .block .text ul {
  padding: 0;
  margin: 0;
}
section.blocks .content_blocks .block .text ul.flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.blocks .content_blocks .block .text ul.flex li {
  margin-right: 15px;
}
section.blocks .content_blocks .block .text ol {
  padding: 0;
  margin: 0;
}
section.blocks .content_blocks .block.black .inner_block {
  background-color: black;
}
section.blocks .content_blocks .block.themegradient .inner_block {
  background-color: #c20c00;
  background-image: linear-gradient(225deg, #c20c00, #c26d00);
}
section.blocks .content_blocks .block.white .inner_block {
  background-color: #fff;
}
section.blocks .content_blocks .block.black .text h1, section.blocks .content_blocks .block.black .text h2, section.blocks .content_blocks .block.black .text h3, section.blocks .content_blocks .block.black .text h4, section.blocks .content_blocks .block.black .text h5, section.blocks .content_blocks .block.black .text h6, section.blocks .content_blocks .block.black .text p, section.blocks .content_blocks .block.black .text ul, section.blocks .content_blocks .block.black .text li, section.blocks .content_blocks .block.black .text ol, section.blocks .content_blocks .block.black .text a:not(.button), section.blocks .content_blocks .block.themegradient .text h1, section.blocks .content_blocks .block.themegradient .text h2, section.blocks .content_blocks .block.themegradient .text h3, section.blocks .content_blocks .block.themegradient .text h4, section.blocks .content_blocks .block.themegradient .text h5, section.blocks .content_blocks .block.themegradient .text h6, section.blocks .content_blocks .block.themegradient .text p, section.blocks .content_blocks .block.themegradient .text ul, section.blocks .content_blocks .block.themegradient .text li, section.blocks .content_blocks .block.themegradient .text ol, section.blocks .content_blocks .block.themegradient .text a:not(.button) {
  color: #fff;
}
section.blocks .content_blocks .block.visible_admin {
  display: none;
}
section.blocks .content_blocks .block.faq .inner_block {
  width: 100%;
}
section.blocks .content_blocks .block.fulltext {
  display: block;
}
section.blocks .content_blocks .block.fulltext .inner_block {
  display: block;
}
section.blocks .content_blocks .block.fulltext .inner_block h2 {
  width: 100%;
  text-align: center;
}
section.blocks .content_blocks .block.fullimage {
  display: block;
}
section.blocks .content_blocks .block.fullimage .inner_block img {
  max-width: 100%;
  width: 100%;
}
section.blocks .content_blocks .block.image_text {
  align-items: stretch;
  justify-content: space-between;
}
section.blocks .content_blocks .block.image_text > div {
  width: calc(40% - 7.5px);
}
section.blocks .content_blocks .block.image_text > div.image {
  position: relative;
  overflow: hidden;
  /* IE10+ CSS styles go here */
}
section.blocks .content_blocks .block.image_text > div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.blocks .content_blocks .block.image_text > div.image img {
    /* IE HACK */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 100%;
    height: auto;
    /* END IE HACK */
  }
  section.blocks .content_blocks .block.image_text > div.image.vertical_fill img {
    width: auto;
    height: 100%;
    min-width: auto;
    min-height: 100%;
  }
}
section.blocks .content_blocks .block.image_text > div.text {
  width: calc(60% - 7.5px);
}
section.blocks .content_blocks .block.text_image {
  align-items: stretch;
  justify-content: space-between;
}
section.blocks .content_blocks .block.text_image > div {
  width: calc(40% - 7.5px);
}
section.blocks .content_blocks .block.text_image > div.image {
  position: relative;
  overflow: hidden;
  /* IE10+ CSS styles go here */
}
section.blocks .content_blocks .block.text_image > div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.blocks .content_blocks .block.text_image > div.image img {
    /* IE HACK */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 100%;
    height: auto;
    /* END IE HACK */
  }
  section.blocks .content_blocks .block.text_image > div.image.vertical_fill img {
    width: auto;
    height: 100%;
    min-width: auto;
    min-height: 100%;
  }
}
section.blocks .content_blocks .block.text_image > div.text {
  width: calc(60% - 7.5px);
}
section.blocks .content_blocks .block.text_text > div {
  width: 50%;
}
section.blocks .content_blocks .block.icons {
  display: block;
  width: 100%;
}
section.blocks .content_blocks .block.icons h2 {
  text-align: center;
}
section.blocks .content_blocks .block.icons .description {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
section.blocks .content_blocks .block.icons .icons_container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 0;
}
section.blocks .content_blocks .block.icons .icons_container .item {
  flex: 1 1 0;
  margin: 20px 25px;
  max-width: 250px;
  text-align: center;
}
section.blocks .content_blocks .block.icons .icons_container .item .icon {
  font-size: 40px;
}
section.blocks .content_blocks .block.icons .icons_container .item .title {
  margin-top: 15px;
}
section.blocks .content_blocks .block.article small {
  font-weight: 300;
}
section.blocks .content_blocks .block.article div.image {
  overflow: visible;
}
section.blocks .content_blocks .block.article div.image img {
  width: calc(100% - 25px);
  transform: translateY(25px);
}
section.blocks .content_blocks .block.reviews .inner_block h2, section.blocks .content_blocks .block.reviews .inner_block .description {
  text-align: center;
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review {
  padding: 30px;
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_note {
  margin-bottom: 15px;
  color: #ffcd00;
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_text {
  position: relative;
  font-style: italic;
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_text:before {
  content: "“";
  position: absolute;
  left: -22px;
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_text:after {
  content: "”";
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_text:before, section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_text:after {
  font-size: 3em;
  line-height: 0;
  display: inline-block;
  transform: translateY(21px);
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_name {
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-top: 15px;
}
section.blocks .content_blocks .block.reviews .reviews_slider li.review .review_name:before {
  content: "- ";
}
section.blocks .content_blocks .block.reviews .reviews_slider.flexslider:hover .flex-direction-nav .flex-prev {
  left: -20px;
}
section.blocks .content_blocks .block.reviews .reviews_slider.flexslider:hover .flex-direction-nav .flex-next {
  right: -20px;
}
body.administrator section.blocks .content_blocks .block.visible_admin {
  display: flex;
}
body.administrator section.blocks .content_blocks .block.visible_admin.fulltext, body.administrator section.blocks .content_blocks .block.visible_admin.fullimage, body.administrator section.blocks .content_blocks .block.visible_admin.icons {
  display: block;
}
@media (max-width: 980px) {
  section.blocks.last_post {
    margin-bottom: 50px;
  }
  section.blocks .content_blocks .block {
    margin-top: 50px;
  }
  section.blocks .content_blocks .block img.mobile {
    display: block;
  }
  section.blocks .content_blocks .block img.desktop {
    display: none;
  }
  section.blocks .content_blocks .block .text {
    padding: 30px;
  }
  section.blocks .content_blocks .block .text h2 {
    margin-bottom: 15px;
  }
  section.blocks .content_blocks .block .text ul {
    padding: 0;
  }
}
@media (max-width: 768px) {
  section.blocks.last_post {
    margin-bottom: 15px;
  }
  section.blocks .content_blocks .block {
    margin-top: 15px;
    /* Images on left side | Text on right side */
  }
  section.blocks .content_blocks .block.image_text {
    flex-direction: column-reverse;
  }
  section.blocks .content_blocks .block.image_text > div {
    width: 100% !important;
  }
  section.blocks .content_blocks .block.image_text > div:not(:last-child) {
    margin-bottom: 15px;
  }
  section.blocks .content_blocks .block.image_text > div.image {
    order: 2;
  }
  section.blocks .content_blocks .block.image_text > div.text {
    order: 1;
  }
  section.blocks .content_blocks .block.text_image {
    flex-direction: column-reverse;
  }
  section.blocks .content_blocks .block.text_image > div {
    width: 100% !important;
  }
  section.blocks .content_blocks .block.text_image > div:not(:last-child) {
    margin-top: 15px;
  }
  section.blocks .content_blocks .block.text_text {
    flex-direction: column;
  }
  section.blocks .content_blocks .block.text_text > div {
    width: 100%;
  }
  section.blocks .content_blocks .block.text_text > div:not(:last-child) {
    margin-bottom: 15px;
  }
  section.blocks .content_blocks .block.icons .icons_container {
    /* Exactly 5 children */
  }
  section.blocks .content_blocks .block.icons .icons_container:has(> :nth-child(5):last-child) .item {
    flex: 0 0 31%;
  }
  section.blocks .content_blocks .block.icons .icons_container .item {
    margin: 0 0 15px 0;
  }
  section.blocks .content_blocks .block.icons .icons_container .item .icon {
    font-size: 20px;
  }
  section.blocks .content_blocks .block.icons .icons_container .item .title {
    font-size: 13px;
    margin-top: 5px;
    line-height: 15px;
    letter-spacing: -0.3px;
  }
  section.blocks .content_blocks .block.reviews .reviews_slider.flexslider .flex-direction-nav .flex-prev {
    left: -20px;
    transform: scale(0.5);
    transform-origin: center;
  }
  section.blocks .content_blocks .block.reviews .reviews_slider.flexslider .flex-direction-nav .flex-next {
    right: -20px;
    transform: scale(0.5);
    transform-origin: center;
  }
}
@media (max-width: 480px) {
  section.blocks.last_post {
    margin-bottom: 15px;
  }
  section.blocks .content_blocks .block .text {
    padding: 20px;
  }
}
#myaccount .container {
  padding: 50px;
  border: solid 2px #ebd8b5;
  border-radius: 15px;
}
#myaccount .woocommerce {
  display: flex;
  justify-content: space-between;
}
#myaccount .woocommerce:before, #myaccount .woocommerce:after {
  display: none;
}
#myaccount .woocommerce .woocommerce-MyAccount-navigation {
  width: auto;
  padding-right: 50px;
}
#myaccount .woocommerce .woocommerce-MyAccount-navigation select#account_menu_mobile {
  display: none;
  width: 100%;
  border: solid 2px #f5f5f5;
  border-radius: 0;
}
#myaccount .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
#myaccount .woocommerce .woocommerce-MyAccount-navigation ul li a i {
  margin-right: 15px;
  width: 20px;
}
#myaccount .woocommerce .woocommerce-MyAccount-navigation ul li a.is-active {
  font-weight: 800;
  background: -webkit-linear-gradient(#c20c00, #c26d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#myaccount .woocommerce fieldset {
  margin-top: 50px;
  margin-bottom: 50px;
  border: dashed 1px #f5f5f5;
  padding: 25px;
}
#myaccount .woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
  display: flex;
  justify-content: flex-end;
}
#myaccount .woocommerce table.my_account_orders a.button {
  height: auto;
  display: block;
  align-items: normal;
  justify-content: normal;
  border-radius: 0;
  padding: 7px 12px;
  background-color: #fff;
  color: black;
  font-size: 12px;
}
#myaccount .woocommerce table.my_account_orders a.button:not(:first-child) {
  border-left: solid 1px #c2c2c2;
}
#myaccount .woocommerce table.my_account_orders a.button:hover {
  background-color: #f5f5f5;
}
body.woocommerce-lost-password .woocommerce {
  flex-direction: column;
}
body.woocommerce-lost-password .woocommerce form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 980px) {
  #myaccount .container {
    padding: 25px;
  }
  #myaccount .woocommerce {
    flex-direction: column;
  }
  #myaccount .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
  #myaccount .woocommerce .woocommerce-MyAccount-navigation {
    padding-right: 0px;
    padding-bottom: 25px;
  }
  #myaccount .woocommerce .woocommerce-MyAccount-navigation ul#account_menu {
    display: none;
  }
  #myaccount .woocommerce .woocommerce-MyAccount-navigation select#account_menu_mobile {
    display: block;
  }
}
#FAQ {
  padding: 50px 0;
}
#FAQ .container .section_content {
  display: flex;
}
#FAQ .container .section_content .left {
  flex-shrink: 0;
}
#FAQ .container .section_content .left .navigation {
  margin-bottom: 30px;
}
#FAQ .container .section_content .left .navigation h3 {
  font-size: 20px;
}
#FAQ .container .section_content .left .navigation ul {
  list-style: none;
  margin: 0;
  margin-top: 15px;
}
#FAQ .container .section_content .left .navigation ul li a {
  padding: 0 0 0 10px;
  width: 200px;
  border-left: solid 3px #f5f5f5;
  transition: all 150ms;
  color: black;
  font-size: 14px;
  transition: all 250ms;
}
#FAQ .container .section_content .left .navigation ul li a:not(:last-child) {
  margin-bottom: 5px;
}
#FAQ .container .section_content .left .navigation ul li a:hover {
  border-color: #c20c00;
  color: #c20c00;
}
#FAQ .container .section_content .left .goto_contacts {
  border-top: solid 1px #f5f5f5;
  padding-top: 30px;
}
#FAQ .container .section_content .left .goto_contacts p {
  width: 200px;
  margin-bottom: 15px;
}
#FAQ .container .section_content .left .goto_contacts a i {
  margin-right: 10px;
}
#FAQ .container .section_content .right {
  width: 100%;
  padding-left: 30px;
}
#FAQ .container .section_content .right .faq-group .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
ul.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
ul.faq-list li {
  border: none;
  background: #fff;
  margin-bottom: 0;
  font-size: 16px;
  overflow: hidden;
  border-top: solid 2px #f5f5f5;
  border-bottom: solid 2px #f5f5f5;
  margin-bottom: 10px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.faq-list li:hover:not(.on) {
  background-color: #f5f5f5;
}
ul.faq-list li .question {
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  padding: 15px 10px 15px 10px;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-left: solid 5px white;
  color: black;
}
ul.faq-list li .question .icon_container {
  width: 36px;
  height: 21px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
}
ul.faq-list li .question:hover {
  border-color: #f5f5f5;
}
ul.faq-list li .question.on {
  padding: 25px 10px 15px 10px;
  border-color: black;
}
ul.faq-list li .question.on + .answer {
  border-color: black;
}
ul.faq-list li .answer {
  width: 100%;
  display: none;
  padding: 0 10px 25px 45px;
  border-left: solid 5px white;
}
@media (max-width: 736px) {
  #FAQ {
    padding: 50px 0;
  }
  #FAQ .container .section_content {
    flex-direction: column-reverse;
  }
  #FAQ .container .section_content .left .navigation {
    display: none;
  }
  #FAQ .container .section_content .left .goto_contacts {
    margin-top: 30px;
  }
  #FAQ .container .section_content .right {
    padding-left: 0;
  }
  #FAQ .container .section_content .right .faq-group .title {
    font-size: 22px;
    line-height: 24px;
  }
}
.concept_half.concept_half_reverse .container {
  flex-direction: row-reverse;
}
.concept_half.concept_half_reverse .container .content {
  padding-left: 50px;
}
.concept_half.concept_half_reverse .container .image {
  margin-left: 50px;
  padding: 25px;
}
.concept_half.concept_half_reverse .container .image img {
  object-fit: contain;
}
.concept_half:not(.concept_half_reverse) .container .image {
  margin-right: 50px;
}
.concept_half:not(.concept_half_reverse) .container .image img {
  object-fit: contain;
}
.concept_half .container {
  display: flex;
  justify-content: space-between;
}
.concept_half .container .image {
  width: 500px;
  /* Adjust width as needed */
  height: 500px;
  /* Adjust height as needed */
  padding: 50px;
  background-color: #f5f5f5;
  background: linear-gradient(to bottom right, #fbfbfb, #f1f1f1);
  border-radius: 5px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  object-fit: contain;
}
.concept_half .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.concept_half .container .content .text i {
  margin-right: 10px;
}
.concept_half .container .content .advantages_specs {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.concept_half .container .content .advantages_specs h3 i {
  margin-right: 10px;
}
.concept_half .container .content .advantages_specs > div {
  width: calc(50% - 25px);
}
.concept_half .container .content .advantages_specs ul {
  margin-bottom: 0;
}
.concept_half .container .content .actions {
  padding-top: 50px;
}
.concept_advantages {
  padding: 50px 0;
}
.concept_advantages .container {
  padding: 0 50px;
}
.concept_advantages .container .title {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.concept_advantages .container ul {
  padding: 50px 0 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.concept_advantages .container ul li {
  flex: 0 1 300px;
  text-align: center;
}
.concept_advantages .container ul li h3 {
  margin-bottom: 15px;
  font-size: 26px;
}
.concept_advantages .container .actions {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.concept_decomposition .container_mini:not(.active), .concept_decomposition .container_duo:not(.active), .concept_decomposition .container_lite:not(.active) {
  display: none;
}
.concept_decomposition .container {
  padding: 100px 100px 70px 100px;
  background-color: #f5f5f5;
  background: linear-gradient(to bottom right, #fbfbfb, #f1f1f1);
  border-radius: 5px;
}
.concept_decomposition .container .title {
  position: absolute;
  left: 100px;
  top: 70px;
}
.concept_decomposition .container .title img {
  width: 220px;
}
.concept_decomposition .container .title h3 {
  font-size: 26px;
}
.concept_decomposition .container .title h3 i {
  margin-right: 10px;
}
.concept_decomposition .container > img {
  max-width: 850px;
  margin: 0 auto;
  display: block;
}
.concept_decomposition .container_actions {
  padding: 0 0 25px 0;
  background: transparent;
  display: flex;
  justify-content: center;
}
.concept_decomposition .container_actions .actions {
  display: flex;
}
.concept_decomposition .container_actions .actions .button {
  margin: 0 12.5px;
}
#CONCEPT_VIDEO .video_container {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
}
#CONCEPT_VIDEO video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: translate(-2px, -2px);
  /* max-height: 650px; */
  object-fit: cover;
}
#CONCEPT_DESIGNEDFORUK .image img {
  mix-blend-mode: multiply;
}
@media (max-width: 1280px) {
  #CONCEPT_VIDEO .video_container {
    height: 520px;
  }
  .concept_decomposition .container {
    padding: 50px 50px 50px 50px;
  }
  .concept_decomposition .container .title {
    position: relative;
    left: auto;
    top: auto;
  }
  .concept_decomposition .container > img {
    max-width: 100%;
  }
  .concept_half .container .image {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 980px) {
  #CONCEPT_VIDEO .video_container {
    height: 410px;
  }
  #pagebanner.half.banner_medium {
    height: auto;
  }
  #pagebanner.half .img_banner {
    height: 300px;
  }
  #pagebanner.half .container {
    flex-direction: column;
    padding-top: 30px;
  }
  #pagebanner.half .container .content .banner_content {
    text-align: center;
  }
  #pagebanner.half .container .content .banner_content h1 img {
    height: 30px;
  }
}
@media (max-width: 768px) {
  #CONCEPT_VIDEO .video_container {
    height: 220px;
  }
  .concept_half .container .image {
    margin-top: 30px;
  }
  .concept_half:not(.concept_half_reverse) .container, .concept_half.concept_half_reverse .container {
    flex-direction: column-reverse;
  }
  .concept_half:not(.concept_half_reverse) .container .image, .concept_half.concept_half_reverse .container .image {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .concept_half.concept_half_reverse .container .content, .concept_half:not(.concept_half_reverse) .container .content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .concept_half .container .content .actions {
    padding-top: 15px;
  }
  .concept_decomposition .container {
    padding: 25px;
  }
  .concept_decomposition .container .title img {
    width: 130px;
  }
  .concept_decomposition .container .title h3 {
    font-size: 16px;
  }
  .concept_advantages .container ul {
    flex-direction: column;
  }
  .concept_advantages .container ul li {
    margin-top: 15px;
    flex: 0 1 auto;
  }
  .concept_advantages .container ul li h3 {
    margin-bottom: 5px;
  }
}
#CONCEPTMAINPAGE_BANNER {
  position: relative;
}
#CONCEPTMAINPAGE_BANNER .container {
  border-radius: 5px;
  overflow: hidden;
}
#CONCEPTMAINPAGE_BANNER .banner_text_container {
  position: absolute;
  max-width: 750px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 90%;
}
#CONCEPTMAINPAGE_BANNER .banner_text_container h1, #CONCEPTMAINPAGE_BANNER .banner_text_container h2 {
  text-align: center;
}
#CONCEPTMAINPAGE_BANNER .banner_image_container {
  display: flex;
}
#CONCEPTMAINPAGE_BANNER .banner_image_container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  animation: kenBurnsEffect 40s ease-in-out infinite;
}
#CONCEPTMAINPAGE_CONCEPTS .smarter_concepts_selector {
  display: flex;
  list-style: none;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: visible;
}
#CONCEPTMAINPAGE_CONCEPTS .smarter_concepts_selector li {
  display: flex;
  flex: 0 0 calc(50% - 15px);
  height: 175px;
  margin: 7.5px;
}
#CONCEPTMAINPAGE_CONCEPTS .smarter_concepts_selector li a {
  display: flex;
  border: none;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  transition: all 250ms ease-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0);
  /* Fixed the rgba */
  position: relative;
}
#CONCEPTMAINPAGE_CONCEPTS .smarter_concepts_selector li a img.hover {
  opacity: 0;
  transition: all 125ms ease-out;
  position: absolute;
  width: 100%;
}
#CONCEPTMAINPAGE_CONCEPTS .smarter_concepts_selector li a:hover img.hover {
  opacity: 1;
}
#CONCEPTMAINPAGE_CONCEPTS .smarter_concepts_selector li a img {
  width: 100%;
}
@keyframes kenBurnsEffect {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(-5%, -5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
#contacts {
  padding: 50px 0;
}
#contacts .contacts_title {
  text-align: center;
}
#contacts .contacts_title img {
  max-width: 450px;
  display: block;
  margin: 0 auto;
}
#contacts .contacts_title h2 {
  text-align: center;
}
#contacts .contacts_content .cf7mls-btns {
  display: flex;
  justify-content: center;
}
#contacts .contacts_content .cf7mls-btns .button {
  background-color: black;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin: 25px 0 0 0;
  padding: 0 16px;
  min-width: 120px;
}
#contacts .contacts_content .cf7mls-btns .button:hover {
  background-color: #fff;
  color: black;
}
#contacts .contacts_content fieldset {
  display: flex;
  flex-direction: column;
}
#contacts .contacts_content fieldset > p {
  order: 1;
}
#contacts .contacts_content fieldset > .contact-form-header-reason {
  order: 2;
}
#contacts .contacts_content fieldset > .contact-form-header-reason span {
  font-weight: 400;
  color: black;
}
#contacts .contacts_content fieldset > .contact-form-container {
  order: 3;
}
#contacts .contacts_content fieldset > p, #contacts .contacts_content fieldset > .contact-form-header-reason {
  padding: 0 50px;
}
#contacts .contacts_content .contact-reason-container #contact-reason {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contacts .contact_forms_intro_container {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 50px;
}
#contacts .contact_forms_selector {
  display: grid;
  max-width: 800px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
}
#contacts .contact_forms_selector li {
  text-align: center;
}
#contacts .contact_forms_selector li button {
  width: 100%;
  height: 150px;
  padding: 25px 15px;
  border: solid 2px black;
  border-radius: 5px;
  background-color: black;
  color: #fff;
  transition: all 250ms;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
#contacts .contact_forms_selector li button i {
  font-size: 30px;
  margin-bottom: 15px;
}
#contacts .contact_forms_selector li button:hover, #contacts .contact_forms_selector li button.active {
  background-color: #fff;
  color: black;
  border: solid 2px #f5f5f5;
}
#contacts .contact_forms_container > div {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms;
}
#contacts .contact_forms_container > div.active {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
#contacts .contact_forms_container > div h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  #contacts .contact_forms_selector {
    grid-template-columns: repeat(2, 1fr);
  }
}
#XbarModal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 15;
  max-width: 96%;
  box-sizing: border-box;
  width: 500px;
  background: black;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px #000;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}
#XbarModal a.close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
#XbarModal .modal-body {
  padding: 0 30px 30px 30px;
  padding: 0;
}
#XbarModal .modal-body img {
  display: block;
}
#XbarModal .modal-body * {
  color: #fff;
  text-align: center;
}
#XbarModal .modal-footer {
  padding: 0 30px 30px 30px;
  padding: 0;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 15;
  padding: 30px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.woocommerce-price-suffix {
  display: none !important;
}
.woocommerce-result-count {
  display: none !important;
}
.mini-booh-container {
  display: flex;
  justify-content: center;
}
.mini-booh-container .mini-booh {
  height: 70px;
}
.breadcrumbs {
  padding: 7px 0;
  background-color: white;
}
.breadcrumbs .breadcrumb-trail {
  width: 90%;
  margin: 0 auto;
  max-width: 1350px;
  position: relative;
}
#free_delivery_widget {
  margin-top: 20px;
  margin-bottom: 20px;
}
#free_delivery_widget .infos {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
#free_delivery_widget .infos i {
  font-size: 2em;
  margin-right: 15px;
}
#free_delivery_widget .infos .title {
  margin-bottom: 0;
}
#free_delivery_widget .infos p {
  line-height: 1.2em;
  margin-top: 5px;
}
#free_delivery_widget .bar_container {
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  height: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#free_delivery_widget .bar_container .bar_inner {
  width: calc(100% - 10px);
}
#free_delivery_widget .bar_container .bar_inner .bar {
  height: 4px;
  border-radius: 6px;
  background-color: #f6b93b;
}
#promo-bar-wrapper {
  height: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
#promo-bar-wrapper .promo-bar {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #c20c00, #c26d00);
}
#promo-message-wrapper {
  align-items: center;
  line-height: auto;
  font-size: 18px;
  margin-bottom: 10px;
}
#promo-message-wrapper i, #promo-message-wrapper .price {
  color: transparent;
  background: linear-gradient(to right, #c20c00, #c26d00);
  background-clip: text;
  -webkit-background-clip: text;
  /* For Safari and older browsers */
  text-fill-color: transparent;
  font-weight: 800;
}
#promo-message-wrapper.remaining {
  text-align: center;
}
#promo-message-wrapper.remaining i {
  font-size: 20px;
  margin-right: 10px;
}
#promo-message-wrapper.complete {
  font-weight: bold;
}
#promo-message-wrapper.complete i {
  font-size: 40px;
  margin-right: 10px;
  margin-top: -8px;
}
#promo-message-wrapper small {
  font-weight: normal;
}
#promo-bar-actions {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  margin-top: 5px;
  justify-content: center;
}
#promo-bar-actions a {
  display: inline-flex;
  background-color: black;
  height: 24px;
  padding: 0 12px;
  line-height: 24px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  transition: all 250ms;
}
#promo-bar-actions a:hover {
  background-color: #1a1a1a;
}
/* POP UP NOTICE WHEN PRODUCT IN CART AND CHANGE LANGUAGE */
.ui-dialog .ui-dialog-title {
  float: none;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 10px;
}
.ui-dialog .ui-dialog-content {
  padding: 10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
/* MAILCHIMP SIGNUP FORM HTML */
#mc_embed_signup {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#mc_embed_signup p {
  display: block;
}
#mce-EMAIL {
  border-radius: 40px;
  margin: 20px 0;
}
#mce-responses {
  display: none;
}
#mc-embedded-subscribe {
  margin-top: 15px;
  color: white;
  border: none;
  border-radius: 40px;
  background-color: black;
  text-align: center;
  height: 40px;
  max-width: 150px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
#mc-embedded-subscribe:hover {
  background-color: #333;
}
.home .bestsellers .section_actions {
  width: 100%;
  text-align: center;
}
.home .bestsellers .section_actions .button {
  margin: 0 auto;
  display: inline-block;
  line-height: 46px;
}
section#section_insta {
  padding-bottom: 50px;
}
section#section_insta .section_title {
  padding-bottom: 0;
  padding-top: 0;
}
section#section_insta .section_content {
  max-width: 1600px;
  margin: 0 auto;
}
section#section_insta .section_actions {
  text-align: center;
  margin-top: -25px;
}
section#section_insta .section_actions .button {
  margin: 0 auto;
  display: inline-flex;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
.flexslider.flexslider_desktop .slides li a img {
  min-height: 700px;
  object-fit: cover;
}
.flexslider.flexslider_desktop .slides, .flexslider.flexslider_mobile .slides {
  overflow: hidden;
}
.flexslider.flexslider_desktop .slides li.slide_video a, .flexslider.flexslider_mobile .slides li.slide_video a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flexslider.flexslider_desktop .slides li a, .flexslider.flexslider_mobile .slides li a {
  display: flex;
}
.flexslider.flexslider_desktop, .flexslider.flexslider_mobile {
  max-height: 1080px !important;
}
.flexslider.flexslider_desktop .slides, .flexslider.flexslider_mobile .slides {
  max-height: 1080px !important;
}
.flexslider.flexslider_desktop .slides li, .flexslider.flexslider_mobile .slides li {
  display: flex !important;
  max-height: 1080px !important;
  position: relative;
  justify-content: center;
  align-items: center;
}
.flexslider.flexslider_desktop .slides li video, .flexslider.flexslider_mobile .slides li video {
  width: 100%;
  height: calc(100vh * 9 / 16);
  object-fit: contain;
  background-color: black;
}
.image_lightbox {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transition: all 150ms;
}
.image_lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
.image_lightbox .image_container {
  position: relative;
  width: 80%;
  margin: 10% auto;
  text-align: center;
  z-index: 9999;
}
.image_lightbox .image_container img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.image_lightbox .image_container .image_container_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}
.monster-separate-1 {
  padding-bottom: calc((100vw * 0.15) + 50px) !important;
  position: relative;
  z-index: 10;
}
.monster-separate-1:after {
  height: calc(100vw * 0.15);
  width: 100%;
  content: "";
  position: absolute;
  background: transparent url("../images/monster-separate-1.png");
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
}
.monster-separate-2 {
  z-index: 10;
  padding-top: calc((100vw * 0.15) + 50px) !important;
  position: relative;
}
.monster-separate-2:before {
  height: calc(100vw * 0.15);
  width: 100%;
  content: "";
  position: absolute;
  background: transparent url("../images/monster-separate-2.png");
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
.monster-separate-3 {
  padding-bottom: calc((100vw * 0.03) + 50px) !important;
  position: relative;
}
.monster-separate-3:after {
  height: calc(100vw * 0.03);
  width: 100%;
  content: "";
  position: absolute;
  background: transparent url("../images/monster-separate-3.png");
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
}
.monster-separate-4 {
  padding-top: calc((100vw * 0.03) + 50px) !important;
  position: relative;
}
.monster-separate-4:before {
  height: calc(100vw * 0.03);
  width: 100%;
  content: "";
  position: absolute;
  background: transparent url("../images/monster-separate-4.png");
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
@media (max-width: 1280px) {
  .flexslider.flexslider_desktop .slides li a img {
    min-height: 600px;
  }
  .flexslider.flexslider_desktop .slides li video {
    height: auto;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  .home .bestsellers {
    padding-top: 0;
  }
  .home .bestsellers .section_title {
    padding-top: 25px;
  }
  section#section_insta {
    padding-bottom: 30px;
  }
  section#section_insta .section_actions {
    margin-top: 0;
  }
  .flexslider.flexslider_desktop .slides li a img {
    min-height: 500px;
  }
  .flexslider.flexslider_mobile .slides li {
    display: flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .flexslider.flexslider_mobile .slides li video {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}
@media (max-width: 768px) {
  .home .bestsellers .section_actions .button {
    line-height: 34px;
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 900px;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.currentoffers_desktop, .flexslider_desktop {
  display: block;
}
.currentoffers_mobile, .flexslider_mobile {
  display: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider.currentoffers_desktop .slides > li > a, .flexslider.currentoffers_mobile .slides > li > a {
  padding: 15px;
  border: solid 2px #f5f5f5;
  display: block;
}
.flexslider .slides > li {
  margin-bottom: 0;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  max-height: 900px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1;
  z-index: 10;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 900px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: none;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
}
.flex-direction-nav a.flex-next:before {
  content: "";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 768px) {
  .currentoffers_desktop, .flexslider_desktop {
    display: none;
  }
  .currentoffers_mobile, .flexslider_mobile {
    display: block;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .flexslider.currentoffers_desktop .slides > li > a, .flexslider.currentoffers_mobile .slides > li > a {
    padding: 5px;
    border: solid 2px #f5f5f5;
  }
  .flexslider_mobile .slides, .flexslider_mobile .slides > li, .flexslider_mobile .flex-control-nav, .flexslider_mobile .flex-direction-nav {
    max-height: 650px;
  }
  .flexslider_mobile .flexslider .slides img {
    max-height: 650px;
  }
  .flexslider_mobile .flex-viewport {
    max-height: 650px;
  }
}
.section_search_title.no_result {
  padding-top: 100px;
  padding-bottom: 250px;
}
.section_search_title.no_result .no_result_text {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.section_search_title h1 {
  text-align: center;
}
.section_search_title h1 .query_prev {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.section_search_title .search-form {
  display: flex;
  justify-content: center;
  border: solid 1px black;
  border-radius: 30px;
  width: 450px;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 100%;
}
.section_search_title .search-form input[type=search] {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  height: 42px;
  border: none;
  background: none;
}
.section_search_title .search-form input::placeholder {
  color: gray;
  font-weight: 400;
  font-style: italic;
}
.section_search_title .search-form label {
  width: 100%;
}
.section_search_title .search-form .search-submit {
  width: 60px;
  font-size: 20px;
  padding-right: 10px;
  cursor: pointer;
  border: none;
  background: none;
}
.section_search_results {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.section_search_results > article {
  display: block;
}
.section_search_results > article > a {
  height: 100%;
  display: block;
  border: solid 2px #f5f5f5;
  padding: 15px;
  transition: all 75ms;
}
.section_search_results > article > a * {
  transition: all 75ms;
}
.section_search_results > article > a .image {
  text-align: center;
}
.section_search_results > article > a .item-type-icon {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.section_search_results > article > a .item-type-icon i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 18px;
}
.section_search_results > article > a .entry-footer {
  display: none;
}
.section_search_results > article > a:hover {
  border: solid 2px black;
  background-color: black;
  color: #fff;
}
.section_search_results > article > a:hover * {
  color: #fff;
}
.menu_search_form {
  width: 250px;
  height: 70px;
  padding: 15px 15px 15px 0;
}
.menu_search_form .container {
  display: flex;
  justify-content: space-between;
}
.menu_search_form form {
  height: 40px;
  line-height: 38px;
  border: solid 2px #f5f5f5;
  border-radius: 5px;
  display: flex;
}
.menu_search_form form input[type="search"] {
  background: none;
  border: none;
  border-radius: 0;
  height: 38px;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
}
.menu_search_form form input::placeholder {
  color: gray;
  font-weight: 400;
  font-style: italic;
}
.menu_search_form button.search-submit {
  font-size: 17px;
  width: 40px;
  height: 40px;
  color: black;
  line-height: 38px;
  text-align: center;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .section_search_results {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 980px) {
  .section_search_results {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  /*
	.section_search_results {

		display: flex;
		flex-direction: column;

		> article {

			> a {
				padding: 10px;
				display: flex;

				>.image {
					flex: 1 0 100px;
				}

				>.infos {
					flex: 1 1 100%;
				}

				>p {
					display: none;
				}

				.item-type-icon {
					font-size: 14px;
				}

				h3 {
					font-size: 15px;
    				line-height: 17px;
				}

				.entry-footer {
					display: none;
				}
			}
		}

	}
	*/
  .section_search_results {
    grid-template-columns: repeat(3, 1fr);
  }
  .section_search_results > article > a > .infos h3 {
    margin-bottom: 0;
  }
  .section_search_results > article > a > .infos > p, .section_search_results > article > a > .infos .entry-footer {
    display: none;
  }
}
@media (max-width: 480px) {
  .section_search_results {
    grid-template-columns: repeat(2, 1fr);
  }
}
.presentation_button {
  position: relative;
  height: 48px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 100%;
  cursor: pointer;
  font-weight: inherit;
  margin: 0 auto;
  border-radius: 24px;
  border: 2px solid transparent;
  color: black;
  mix-blend-mode: multiply;
  background: linear-gradient(white, white) padding-box, linear-gradient(60deg, #c20c00, #c26d00) border-box;
}
.presentation_button:hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(60deg, #fff, #fff) border-box;
}
.presentation_button.disabled {
  pointer-events: none;
  background: linear-gradient(white, white) padding-box, linear-gradient(60deg, #a0a0a0, #a0a0a0) border-box;
}
.presentation_button.disabled:hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(60deg, #a0a0a0, #a0a0a0) border-box;
}
#SECTION_TOP {
  padding-top: 250px;
}
#SECTION_TOP .container {
  max-width: 950px;
}
#SECTION_TOP .bg {
  width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}
#SECTION_TOP .title {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%);
}
#SECTION_TOP .product_main_image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#SECTION_TOP .text_container .title, #SECTION_TOP .text_container .catchphrase, #SECTION_TOP .text_container .description {
  text-align: center;
}
#SECTION_TOP .text_container .catchphrase {
  margin-top: 30px;
  font-size: 36px;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#SECTION_TOP .text_container .price {
  text-align: center;
}
#SECTION_TOP .text_container .price > a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  background: linear-gradient(90deg, #c20c00, #c26d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px #00000000;
}
#SECTION_TOP .text_container .price > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #c20c00, #c26d00);
  position: absolute;
  bottom: -4px;
  left: 0;
}
#SECTION_TOP .text_container .price > a:hover {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px #00000000;
}
#SECTION_TOP .text_container .price > a:hover:after {
  background: white;
}
#SECTION_TOP .text_container .description {
  margin-top: 30px;
  color: #a0a0a0;
  font-size: 28px;
  line-height: 1.2em;
}
#SECTION_TOP .text_container .actions {
  margin-top: 30px;
}
#SECTION_DESCRIPTION {
  padding: 100px 0 0 0;
}
#SECTION_DESCRIPTION .icons_list_container {
  display: flex;
  justify-content: center;
}
#SECTION_DESCRIPTION .icons_list_container .icon_item {
  padding: 0 15px;
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#SECTION_DESCRIPTION .icons_list_container .icon_item .icon_container {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: black;
}
#SECTION_DESCRIPTION .icons_list_container .icon_item .icon_container i {
  color: #fff;
  font-size: 28px;
}
#SECTION_DESCRIPTION .icons_list_container .icon_item .icon_title {
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
#SECTION_DESCRIPTION .specs_desc_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
}
#SECTION_DESCRIPTION .specs_desc_container .left {
  width: calc(57% - 25px);
}
#SECTION_DESCRIPTION .specs_desc_container .right {
  width: calc(43% - 25px);
}
#SECTION_DESCRIPTION .specs_desc_container .texts .title {
  display: inline-block;
  margin: 0;
  margin-top: 0;
  font-size: 36px;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: linear-gradient(90deg, #c20c00, #c26d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px #00000000;
}
#SECTION_DESCRIPTION .specs_desc_container .texts .text {
  margin-top: 50px;
  line-height: 26px;
  font-size: 22px;
}
#SECTION_DESCRIPTION .specs_desc_container .texts .actions .presentation_button {
  margin: 50px 0 0 0;
}
#SECTION_SPECS {
  padding: 0 0 100px 0;
}
#SECTION_SPECS .specs_blocks_container .line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-items: stretch;
}
#SECTION_SPECS .specs_blocks_container .line:not(:first-child) {
  margin-top: 50px;
}
#SECTION_SPECS .specs_blocks_container .left {
  width: calc(57% - 25px);
}
#SECTION_SPECS .specs_blocks_container .right {
  width: calc(43% - 25px);
}
#SECTION_SPECS .specs_blocks_container .left .presentation_block:only-child, #SECTION_SPECS .specs_blocks_container .right .presentation_block:only-child {
  height: 100%;
}
#SECTION_SPECS .specs_blocks_container .left .presentation_block:not(:only-child):not(:first-child), #SECTION_SPECS .specs_blocks_container .right .presentation_block:not(:only-child):not(:first-child) {
  margin-top: 50px;
}
#SECTION_SPECS .specs_blocks_container .full {
  width: 100%;
  display: flex;
}
#SECTION_SPECS .specs_blocks_container .full .presentation_block {
  flex: 1 1 100%;
  margin: 0 25px;
}
#SECTION_SPECS .specs_blocks_container .full .presentation_block:first-child {
  margin-left: 0;
}
#SECTION_SPECS .specs_blocks_container .full .presentation_block:last-child {
  margin-right: 0;
}
#SECTION_SPECS .specs_blocks_container .presentation_block {
  padding: 50px;
  border-radius: 25px;
  overflow: hidden;
}
#SECTION_SPECS .specs_blocks_container .presentation_block .actions {
  margin-top: 50px;
}
#SECTION_SPECS .specs_blocks_container .presentation_block .actions .presentation_button {
  margin: 0;
}
#SECTION_SPECS .specs_blocks_container .presentation_block .actions .presentation_button:not(.disabled) {
  background: linear-gradient(white, white) padding-box, linear-gradient(60deg, var(--color1), var(--color2)) border-box;
}
#SECTION_SPECS .specs_blocks_container .presentation_block .actions .presentation_button:not(.disabled):hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(60deg, #fff, #fff) border-box;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.presentation_block_has_bg {
  background: var(--color1) var(--bgimage) center no-repeat !important;
  background-size: cover !important;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type1 .icon {
  font-size: 65px;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type1 .title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type1 .text_container {
  font-size: 22px;
  line-height: normal;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type1 .icon + .title, #SECTION_SPECS .specs_blocks_container .presentation_block.type1 .title_container + .text_container {
  margin-top: 30px;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type2 {
  padding: 0;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type2 .image {
  display: block;
  height: 100%;
  object-fit: cover;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.type3 {
  /* icones... ? */
}
#SECTION_SPECS .specs_blocks_container .presentation_block.style1 {
  background: linear-gradient(45deg, #c20c00, #c26d00);
}
#SECTION_SPECS .specs_blocks_container .presentation_block.style2 {
  border: solid 2px transparent;
  padding: 48px;
  background: linear-gradient(white, white) padding-box, linear-gradient(45deg, var(--color1), var(--color2)) border-box;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.style3 .title {
  background: linear-gradient(90deg, var(--color1), var(--color2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px #00000000;
  display: inline-block;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.style4 {
  padding: 0;
  justify-content: flex-start;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.style4 .title_container {
  padding: 50px 50px 0 50px;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.style4 .text_container {
  padding: 50px 50px 0 50px;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.style4 .image {
  border-radius: 25px;
  margin-top: 50px;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.text_style1 {
  /* DO NOTHING */
}
#SECTION_SPECS .specs_blocks_container .presentation_block.text_style2 {
  color: #fff;
}
#SECTION_SPECS .specs_blocks_container .presentation_block.text_style3 {
  color: black;
}
#SECTION_SPECS_LIST .section_list_title {
  margin: 30px 0 50px 0;
  padding-left: 50px;
  font-size: 36px;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#SECTION_SPECS_LIST .list {
  font-size: 22px;
  list-style: none;
  margin: 0;
  width: 100%;
}
#SECTION_SPECS_LIST .list li {
  display: flex;
  width: 100%;
  margin: 0;
  border-top: solid 2px rgba(0, 0, 0, 0.15);
}
#SECTION_SPECS_LIST .list li:last-child {
  border-bottom: solid 2px rgba(0, 0, 0, 0.15);
}
#SECTION_SPECS_LIST .list li .icon {
  width: 70px;
  flex: 0 0 70px;
}
#SECTION_SPECS_LIST .list li .title, #SECTION_SPECS_LIST .list li .text, #SECTION_SPECS_LIST .list li .icon {
  line-height: 22px;
}
#SECTION_SPECS_LIST .list li .title, #SECTION_SPECS_LIST .list li .text {
  font-size: 22px;
}
#SECTION_SPECS_LIST .list li .title {
  font-weight: 800;
  width: 35%;
  padding: 25px 50px;
  display: flex;
}
#SECTION_SPECS_LIST .list li .title .title_text {
  width: 100%;
}
#SECTION_SPECS_LIST .list li .text {
  width: 65%;
  padding: 25px 50px;
}
#SECTION_SPECS_DOCUMENTATION .section_documentation_title {
  margin: 30px 0 50px 0;
  padding-left: 50px;
  font-size: 36px;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#SECTION_SPECS_DOCUMENTATION .list {
  font-size: 22px;
  list-style: none;
  margin: 0;
  width: 100%;
}
#SECTION_SPECS_DOCUMENTATION .list li {
  display: flex;
  width: 100%;
  margin: 0;
  border-top: solid 2px rgba(0, 0, 0, 0.15);
}
#SECTION_SPECS_DOCUMENTATION .list li:last-child {
  border-bottom: solid 2px rgba(0, 0, 0, 0.15);
}
#SECTION_SPECS_DOCUMENTATION .list li .doc_btn {
  width: 70px;
  flex: 0 0 70px;
  margin: 10px 15px 10px 0;
  border: solid 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px black;
}
#SECTION_SPECS_DOCUMENTATION .list li .filename {
  line-height: 22px;
  font-size: 22px;
  font-weight: 800;
  width: 35%;
  padding: 25px 50px 25px 15px;
  display: flex;
}
#SECTION_BOT {
  padding: 100px 0;
  background: linear-gradient(90deg, #ff3b2e, #ffa32e);
}
#SECTION_BOT:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(closest-side, transparent 15%, white 100%);
}
#SECTION_BOT .text_container .title, #SECTION_BOT .text_container .price, #SECTION_BOT .text_container .below_price, #SECTION_BOT .text_container .text {
  text-align: center;
}
#SECTION_BOT .text_container .title {
  font-size: 30px;
  margin-bottom: 0;
}
#SECTION_BOT .text_container .below_price {
  font-size: 36px;
  line-height: normal;
  margin-top: 15px;
}
#SECTION_BOT .text_container .price {
  font-size: 65px;
  line-height: 70px;
  font-weight: 800;
  font-family: "Montserrat", "arial", sans-serif;
}
#SECTION_BOT .text_container .text {
  color: #a0a0a0;
  font-size: 28px;
  line-height: 1.2em;
  max-width: 600px;
  margin: 50px auto 0;
}
#SECTION_BOT .text_container .actions {
  margin-top: 50px;
}
/**
 *
 * DARK THEME
 *
 */
#SECTION_TOP.dark, #SECTION_DESCRIPTION.dark, #SECTION_SPECS.dark, #SECTION_SPECS_LIST.dark, #SECTION_SPECS_DOCUMENTATION.dark, #SECTION_BOT.dark {
  background-color: black;
  color: #fff;
}
#SECTION_TOP.dark h1, #SECTION_TOP.dark h2, #SECTION_TOP.dark h3, #SECTION_TOP.dark h4, #SECTION_TOP.dark h5, #SECTION_DESCRIPTION.dark h1, #SECTION_DESCRIPTION.dark h2, #SECTION_DESCRIPTION.dark h3, #SECTION_DESCRIPTION.dark h4, #SECTION_DESCRIPTION.dark h5, #SECTION_SPECS.dark h1, #SECTION_SPECS.dark h2, #SECTION_SPECS.dark h3, #SECTION_SPECS.dark h4, #SECTION_SPECS.dark h5, #SECTION_SPECS_LIST.dark h1, #SECTION_SPECS_LIST.dark h2, #SECTION_SPECS_LIST.dark h3, #SECTION_SPECS_LIST.dark h4, #SECTION_SPECS_LIST.dark h5, #SECTION_SPECS_DOCUMENTATION.dark h1, #SECTION_SPECS_DOCUMENTATION.dark h2, #SECTION_SPECS_DOCUMENTATION.dark h3, #SECTION_SPECS_DOCUMENTATION.dark h4, #SECTION_SPECS_DOCUMENTATION.dark h5, #SECTION_BOT.dark h1, #SECTION_BOT.dark h2, #SECTION_BOT.dark h3, #SECTION_BOT.dark h4, #SECTION_BOT.dark h5 {
  color: #fff;
}
#SECTION_TOP.dark .actions .presentation_button, #SECTION_DESCRIPTION.dark .actions .presentation_button, #SECTION_SPECS.dark .actions .presentation_button, #SECTION_SPECS_LIST.dark .actions .presentation_button, #SECTION_SPECS_DOCUMENTATION.dark .actions .presentation_button, #SECTION_BOT.dark .actions .presentation_button {
  color: #fff;
  mix-blend-mode: screen;
  background: linear-gradient(black, black) padding-box, linear-gradient(60deg, #c20c00, #c26d00) border-box;
  border-radius: 24px;
  border: 2px solid transparent;
}
#SECTION_TOP.dark .actions .presentation_button:hover, #SECTION_DESCRIPTION.dark .actions .presentation_button:hover, #SECTION_SPECS.dark .actions .presentation_button:hover, #SECTION_SPECS_LIST.dark .actions .presentation_button:hover, #SECTION_SPECS_DOCUMENTATION.dark .actions .presentation_button:hover, #SECTION_BOT.dark .actions .presentation_button:hover {
  background: linear-gradient(black, black) padding-box, linear-gradient(60deg, #fff, #fff) border-box;
}
#SECTION_TOP.dark .actions .presentation_button.disabled, #SECTION_DESCRIPTION.dark .actions .presentation_button.disabled, #SECTION_SPECS.dark .actions .presentation_button.disabled, #SECTION_SPECS_LIST.dark .actions .presentation_button.disabled, #SECTION_SPECS_DOCUMENTATION.dark .actions .presentation_button.disabled, #SECTION_BOT.dark .actions .presentation_button.disabled {
  background: linear-gradient(black, black) padding-box, linear-gradient(60deg, #a0a0a0, #a0a0a0) border-box;
}
#SECTION_TOP.dark .actions .presentation_button.disabled:hover, #SECTION_DESCRIPTION.dark .actions .presentation_button.disabled:hover, #SECTION_SPECS.dark .actions .presentation_button.disabled:hover, #SECTION_SPECS_LIST.dark .actions .presentation_button.disabled:hover, #SECTION_SPECS_DOCUMENTATION.dark .actions .presentation_button.disabled:hover, #SECTION_BOT.dark .actions .presentation_button.disabled:hover {
  background: linear-gradient(black, black) padding-box, linear-gradient(60deg, #a0a0a0, #a0a0a0) border-box;
}
#SECTION_DESCRIPTION.dark {
  background: linear-gradient(90deg, black, black);
}
#SECTION_DESCRIPTION.dark:before {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
#SECTION_DESCRIPTION.dark .icons_list_container .icon_item .icon_container {
  background-color: white;
}
#SECTION_DESCRIPTION.dark .icons_list_container .icon_item .icon_container i {
  color: black;
}
#SECTION_SPECS.dark {
  background: linear-gradient(90deg, black, black);
}
#SECTION_SPECS.dark:after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
#SECTION_SPECS.dark .specs_blocks_container .presentation_block.style2 {
  mix-blend-mode: screen;
  background: linear-gradient(black, black) padding-box, linear-gradient(45deg, var(--color1), var(--color2)) border-box;
}
#SECTION_SPECS.dark .specs_blocks_container .presentation_block .actions {
  margin-top: 50px;
}
#SECTION_SPECS.dark .specs_blocks_container .presentation_block .actions .presentation_button {
  margin: 0;
}
#SECTION_SPECS.dark .specs_blocks_container .presentation_block .actions .presentation_button:not(.disabled) {
  background: linear-gradient(black, black) padding-box, linear-gradient(60deg, var(--color1), var(--color2)) border-box;
}
#SECTION_SPECS.dark .specs_blocks_container .presentation_block .actions .presentation_button:not(.disabled):hover {
  background: linear-gradient(black, black) padding-box, linear-gradient(60deg, #fff, #fff) border-box;
}
#SECTION_SPECS_LIST.dark .list li {
  border-top: solid 2px #f5f5f5;
}
#SECTION_SPECS_LIST.dark .list li:last-child {
  border-bottom: solid 2px #f5f5f5;
}
#SECTION_SPECS_DOCUMENTATION.dark .list li {
  border-top: solid 2px #fff;
}
#SECTION_SPECS_DOCUMENTATION.dark .list li:last-child {
  border-bottom: solid 2px #fff;
}
#SECTION_SPECS_DOCUMENTATION.dark .list li .doc_btn {
  border: solid 2px #fff;
  color: white;
}
#SECTION_SPECS_DOCUMENTATION.dark .list li .doc_btn:hover {
  color: #c20c00;
  border: solid 2px #c20c00;
}
#SECTION_BOT.dark {
  background: linear-gradient(90deg, black, black);
}
#SECTION_BOT.dark:before {
  background-image: radial-gradient(closest-side, transparent 15%, black 100%);
}
@media (max-width: 980px) {
  #SECTION_TOP {
    padding-top: 130px;
  }
  #SECTION_TOP .title {
    top: 55px;
  }
  #SECTION_TOP .text_container .description {
    font-size: 22px;
  }
  #SECTION_DESCRIPTION {
    padding: 50px 0 0 0;
  }
  #SECTION_DESCRIPTION .icons_list_container {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  #SECTION_DESCRIPTION .icons_list_container .icon_item {
    padding: 0 7px;
    width: 115px;
  }
  #SECTION_DESCRIPTION .icons_list_container .icon_item .icon_image {
    width: 50px;
    height: 50px;
  }
  #SECTION_DESCRIPTION .icons_list_container .icon_item .icon_title {
    font-size: 17px;
    margin-top: 7px;
  }
  #SECTION_DESCRIPTION .specs_desc_container {
    margin-top: 25px;
    flex-direction: column;
    text-align: center;
  }
  #SECTION_DESCRIPTION .specs_desc_container .left, #SECTION_DESCRIPTION .specs_desc_container .right {
    width: 100%;
  }
  #SECTION_DESCRIPTION .specs_desc_container .texts .text {
    margin-top: 25px;
  }
  #SECTION_DESCRIPTION .specs_desc_container .texts .actions .presentation_button {
    margin-top: 25px;
    max-width: none;
  }
  #SECTION_SPECS {
    padding: 0 0 50px 0;
  }
  #SECTION_SPECS .specs_blocks_container .line {
    flex-direction: column;
    margin-top: 0;
  }
  #SECTION_SPECS .specs_blocks_container .line:not(:first-child) {
    margin-top: 0;
  }
  #SECTION_SPECS .specs_blocks_container .left, #SECTION_SPECS .specs_blocks_container .right {
    width: 100%;
  }
  #SECTION_SPECS .specs_blocks_container .full {
    flex-direction: column;
  }
  #SECTION_SPECS .specs_blocks_container .full .presentation_block {
    flex: 1 1 100%;
    margin: 25px 0;
  }
  #SECTION_SPECS .specs_blocks_container .full .presentation_block:first-child {
    margin-top: 75px;
  }
  #SECTION_SPECS .specs_blocks_container .presentation_block {
    padding: 25px;
    margin-top: 25px;
  }
  #SECTION_SPECS .specs_blocks_container .presentation_block:not(:only-child):not(:first-child) {
    margin-top: 25px;
  }
  #SECTION_SPECS .specs_blocks_container .presentation_block.type2 {
    min-height: 300px;
  }
  #SECTION_SPECS .specs_blocks_container .presentation_block.type2 .image {
    width: 100%;
  }
  #SECTION_SPECS .specs_blocks_container .presentation_block.style2 {
    padding: 23px;
  }
  #SECTION_SPECS .specs_blocks_container .presentation_block.style4 .image {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #SECTION_SPECS_LIST .section_list_title {
    padding-left: 25px;
  }
  #SECTION_SPECS_LIST .list li {
    flex-direction: column;
  }
  #SECTION_SPECS_LIST .list li .title {
    width: 100%;
    padding: 15px 25px 7.5px 25px;
  }
  #SECTION_SPECS_LIST .list li .text {
    width: 100%;
    padding: 7.5px 25px 15px 75px;
  }
  #SECTION_SPECS_LIST .list li .icon {
    width: 50px;
    flex: 0 0 50px;
  }
  #SECTION_BOT {
    padding-top: 50px;
  }
  #SECTION_BOT .text_container .text {
    font-size: 22px;
  }
}
section#STORELOCATOR {
  margin: 0;
  padding: 0;
}
section#STORELOCATOR > .container {
  max-width: none;
  width: 100%;
}
section#STORELOCATOR .wpsl_container {
  border-radius: 5px;
  padding: 0 20px;
  background-color: #fff;
}
section#STORELOCATOR #wpsl-search-wrap form {
  display: flex;
}
section#STORELOCATOR #wpsl-search-wrap .wpsl-search-btn-wrap {
  flex: 0 0;
}
section#STORELOCATOR #wpsl-search-wrap .wpsl-input {
  flex: 1 1 100%;
  margin-right: 0;
}
section#STORELOCATOR #wpsl-search-wrap .wpsl-input label {
  display: none;
}
section#STORELOCATOR #wpsl-wrap {
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
section#STORELOCATOR #wpsl-wrap .wpsl-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  padding: 10px;
  border-radius: 5px;
}
section#STORELOCATOR #wpsl-wrap .map_trigger {
  display: none;
}
section#STORELOCATOR #wpsl-wrap #wpsl-result-list {
  flex: 0 0 400px;
  height: 60vh;
  padding: 56px 10px 10px 10px;
  margin-right: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
section#STORELOCATOR #wpsl-wrap #wpsl-result-list .map_trigger {
  display: none;
}
section#STORELOCATOR #wpsl-wrap #wpsl-result-list .wpsl-direction-wrap {
  font-size: 0;
  line-height: 0;
}
section#STORELOCATOR #wpsl-wrap #wpsl-result-list .wpsl-direction-wrap .wpsl-directions {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}
section#STORELOCATOR #wpsl-wrap #wpsl-result-list .wpsl-direction-wrap .wpsl-directions:hover {
  color: #0a72ec;
}
section#STORELOCATOR #wpsl-wrap #wpsl-result-list .wpsl-direction-wrap .wpsl-directions:before {
  font: var(--fa-font-regular);
  content: "";
  margin-right: 7px;
}
section#STORELOCATOR #wpsl-wrap #wpsl-search-btn {
  margin-right: 0;
  height: 36px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  padding: 0 12px;
  background: none;
  border-color: black;
  background-color: black;
  color: #fff;
  transition: all 150ms;
  font-size: 100%;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
section#STORELOCATOR #wpsl-wrap #wpsl-search-btn:hover {
  border-color: #c20c00;
  background-color: #c20c00;
  color: #fff;
}
section#STORELOCATOR #wpsl-wrap #wpsl-search-input {
  width: 100%;
  box-shadow: none;
  height: 36px;
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
section#STORELOCATOR #wpsl-wrap #wpsl-stores {
  width: 100%;
  height: 100% !important;
}
section#STORELOCATOR #wpsl-wrap #wpsl-stores .wpsl-store-location p {
  margin-bottom: 5px;
}
section#STORELOCATOR #wpsl-wrap #wpsl-gmap {
  flex: 1 1 100%;
  height: 70vh !important;
  border-radius: 5px;
}
@media (max-width: 1690px) {
  section#STORELOCATOR #wpsl-wrap #wpsl-result-list {
    height: 80vh;
  }
  section#STORELOCATOR #wpsl-wrap #wpsl-gmap {
    height: 80vh !important;
  }
}
@media (max-width: 736px) {
  section#STORELOCATOR {
    margin: 0 0 0 0;
  }
  section#STORELOCATOR .wpsl_container {
    padding: 10px;
  }
  section#STORELOCATOR #wpsl-search-wrap .wpsl-search-btn-wrap {
    margin-top: 0;
  }
  section#STORELOCATOR #wpsl-wrap {
    flex-direction: column;
    height: 500px;
  }
  section#STORELOCATOR #wpsl-wrap .map_trigger {
    display: block;
    height: 30px;
    position: absolute;
    top: 56px;
    left: 10px;
    z-index: 2;
    width: calc(100% - 20px);
    border: none;
    background-color: black;
    color: white;
    border-radius: 15px;
    transition: all 250ms ease-out;
  }
  section#STORELOCATOR #wpsl-wrap .map_trigger:hover {
    color: black;
    background-color: #fff;
  }
  section#STORELOCATOR #wpsl-wrap.map_active .map_trigger {
    top: 10px;
  }
  section#STORELOCATOR #wpsl-wrap.map_active #wpsl-result-list {
    display: none;
  }
  section#STORELOCATOR #wpsl-wrap.map_active .wpsl-search {
    display: none;
  }
  section#STORELOCATOR #wpsl-wrap .wpsl-search {
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
  }
  section#STORELOCATOR #wpsl-wrap #wpsl-result-list {
    padding-top: 96px;
    flex: 0 0 500px;
    height: 500px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  section#STORELOCATOR #wpsl-wrap #wpsl-search-btn {
    margin-bottom: 0;
  }
  section#STORELOCATOR #wpsl-wrap #wpsl-stores {
    height: 395px !important;
  }
  section#STORELOCATOR #wpsl-wrap #wpsl-gmap {
    margin: 0;
    height: 460px !important;
    flex: 1 1 calc(60vh - 40px);
  }
  section#STORELOCATOR #wpsl-wrap #wpsl-gmap > div {
    top: 40px !important;
    height: calc(100% - 40px) !important;
    overflow: hidden;
    border-radius: 5px;
  }
}
section#shop_banner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6eddd;
  border: solid 1px #e6cda1;
  border-left: none;
  border-right: none;
  text-align: center;
}
section#shop_banner h1 {
  color: black;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
.product-collection-toolbar {
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #e6cda1;
  border-bottom: solid 1px #e6cda1;
}
.product-collection-toolbar .woocommerce-result-count {
  margin: 0;
  line-height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product-collection-toolbar .woocommerce-ordering {
  margin: 0;
  position: relative;
  height: 59px;
  border-left: solid 1px #e6cda1;
}
.product-collection-toolbar .woocommerce-ordering select {
  height: calc(100% - 1px);
  cursor: pointer;
  border-radius: 0;
  border: none;
  background-size: auto 32px;
  padding: 7px 30px 7px 15px;
  font-style: normal;
  font-weight: 400;
  background-color: #f6eddd;
}
.product-collection-toolbar .woocommerce-ordering select:hover {
  background-color: #fff;
}
.product-collection-toolbar .left-container {
  padding: 0 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-right: solid 1px #e6cda1;
}
.product-collection-toolbar .filter_trigger {
  border: none;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  height: 59px;
  padding: 0 25px;
}
.product-collection-toolbar .filter_trigger i.visible {
  display: none;
}
.product-collection-toolbar .filter_trigger.active i.visible {
  display: inline-block;
}
.product-collection-toolbar .filter_trigger.active i:not(.visible) {
  display: none;
}
.product-collection-toolbar .filter_trigger.active, .product-collection-toolbar .filter_trigger:hover {
  background-color: #f5f5f5;
}
.product-collection-toolbar #product_layout_control {
  display: flex;
  padding: 0 15px 0 0;
}
.product-collection-toolbar #product_layout_control:not(:last-child) {
  border-right: solid 1px #e6cda1;
}
.product-collection-toolbar #product_layout_control .mobile {
  display: none;
}
.product-collection-toolbar #product_layout_control button {
  display: block;
  border: none;
  width: 30px;
  height: 58px;
  font-size: 20px;
  cursor: pointer;
  color: #dbb878;
  background-color: #f6eddd;
  line-height: 58px;
}
.product-collection-toolbar #product_layout_control button.active, .product-collection-toolbar #product_layout_control button:hover {
  color: black;
}
section#shop_banner + .product-collection-toolbar {
  border-top: none;
}
.quantity.xbar_quantity {
  display: flex;
  align-items: center;
  margin: 0 auto;
  float: none !important;
  justify-content: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.quantity.xbar_quantity input::-webkit-outer-spin-button, .quantity.xbar_quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity.xbar_quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity.xbar_quantity input[type=number] {
  height: 35px;
  font-size: 24px;
  color: var(--product_color);
  font-weight: 600;
  width: 110px;
  padding: 0 40px;
  border: 0;
  border-radius: 24px;
  margin: 0 -35px;
  border: solid 2px #fff;
  text-align: center;
  background-color: #fff;
}
.quantity.xbar_quantity .plus, .quantity.xbar_quantity .minus {
  margin: 0 !important;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: none;
  padding: 0 24px;
  border: none;
  transition: all 150ms;
  font-size: 100%;
  font-weight: inherit;
  height: 35px;
  width: 38px;
  padding: 0;
  text-align: center;
  line-height: 38px;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  color: var(--product_color);
}
.quantity.xbar_quantity .plus {
  justify-content: flex-start;
}
.quantity.xbar_quantity .minus {
  justify-content: flex-end;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 4px;
  background-color: red;
}
.woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
  top: auto;
}
.woocommerce-message a.button, .woocommerce-message *.button, .woocommerce-info a.button, .woocommerce-info *.button, .woocommerce-error a.button, .woocommerce-error *.button {
  height: auto;
  display: inline-block;
  align-items: normal;
  justify-content: normal;
  border-radius: 0;
  padding: 7px 12px;
  background-color: black;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  white-space: nowrap;
}
.woocommerce-message a.button:hover, .woocommerce-message *.button:hover, .woocommerce-info a.button:hover, .woocommerce-info *.button:hover, .woocommerce-error a.button:hover, .woocommerce-error *.button:hover {
  background-color: #a0a0a0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  border: none;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  height: 48px;
  display: flex;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span, .woocommerce nav.woocommerce-pagination ul.page-numbers li a {
  border: none;
  height: 100%;
  line-height: 44px;
  padding: 0 15px;
  border-left: solid 1px black;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  font-weight: 600;
  color: black;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.current {
  background-color: #c20c00;
  color: black;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child span, .woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child a {
  padding: 0 15px 0 25px;
  border-radius: 24px 0 0 24px;
  border-left: solid 2px black;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  border-right: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child span, .woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child a {
  padding: 0 25px 0 15px;
  border-radius: 0 24px 24px 0;
  border-left: solid 1px black;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  border-right: solid 2px black;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  line-height: inherit;
}
.woocommerce-message {
  background-color: #f5f5f5;
}
.woocommerce-info {
  background-color: #f5f5f5;
}
.woocommerce-error {
  background-color: #f5f5f5;
}
.woocommerce .woocommerce-Message:first-child, .woocommerce .woocommerce-info:first-child, .woocommerce .woocommerce-error:first-child {
  margin-top: 50px;
}
.woocommerce nav.woocommerce-breadcrumb {
  height: 48px;
  line-height: 48px;
  background-color: #f5f5f5;
  padding-left: calc(25px + 1em);
  margin-bottom: 0;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 0.3em;
}
.woocommerce #content table.cart td.actions div.coupon, .woocommerce table.cart td.actions div.coupon, .woocommerce-page #content table.cart td.actions div.coupon, .woocommerce-page table.cart td.actions div.coupon {
  display: inline-block;
}
.woocommerce #content table.cart td.actions div.coupon input[type=text], .woocommerce table.cart td.actions div.coupon input[type=text], .woocommerce-page #content table.cart td.actions div.coupon input[type=text], .woocommerce-page table.cart td.actions div.coupon input[type=text] {
  height: 48px;
  width: 150px;
  border-radius: 24px 0 0 24px;
  margin-right: 0;
  padding-left: 25px;
  line-height: 46px;
  font-size: 17px;
}
.woocommerce #content table.cart td.actions div.coupon button.button, .woocommerce table.cart td.actions div.coupon button.button, .woocommerce-page #content table.cart td.actions div.coupon button.button, .woocommerce-page table.cart td.actions div.coupon button.button {
  border-radius: 0 24px 24px 0;
}
.woocommerce #content table.cart td.actions > button.button, .woocommerce table.cart td.actions > button.button, .woocommerce-page #content table.cart td.actions > button.button, .woocommerce-page table.cart td.actions > button.button {
  display: inline-block;
  margin-left: 15px;
}
.category-loop {
  text-align: center;
  padding: 10px;
}
.category-loop .cat {
  margin: 0 15px;
}
.category-loop .cat .name {
  font-weight: 700;
  font-size: 13px;
  text-decoration: underline;
}
.category-loop .cat:hover .name {
  text-decoration: none;
  color: #6a6a6a;
}
.product-loop {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: flex-start;
}
.product-loop #filters {
  width: 350px;
  margin-left: 25px;
}
.product-loop ul {
  list-style: none;
}
.product-loop .products-filters {
  padding: 25px 15px;
  height: 0;
  flex: 0 1 275px;
  overflow: hidden;
  font-weight: 600;
  display: none;
}
.product-loop .products-filters .bapf_sfilter ul li {
  display: flex;
  align-items: baseline;
}
.product-loop.visible {
  flex-direction: row;
}
.product-loop.visible .products-filters {
  height: auto;
  display: block;
}
.product-loop .section_content {
  margin: 0 auto;
  width: 100%;
  flex: 1 1 100%;
  padding: 0 15px 25px 15px;
}
.product-loop .section_content ul.products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
}
.product-loop .section_content ul.products:before {
  display: none;
}
.product-loop .section_content ul.products.large_column {
  grid-template-columns: repeat(4, 1fr);
}
.product-loop .section_content ul.products.medium_column {
  grid-template-columns: repeat(5, 1fr);
}
.product-loop .section_content ul.products.small_column {
  grid-template-columns: repeat(6, 1fr);
}
.product-loop .section_content ul.products.small_column li.product {
  padding: 10px;
}
.product-loop .section_content ul.products.small_column li.product .mobile {
  display: block;
}
.product-loop .section_content ul.products.small_column li.product .desktop {
  display: none;
}
.product-loop .section_content ul.products.small_column li.product .skeepers_product__stars {
  display: none;
}
.product-loop .section_content ul.products.small_column li.product > a h2 {
  font-size: 14px;
  line-height: 18px;
  height: auto;
  text-align: center;
  width: 100%;
  display: block;
}
.product-loop .section_content ul.products.small_column li.product > a .price {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
.product-loop .section_content ul.products.small_column li.product .action_container {
  font-size: 12px;
  line-height: 14px;
}
.product-loop .section_content ul.products.small_column li.product .action_container .button {
  font-size: 14px;
}
#PRODUCTSLOOP .single_add_to_cart_button, #PRODUCTRELATED_LIST .single_add_to_cart_button, #MOSTAPPRECIATEDPRODUCTS_LIST .single_add_to_cart_button, .woocommerce .single_add_to_cart_button {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.03em;
  background-color: #f6eddd;
  cursor: pointer;
  transition: all 150ms ease-out;
  border-radius: 10px;
  color: rgba(var(--product-color));
  height: 38px;
  padding: 0 15px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}
#PRODUCTSLOOP .single_add_to_cart_button:hover, #PRODUCTRELATED_LIST .single_add_to_cart_button:hover, #MOSTAPPRECIATEDPRODUCTS_LIST .single_add_to_cart_button:hover, .woocommerce .single_add_to_cart_button:hover {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
#PRODUCTSLOOP li.product, #PRODUCTRELATED_LIST li.product, #MOSTAPPRECIATEDPRODUCTS_LIST li.product {
  position: relative;
  float: none;
  width: 100%;
  padding: 20px 0 0 0;
  margin: 0;
  text-align: center;
  border-radius: 15px;
  background-color: #f5f5f5;
  background: linear-gradient(to bottom, rgba(var(--product-color), 0.2), rgba(var(--product-color2), 0.2)), linear-gradient(to bottom, rgba(var(--product-color), 1), rgba(var(--product-color2), 1));
  background-size: 100% 200%;
  background-position: top;
  transition: background-position 200ms ease-in-out, all 75ms;
}
#PRODUCTSLOOP li.product:hover, #PRODUCTRELATED_LIST li.product:hover, #MOSTAPPRECIATEDPRODUCTS_LIST li.product:hover {
  background-position: bottom;
}
#PRODUCTSLOOP li.product:hover:after, #PRODUCTRELATED_LIST li.product:hover:after, #MOSTAPPRECIATEDPRODUCTS_LIST li.product:hover:after {
  opacity: 0;
}
#PRODUCTSLOOP li.product:after, #PRODUCTRELATED_LIST li.product:after, #MOSTAPPRECIATEDPRODUCTS_LIST li.product:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  background-color: white;
  pointer-events: none;
  transition: all 150ms;
}
#PRODUCTSLOOP li.product > a, #PRODUCTRELATED_LIST li.product > a, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
#PRODUCTSLOOP li.product > a .skeepers_product__stars, #PRODUCTRELATED_LIST li.product > a .skeepers_product__stars, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a .skeepers_product__stars {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
#PRODUCTSLOOP li.product > a h2, #PRODUCTRELATED_LIST li.product > a h2, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a h2 {
  width: 100%;
  padding: 15px 20px 0 20px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#PRODUCTSLOOP li.product > a h2 span, #PRODUCTRELATED_LIST li.product > a h2 span, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a h2 span {
  font-size: 0.8em;
  font-weight: 500;
}
#PRODUCTSLOOP li.product > a > .price, #PRODUCTRELATED_LIST li.product > a > .price, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a > .price {
  font-size: 20px;
  font-weight: 400;
  color: black;
  margin: 0;
  padding: 0.5em 0 0.15em 0;
}
#PRODUCTSLOOP li.product > a img, #PRODUCTRELATED_LIST li.product > a img, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  margin: 0 auto 0;
  object-fit: contain;
}
#PRODUCTSLOOP li.product > a img.woocommerce-placeholder, #PRODUCTRELATED_LIST li.product > a img.woocommerce-placeholder, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a img.woocommerce-placeholder {
  border: none;
}
#PRODUCTSLOOP li.product .product_label_container, #PRODUCTRELATED_LIST li.product .product_label_container, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .product_label_container {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
#PRODUCTSLOOP li.product .product_label_container .product_label, #PRODUCTRELATED_LIST li.product .product_label_container .product_label, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .product_label_container .product_label {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.1em;
  color: #f3b73f;
  transform: skew(0deg, -10deg);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}
#PRODUCTSLOOP li.product .action_container, #PRODUCTRELATED_LIST li.product .action_container, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
#PRODUCTSLOOP li.product .action_container .coming_soon, #PRODUCTRELATED_LIST li.product .action_container .coming_soon, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container .coming_soon {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  height: 50px;
  border-radius: 0 25px 25px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
  background-color: black;
  line-height: 50px;
  color: #f6eddd;
  padding: 0 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#PRODUCTSLOOP li.product .action_container > a, #PRODUCTRELATED_LIST li.product .action_container > a, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#PRODUCTSLOOP li.product .action_container .product_options_trigger, #PRODUCTRELATED_LIST li.product .action_container .product_options_trigger, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container .product_options_trigger {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0 25px 25px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
  padding: 0;
  display: flex;
  transition: all 150ms;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  background-color: #f3b73f;
  cursor: pointer;
}
#PRODUCTSLOOP li.product .action_container .product_options_trigger:hover, #PRODUCTRELATED_LIST li.product .action_container .product_options_trigger:hover, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container .product_options_trigger:hover {
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#PRODUCTSLOOP li.product .action_container .product_options_trigger:hover i, #PRODUCTRELATED_LIST li.product .action_container .product_options_trigger:hover i, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container .product_options_trigger:hover i {
  color: #c20c00;
}
#PRODUCTSLOOP li.product .action_container > .product_popup, #PRODUCTRELATED_LIST li.product .action_container > .product_popup, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transform-origin: center center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 75ms;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  padding: 0 10px;
}
#PRODUCTSLOOP li.product .action_container > .product_popup.visible, #PRODUCTRELATED_LIST li.product .action_container > .product_popup.visible, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup.visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  background-color: var(--product_color);
}
#PRODUCTSLOOP li.product .action_container > .product_popup .title, #PRODUCTRELATED_LIST li.product .action_container > .product_popup .title, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup .title {
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
}
#PRODUCTSLOOP li.product .action_container > .product_popup .title span, #PRODUCTRELATED_LIST li.product .action_container > .product_popup .title span, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup .title span {
  text-transform: uppercase;
  line-height: 0.8em;
  font-weight: 500;
  font-size: 0.8em;
}
#PRODUCTSLOOP li.product .action_container > .product_popup .product_price, #PRODUCTSLOOP li.product .action_container > .product_popup .product_price .price, #PRODUCTRELATED_LIST li.product .action_container > .product_popup .product_price, #PRODUCTRELATED_LIST li.product .action_container > .product_popup .product_price .price, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup .product_price, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup .product_price .price {
  font-weight: 900;
  color: #f6eddd;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-size: 25px;
  margin-bottom: 15px;
}
#PRODUCTSLOOP li.product .action_container > .product_popup form.variations_form .single_add_to_cart_button, #PRODUCTRELATED_LIST li.product .action_container > .product_popup form.variations_form .single_add_to_cart_button, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup form.variations_form .single_add_to_cart_button {
  margin: 15px 0 0 0;
}
#PRODUCTSLOOP li.product .action_container > .product_popup a.added_to_cart, #PRODUCTRELATED_LIST li.product .action_container > .product_popup a.added_to_cart, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup a.added_to_cart {
  width: 100%;
  display: block;
  margin-top: 5px;
  font-family: "jost", "arial", sans-serif;
  font-weight: 800;
  color: #fff;
}
#PRODUCTSLOOP li.product .action_container > .product_popup button.single_add_to_cart_button, #PRODUCTRELATED_LIST li.product .action_container > .product_popup button.single_add_to_cart_button, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup button.single_add_to_cart_button {
  float: none;
  margin: 1em auto;
}
#PRODUCTSLOOP li.product .action_container > .product_popup .close_popup, #PRODUCTRELATED_LIST li.product .action_container > .product_popup .close_popup, #MOSTAPPRECIATEDPRODUCTS_LIST li.product .action_container > .product_popup .close_popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 40px;
  color: #f6eddd;
  cursor: pointer;
}
section#checkout {
  padding: 50px 0;
  /* CHECKOUT STEPS TABS */
}
section#checkout .wpmc-tabs-wrapper .wpmc-tab-item.current:before {
  border-bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #c9c9c9 0%, #c26d00 15%, #c20c00 50%, #c26d00 85%, #c9c9c9 100%);
}
section#checkout .wpmc-tabs-wrapper .wpmc-tab-item.current:first-child:before {
  background: linear-gradient(90deg, rgba(194, 109, 0, 0) 0%, #c26d00 15%, #c20c00 50%, #c26d00 85%, #c9c9c9 100%);
}
section#checkout .wpmc-tabs-wrapper .wpmc-tab-item.current:last-child:before {
  background: linear-gradient(90deg, #c9c9c9 0%, #c26d00 15%, #c20c00 50%, #c26d00 85%, rgba(194, 12, 0, 0) 100%);
}
section#checkout .wpmc-steps-wrapper form.checkout_coupon, section#checkout .wpmc-steps-wrapper .woocommerce form.login, section#checkout .wpmc-steps-wrapper .woocommerce form.register {
  border: solid 2px #f5f5f5;
  margin-top: 0;
  display: flex !important;
  flex-direction: column;
}
section#checkout .wpmc-steps-wrapper form.checkout_coupon .form-row, section#checkout .wpmc-steps-wrapper .woocommerce form.login .form-row, section#checkout .wpmc-steps-wrapper .woocommerce form.register .form-row {
  width: 100%;
}
section#checkout .wpmc-steps-wrapper .wpmc-step-item {
  padding: 50px 0;
  border: solid 2px #f5f5f5;
  border-right: 0;
  border-left: 0;
  border-radius: 5px;
}
.variations_form .reset_variations {
  display: none !important;
}
.variations_form table.variations {
  width: 100%;
  margin: 0 auto 15px auto;
}
.variations_form table.variations tr {
  display: flex;
  flex-direction: column;
}
.variations_form table.variations tr + tr {
  margin-top: 0;
}
.variations_form table.variations tr th, .variations_form table.variations tr td {
  padding: 0;
}
.variations_form table.variations .label {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  display: none;
}
.variations_form table.variations .label span.woo-selected-variation-item-name {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}
.variations_form table.variations .value .variable-items-wrapper {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.variations_form table.variations .value .variable-items-wrapper li.variable-item {
  border: solid 2px #f6eddd;
  border-radius: 10px;
  --horizontal-position: 0px;
  box-shadow: none;
  background: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.03em;
  transition: all 150ms ease-out;
  color: #f6eddd;
  margin: 0;
  min-width: auto !important;
}
.variations_form table.variations .value .variable-items-wrapper li.variable-item:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-radius: 10px;
  border: solid 2px #fff;
}
.variations_form table.variations .value .variable-items-wrapper li.variable-item.selected {
  background-color: #fff !important;
  border: solid 2px #fff;
  color: var(--product_color) !important;
  box-shadow: none !important;
}
.variations_form .single_variation_wrap .added_to_cart {
  width: 100%;
}
.variations_form .single_variation_wrap .woocommerce-variation-availability {
  display: none;
}
.variations_form .single_variation_wrap .woocommerce-variation-price {
  display: none;
}
.variations_form .coming_soon, .woocommerce.single-product .coming_soon {
  margin-top: 30px;
  display: inline-flex;
  line-height: 46px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding: 0 24px;
  background-color: black;
  color: #fff;
  transition: all 150ms;
  font-size: 100%;
  cursor: pointer;
  font-weight: inherit;
  color: #4d4d4d;
  cursor: not-allowed;
  background-color: gainsboro;
  padding: 0 24px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper {
  background-color: #f6eddd;
  display: flex;
  padding: 0 50px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .left {
  width: calc(57% - 25px);
}
.woocommerce.single-product div.product .product-maininfos-wrapper .right {
  width: calc(43% - 25px);
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-images-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-images-wrapper div.images {
  justify-content: center;
  display: flex;
  width: 100%;
  max-width: 600px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-images-wrapper div.images img {
  width: auto;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper {
  width: 46%;
  display: flex;
  align-items: center;
  transform: skewY(-5deg);
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .summary {
  margin: 0;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .mustbeusedwith {
  display: inline-flex;
  align-items: center;
  height: 60px;
  margin-top: 30px;
  border: solid 1px #a0a0a0;
  padding: 5px 15px 5px 5px;
  border-radius: 5px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .mustbeusedwith img {
  height: 100%;
  margin-right: 10px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .mustbeusedwith span {
  font-weight: 600;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .mustbeusedwith:hover {
  background-color: black;
  border-color: black;
  color: white;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .product_title.entry-title {
  color: var(--product_color);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.03em;
  padding: 0 0 0 25px;
  margin-bottom: 0;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .product_title.entry-title span {
  color: black;
  line-height: 0.8em;
  font-size: 0.8em;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .woocommerce-product-details__short-description {
  padding: 0 25px;
  margin-top: 25px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper span.availability_date {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  margin-top: 15px;
  color: #c20c00;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .woocommerce-variation.single_variation, .woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .woocommerce-variation-availability, .woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .woocommerce-product-rating {
  display: none !important;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .price {
  font-size: 45px;
  color: black;
  color: var(--product_color);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  line-height: 45px;
  margin: 15px 0 25px;
  display: flex;
  flex-direction: column;
  font-weight: 900;
  letter-spacing: -0.01em;
  padding: 0 25px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .price del {
  font-size: 0.65em;
  line-height: normal;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .price ins {
  text-decoration: none;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .sibling {
  color: #a0a0a0;
  text-decoration: underline;
  text-transform: capitalize;
  transition: all 150ms ease-in-out;
  border: solid 1px #f5f5f5;
  border-radius: 4px;
  width: fit-content;
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
  padding: 0 4px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .sibling i {
  width: 0;
  transition: all 150ms ease-out;
  overflow: hidden;
  margin-bottom: -2px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .sibling:hover {
  text-decoration: none;
  color: #c20c00;
  border-color: #c20c00;
  background-color: #ffcfcc;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .sibling:hover i {
  width: 13px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart {
  margin-top: 25px;
  margin-bottom: 0;
  background-color: #fff;
  background-color: var(--product_color);
  background-image: linear-gradient(to bottom, var(--product_color), var(--product_color_2));
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 15px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart div.quantity {
  float: none;
  margin: 0 0 0 -4px;
  justify-content: flex-start;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart .variations {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart .variations label {
  display: none;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart .variations .value .variable-items-wrapper {
  margin-left: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart .single_add_to_cart_button {
  float: none;
  margin-top: 15px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart .added_to_cart {
  padding: 15px 25px;
}
.woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper form.cart .added_to_cart:before {
  content: "→ ";
  text-decoration: underline;
}
.woocommerce.single-product div.product .product-specs-wrapper {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.woocommerce.single-product div.product .product-specs-wrapper .spec {
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
}
.woocommerce.single-product div.product .product-specs-wrapper .spec .title {
  padding: 20px 50px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}
.woocommerce.single-product div.product .product-specs-wrapper .spec .title .actions {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce.single-product div.product .product-specs-wrapper .spec .title .actions .button.close {
  display: none;
}
.woocommerce.single-product div.product .product-specs-wrapper .spec .detail {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  padding: 0 50px 0 50px;
  transition: all 250ms ease-out;
}
.woocommerce.single-product div.product .product-specs-wrapper .spec.opened .detail {
  opacity: 1;
  pointer-events: auto;
  height: auto;
  padding: 0 50px 50px 50px;
}
.woocommerce.single-product div.product .product-specs-wrapper .spec.opened .actions .button.open {
  display: none;
}
.woocommerce.single-product div.product .product-specs-wrapper .spec.opened .actions .button.close {
  display: block;
}
.woocommerce .shop_table.order_details .product-remove {
  pointer-events: none;
}
.woocommerce .shop_table.order_details .order_item .remove_item {
  pointer-events: none;
}
.woocommerce .shop_table.order_details .order_item .remove_item a {
  opacity: 0;
}
.woocommerce .shop_table.order_details .product-name .wc-item-meta {
  display: inline;
}
.woocommerce .shop_table .button.change_payment_method {
  display: none !important;
}
.woocommerce .shop_table .product-name .variation-Disponible {
  color: #c20c00;
}
.woocommerce #reviews {
  padding: 50px 0;
}
.woocommerce #reviews #lang-comments-link {
  display: none;
}
.woocommerce #reviews .section_title .title {
  margin: 0 0 0 0;
}
.woocommerce #reviews #reviewssummary {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.woocommerce #reviews #reviewssummary .woocommerce-product-rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.woocommerce #reviews #reviewssummary .woocommerce-product-rating .star-rating {
  margin-right: 0;
}
.woocommerce #reviews #reviewssummary .woocommerce-product-stars-detail {
  margin-top: 20px;
}
.woocommerce #reviews #reviewssummary .woocommerce-product-stars-detail .line {
  display: flex;
  font-size: 14px;
  align-items: center;
  color: #f6b93b;
}
.woocommerce #reviews #reviewssummary .woocommerce-product-stars-detail .stars {
  margin-right: 7px;
}
.woocommerce #reviews #reviewssummary .woocommerce-product-stars-detail .rating {
  width: 100px;
  height: 11px;
  border: solid 1px #f3a70b;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce #reviews #reviewssummary .woocommerce-product-stars-detail .rating .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 9px;
  background-color: #f6b93b;
}
.woocommerce #reviews #reviewssummary .button {
  margin-top: 30px;
}
.woocommerce #reviews .woocommerce-verification-required {
  text-align: center;
  font-style: italic;
}
.woocommerce #reviews #comments .woocommerce-noreviews {
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  margin: 0 auto;
  max-width: 750px;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container .comment-text {
  float: none;
  margin-left: 0;
  width: 100%;
  border: solid 1px #e8e8e8;
}
.woocommerce #reviews #review_form_wrapper #respond {
  padding: 1em;
  margin: 0 auto;
  max-width: 850px;
  background: none;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  max-width: 750px;
}
.woocommerce #reviews #review_form_wrapper #respond textarea {
  height: 100px;
  box-shadow: none;
  background-color: white;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
}
@media (max-width: 1690px) {
  .product-loop .products-filters {
    flex: 0 1 200px;
    margin-right: 25px;
  }
  .product-loop .section_content ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .product-loop .section_content ul.products.large_column {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-loop .section_content ul.products.medium_column {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-loop .section_content ul.products.small_column {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1280px) {
  .product-loop {
    flex-direction: column;
  }
  .product-loop #filters {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .product-loop.visible {
    flex-direction: column;
  }
  .product-loop.visible .products-filters {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product-loop.visible .products-filters > div.berocket_single_filter_widget {
    width: 50%;
    padding: 0 25px;
  }
  .product-loop.bestsellers .products li:nth-child(n+5), .product-loop.related .products li:nth-child(n+5) {
    display: none;
  }
  .product-loop .section_content ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-loop .section_content ul.products.large_column {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-loop .section_content ul.products.medium_column {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-loop .section_content ul.products.small_column {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 980px) {
  .woocommerce nav.woocommerce-breadcrumb {
    display: none;
  }
  .product-collection-toolbar {
    height: 50px;
  }
  .product-collection-toolbar #product_layout_control button {
    height: 49px;
  }
  .product-collection-toolbar .woocommerce-ordering {
    height: 49px;
  }
  .product-collection-toolbar .woocommerce-ordering select {
    width: 160px;
  }
  .product-collection-toolbar .filter_trigger {
    height: 49px;
  }
  .product-loop.visible .products-filters > div.berocket_single_filter_widget {
    padding: 0 10px;
  }
  .product-loop.bestsellers .products li:nth-child(n+4), .product-loop.related .products li:nth-child(n+4) {
    display: none;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper {
    padding: 0 0 25px 0;
    flex-direction: column;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .left {
    width: 100%;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .right {
    width: 100%;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .product-images-wrapper {
    width: 100%;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .product-images-wrapper div.images {
    width: 100%;
    margin-bottom: 0;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .product-images-wrapper div.images img {
    margin: 0 auto;
    max-height: 600px;
    width: auto;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .summary {
    padding: 20px;
  }
  .woocommerce.single-product div.product .product-specs-wrapper {
    padding-top: 5px;
  }
  .woocommerce.single-product div.product .product-specs-wrapper .spec .title {
    padding: 15px 50px 15px 15px;
    font-size: 18px;
  }
  .woocommerce.single-product div.product .product-specs-wrapper .spec .detail {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    padding: 0 15px 0 15px;
    transition: all 250ms ease-out;
  }
  .woocommerce.single-product div.product .product-specs-wrapper .spec.opened .detail {
    opacity: 1;
    pointer-events: auto;
    height: auto;
    padding: 0 15px 30px 15px;
  }
  .woocommerce.single-product div.product .product-specs-wrapper .spec.opened .actions .button.open {
    display: none;
  }
  .woocommerce.single-product div.product .product-specs-wrapper .spec.opened .actions .button.close {
    display: block;
  }
  section#section_progress_bar.sticky {
    padding: 45px 0 50px 0;
    top: 34px;
    border-top: solid 1px #f5f5f5;
  }
  section#checkout .wpmc-steps-wrapper .wpmc-step-item {
    padding: 25px 0;
  }
  .product-collection-toolbar .woocommerce-result-count {
    display: none;
  }
  .product-collection-toolbar #product_layout_control .layout_large_column {
    display: none;
  }
  .product-collection-toolbar #product_layout_control .desktop {
    display: none;
  }
  .product-collection-toolbar #product_layout_control .mobile {
    display: block;
  }
  .product-loop .section_content ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-loop .section_content ul.products.large_column {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-loop .section_content ul.products.medium_column {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-loop .section_content ul.products.small_column {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-loop .section_content ul.products li.product {
    padding: 10px;
  }
  .product-loop .section_content ul.products li.product .mobile {
    display: block;
  }
  .product-loop .section_content ul.products li.product .desktop {
    display: none;
  }
  .product-loop .section_content ul.products li.product .skeepers_product__stars {
    display: none;
  }
  .product-loop .section_content ul.products li.product > a h2 {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    text-align: center;
    width: 100%;
    display: block;
  }
  .product-loop .section_content ul.products li.product > a .price {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .product-loop .section_content ul.products li.product .action_container {
    font-size: 12px;
    line-height: 14px;
  }
  .product-loop .section_content ul.products li.product .action_container .button {
    font-size: 14px;
  }
  .product-loop .section_content ul.products li.product .action_container > .product_popup {
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
  .product-loop .section_content ul.products li.product .action_container > .product_popup button {
    white-space: nowrap;
    letter-spacing: -0.7px;
  }
}
@media (max-width: 768px) {
  .woocommerce table.cart tr.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: column;
  }
  .woocommerce.single-product div.product .product-maininfos-wrapper .product-summary-wrapper .siblings {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-loop.bestsellers .products li:nth-child(n+3), .product-loop.related .products li:nth-child(n+3) {
    display: none;
  }
  #PRODUCTSLOOP li.product > a img, #PRODUCTRELATED_LIST li.product > a img, #MOSTAPPRECIATEDPRODUCTS_LIST li.product > a img {
    max-height: 350px;
  }
  .product-loop .section_content ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-loop .section_content ul.products.large_column {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-loop .section_content ul.products.medium_column {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-loop .section_content ul.products.small_column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .product-loop .section_content ul.products li.product .action_container > button, .product-loop .section_content ul.products li.product .action_container > .button {
    white-space: nowrap;
    letter-spacing: -0.7px;
  }
  .variations_form table.variations {
    width: 100%;
  }
  .variations_form table.variations .value .variable-items-wrapper li.variable-item {
    font-size: 18px;
    max-width: fit-content;
  }
}
body.home .container.is_halfed {
  display: flex;
  justify-content: space-between;
}
body.home .container.is_halfed .left {
  flex: 0 0 calc(42% - 10px);
}
body.home .container.is_halfed .right {
  flex: 0 0 calc(58% - 10px);
}
body.home {
  /* Product List Styles */
  /* Horizontal Product List Styles */
}
body.home ul.products-list {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
body.home ul.products-list.products-list-horizontal {
  overflow: auto;
  padding-bottom: 40px;
}
body.home ul.products-list.products-list-horizontal li {
  flex: 0 0 23%;
}
body.home ul.products-list.products-list-horizontal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body.home ul.products-list.products-list-horizontal::-webkit-scrollbar-thumb {
  height: 6px;
  background-color: black;
  border-radius: 3px;
}
body.home ul.products-list.products-list-horizontal::-webkit-scrollbar-track {
  background-color: #fff;
}
body.home ul.products-list.products-list-horizontal * {
  scrollbar-color: black #fff;
  scrollbar-width: thin;
}
@media (max-width: 1280px) {
  body.home ul.products-list.products-list-horizontal li {
    flex: 0 0 28%;
  }
}
@media (max-width: 980px) {
  body.home #HOMERANGEBLOCKS {
    padding: 10px 0 0 0;
  }
  body.home #HOMERANGEBLOCKS2 {
    padding: 20px 0 0 0;
  }
  body.home .container.is_halfed .left, body.home .container.is_halfed .right {
    flex: 0 0 calc(50% - 5px);
  }
  body.home ul.products-list {
    gap: 10px;
  }
  body.home ul.products-list.products-list-horizontal li {
    flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  body.home .container.is_halfed {
    margin-top: 4px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
  body.home .container.is_halfed .left, body.home .container.is_halfed .right {
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  body.home ul.products-list {
    gap: 10px;
  }
  body.home ul.products-list.products-list-horizontal li {
    flex: 0 0 85%;
  }
}
#MOSTAPPRECIATEDPRODUCTS {
  background-color: #f6eddd;
}
#MOSTAPPRECIATEDPRODUCTS .container {
  border-radius: 0;
  overflow: visible;
  padding: 0 40px;
}
#MOSTAPPRECIATEDPRODUCTS > .container > .content .title, #MOSTAPPRECIATEDPRODUCTS > .container > .content .text:not(.qty) {
  margin-top: 20px;
}
#MOSTAPPRECIATEDPRODUCTS > .container > .content .actions {
  display: inline-flex;
  margin-top: 40px;
}
#MOSTAPPRECIATEDPRODUCTS > .container > .content .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #c20c00;
  text-align: center;
}
#MOSTAPPRECIATEDPRODUCTS > .container > .content .text {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 720px;
  margin-top: 50px;
}
#MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST {
  margin-top: 20px;
  margin-left: 200px;
}
#MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST .product-home {
  flex: 1 1 auto;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--product-color);
  transition: all 150ms ease-out;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 0;
  flex: 0 0 27%;
  position: relative;
}
#MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST .product-home > a {
  z-index: 1;
}
#MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST .product-home .product-icon {
  position: absolute;
  width: 50px;
  height: auto;
  top: 40%;
  left: 15%;
  transform: translateY(-50%);
}
#MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST .product-home:after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 150ms;
  border-radius: 15px;
  background-color: white;
}
#MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST .product-home:hover:after, #MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST .product-home.active:after {
  opacity: 0.15;
}
@media (max-width: 980px) {
  #MOSTAPPRECIATEDPRODUCTS {
    padding: 40px 0;
    text-align: center;
  }
  #MOSTAPPRECIATEDPRODUCTS .container {
    padding: 0 0;
  }
  #MOSTAPPRECIATEDPRODUCTS > .container > .content .title {
    font-size: 35px;
    line-height: 35px;
  }
  #MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST {
    margin-left: 100px;
  }
  #MOSTAPPRECIATEDPRODUCTS ul.products-list.products-list-horizontal > li {
    flex: 0 0 45%;
  }
}
@media (max-width: 480px) {
  #MOSTAPPRECIATEDPRODUCTS ul.products-list.products-list-horizontal > li {
    flex: 0 0 85%;
  }
  #MOSTAPPRECIATEDPRODUCTS #MOSTAPPRECIATEDPRODUCTS_LIST {
    margin-left: 50px;
  }
}
#REASSURANCEICONS {
  background-color: #f6eddd;
}
#REASSURANCEICONS .container {
  display: flex;
  justify-content: center;
}
#REASSURANCEICONS .reassurance-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
#REASSURANCEICONS .reassurance-item {
  text-align: center;
}
#REASSURANCEICONS .reassurance-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #c20c00;
  color: #f6eddd;
  border-radius: 50%;
  font-size: 46px;
  margin-bottom: 10px;
}
#REASSURANCEICONS .reassurance-item .reassurance-title {
  font-weight: 900;
  text-transform: uppercase;
  color: #c20c00;
  margin-bottom: 4px;
  letter-spacing: -0.03em;
}
#REASSURANCEICONS .reassurance-item .reassurance-subtitle {
  color: black;
  margin: 0;
}
@media (max-width: 980px) {
  #REASSURANCEICONS .reassurance-list {
    gap: 15px;
    justify-content: center;
  }
  #REASSURANCEICONS .reassurance-list .reassurance-item {
    flex: 0 0 30%;
    max-width: 30%;
  }
  #REASSURANCEICONS .reassurance-list .reassurance-item i {
    width: 65px;
    height: 65px;
    font-size: 35px;
  }
  #REASSURANCEICONS .reassurance-list .reassurance-item .reassurance-title {
    font-size: 15px;
  }
  #REASSURANCEICONS .reassurance-list .reassurance-item .reassurance-subtitle {
    white-space: nowrap;
    font-size: 14px;
  }
}
#OUTRAGEOUSLY {
  padding: 40px 0;
  background-color: #f6eddd;
  position: relative;
  overflow: hidden;
}
#OUTRAGEOUSLY .container {
  display: flex;
  position: relative;
  gap: 50px;
}
#OUTRAGEOUSLY .left, #OUTRAGEOUSLY .right {
  flex: 0 0 50%;
}
#OUTRAGEOUSLY .image-products {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 500px;
  transform: translate(-38%, -50%);
}
#OUTRAGEOUSLY .image-products img {
  width: 100%;
  height: auto;
  display: block;
}
#OUTRAGEOUSLY .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 15%;
}
#OUTRAGEOUSLY .left .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #c20c00;
  text-align: left;
}
#OUTRAGEOUSLY .left .text {
  margin-top: 50px;
}
#OUTRAGEOUSLY .right {
  padding: 30px;
  border-radius: 15px;
  background-color: #c20c00;
}
#OUTRAGEOUSLY .right img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 980px) {
  #OUTRAGEOUSLY .image-products {
    position: absolute;
    left: 60%;
    top: 50%;
    max-width: 300px;
    transform: translate(-38%, -50%);
  }
  #OUTRAGEOUSLY .left {
    padding-right: 0;
  }
  #OUTRAGEOUSLY .left .title {
    font-size: 35px;
    line-height: 35px;
  }
  #OUTRAGEOUSLY .left .text {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #OUTRAGEOUSLY .container {
    flex-direction: column;
    gap: 0;
  }
  #OUTRAGEOUSLY .image-products {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    transform: translate(0, 0);
    max-width: 100%;
    margin: 0 auto -200px auto;
  }
  #OUTRAGEOUSLY .left {
    padding-right: 0;
    margin-bottom: 0;
  }
  #OUTRAGEOUSLY .left .title {
    text-align: center;
  }
  #OUTRAGEOUSLY .left .text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #OUTRAGEOUSLY .image-products {
    margin: 0 auto -140px auto;
  }
}
#HOMELASTSPOSTS {
  padding: 40px 0;
  margin-top: 10px;
  background-color: #f5f5f5;
}
#HOMELASTSPOSTS .container {
  border-radius: 0;
  padding: 0 40px;
}
#HOMELASTSPOSTS .title, #HOMELASTSPOSTS .text {
  margin-top: 20px;
}
#HOMELASTSPOSTS .actions {
  display: inline-flex;
  margin-top: 40px;
}
#HOMELASTSPOSTS .title {
  margin-bottom: 0;
}
#HOMELASTSPOSTS .title span {
  background: -webkit-linear-gradient(left, #c20c00, #c26d00);
  background: -o-linear-gradient(right, #c20c00, #c26d00);
  background: -moz-linear-gradient(right, #c20c00, #c26d00);
  background: linear-gradient(to right, #c20c00, #c26d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6a6a6a;
}
#HOMELASTSPOSTS .text {
  display: inline-block;
  max-width: 720px;
}
#HOMELASTSPOSTS .post-container {
  margin: 40px 0;
}
#HOMELASTSPOSTS .post-container .post-thumbnail a {
  display: block;
}
#HOMELASTSPOSTS .post-container .post-thumbnail a img {
  border-radius: 5px;
}
#HOMELASTSPOSTS ul.last_posts {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
#HOMELASTSPOSTS ul.last_posts li {
  flex: 1 1 auto;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 25%;
  border-radius: 5px;
  background-color: #fff;
  padding-bottom: 15px;
}
#HOMELASTSPOSTS ul.last_posts li .post-meta {
  padding: 15px 15px 0 15px;
}
#HOMELASTSPOSTS ul.last_posts li .post-excerpt {
  padding: 0 15px 0 15px;
}
#HOMELASTSPOSTS ul.last_posts li .post-actions {
  padding: 15px 15px 0 15px;
}
#HOMELASTSPOSTS ul.last_posts.posts-list-horizontal {
  overflow: auto;
  padding-bottom: 40px;
}
#HOMELASTSPOSTS ul.last_posts.posts-list-horizontal li {
  flex: 0 0 28%;
}
#HOMELASTSPOSTS ul.last_posts.posts-list-horizontal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#HOMELASTSPOSTS ul.last_posts.posts-list-horizontal::-webkit-scrollbar-thumb {
  height: 6px;
  background-color: black;
  border-radius: 3px;
}
#HOMELASTSPOSTS ul.last_posts.posts-list-horizontal::-webkit-scrollbar-track {
  background-color: #fff;
}
#HOMELASTSPOSTS ul.last_posts.posts-list-horizontal * {
  scrollbar-color: black #fff;
  scrollbar-width: thin;
}
@media (max-width: 980px) {
  #HOMELASTSPOSTS {
    padding: 40px 0;
    text-align: center;
  }
  #HOMELASTSPOSTS .container {
    padding: 0 0;
  }
  #HOMELASTSPOSTS .post-container {
    margin: 40px 0;
  }
  #HOMELASTSPOSTS ul.last_posts.posts-list-horizontal li {
    flex: 0 0 45%;
  }
}
@media (max-width: 480px) {
  #HOMELASTSPOSTS ul.last_posts.posts-list-horizontal li {
    flex: 0 0 85%;
  }
}
#FLEXSLIDER {
  padding-top: 0;
  padding-bottom: 0;
}
#FLEXSLIDER .slides li {
  position: relative;
}
#FLEXSLIDER .container {
  border-radius: 5px;
  overflow: hidden;
}
#FLEXSLIDER .text {
  position: absolute;
  top: 50%;
  left: 20%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(-50%);
}
#FLEXSLIDER .text .text_big {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
}
#FLEXSLIDER .text .text_big + .text_small {
  margin-top: 10px;
}
#FLEXSLIDER .text .text_big + .link, #FLEXSLIDER .text .text_small + .link {
  margin-top: 20px;
}
#FLEXSLIDER .text .text_small {
  font-size: 22px;
  line-height: 22px;
}
#FLEXSLIDER li.video {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
#FLEXSLIDER li.video a {
  display: flex;
  width: 100%;
  height: 650px;
}
#FLEXSLIDER li.video a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transform: translate(-2px, -2px);
  /* max-height: 650px; */
  object-fit: cover;
}
#FLEXSLIDER li.text_black .text .text_big, #FLEXSLIDER li.text_black .text .text_small {
  color: black;
}
#FLEXSLIDER li.text_black:hover .text .text_big, #FLEXSLIDER li.text_black:hover .text .text_small {
  color: black;
}
#FLEXSLIDER li.text_white .text .text_big, #FLEXSLIDER li.text_white .text .text_small {
  color: #fff;
}
#FLEXSLIDER li.text_white:hover .text .text_big, #FLEXSLIDER li.text_white:hover .text .text_small {
  color: #fff;
}
#FLEXSLIDER .mobile {
  display: none;
}
#HOMESLIDER {
  padding-top: 0;
  display: none;
}
#HOMESLIDER ul.slides {
  margin-left: 0;
  margin-bottom: 0;
  height: 500px;
  border-radius: 5px;
}
#HOMESLIDER ul.slides li {
  height: 100%;
}
#HOMESLIDER ul.slides li .banner_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#HOMESLIDER ul.slides li a {
  display: flex;
  height: 100%;
  width: 100%;
}
#HOMESLIDER ul.slides li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  #FLEXSLIDER li.video a {
    height: 520px;
  }
}
@media (max-width: 980px) {
  #FLEXSLIDER li.video a {
    height: 410px;
  }
  #HOMESLIDER {
    display: none;
    padding-bottom: 0;
  }
  #HOMESLIDER ul.slides {
    height: auto;
  }
  #HOMESLIDER ul.slides li {
    height: auto;
    width: 100%;
  }
  #HOMESLIDER ul.slides li a {
    display: flex;
  }
  #HOMESLIDER ul.slides li .banner_video {
    height: auto;
    width: 100%;
    display: block;
  }
  #FLEXSLIDER li.video {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  #FLEXSLIDER li.video a {
    height: 220px;
  }
  #FLEXSLIDER .text {
    left: 25px;
    text-align: left;
    width: 45%;
    align-items: flex-start;
  }
  #FLEXSLIDER .text .text_big {
    font-size: 19px;
    line-height: 19px;
  }
  #FLEXSLIDER .text .text_small {
    font-size: 17px;
    line-height: 17px;
  }
  #FLEXSLIDER .mobile {
    display: block;
  }
  #FLEXSLIDER .desktop {
    display: none;
  }
}
#BECOMEWHOLESALER {
  padding: 60px 0;
  background-color: #c20c00;
}
#BECOMEWHOLESALER .container {
  border-radius: 15px;
  padding: 5px;
  background-color: #f6eddd;
  display: flex;
}
#BECOMEWHOLESALER .image-wrapper {
  flex: 1 1 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
}
#BECOMEWHOLESALER .image-wrapper img {
  max-width: 100%;
  max-height: 500px;
  display: block;
}
#BECOMEWHOLESALER .content-box {
  flex: 1 1 45%;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 50px;
  justify-content: center;
  align-items: flex-start;
}
#BECOMEWHOLESALER .content-box .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -3px;
  color: #c20c00;
  text-align: left;
}
#BECOMEWHOLESALER .content-box .text {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}
#BECOMEWHOLESALER .content-box .text strong {
  font-weight: bold;
}
@media (max-width: 980px) {
  #BECOMEWHOLESALER .container {
    flex-direction: column-reverse;
  }
  #BECOMEWHOLESALER .image-wrapper img {
    max-height: 320px;
  }
  #BECOMEWHOLESALER .content-box {
    padding: 30px;
  }
  #BECOMEWHOLESALER .content-box .title {
    font-size: 35px;
    line-height: 35px;
  }
  #BECOMEWHOLESALER .content-box .text {
    margin-top: 15px;
  }
}
#MONSTERHERO {
  background-color: #c20c00;
  position: relative;
  height: 900px;
  z-index: 1;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#MONSTERHERO .text-container {
  position: fixed;
  left: 15%;
  top: 450px;
  z-index: 0;
  transform: translateY(-50%) skew(0, -5deg);
}
#MONSTERHERO .text-container .hero-title {
  font-weight: 900;
  font-size: 60px;
  line-height: 55px;
  letter-spacing: -3px;
  color: #f6eddd;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}
#MONSTERHERO .text-container .hero-title span {
  color: #f3b73f;
}
#MONSTERHERO .text-container .button {
  margin-top: 50px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.3);
}
#MONSTERHERO .image-container {
  position: fixed;
  z-index: -1;
  top: 900px;
  right: 0;
  transform: translateY(-100%);
}
@media (max-width: 1280px) {
  #MONSTERHERO {
    background-position: center;
    height: 750px;
  }
  #MONSTERHERO .text-container {
    left: 11%;
    top: 45%;
    width: 48%;
    transform: translateY(-50%) skew(0, -5deg);
  }
  #MONSTERHERO .text-container .hero-title {
    font-size: 50px;
    line-height: 45px;
  }
  #MONSTERHERO .image-container {
    position: fixed;
    z-index: -1;
    top: 750px;
    right: -150px;
    transform: translateY(-100%);
    height: 600px;
  }
}
@media (max-width: 980px) {
  #MONSTERHERO {
    background-position: center;
    height: 690px;
  }
  #MONSTERHERO .text-container {
    left: 5%;
    top: 375px;
    width: auto;
    transform: translateY(-50%) skew(0, -5deg);
  }
  #MONSTERHERO .text-container .hero-title {
    font-size: 50px;
    line-height: 45px;
  }
  #MONSTERHERO .image-container {
    position: fixed;
    z-index: -1;
    top: 690px;
    right: -150px;
    transform: translate(18%, -100%);
    height: 600px;
  }
}
@media (max-width: 768px) {
  #MONSTERHERO {
    height: 85dvh;
    position: relative;
  }
  #MONSTERHERO .text-container {
    left: 0%;
    top: 75px;
    width: 100%;
    transform: translateY(0) skew(0, -5deg);
    padding: 0 5%;
  }
  #MONSTERHERO .text-container .hero-title {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 4px rgba(0, 0, 0, 0.3);
    width: 100%;
  }
  #MONSTERHERO .text-container .button {
    display: none;
    margin: 10px auto 0 auto;
  }
  #MONSTERHERO .image-container {
    position: fixed;
    right: auto;
    left: 50%;
    z-index: 0;
    bottom: auto;
    top: 170px;
    transform: translate(-50%, 0);
    width: 400px;
    max-width: 85%;
  }
}
#MISCINSTA {
  padding: 40px 0;
  background-color: #f6eddd;
}
#MISCINSTA .container {
  border-radius: 0;
  padding: 0 40px;
}
#MISCINSTA .container .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -3px;
  color: #c20c00;
}
#MISCINSTA .title, #MISCINSTA .text, #MISCINSTA .actions {
  margin-top: 20px;
}
#MISCINSTA .title {
  margin-bottom: 0;
}
#MISCINSTA .title span {
  color: #c20c00;
}
#MISCINSTA .pill {
  color: #fff;
  background-color: #c20c00;
  background-image: linear-gradient(45deg, #c20c00, #c26d00);
}
#MISCINSTA .text {
  display: inline-block;
  max-width: 720px;
}
#MISCINSTA li a {
  transition: all 250ms ease-out;
}
#MISCINSTA li a:hover {
  opacity: 0.9;
}
#MISCINSTA li a img {
  border-radius: 10px;
}
#MISCINSTA .insta-images-container .FeedGridLayout__grid {
  margin-top: 25px;
}
#MISCINSTA .insta-images-container .FeedGridLayout__grid .FeedGridLayout__cell {
  margin-right: 10px;
  padding-bottom: calc(100% + 0px);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 980px) {
  #MISCINSTA {
    padding: 40px 0;
    text-align: center;
  }
  #MISCINSTA .container {
    padding: 0 0;
  }
  #MISCINSTA .container .title {
    font-size: 35px;
    line-height: 35px;
  }
  ul.insta_posts:not(.posts-list-horizontal) {
    flex-wrap: wrap;
    gap: 10px;
  }
  ul.insta_posts:not(.posts-list-horizontal) li {
    flex: 0 1 auto;
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  ul.insta_posts.posts-list-horizontal li {
    flex: 0 0 40%;
  }
}
#PROACCESS {
  background-color: #c20c00;
  padding: 70px 0;
}
#PROACCESS .container.is_halfed {
  display: flex;
  justify-content: space-between;
}
#PROACCESS .container.is_halfed .left {
  flex: 0 0 calc(42% - 10px);
}
#PROACCESS .container.is_halfed .right {
  flex: 0 0 calc(58% - 10px);
}
#PROACCESS .title {
  margin-bottom: 0;
  color: #fff;
}
#PROACCESS .title span {
  font-weight: 600;
  background: -webkit-linear-gradient(left, #c20c00, #c26d00);
  background: -o-linear-gradient(right, #c20c00, #c26d00);
  background: -moz-linear-gradient(right, #c20c00, #c26d00);
  background: linear-gradient(to right, #c20c00, #c26d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6a6a6a;
}
#PROACCESS .subtitle {
  color: #fff;
}
#PROACCESS .pill {
  color: #fff;
  background-color: #c20c00;
}
#PROACCESS .bo_block {
  height: 475px;
}
#PROACCESS .bo_block.bo_block_text {
  padding: 80px;
  text-align: left;
}
#PROACCESS .bo_block.bo_block_text .title {
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  margin-top: 20px;
}
#PROACCESS .bo_block.bo_block_text .subtitle {
  font-weight: 400;
  line-height: 1.5em;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#PROACCESS .bo_block.bo_block_text a.button {
  align-self: flex-start;
  margin: 0;
  display: inline-flex;
}
#PROACCESS .bo_block .bo_block_media {
  height: 100%;
}
#PROACCESS .bo_block .bo_block_media a.media_container {
  position: relative;
}
#PROACCESS .bo_block .bo_block_media img {
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page_title {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
  padding: 20px 0 40px 0;
}
.page_title.is_banner {
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 20px 0 20px 0;
  position: relative;
  display: flex;
}
.page_title.is_banner img.banner {
  width: 100%;
}
.page_title.is_banner .text_container {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 40px;
  transform: translate(-50%, -50%);
  max-width: 830px;
}
.page_title.is_banner .text_container h1, .page_title.is_banner .text_container p {
  color: #fff;
}
.page_title.is_banner .text_container h1 {
  font-weight: 800;
}
.page_title.is_banner .icons, .page_title.is_banner .logo {
  position: absolute;
  top: 40px;
  z-index: 1;
  filter: invert(1);
}
.page_title.is_banner .logo {
  left: 40px;
}
.page_title.is_banner .logo img {
  height: 80px;
}
.page_title.is_banner .icons {
  right: 40px;
}
.page_title.is_banner .icons img {
  height: 80px;
  margin-left: 20px;
}
.pill {
  height: 27px;
  font-size: 15px;
  background-color: #ffaea8;
  color: #fff;
  line-height: 29px;
  border-radius: 5px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 15px;
  width: fit-content;
}
@media (max-width: 980px) {
  #PROACCESS {
    padding: 20px 0 20px 0;
  }
  #PROACCESS .container.is_halfed .left, #PROACCESS .container.is_halfed .right {
    flex: 0 0 calc(50% - 5px);
  }
  #PROACCESS .bo_block {
    height: auto;
  }
  .page_title.is_banner {
    min-height: 350px;
    position: relative;
  }
  .page_title.is_banner .text_container {
    padding: 20px;
    width: 100%;
    z-index: 1;
  }
  .page_title.is_banner .text_container p {
    line-height: 1.05em;
  }
  .page_title.is_banner img.banner {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page_title.is_banner .icons, .page_title.is_banner .logo {
    top: 20px;
  }
  .page_title.is_banner .logo {
    left: 20px;
  }
  .page_title.is_banner .logo img {
    height: 60px;
  }
  .page_title.is_banner .icons {
    right: 20px;
    display: inline-flex;
    justify-content: flex-end;
  }
  .page_title.is_banner .icons img {
    height: 40px;
    margin-right: left;
  }
}
@media (max-width: 768px) {
  #PROACCESS .container.is_halfed {
    margin-top: 6px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
  }
  #PROACCESS .container.is_halfed .left, #PROACCESS .container.is_halfed .right {
    flex: 0 0 100%;
  }
  #PROACCESS .container.is_halfed .right {
    margin-top: 10px;
  }
  #PROACCESS .bo_block {
    height: auto;
  }
  #PROACCESS .bo_block.bo_block_text {
    padding: 40px;
  }
  #PROACCESS .bo_block.bo_block_text .title {
    font-size: 24px;
    line-height: 28px;
  }
  #PROACCESS .bo_block_media .media_container {
    height: auto;
    max-height: 375px;
  }
  .page_title.is_banner {
    min-height: 200px;
  }
  .page_title.is_banner .icons, .page_title.is_banner .logo {
    left: 20px;
  }
  .page_title.is_banner .logo img {
    height: 50px;
  }
  .page_title.is_banner .icons img {
    height: 36px;
  }
}
*.admin {
  display: none !important;
}
body.administrator *.admin_hidden {
  display: none !important;
}
body.administrator *.admin {
  display: inherit !important;
}
@media (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmonsterpuff.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_init.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyles.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_banners.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_blog.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_blocks.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_myaccount.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_faq.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_concept.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_conceptmain.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_contact.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_modal.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_misc.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_slider.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_search.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_product_presentation.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_storelocator.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2F_wc_shop.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-misc.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-mostappreciatedproducts.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-reassurance.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-outrageously.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-lastsposts.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-slider.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-wholesale.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_home-hero.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_misc-insta.scss%22%2C%22wp-content%2Fthemes%2Fblankslate-child%2Fassets%2Fscss%2Fstyle2024%2F_misc.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKiB%3BAAAA%3BAAAA%3BAACM%3BAAAA%3BAAAA%3BAAIvB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqCI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC7iBhB%3BAAAA%3BAAAA%3BADgkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAE91BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAuBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAchB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAUpB%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAepB%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAC3sChB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBR%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAWpB%3BAAGQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAMQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAC9MhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAuBR%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BACzGJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAcZ%3BAAKY%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAKY%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpOZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBZ%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWpB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAcJ%3BAAIQ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASpB%3BAAIQ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBxB%3BAAIQ%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAC1oBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAcZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAGQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAC5IhB%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBR%3BAACI%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5MhB%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAQR%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAII%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAUxB%3BAAII%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAC1TZ%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAWJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAClGF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BACnLR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAZ%2FJR%3BAYwKI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAZ3KJ%3BAY%2BKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAegB%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBJ%3BAAQgB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAWQ%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAKY%3BAAAA%3BAAAA%3BAAAA%3BAZjiBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAacA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbdA%3BAAAA%3BAAAA%3BAawBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAbrCA%3BAAAA%3BAAAA%3BAa6CA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAbvFA%3BAAAA%3BAAAA%3BAa6FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAb9RA%3BAAAA%3BAAAA%3BAaqSA%3BAAGE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC1UH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAuDL%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAC1RD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAf7kBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeimBC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASP%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAiBP%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAWP%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAeD%3BAAEE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BACz8BJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAEC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5RL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUY%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaY%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAiBxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBQ%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBR%3BAAAA%3BAAAA%3BAAAA%3BAAUY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAahB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAiBZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAGzC%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAEI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAeQ%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAiBxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaQ%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcxB%3BAAMY%3BAAAA%3BAAAA%3BAAAA%3BAAWQ%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAQY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC34Df%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAQT%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAWW%3BAAAA%3BAAAA%3BAAAA%3BAAaX%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAcL%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BAAYX%3BAASS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAeb%3BAAKK%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BACjLb%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAKO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAgBhB%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACzJF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1ER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAIM%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAChJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BACjKA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAGG%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAIG%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACzPF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAcN%3BAAKI%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC3FN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtJF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBH%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAAA%3BAAcL%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BACtHH%3BAAAA%3BAAAA%3BAAAA%3BAAOM%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAGE%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaP%3BAAQU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA3B9RP%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAgBJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%22%7D */