.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:238,247,251;--color-primary-1:199,229,242;--color-primary-2:143,202,228;--color-primary-3:72,101,114;--color-primary-4:21,30,34;--color-secondary-0:222,222,222;--color-secondary-1:146,146,146;--color-secondary-2:36,36,36;--color-secondary-3:18,18,18;--color-secondary-4:5,5,5;--color-tertiary-0:255,255,255;--color-tertiary-1:252,252,252;--color-tertiary-2:245,245,244;--color-tertiary-3:123,123,122;--color-tertiary-4:24,24,24;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cea30d5b-4b50-45b7-a1d9-58172ad3dec3/CloudAllegraClosetVanityStraightNov2018.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw.adaptive-delivery-prevent-bg, #E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw.lazyload, #E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw.lazyloading { background-image: none; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container { background-color: transparent; background-image: none; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.35); }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container > .video-iframe-container { display: none; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.35); }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row > .video-iframe-container { display: none; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container { border-width: 0; border-radius: 0; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container { font-size:0.875rem;font-family:montserrat;height:47.0625rem;width:75rem;position:relative;display:block; }#fCuqzTxvxbG3BeFPpqQfwQTyoZf4phJ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.625rem;left:0rem;height:9.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JMvlVW0MOwfirRqzen5mT2O1CTTCMffR { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:14999;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.03750038147rem;left:0rem;height:8.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OT7InZRktEuARTTSCPW7KqGKL5iPlvFT { background-color:#6b85a1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0625rem;left:60.375rem;display:block; }
#hWGwluT3yB2zrNISis5yeaied67JwoGR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0cc4wx4p6oUuhWM8i3eyp7aVFL4kF37 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:15.5625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#IwUN3VZ8oXHLkJDX3CX7dQiQDDMUSpUR { color:rgba(var(--color-tertiary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.625rem;left:53.25rem;height:3.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pE3r2PAEKhB7wv4TZbBmAh7eEPcRsSii { color:rgba(var(--color-tertiary-2),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.6875rem;left:0rem;height:6.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pE3r2PAEKhB7wv4TZbBmAh7eEPcRsSii li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pE3r2PAEKhB7wv4TZbBmAh7eEPcRsSii li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2be0bd7f57558b7d519c73c2f53f7270c17f18ea.svg); }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-form-header {  }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:20.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-text {padding-top: 0; padding-bottom: 0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0.3125rem 0.0625rem rgba(var(--color-tertiary-4),0.2) ; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-select {padding-top: 0; padding-bottom: 0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#6b85a1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.875rem;overflow:hidden;font-style:normal; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-container:first-of-type{padding-top:0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-container:last-of-type{padding-bottom:0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.75rem;left:52.25rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.25rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV {display:block;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:16.75rem;left:52.25rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #HDhleTuxTmyMZJeT6h2c6lkemJmNld6u { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #mQkgEp79QFMdnRahx1KCtX8wIvGSXO4o { position:relative;display:block; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #QS7Almaf7b3X5HMyayiRs9DmxilOGc1z { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WsPTmI6vtCwUSXLXUolb8rLBFseocBev { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #q54wTuXaoedLguFAvLRASMTRRgFftNRH { position:relative;display:block; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #UMDqyNhZAI1buSxP3KuOSxmVi6UQp8hr { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #ZotRsMH6emPTSxDc6omsPf4BM0kfSCcu { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #KFNBl5aeQrQVZx83781bI1nDNCqMMDyL { position:relative;display:block; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #aHytLxwNSRaypUvCv9owa7RAQTl5Keym { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #x5RKlw7OF6KNWhSK4SB9TTKVFUDSFDLu { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #JdFVOqJ2f8oENXSB2kV8eo4vnBiw2DRv { position:relative;display:block; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #iwUQRZc3RgraKFTBEIWGc6ZdSwdDoKbR { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #FZCwsN5rX80JJzTkn5tGOzNk3oDFglpO { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WTWZzmKc7o5TQsSSkZoLc88twlrKzBJm { position:relative;display:block; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #OGugK7lzBfKk6G1L8GyLEOxD1g1g6lVh { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #dz8rKCHQeewN1HkVf1FONIHiPexKlfTk { position:relative; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WUoegozfUUZlGAlbAikDikJP4DQsgTBu { position:relative; }
#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT { position:relative;display:block; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT { background-color: transparent; background-image: none; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row .container > .video-iframe-container { display: none; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row > .video-iframe-container { display: none; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT { border-width: 0; border-radius: 0; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DQ81bakuAuK44NVBcHI3hrQDBUymXf8x { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.4375rem;left:0rem;height:11.2rem;font-style:normal;display:block; }
#vN9XV5H7xRexqiblQWivBGPffHCA96Ua { color:#6b85a1;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:17.25rem;left:0rem;height:2.1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lProwooh3d6DoCw9DVPe507alpTD8mnr { box-sizing:content-box;height:12.5rem;width:23.4375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7bdbb97d-54f5-47e6-b3da-8955d2f28772/WhiteShakerIslandwithBenchandCocoTop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#lProwooh3d6DoCw9DVPe507alpTD8mnr.adaptive-delivery-prevent-bg, #lProwooh3d6DoCw9DVPe507alpTD8mnr.lazyload, #lProwooh3d6DoCw9DVPe507alpTD8mnr.lazyloading { background-image: none; }
#HHyQnfBmoPQtasHtRLnwnVxCoLKg1476 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:19.4375rem;left:25rem;height:11.2rem;font-style:normal;display:block; }
#l1VkgDSWcFv461mfZCdb3hoz50HaaqZN { color:#6b85a1;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:17.25rem;left:25rem;height:2.1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vyw76Nt15sHsh8snWNcnfWtHDqOaMuKA { box-sizing:content-box;height:12.5rem;width:23.4375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4ce1dc41-d984-424d-8881-3c3ccc85b167/WhiteandFawnOnePieceShakerNuseryClosetJul2020.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#vyw76Nt15sHsh8snWNcnfWtHDqOaMuKA.adaptive-delivery-prevent-bg, #vyw76Nt15sHsh8snWNcnfWtHDqOaMuKA.lazyload, #vyw76Nt15sHsh8snWNcnfWtHDqOaMuKA.lazyloading { background-image: none; }
#XgluQKehhaxOJ2wGsg0tuigg0loVb3bm { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:19.4375rem;left:50rem;height:11.2rem;font-style:normal;display:block; }
#pvS44H8hnOzewf4MrNSbPXTwCoU3VSQa { color:#6b85a1;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:17.25rem;left:50rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cLbaIPB7VegmZOkmUVfHawAEooxM1ilH { box-sizing:content-box;height:12.5rem;width:23.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fbd16951-7249-430b-80c7-35eb1f32de48/kitchenpantry.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:50rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#cLbaIPB7VegmZOkmUVfHawAEooxM1ilH.adaptive-delivery-prevent-bg, #cLbaIPB7VegmZOkmUVfHawAEooxM1ilH.lazyload, #cLbaIPB7VegmZOkmUVfHawAEooxM1ilH.lazyloading { background-image: none; }
#gohhN423qD0RfUNLroth8BPaKtOMNKx4 { position:relative;display:block; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 { background-color: transparent; background-image: none; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row .container > .video-iframe-container { display: none; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row > .video-iframe-container { display: none; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 { border-width: 0; border-radius: 0; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jn86nacT8zblbggLtcAs9WJC5rdGaerB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.4375rem;left:0rem;height:11.2rem;font-style:normal;display:block; }
#auD48oorysqANQI5zy3yHofwIfXUv9rz { color:#6b85a1;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:17.25rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F55pGaMK5AO39fuQ6xzmsVkhIdzOmT1d { box-sizing:content-box;height:12.5rem;width:23.4375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c18607f0-edf1-4ffd-96da-3a5aa619e4a6/SilverCabinetsStainlessWorkbenchDrawerOpenGraySlatwall.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#F55pGaMK5AO39fuQ6xzmsVkhIdzOmT1d.adaptive-delivery-prevent-bg, #F55pGaMK5AO39fuQ6xzmsVkhIdzOmT1d.lazyload, #F55pGaMK5AO39fuQ6xzmsVkhIdzOmT1d.lazyloading { background-image: none; }
#JgIcp3bs2CyQTcyimxUOkSfQFKyo3AEi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:19.4375rem;left:25rem;height:11.2rem;font-style:normal;display:block; }
#Dy8E0TkiIRfi06ll54aGgvmsJOwdt0oI { color:#6b85a1;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:17.25rem;left:25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FnyzXDx4gX5WAbHvJcaer7pOuxQROh8U { box-sizing:content-box;height:12.5rem;width:23.4375rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a01ee9c7-5c8a-45e1-bd03-5cacbade1d47/photoorganizedlaundryrooms.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#FnyzXDx4gX5WAbHvJcaer7pOuxQROh8U.adaptive-delivery-prevent-bg, #FnyzXDx4gX5WAbHvJcaer7pOuxQROh8U.lazyload, #FnyzXDx4gX5WAbHvJcaer7pOuxQROh8U.lazyloading { background-image: none; }
#iJqirV0uWXNscoxzyCRy68zttuu9li0A { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:19.4375rem;left:50rem;height:11.2rem;font-style:normal;display:block; }
#eIUqVmIeZtHEUZnyV0WeAaqoTTxqNFTv { color:#6b85a1;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:17.25rem;left:50rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SQJ8LXfzFiNvah6a8zTLr7MdbkWca7NQ { box-sizing:content-box;height:12.5rem;width:23.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/bcd93eb5-f15f-4bc5-b9d2-4af9e295b0fe/20240614_153228rotated.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:50rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#SQJ8LXfzFiNvah6a8zTLr7MdbkWca7NQ.adaptive-delivery-prevent-bg, #SQJ8LXfzFiNvah6a8zTLr7MdbkWca7NQ.lazyload, #SQJ8LXfzFiNvah6a8zTLr7MdbkWca7NQ.lazyloading { background-image: none; }
#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container { background-color: transparent; background-image: none; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container > .video-iframe-container { display: none; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row > .video-iframe-container { display: none; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container { border-width: 0; border-radius: 0; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container { font-size:0.875rem;font-family:montserrat;height:26.3125rem;width:75rem;position:relative;display:block; }#z7g5PBNqHs38zxxk2Q064QtEAisouvu2 { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:7.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kw79M1G45sJ32RzMK0yLbEG2dageITuo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:15.3125rem;left:3.375rem;height:6.4rem;font-style:normal;display:block; }
#JTza7UVTUVCNMfQrFhDK8n3lZkD8HIde { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rAFaZg42nVmoZooQLLLpFS0xyQJVoCch { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:14.5625rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W8Ri8cvGJZsAwy67dHl4eHqLPCWNwyRn { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:14.5625rem;left:25.3125rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kFNCr1zvRIVJ2JM2TROELmXBC5tEATnz { color:rgba(var(--color-tertiary-0),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:14.75rem;left:50.3125rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KsCQT9T1cuRMUR5OSHxr9u2yGNKE4hwJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:13.5rem;left:3.375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n4vMD8iN3FqkHTyCD4GfZZ3hFWoubHrg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:13.5rem;left:29.0625rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPFcU0HPpifV0yPxMfnt7Z3ExPqrKPdn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:15.3125rem;left:29.0625rem;height:8rem;font-style:normal;display:block; }
#rFkPVBXyeEpcMXbWT8fcMTQ0SIwSqqKm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:13.5rem;left:54.1875rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sH3UaiqoHhp4r5UAvH15Jg2qTWwASySD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:15.3125rem;left:54.1875rem;height:6.4rem;font-style:normal;display:block; }
#wbCJuVCAcNVD8G9264QdSM0SUO1I5uTf { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.3125rem;left:25.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bOKX84ns91X9EL9O0xa97LSVUOMSneeT { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.5rem;left:50.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6b85a1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container { background-color: transparent; background-image: none; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container > .video-iframe-container { display: none; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row > .video-iframe-container { display: none; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container { border-width: 0; border-radius: 0; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#dd67HwGbyuixsxcQdqNgJ9HDVHnBG0Iz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:13.6875rem;left:18.25rem;display:block; }
#vUebapeS5dpvDutTbBxbHb6GSLAmbNap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbvS42CWhRq9n5MtWDVgMkR86bNEcCL4 { background-color:#445971;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.6875rem;left:42.3125rem;display:block; }
#cgZ8gWcW5vJcOkq884XynM6fuHSuDxA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzKoIP49sKoHkLb06DKaX4PfDyp49L5T { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:3.375rem;left:11.0625rem;height:9.1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S910fXteZCJH9gTq6TfBph0KPdA7KX79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container { background-color: transparent; background-image: none; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container > .video-iframe-container { display: none; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row > .video-iframe-container { display: none; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container { border-width: 0; border-radius: 0; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#rCRSZb69IpbhaTz6VbS4reEgmal5xwBT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:15.1875rem;left:0rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVJLqQ6JDLEvbuLc0lF57L3EAZ4BTFES { color:#dda127;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1;letter-spacing:0;top:12.8125rem;left:4.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IgJfnITUB26olq9l40SS6bfE7hn8qwUy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.25rem;left:0rem; }
#pWKMKVHJpW5aO3IK2XlVxroVp2mpPDPq { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:10.875rem;left:4.125rem;height:2rem;font-style:normal;display:block; }
#GLKv5rtJOpHRloJzV4yQE3VU48WD2Gx0 { color:rgba(var(--color-secondary-3),1);display:block;width:64.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:4.3125rem;left:4.125rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mTeqkTiStFLI70W8ptzWMOBMhLmiz8nf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:2;letter-spacing:0;top:15.3125rem;left:25rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTlolIuqvkrqT89OC8Toxi3bON1lVwXP { color:#dda127;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:12.9375rem;left:29.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o95RdQ2k1usmKxcwtEnU4ifiy8xcmW47 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:11.375rem;left:25rem; }
#FPGr4p56ETlyRUFs94QWDLLTASL0PIIr { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:11rem;left:29.125rem;height:2rem;font-style:normal;display:block; }
#fdn2c71rQ7z5DuaUKL3Tto0OTP4HIkgp { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:2;letter-spacing:0;top:15.3125rem;left:50rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4HyT4fpw3ZqEL9331XLaqfIRcfQ695o { color:#dda127;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15033;line-height:1;letter-spacing:0;top:12.9375rem;left:54.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Di456tbomoEomqQA26Qyx82cMpDvkvkl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.375rem;left:50rem; }
#eMTx9rssAvxD9OZXVI6siyffTTI6Hd8l { color:rgba(var(--color-secondary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:11rem;left:54.125rem;height:2rem;font-style:normal;display:block; }
#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d5dcde1-1493-4579-83e5-5aae1ec39265/LagoonandWhiteClosetLeftAngleYHS_blue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh.adaptive-delivery-prevent-bg, #y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh.lazyload, #y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh.lazyloading { background-image: none; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container { background-color: transparent; background-image: none; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.72); }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container > .video-iframe-container { display: none; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.72); }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row > .video-iframe-container { display: none; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container { border-width: 0; border-radius: 0; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container { font-size:0.875rem;font-family:montserrat;height:33.9375rem;width:75rem;position:relative;display:block; }#gKwgKTvTT9kZkHKGdos4Tbguq5s6P4ed { color:rgba(var(--color-secondary-2),1);display:block;width:74.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:6.4375rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mTcfdbMtVApVob59h2aw9ukzhaKB3sRn { color:rgba(var(--color-secondary-3),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:11.1875rem;left:9.125rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JymdgBQi63BpQ2wiG1THmr1L2cdSvtUx { background-color:#6b85a1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.5625rem;left:18.0625rem;display:block; }
#yKHAF8PtF3TOJlMTdLF1gTmvK1oqnA9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbHILoKOFPOODsIP25LAt5nekXI0VGd6 { background-color:#445971;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.5625rem;left:41.8125rem;display:block; }
#VoxUNzcKmicik4T0if29sPTnCuzsPlaU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yemKFapmTCceHzEXMXUcCLWLTkTP8bii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { background-color: transparent; background-image: none; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container > .video-iframe-container { display: none; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row > .video-iframe-container { display: none; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { border-width: 0; border-radius: 0; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { font-size:0.875rem;font-family:montserrat;height:4.875rem;width:75rem;position:relative;display:block; }#OyT3HmydBTMs0brEuiH9194UFOrXwWmy { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:1.1437492370606rem;left:20.1875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw { display:block; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCuqzTxvxbG3BeFPpqQfwQTyoZf4phJ8 { top:12.625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMvlVW0MOwfirRqzen5mT2O1CTTCMffR { top:23rem;left:0rem;width:43.75rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7InZRktEuARTTSCPW7KqGKL5iPlvFT { width:14.625rem;height:3.4375rem;top:2.0625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWGwluT3yB2zrNISis5yeaied67JwoGR { display:block; }
 }@media only screen and (max-width: 763px) { #F0cc4wx4p6oUuhWM8i3eyp7aVFL4kF37 { top:1rem;left:0rem;width:15.5625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwUN3VZ8oXHLkJDX3CX7dQiQDDMUSpUR { top:28.125rem;left:25.9375rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE3r2PAEKhB7wv4TZbBmAh7eEPcRsSii { top:33.6875rem;left:0rem;width:36.1875rem;height:6.625rem;font-size:1rem;display:block; }#pE3r2PAEKhB7wv4TZbBmAh7eEPcRsSii li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2be0bd7f57558b7d519c73c2f53f7270c17f18ea.svg); }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-regular-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-text { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-text {padding-top: 0; padding-bottom: 0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-textarea { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-select { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-select {padding-top: 0; padding-bottom: 0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-button { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV  { width:20.25rem;height:auto;top:16.75rem;left:25rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .radio-container { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV {display:block;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV { width:20.25rem;height:auto;top:16.75rem;left:25rem; }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #HDhleTuxTmyMZJeT6h2c6lkemJmNld6u {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #mQkgEp79QFMdnRahx1KCtX8wIvGSXO4o {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #QS7Almaf7b3X5HMyayiRs9DmxilOGc1z {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WsPTmI6vtCwUSXLXUolb8rLBFseocBev {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #q54wTuXaoedLguFAvLRASMTRRgFftNRH {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #UMDqyNhZAI1buSxP3KuOSxmVi6UQp8hr {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #ZotRsMH6emPTSxDc6omsPf4BM0kfSCcu {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #KFNBl5aeQrQVZx83781bI1nDNCqMMDyL {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #aHytLxwNSRaypUvCv9owa7RAQTl5Keym {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #x5RKlw7OF6KNWhSK4SB9TTKVFUDSFDLu {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #JdFVOqJ2f8oENXSB2kV8eo4vnBiw2DRv {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #iwUQRZc3RgraKFTBEIWGc6ZdSwdDoKbR {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #FZCwsN5rX80JJzTkn5tGOzNk3oDFglpO {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WTWZzmKc7o5TQsSSkZoLc88twlrKzBJm {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #OGugK7lzBfKk6G1L8GyLEOxD1g1g6lVh {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #dz8rKCHQeewN1HkVf1FONIHiPexKlfTk {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WUoegozfUUZlGAlbAikDikJP4DQsgTBu {  }
 }@media only screen and (max-width: 763px) { #vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT { display:block; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ81bakuAuK44NVBcHI3hrQDBUymXf8x { top:19.4375rem;left:0rem;width:22.9375rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN9XV5H7xRexqiblQWivBGPffHCA96Ua { top:17.25rem;left:0rem;width:22.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lProwooh3d6DoCw9DVPe507alpTD8mnr { top:3.1875rem;left:0rem;width:23.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHyQnfBmoPQtasHtRLnwnVxCoLKg1476 { top:19.4375rem;left:8.8125rem;width:22.9375rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1VkgDSWcFv461mfZCdb3hoz50HaaqZN { top:17.25rem;left:8.9375rem;width:22.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyw76Nt15sHsh8snWNcnfWtHDqOaMuKA { top:3.1875rem;left:8.3125rem;width:23.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgluQKehhaxOJ2wGsg0tuigg0loVb3bm { top:19.4375rem;left:24.6875rem;width:22.9375rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvS44H8hnOzewf4MrNSbPXTwCoU3VSQa { top:17.25rem;left:24.8125rem;width:22.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLbaIPB7VegmZOkmUVfHawAEooxM1ilH { top:3.1875rem;left:24.1875rem;width:23.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gohhN423qD0RfUNLroth8BPaKtOMNKx4 { display:block; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn86nacT8zblbggLtcAs9WJC5rdGaerB { top:19.4375rem;left:0rem;width:22.9375rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auD48oorysqANQI5zy3yHofwIfXUv9rz { top:17.25rem;left:0rem;width:22.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F55pGaMK5AO39fuQ6xzmsVkhIdzOmT1d { top:3.1875rem;left:0rem;width:23.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIcp3bs2CyQTcyimxUOkSfQFKyo3AEi { top:19.4375rem;left:8.8125rem;width:22.9375rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy8E0TkiIRfi06ll54aGgvmsJOwdt0oI { top:17.25rem;left:8.9375rem;width:22.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnyzXDx4gX5WAbHvJcaer7pOuxQROh8U { top:3.1875rem;left:8.3125rem;width:23.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJqirV0uWXNscoxzyCRy68zttuu9li0A { top:19.4375rem;left:24.6875rem;width:22.9375rem;height:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIUqVmIeZtHEUZnyV0WeAaqoTTxqNFTv { top:17.25rem;left:24.8125rem;width:22.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQJ8LXfzFiNvah6a8zTLr7MdbkWca7NQ { top:3.1875rem;left:24.1875rem;width:23.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr { display:block; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7g5PBNqHs38zxxk2Q064QtEAisouvu2 { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw79M1G45sJ32RzMK0yLbEG2dageITuo { top:15.3125rem;left:0rem;width:20.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTza7UVTUVCNMfQrFhDK8n3lZkD8HIde { top:14.3125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAFaZg42nVmoZooQLLLpFS0xyQJVoCch { top:14.5625rem;left:0rem;width:2.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Ri8cvGJZsAwy67dHl4eHqLPCWNwyRn { top:14.5625rem;left:11.6875rem;width:2.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFNCr1zvRIVJ2JM2TROELmXBC5tEATnz { top:14.75rem;left:36.6875rem;width:2.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsCQT9T1cuRMUR5OSHxr9u2yGNKE4hwJ { top:13.5rem;left:0rem;width:13.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4vMD8iN3FqkHTyCD4GfZZ3hFWoubHrg { top:13.5rem;left:15.4375rem;width:13.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPFcU0HPpifV0yPxMfnt7Z3ExPqrKPdn { top:15.3125rem;left:15.4375rem;width:19.5rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFkPVBXyeEpcMXbWT8fcMTQ0SIwSqqKm { top:13.5rem;left:27.8125rem;width:19.9375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH3UaiqoHhp4r5UAvH15Jg2qTWwASySD { top:15.3125rem;left:28.3125rem;width:19.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbCJuVCAcNVD8G9264QdSM0SUO1I5uTf { top:14.3125rem;left:11.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKX84ns91X9EL9O0xa97LSVUOMSneeT { top:14.5rem;left:36.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 { display:block; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd67HwGbyuixsxcQdqNgJ9HDVHnBG0Iz { width:22.8125rem;height:3.4375rem;top:13.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUebapeS5dpvDutTbBxbHb6GSLAmbNap { display:block; }
 }@media only screen and (max-width: 763px) { #VbvS42CWhRq9n5MtWDVgMkR86bNEcCL4 { width:14.625rem;height:3.4375rem;top:13.6875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgZ8gWcW5vJcOkq884XynM6fuHSuDxA0 { display:block; }
 }@media only screen and (max-width: 763px) { #CzKoIP49sKoHkLb06DKaX4PfDyp49L5T { top:28.125rem;left:25.9375rem;width:5.625rem;height:4.19970625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S910fXteZCJH9gTq6TfBph0KPdA7KX79 { display:block; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCRSZb69IpbhaTz6VbS4reEgmal5xwBT { top:15.1875rem;left:0rem;width:22.8125rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVJLqQ6JDLEvbuLc0lF57L3EAZ4BTFES { top:12.8125rem;left:0rem;width:9.9375rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgJfnITUB26olq9l40SS6bfE7hn8qwUy { top:11.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWKMKVHJpW5aO3IK2XlVxroVp2mpPDPq { top:10.875rem;left:0rem;width:8.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKv5rtJOpHRloJzV4yQE3VU48WD2Gx0 { top:4.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeqkTiStFLI70W8ptzWMOBMhLmiz8nf { top:15.3125rem;left:8.5625rem;width:23.1875rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTlolIuqvkrqT89OC8Toxi3bON1lVwXP { top:12.9375rem;left:15.875rem;width:9.9375rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o95RdQ2k1usmKxcwtEnU4ifiy8xcmW47 { top:11.375rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPGr4p56ETlyRUFs94QWDLLTASL0PIIr { top:11rem;left:15.875rem;width:8.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdn2c71rQ7z5DuaUKL3Tto0OTP4HIkgp { top:15.3125rem;left:23.875rem;width:23.75rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4HyT4fpw3ZqEL9331XLaqfIRcfQ695o { top:12.9375rem;left:31.75rem;width:9.9375rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di456tbomoEomqQA26Qyx82cMpDvkvkl { top:11.375rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMTx9rssAvxD9OZXVI6siyffTTI6Hd8l { top:11rem;left:31.75rem;width:8.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh { display:block; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKwgKTvTT9kZkHKGdos4Tbguq5s6P4ed { top:6.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTcfdbMtVApVob59h2aw9ukzhaKB3sRn { top:11.1875rem;left:0rem;width:47.75rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JymdgBQi63BpQ2wiG1THmr1L2cdSvtUx { width:22.8125rem;height:3.4375rem;top:23.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKHAF8PtF3TOJlMTdLF1gTmvK1oqnA9L { display:block; }
 }@media only screen and (max-width: 763px) { #PbHILoKOFPOODsIP25LAt5nekXI0VGd6 { width:14.625rem;height:3.4375rem;top:23.5625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxUNzcKmicik4T0if29sPTnCuzsPlaU { display:block; }
 }@media only screen and (max-width: 763px) { #yemKFapmTCceHzEXMXUcCLWLTkTP8bii { display:block; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyT3HmydBTMs0brEuiH9194UFOrXwWmy { top:1.125rem;left:6.5625rem;width:34.625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw { display:block; }#E5E6T73TaDWwr1euJrDMdzWKD5W6MCWw > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCuqzTxvxbG3BeFPpqQfwQTyoZf4phJ8 { width:20rem;height:7.2rem;top:13.5rem;left:0rem;font-size:2rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMvlVW0MOwfirRqzen5mT2O1CTTCMffR { width:20rem;height:9.6rem;top:21.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT7InZRktEuARTTSCPW7KqGKL5iPlvFT { width:14.625rem;height:3.4375rem;top:8.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWGwluT3yB2zrNISis5yeaied67JwoGR { display:block; }
 }@media only screen and (max-width: 763px) { #F0cc4wx4p6oUuhWM8i3eyp7aVFL4kF37 { width:14rem;height:6rem;top:0.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwUN3VZ8oXHLkJDX3CX7dQiQDDMUSpUR { width:20rem;height:3rem;top:39rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pE3r2PAEKhB7wv4TZbBmAh7eEPcRsSii { width:17.8125rem;height:5.425rem;top:31.8125rem;left:1.125rem;font-size:1rem;display:block; }#pE3r2PAEKhB7wv4TZbBmAh7eEPcRsSii li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2be0bd7f57558b7d519c73c2f53f7270c17f18ea.svg); }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-text {padding-top: 0; padding-bottom: 0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-select {padding-top: 0; padding-bottom: 0;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV  { width:17.5rem;height:auto;top:42.5625rem;left:0rem; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV {display:block;}#FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV { width:17.5rem;height:auto;top:42.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #HDhleTuxTmyMZJeT6h2c6lkemJmNld6u {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #mQkgEp79QFMdnRahx1KCtX8wIvGSXO4o {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #QS7Almaf7b3X5HMyayiRs9DmxilOGc1z {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WsPTmI6vtCwUSXLXUolb8rLBFseocBev {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #q54wTuXaoedLguFAvLRASMTRRgFftNRH {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #UMDqyNhZAI1buSxP3KuOSxmVi6UQp8hr {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #ZotRsMH6emPTSxDc6omsPf4BM0kfSCcu {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #KFNBl5aeQrQVZx83781bI1nDNCqMMDyL {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #aHytLxwNSRaypUvCv9owa7RAQTl5Keym {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #x5RKlw7OF6KNWhSK4SB9TTKVFUDSFDLu {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #JdFVOqJ2f8oENXSB2kV8eo4vnBiw2DRv {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #iwUQRZc3RgraKFTBEIWGc6ZdSwdDoKbR {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #FZCwsN5rX80JJzTkn5tGOzNk3oDFglpO {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WTWZzmKc7o5TQsSSkZoLc88twlrKzBJm {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #OGugK7lzBfKk6G1L8GyLEOxD1g1g6lVh {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #dz8rKCHQeewN1HkVf1FONIHiPexKlfTk {  }
 }@media only screen and (max-width: 763px) { #FKXWzrHIORSyMBRt6Oa3a7i8ttGJV6sV #WUoegozfUUZlGAlbAikDikJP4DQsgTBu {  }
 }@media only screen and (max-width: 763px) { #vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT { display:block; }#vBW8VeEkiNUwS5sflkKi8LhPzTTpcTbT > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQ81bakuAuK44NVBcHI3hrQDBUymXf8x { width:20rem;height:12rem;top:16.800000190735rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vN9XV5H7xRexqiblQWivBGPffHCA96Ua { width:20rem;height:1.8rem;top:15rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lProwooh3d6DoCw9DVPe507alpTD8mnr { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHyQnfBmoPQtasHtRLnwnVxCoLKg1476 { width:20rem;height:10.5rem;top:47.362499237061rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1VkgDSWcFv461mfZCdb3hoz50HaaqZN { width:20rem;height:1.8rem;top:45.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyw76Nt15sHsh8snWNcnfWtHDqOaMuKA { width:20rem;height:12.5rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgluQKehhaxOJ2wGsg0tuigg0loVb3bm { width:20rem;height:10.5rem;top:75.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvS44H8hnOzewf4MrNSbPXTwCoU3VSQa { width:20rem;height:1.8rem;top:73.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLbaIPB7VegmZOkmUVfHawAEooxM1ilH { width:20rem;height:12.5rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gohhN423qD0RfUNLroth8BPaKtOMNKx4 { display:block; }#gohhN423qD0RfUNLroth8BPaKtOMNKx4 > .row .container { width:20rem;height:84.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn86nacT8zblbggLtcAs9WJC5rdGaerB { width:20rem;height:10.5rem;top:16.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auD48oorysqANQI5zy3yHofwIfXUv9rz { width:20rem;height:1.8rem;top:14.6875rem;left:-0.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F55pGaMK5AO39fuQ6xzmsVkhIdzOmT1d { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgIcp3bs2CyQTcyimxUOkSfQFKyo3AEi { width:20rem;height:12rem;top:44.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dy8E0TkiIRfi06ll54aGgvmsJOwdt0oI { width:20rem;height:1.8rem;top:43.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnyzXDx4gX5WAbHvJcaer7pOuxQROh8U { width:20rem;height:12.5rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJqirV0uWXNscoxzyCRy68zttuu9li0A { width:20rem;height:12rem;top:71.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIUqVmIeZtHEUZnyV0WeAaqoTTxqNFTv { width:20rem;height:1.8rem;top:69.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQJ8LXfzFiNvah6a8zTLr7MdbkWca7NQ { width:20rem;height:12.5rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr { display:none; }#H8Mul4LTWvOKzJyEtsTgUZBTOiWKQ3tr > .row .container { width:20rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z7g5PBNqHs38zxxk2Q064QtEAisouvu2 { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kw79M1G45sJ32RzMK0yLbEG2dageITuo { width:16.6875rem;height:0;top:14.4125rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JTza7UVTUVCNMfQrFhDK8n3lZkD8HIde { width:1.875rem;height:1.875rem;top:7.3rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAFaZg42nVmoZooQLLLpFS0xyQJVoCch { width:2.5rem;height:1.875rem;top:7.55rem;left:9.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8Ri8cvGJZsAwy67dHl4eHqLPCWNwyRn { width:2.3125rem;height:1.875rem;top:12.4125rem;left:17.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFNCr1zvRIVJ2JM2TROELmXBC5tEATnz { width:2.3125rem;height:1.875rem;top:12.6rem;left:17.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsCQT9T1cuRMUR5OSHxr9u2yGNKE4hwJ { width:16.0625rem;height:1.8rem;top:11.35rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4vMD8iN3FqkHTyCD4GfZZ3hFWoubHrg { width:16.0625rem;height:1.8rem;top:11.35rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPFcU0HPpifV0yPxMfnt7Z3ExPqrKPdn { width:16.625rem;height:0;top:14.4125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rFkPVBXyeEpcMXbWT8fcMTQ0SIwSqqKm { width:16.0625rem;height:1.8rem;top:11.35rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sH3UaiqoHhp4r5UAvH15Jg2qTWwASySD { width:16.625rem;height:0;top:14.4125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wbCJuVCAcNVD8G9264QdSM0SUO1I5uTf { width:1.875rem;height:1.875rem;top:12.1625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKX84ns91X9EL9O0xa97LSVUOMSneeT { width:1.875rem;height:1.875rem;top:12.35rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 { display:block; }#dxRkU5kr5sVTpHxKlL7EDSJW9gtyEkH0 > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd67HwGbyuixsxcQdqNgJ9HDVHnBG0Iz { width:19rem;height:3.4375rem;top:10.625rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUebapeS5dpvDutTbBxbHb6GSLAmbNap { display:block; }
 }@media only screen and (max-width: 763px) { #VbvS42CWhRq9n5MtWDVgMkR86bNEcCL4 { width:14.625rem;height:3.4375rem;top:15.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgZ8gWcW5vJcOkq884XynM6fuHSuDxA0 { display:block; }
 }@media only screen and (max-width: 763px) { #CzKoIP49sKoHkLb06DKaX4PfDyp49L5T { width:20rem;height:7.35rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S910fXteZCJH9gTq6TfBph0KPdA7KX79 { display:block; }#S910fXteZCJH9gTq6TfBph0KPdA7KX79 > .row .container { width:20rem;height:89.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCRSZb69IpbhaTz6VbS4reEgmal5xwBT { width:16.25rem;height:26rem;top:14.22500038147rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVJLqQ6JDLEvbuLc0lF57L3EAZ4BTFES { width:15.0625rem;height:0.75rem;top:13.474998474121rem;left:2.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgJfnITUB26olq9l40SS6bfE7hn8qwUy { display:flex;width:3.125rem;height:3.125rem;top:7.3rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pWKMKVHJpW5aO3IK2XlVxroVp2mpPDPq { width:15.0625rem;height:1.8rem;top:11.675rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLKv5rtJOpHRloJzV4yQE3VU48WD2Gx0 { width:20rem;height:4.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTeqkTiStFLI70W8ptzWMOBMhLmiz8nf { width:20rem;height:14rem;top:49.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTlolIuqvkrqT89OC8Toxi3bON1lVwXP { width:9.9375rem;height:0.75rem;top:48.5rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o95RdQ2k1usmKxcwtEnU4ifiy8xcmW47 { display:flex;width:3.125rem;height:3.125rem;top:42.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FPGr4p56ETlyRUFs94QWDLLTASL0PIIr { width:8.6875rem;height:1.8rem;top:46.75rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdn2c71rQ7z5DuaUKL3Tto0OTP4HIkgp { width:20rem;height:14rem;top:72.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4HyT4fpw3ZqEL9331XLaqfIRcfQ695o { width:9.9375rem;height:0.75rem;top:71.5625rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Di456tbomoEomqQA26Qyx82cMpDvkvkl { display:flex;width:3.125rem;height:3.125rem;top:65.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eMTx9rssAvxD9OZXVI6siyffTTI6Hd8l { width:8.6875rem;height:1.8rem;top:69.75rem;left:5.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh { display:block; }#y3rb7M1IJ1BaN4XpsBnFlamO02C2auJh > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKwgKTvTT9kZkHKGdos4Tbguq5s6P4ed { width:19.1875rem;height:4.8rem;top:1.25rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTcfdbMtVApVob59h2aw9ukzhaKB3sRn { width:19.6875rem;height:14.4rem;top:7.3rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JymdgBQi63BpQ2wiG1THmr1L2cdSvtUx { width:19rem;height:3.4375rem;top:22.875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKHAF8PtF3TOJlMTdLF1gTmvK1oqnA9L { display:block; }
 }@media only screen and (max-width: 763px) { #PbHILoKOFPOODsIP25LAt5nekXI0VGd6 { width:14.625rem;height:3.4375rem;top:27.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxUNzcKmicik4T0if29sPTnCuzsPlaU { display:block; }
 }@media only screen and (max-width: 763px) { #yemKFapmTCceHzEXMXUcCLWLTkTP8bii { display:block; }#yemKFapmTCceHzEXMXUcCLWLTkTP8bii > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyT3HmydBTMs0brEuiH9194UFOrXwWmy { width:18.875rem;height:2.2rem;top:1.25rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }