.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:transparent;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); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/3f643caa-0c89-4be9-b79a-5f1d503c461a/Gemini_Generated_Image_8xuw928xuw928xuw.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv.adaptive-delivery-prevent-bg, #OxvUSG9UDTp7iidzafswKvm5beVFH2Wv.lazyload, #OxvUSG9UDTp7iidzafswKvm5beVFH2Wv.lazyloading { background-image: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container { background-color: transparent; background-image: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container > .video-iframe-container { display: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row > .video-iframe-container { display: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .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); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container { border-width: 0; border-radius: 0; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#BtLetHflrPNDKnJPaT93PRPDxfIAqmpI { box-sizing:content-box;height:53.4375rem;width:41.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:9.1875rem;left:40.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ftPG9tVPbTIuZZ2h4mOAl9vqbTJ7eOul { color:#0b0b0b;display:block;width:26.0625rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12rem;left:42.6875rem;height:2rem;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; }
#Pf7o8nKlaxpDwg1cs20viUxIOu6hbDk8 { color:#0b0b0b;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:20.625rem;left:42.6875rem;height:5.625rem;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; }
#ncq9QiRA9Jlxx8UFqTTBFMBGcyEm7fgv { color:#0b0b0b;display:block;width:25.0625rem;position:absolute;font-family:oswald;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.875rem;left:42.6875rem;height:3.75rem;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; }
#xcLWcTlOu6D5TsCiy0nA7pQKD9HzCyBo { color:#0b0b0b;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:30.9375rem;left:42.625rem;height:6.75rem;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; }
#JamsSrlgGH2EPJ9TX2kzSyxEVZN6W60s { box-sizing:content-box;height:0.0625rem;width:34.375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:28.5625rem;left:42.6875rem;display:block; }
#Cd6XikelhBL1HhyBxmnkcFZZ2qra7EBS { color:#6b6b6b;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:54.4375rem;left:42.6875rem;height:5.625rem;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; }
#BDBTzd7VTFhVdOTZWEKMcVIl1NuSwM4a { position:absolute;display:block;z-index:15006;height:13.4375rem;width:36.375rem;top:39.0625rem;left:42.6875rem;display:block; }
#pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 > .row .container { border-width: 0; border-radius: 0; }#pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:56.875rem;width:75rem;overflow:visible;position:relative;display:none; }#UiJbE5xCuJM47enro8BsnIXKN6haPyoT { color:#0b0b0b;display:block;width:37.5625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:5.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:9.125rem;left:37.5rem;height:11rem;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; }
#PuBSCQOiU9UTMOr7IaqMlisBS00ySqZk { color:#0b0b0b;display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:22rem;left:37.5rem;height:2.79948125rem;font-style:normal;display:block; }
#ITCarg1OPi9kBmNLO00tfH8ItKt7MvCx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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:1.875rem;width:8.0625rem;top:3.125rem;left:0rem;overflow:hidden;display:block; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-form-header {  }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#0b0b0b;width:31.6875rem;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; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:31.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-text {padding-top: 0; padding-bottom: 0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:31.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:31.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:tahoma, arial, sans-serif;font-size:0.875rem;overflow:hidden; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-select {padding-top: 0; padding-bottom: 0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .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; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:19rem;height:3.5rem;font-family:montserrat;overflow:hidden; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI [class*="-text"]:-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI [class*="-text"]::-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI [class*="-text"]:-ms-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI [class*="-text"]::-webkit-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#0b0b0b;vertical-align:top;width:30.25rem;overflow:hidden;font-style:normal; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .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; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .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:tahoma, arial, sans-serif;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-container:first-of-type{padding-top:0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-container:last-of-type{padding-bottom:0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.84375rem;left:39.1875rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.6875rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-info-text { display:block;height:auto;font-family:tahoma, arial, sans-serif;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI {display:block;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.84375rem;left:39.1875rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #AfGPDxg7HNKPpuNs9g8Uko0S78u8AHi2 { position:relative; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #TcZTB4cVpHz9M25rsFsyzMBEQ018MCGN { position:relative;display:block; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #sL9xDrNy5sZt7TtOWnrC4RH4LrmWtB7F { position:relative; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #S3TOoNZT1bpJSCkqiFcgbgVHTZ0bfcXp { position:relative; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #F3TU0RwNyCfeymirQbfDIGngiCxxJaxx { position:relative;display:block; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #vN2Msm9rVILfpg2Jyg4PVnHfZGs2Otbm { position:relative; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #EbL8iyrT9nVzVlAQI9PhPq8igVhQb1RK { position:relative; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #ABZMUTaF7zFltiWSTbniebZBr7wnkR31 { position:relative;z-index:2; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #uaZNXZfJLDBbpXxNkivh0sZMgBtuAguS { position:relative; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #TwXkEERT0w3qaDLCx4oetBzKW3T0wa8z { position:relative; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #F5I7zT91M0Tuzp5QxqvDk7nkz8FSOzGP { position:relative; }
#LA2TBTmng5VuxXMvNq4pQ7rtXxezAx2L { box-sizing:content-box;height:21.6875rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#ffd476;background-image:none;top:26.875rem;left:37.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HRkW0NL1edsD6eocdkJkZ7P4mTtFE4le { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:21.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:21.875rem;box-shadow: none;height:46.3125rem;width:30.5rem;top:6.125rem;left:4.0390625rem;overflow:hidden;display:block; }
#AAshCCbZ326989kay8k937G6TFAwgo3r { background-color:#dfedeb;background-image:url("https://icons.assets-landingi.com/icon_610e0dbec29db397b4e79aeb91e18c6cee581bde.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#AAshCCbZ326989kay8k937G6TFAwgo3r.adaptive-delivery-prevent-bg, #AAshCCbZ326989kay8k937G6TFAwgo3r.lazyload, #AAshCCbZ326989kay8k937G6TFAwgo3r.lazyloading { background-image: none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { border-width: 0; border-radius: 0; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:72.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:5.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.125rem;left:1.875rem;height:25.625rem;font-style:normal;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;display:block; }
#oNF0v0ur460qtPTCgACpXP1PQ07kDGHi { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:8.125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:14.8125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IJafAwVBngEUovneeKMNFa4JVMLMDvsC { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.6875rem;left:41.25rem; }
#NpmWaiTSaS2fTbVkkgPolN21bpxpr2PF { color:#ffffff;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:24rem;left:1.875rem;height:4.7246125rem;font-style:normal;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;display:block; }
#reHIZEHpwWSSqzIxKltp0XRkx7fZVeRw { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:39.875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:46.5625rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIxA9XpCmdUFkSyECbalIZ7X5TtOP2dL { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:49.5rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.4375rem;left:41.25rem; }
#hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:30.6875rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.625rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.5625rem;left:41.25rem; }
#pugMu6Kp6Ctae8Rw1O3mGsq7xTX0nRvO { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:62.4375rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zSoH2IyApSfXtLuus0eLS3XAzfJ0twvB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:58.3125rem;left:41.25rem; }
#a7xcTlra62pxiTqt0DZvTbxfyJ9qmdbt { color:#0b0b0b;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:65.5625rem;left:41.25rem;height:2.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { box-sizing:content-box;height:35.8125rem;width:33.75rem;position:absolute;display:block;z-index:15001;background-color:#28887a;background-image:none;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#sPMB5fubyplGOD3cseCVHyeeoDAowm9m { box-sizing:content-box;height:51.5625rem;width:33.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/images/wizard/topics/construction_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:20.5rem;left:0rem;display:block; }#sPMB5fubyplGOD3cseCVHyeeoDAowm9m.adaptive-delivery-prevent-bg, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyload, #sPMB5fubyplGOD3cseCVHyeeoDAowm9m.lazyloading { background-image: none; }
#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#ffd476;background-image:url("https://icons.assets-landingi.com/icon_b17e8ec31b6db93f37cdc472882c5296dafa352c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.adaptive-delivery-prevent-bg, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyload, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyloading { background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { border-width: 0; border-radius: 0; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:51.625rem;width:75rem;overflow:visible;position:relative;display:none; }#PsNMTNky5v048FaCRPf5PvgDlwSce9gg { color:#0b0b0b;display:block;width:48.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:5.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:11.6875rem;left:26.25rem;height:10.75rem;font-style:normal;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;display:block; }
#w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { color:#0b0b0b;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:24.5rem;left:26.25rem;height:3.1497375rem;font-style:normal;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;display:block; }
#rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { background-color:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.875rem;left:26.25rem;display:block; }
#dKnevTBRdNLF04QXTzAKlbd5xtxqKHQU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0 { box-sizing:content-box;height:45.0625rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/images/wizard/topics/construction_1920x1080_4.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0.adaptive-delivery-prevent-bg, #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0.lazyload, #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0.lazyloading { background-image: none; }
#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl { background-color:#dfedeb;background-image:url("https://icons.assets-landingi.com/icon_610e0dbec29db397b4e79aeb91e18c6cee581bde.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl.adaptive-delivery-prevent-bg, #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl.lazyload, #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl.lazyloading { background-image: none; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { border-width: 0; border-radius: 0; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:38.75rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:none; }#AhFi75xHyMMhOUUEUJdgpMC7hMtRPLbp { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:5.8125rem;left:0rem;height:16.125rem;font-style:normal;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;display:block; }
#XUIk0FZCRgvLdx7XeraFUPyBU9VE5aOa { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:24.875rem;left:0rem;height:4.7246125rem;font-style:normal;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;display:block; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:#0b0b0b;font-family:tahoma, arial, sans-serif;height:auto;line-height:1.4;overflow:hidden; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#0b0b0b;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a6b8214216af40b70155a0e6f3c0c17bb6dc16ca.svg");background-size:contain !important; }#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger.adaptive-delivery-prevent-bg, #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger.lazyload, #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-trigger.lazyloading { background-image: none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF { box-sizing:content-box;height:auto;width:38.75rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.8125rem;left:36.25rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #P6aerdr2zbhioZoTaURPJZOHLb8EUG1S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #wo7TB2oDbJI7IF2AadhoE7G7cK3xR9sV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EMWi49rubWdTiybRrUwcFRIoBxo3n9qk { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LzounV2hqBVFdeLSWw5cLTsOQMqu0Igc {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #n3swHK8qGzpmaSDw3QiZxzHzEvVHoxLv {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TXP3HScaVGeN3E1fZyTkVfg2rTIImU6z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LTqrdPgE3Fi7eowercUTJZO4ae6NXIQH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #c1MfCUTyls9ot1iISGo8DDR6xZBCRsxU { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #b4edKQ1tom2iGRuytEDm42Ki74OyBuRO {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vqkC5vAguOP36MCnydSzpNvTTtfbrWNA { display:none; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ThFAK9BZNZw4wuFtRVsTJS8hO016dLM6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TFOHuTrNeeLgXuFyvVr5ORm4EJPBKgoR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #d8F1Fx1UAa9eFF5kAySOSRdIW4RbALy9 { display:block;position:relative; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hIll2rUAfsntCr4QhgTAbMMgZl40uNDZ {  }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #k2RTyF7fAzszZbVO5ZuTO1E7A7lEq7rg { display:none; }
#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_5020cb555e84818f48effa78b9f8821de1a59ac4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI.adaptive-delivery-prevent-bg, #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI.lazyload, #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI.lazyloading { background-image: none; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { border-width: 0; border-radius: 0; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:53rem;width:75rem;overflow:visible;position:relative;display:none; }#IkB3uAopPMJ5E0EJ5TATpkudET3WACt0 { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:5.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:21.1875rem;left:2.5rem;height:10.75rem;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; }
#IkcD0vCOITtZA3dmyf15yR1bKXNsucH0 { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:18.9765625rem;left:2.5rem;height:2.2747375rem;font-style:normal;display:block; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-form-header {  }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#0b0b0b;width:26rem;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; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:26rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:26rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:tahoma, arial, sans-serif; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:tahoma, arial, sans-serif;font-size:0.875rem;overflow:hidden; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#28887a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:15.5625rem;height:3.5rem;font-family:montserrat;overflow:hidden; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]:-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]::-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]:-ms-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g [class*="-text"]::-webkit-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#0b0b0b;vertical-align:top;width:24.5625rem;overflow:hidden;font-style:normal; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .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:tahoma, arial, sans-serif;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-container:first-of-type{padding-top:0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-container:last-of-type{padding-bottom:0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17rem;left:44rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-info-text { display:block;height:auto;font-family:tahoma, arial, sans-serif;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g {display:block;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17rem;left:44rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #mmEm4PSedEPAKw9xbkboqUH9LrwKoTpC { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #AXLDo4Rlx11LEebLwnZsnWOTuxFZxBMD { position:relative;display:block; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #K0qxGenyiSBDxs3c0WZhfGqJeyfntgtf { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Hc69hQciQ5pW9wEqVhIqqROlXxUTh8pn { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #G0r1yR0akkN3tw2INXpCZX1GXrU7C0Pz { position:relative;display:block; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #hLqJyL4ZiWW67CngSTqcM19T6ubwMxB4 { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #TcnkxZ5i0sKWHu88G6nDNNf3mfuxJ2R2 { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #PTaEAC158ralB7PfLzkdFiqMeVvrmhgf { position:relative;z-index:2; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #WQTxSBmUXUzawWVwUqiZcIDHcG8bQeuG { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #FGGWP6yCWpJqTSJsUNkhDGGxKFA6msTv { position:relative; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Vo4TV0bodq1ElHQwg0mQ8Dk7Qz1a23L1 { position:relative; }
#ZSamF4dvqFzObeqcLBoyW3RCCScMaBCR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28887a;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:none; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { border-width: 0; border-radius: 0; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { font-size:0.875rem;font-family:tahoma, arial, sans-serif;height:18.75rem;width:75rem;position:relative;display:none; }#QddsnHFi7JiHSGTN87qcRNMVdmggkrC0 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.71875rem;left:40.4375rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KQETCMCSmeOfP4rSPUyoLih01nBW61Th { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:3.125rem;left:37.46875rem;display:block; }
#qBTTlcAp9XPbKU1XXvKIOBdI9QEfnJn8 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.375rem;left:24.5625rem; }
#WUr5F9ye1c6ucmcBCVAqXxGeOUCluwbU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.375rem;left:28.625rem; }
#uXPV1Rnv1fdCZQTNpNvWDrxNFnmUMyuR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.375rem;left:32.8125rem; }
#mpnL7eVabRVUiaffTEAzbp2qFeUqGPmp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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:1.875rem;width:8.125rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#E7yVzZDsKvBJTAaf7waWvMFCvhuUapDZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.625rem;left:62.5rem;display:block; }
#fnnZoM9tHKW0F1mPNQVa69H3VH8qvJAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OxvUSG9UDTp7iidzafswKvm5beVFH2Wv { display:block; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtLetHflrPNDKnJPaT93PRPDxfIAqmpI { top:9.1875rem;left:5.875rem;width:41.875rem;height:53.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftPG9tVPbTIuZZ2h4mOAl9vqbTJ7eOul { top:12rem;left:21.6875rem;width:26.0625rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf7o8nKlaxpDwg1cs20viUxIOu6hbDk8 { top:20.625rem;left:9.125rem;width:35.8125rem;height:5.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncq9QiRA9Jlxx8UFqTTBFMBGcyEm7fgv { top:14.875rem;left:22.6875rem;width:25.0625rem;height:3.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLWcTlOu6D5TsCiy0nA7pQKD9HzCyBo { top:30.9375rem;left:10.5rem;width:37.25rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JamsSrlgGH2EPJ9TX2kzSyxEVZN6W60s { top:28.5625rem;left:0rem;width:34.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6XikelhBL1HhyBxmnkcFZZ2qra7EBS { top:54.4375rem;left:11.5625rem;width:36.1875rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDBTzd7VTFhVdOTZWEKMcVIl1NuSwM4a { top:39.0625rem;left:10.875rem;width:36.375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 { display:block; }#pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiJbE5xCuJM47enro8BsnIXKN6haPyoT { top:9.125rem;left:10.1875rem;width:37.5625rem;height:11rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuBSCQOiU9UTMOr7IaqMlisBS00ySqZk { top:22rem;left:10.1875rem;width:37.5625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITCarg1OPi9kBmNLO00tfH8ItKt7MvCx { top:3.125rem;left:0rem;width:8.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-regular-label { width:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-text { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-text {padding-top: 0; padding-bottom: 0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-textarea { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-select { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-select {padding-top: 0; padding-bottom: 0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-button { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-checkbox-label { width:30.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI  { width:31.6875rem;height:auto;top:28.8125rem;left:13.5625rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .radio-container { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI {display:block;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI { width:31.6875rem;height:auto;top:28.8125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #AfGPDxg7HNKPpuNs9g8Uko0S78u8AHi2 {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #TcZTB4cVpHz9M25rsFsyzMBEQ018MCGN {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #sL9xDrNy5sZt7TtOWnrC4RH4LrmWtB7F {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #S3TOoNZT1bpJSCkqiFcgbgVHTZ0bfcXp {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #F3TU0RwNyCfeymirQbfDIGngiCxxJaxx {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #vN2Msm9rVILfpg2Jyg4PVnHfZGs2Otbm {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #EbL8iyrT9nVzVlAQI9PhPq8igVhQb1RK {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #ABZMUTaF7zFltiWSTbniebZBr7wnkR31 {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #uaZNXZfJLDBbpXxNkivh0sZMgBtuAguS {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #TwXkEERT0w3qaDLCx4oetBzKW3T0wa8z {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #F5I7zT91M0Tuzp5QxqvDk7nkz8FSOzGP {  }
 }@media only screen and (max-width: 763px) { #LA2TBTmng5VuxXMvNq4pQ7rtXxezAx2L { top:26.875rem;left:10.25rem;width:37.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRkW0NL1edsD6eocdkJkZ7P4mTtFE4le { top:6.125rem;left:0rem;width:30.5rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAshCCbZ326989kay8k937G6TFAwgo3r { display:block; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { top:6.125rem;left:0rem;width:31.9375rem;height:15.375rem;font-size:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNF0v0ur460qtPTCgACpXP1PQ07kDGHi { top:8.125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { top:14.8125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJafAwVBngEUovneeKMNFa4JVMLMDvsC { top:17.75rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { top:10.6875rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpmWaiTSaS2fTbVkkgPolN21bpxpr2PF { top:24rem;left:0rem;width:30rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #reHIZEHpwWSSqzIxKltp0XRkx7fZVeRw { top:39.875rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { top:46.5625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIxA9XpCmdUFkSyECbalIZ7X5TtOP2dL { top:49.5rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { top:42.4375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { top:30.6875rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { top:33.625rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { top:26.5625rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pugMu6Kp6Ctae8Rw1O3mGsq7xTX0nRvO { top:62.4375rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSoH2IyApSfXtLuus0eLS3XAzfJ0twvB { top:58.3125rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7xcTlra62pxiTqt0DZvTbxfyJ9qmdbt { top:65.5625rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { top:0rem;left:0rem;width:33.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMB5fubyplGOD3cseCVHyeeoDAowm9m { top:20.5rem;left:0rem;width:33.75rem;height:51.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { top:11.6875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { top:24.5rem;left:4rem;width:43.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { width:12.5rem;height:3.5rem;top:29.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnevTBRdNLF04QXTzAKlbd5xtxqKHQU { display:block; }
 }@media only screen and (max-width: 763px) { #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0 { top:0rem;left:0rem;width:24.375rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl { display:block; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhFi75xHyMMhOUUEUJdgpMC7hMtRPLbp { top:5.8125rem;left:0rem;width:26.25rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUIk0FZCRgvLdx7XeraFUPyBU9VE5aOa { top:24.875rem;left:0rem;width:26.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #P6aerdr2zbhioZoTaURPJZOHLb8EUG1S {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #wo7TB2oDbJI7IF2AadhoE7G7cK3xR9sV {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EMWi49rubWdTiybRrUwcFRIoBxo3n9qk {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LzounV2hqBVFdeLSWw5cLTsOQMqu0Igc {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #n3swHK8qGzpmaSDw3QiZxzHzEvVHoxLv {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TXP3HScaVGeN3E1fZyTkVfg2rTIImU6z {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LTqrdPgE3Fi7eowercUTJZO4ae6NXIQH {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #c1MfCUTyls9ot1iISGo8DDR6xZBCRsxU {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #b4edKQ1tom2iGRuytEDm42Ki74OyBuRO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vqkC5vAguOP36MCnydSzpNvTTtfbrWNA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ThFAK9BZNZw4wuFtRVsTJS8hO016dLM6 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TFOHuTrNeeLgXuFyvVr5ORm4EJPBKgoR {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #d8F1Fx1UAa9eFF5kAySOSRdIW4RbALy9 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hIll2rUAfsntCr4QhgTAbMMgZl40uNDZ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #k2RTyF7fAzszZbVO5ZuTO1E7A7lEq7rg {  }
 }@media only screen and (max-width: 763px) { #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI { display:block; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkB3uAopPMJ5E0EJ5TATpkudET3WACt0 { top:21.1875rem;left:0rem;width:36.25rem;height:10.75rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkcD0vCOITtZA3dmyf15yR1bKXNsucH0 { top:18.9375rem;left:0rem;width:36.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-button { width:15.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g  { width:26rem;height:auto;top:17rem;left:19.25rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g {display:block;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g { width:26rem;height:auto;top:17rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #mmEm4PSedEPAKw9xbkboqUH9LrwKoTpC {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #AXLDo4Rlx11LEebLwnZsnWOTuxFZxBMD {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #K0qxGenyiSBDxs3c0WZhfGqJeyfntgtf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Hc69hQciQ5pW9wEqVhIqqROlXxUTh8pn {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #G0r1yR0akkN3tw2INXpCZX1GXrU7C0Pz {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #hLqJyL4ZiWW67CngSTqcM19T6ubwMxB4 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #TcnkxZ5i0sKWHu88G6nDNNf3mfuxJ2R2 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #PTaEAC158ralB7PfLzkdFiqMeVvrmhgf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #WQTxSBmUXUzawWVwUqiZcIDHcG8bQeuG {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #FGGWP6yCWpJqTSJsUNkhDGGxKFA6msTv {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Vo4TV0bodq1ElHQwg0mQ8Dk7Qz1a23L1 {  }
 }@media only screen and (max-width: 763px) { #ZSamF4dvqFzObeqcLBoyW3RCCScMaBCR { display:none; }
 }@media only screen and (max-width: 763px) { #aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ { display:block; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QddsnHFi7JiHSGTN87qcRNMVdmggkrC0 { top:8.6875rem;left:26.625rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQETCMCSmeOfP4rSPUyoLih01nBW61Th { top:3.125rem;left:23.875rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTTlcAp9XPbKU1XXvKIOBdI9QEfnJn8 { top:8.375rem;left:10.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUr5F9ye1c6ucmcBCVAqXxGeOUCluwbU { top:8.375rem;left:15rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXPV1Rnv1fdCZQTNpNvWDrxNFnmUMyuR { top:8.375rem;left:19.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpnL7eVabRVUiaffTEAzbp2qFeUqGPmp { width:8.125rem;height:1.875rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7yVzZDsKvBJTAaf7waWvMFCvhuUapDZ { width:12.5rem;height:3.5rem;top:7.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnnZoM9tHKW0F1mPNQVa69H3VH8qvJAD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OxvUSG9UDTp7iidzafswKvm5beVFH2Wv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f643caa-0c89-4be9-b79a-5f1d503c461a/Gemini_Generated_Image_8xuw928xuw928xuw.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv.adaptive-delivery-prevent-bg, #OxvUSG9UDTp7iidzafswKvm5beVFH2Wv.lazyload, #OxvUSG9UDTp7iidzafswKvm5beVFH2Wv.lazyloading { background-image: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container { background-color: transparent; background-image: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container > .video-iframe-container { display: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row > .video-iframe-container { display: none; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .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); }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container { border-width: 0; border-radius: 0; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxvUSG9UDTp7iidzafswKvm5beVFH2Wv > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtLetHflrPNDKnJPaT93PRPDxfIAqmpI { width:20rem;height:50.125rem;top:13.791666984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftPG9tVPbTIuZZ2h4mOAl9vqbTJ7eOul { width:20rem;height:1.5rem;top:15.729167938233rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pf7o8nKlaxpDwg1cs20viUxIOu6hbDk8 { width:19.6875rem;height:10.125rem;top:22.4375rem;left:0.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncq9QiRA9Jlxx8UFqTTBFMBGcyEm7fgv { width:20rem;height:3rem;top:17.625rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcLWcTlOu6D5TsCiy0nA7pQKD9HzCyBo { width:19.6875rem;height:9rem;top:37.125rem;left:0.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JamsSrlgGH2EPJ9TX2kzSyxEVZN6W60s { width:18.75rem;height:0.125rem;top:34.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6XikelhBL1HhyBxmnkcFZZ2qra7EBS { width:19.6875rem;height:10.125rem;top:63.375rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BDBTzd7VTFhVdOTZWEKMcVIl1NuSwM4a { width:20rem;height:13.4375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 { display:none; }#pa0qfbRacdKSeGCi4qWI1WKAcG31NXF9 > .row .container { width:20rem;height:71.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UiJbE5xCuJM47enro8BsnIXKN6haPyoT { width:20rem;height:5.25rem;top:6.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuBSCQOiU9UTMOr7IaqMlisBS00ySqZk { width:20rem;height:4.19824375rem;top:12.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ITCarg1OPi9kBmNLO00tfH8ItKt7MvCx { width:8.0625rem;height:1.875rem;top:1.8125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-text {padding-top: 0; padding-bottom: 0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-select {padding-top: 0; padding-bottom: 0;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI  { width:17.5rem;height:16.1875rem;top:47.9375rem;left:0rem; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI {display:block;}#X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI { width:17.5rem;height:16.1875rem;top:47.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #AfGPDxg7HNKPpuNs9g8Uko0S78u8AHi2 {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #TcZTB4cVpHz9M25rsFsyzMBEQ018MCGN {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #sL9xDrNy5sZt7TtOWnrC4RH4LrmWtB7F {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #S3TOoNZT1bpJSCkqiFcgbgVHTZ0bfcXp {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #F3TU0RwNyCfeymirQbfDIGngiCxxJaxx {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #vN2Msm9rVILfpg2Jyg4PVnHfZGs2Otbm {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #EbL8iyrT9nVzVlAQI9PhPq8igVhQb1RK {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #ABZMUTaF7zFltiWSTbniebZBr7wnkR31 {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #uaZNXZfJLDBbpXxNkivh0sZMgBtuAguS {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #TwXkEERT0w3qaDLCx4oetBzKW3T0wa8z {  }
 }@media only screen and (max-width: 763px) { #X6R1nOxhQToI6aLw6nw25pkwIJDoeZeI #F5I7zT91M0Tuzp5QxqvDk7nkz8FSOzGP {  }
 }@media only screen and (max-width: 763px) { #LA2TBTmng5VuxXMvNq4pQ7rtXxezAx2L { width:20rem;height:21.6875rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRkW0NL1edsD6eocdkJkZ7P4mTtFE4le { width:20rem;height:30.5rem;top:19.4375rem;left:0rem;z-index:14998;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAshCCbZ326989kay8k937G6TFAwgo3r { display:none; }#AAshCCbZ326989kay8k937G6TFAwgo3r > .row .container { width:20rem;height:130.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { width:17.5rem;height:7.875rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNF0v0ur460qtPTCgACpXP1PQ07kDGHi { width:20rem;height:17.8125rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L15DGsb5OCNNJSqI3gQcpdwCnSTyEG7n { width:17.5rem;height:1.75rem;top:60.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJafAwVBngEUovneeKMNFa4JVMLMDvsC { width:17.5rem;height:5.59765625rem;top:63.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHRHpCx9m4hJiNzW0TmmgXWzyKDywvKF { display:flex;width:2.75rem;height:2.75rem;top:56.3125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #NpmWaiTSaS2fTbVkkgPolN21bpxpr2PF { width:17.5rem;height:8.3965rem;top:12.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reHIZEHpwWSSqzIxKltp0XRkx7fZVeRw { width:20rem;height:17.8125rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNXk7IpDSfEixcTwmXTqiXUIRipm51bD { width:17.5rem;height:1.75rem;top:99.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIxA9XpCmdUFkSyECbalIZ7X5TtOP2dL { width:17.5rem;height:4.19824375rem;top:102.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ff1e8X5i1u6QSxdqVErzvBpPTiuZU80c { display:flex;width:2.75rem;height:2.75rem;top:95.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #hbGI0RmgfQcTTlmOknB7f8aya3lWJql0 { width:17.5rem;height:1.75rem;top:79.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KD9AWmqs3cCybyCDvBJQEfFiB1UoSJgG { width:17.5rem;height:2.798825rem;top:82.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2v5WhLJEnAnI4i1rgnleWV0eJXGsOFr { display:flex;width:2.75rem;height:2.75rem;top:75.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #pugMu6Kp6Ctae8Rw1O3mGsq7xTX0nRvO { width:17.5rem;height:1.75rem;top:118.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSoH2IyApSfXtLuus0eLS3XAzfJ0twvB { display:flex;width:2.75rem;height:2.75rem;top:114.125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #a7xcTlra62pxiTqt0DZvTbxfyJ9qmdbt { width:17.5rem;height:4.19824375rem;top:121.375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4Jli8MG92FV4qDx3Z6tbyW0NWPL4Z4T { width:20rem;height:25.5rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPMB5fubyplGOD3cseCVHyeeoDAowm9m { width:20rem;height:38.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#ffd476;background-image:none;display:none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:20rem;height:38.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { width:20rem;height:7.875rem;top:14.1875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { width:20rem;height:5.59765625rem;top:23.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { width:12.5rem;height:3.5rem;top:30.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKnevTBRdNLF04QXTzAKlbd5xtxqKHQU { display:block; }
 }@media only screen and (max-width: 763px) { #ivfoDRAsIBNZVKJMMx59MXTDbP06K9l0 { width:20rem;height:11.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl { display:none; }#ypDRf77cSKRa2PUDEKlfVSc9ymfaUTgl > .row .container { width:20rem;height:50.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AhFi75xHyMMhOUUEUJdgpMC7hMtRPLbp { width:20rem;height:7.875rem;top:3.70703125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUIk0FZCRgvLdx7XeraFUPyBU9VE5aOa { width:20rem;height:4.19824375rem;top:13.01953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF .accordion-heading-text { font-size:1.125rem;height:auto; }
#O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF { display:flex;height:auto;width:20rem;top:19.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #P6aerdr2zbhioZoTaURPJZOHLb8EUG1S {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #wo7TB2oDbJI7IF2AadhoE7G7cK3xR9sV {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #EMWi49rubWdTiybRrUwcFRIoBxo3n9qk {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LzounV2hqBVFdeLSWw5cLTsOQMqu0Igc {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #n3swHK8qGzpmaSDw3QiZxzHzEvVHoxLv {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TXP3HScaVGeN3E1fZyTkVfg2rTIImU6z {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #LTqrdPgE3Fi7eowercUTJZO4ae6NXIQH {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #c1MfCUTyls9ot1iISGo8DDR6xZBCRsxU {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #b4edKQ1tom2iGRuytEDm42Ki74OyBuRO {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #vqkC5vAguOP36MCnydSzpNvTTtfbrWNA {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #ThFAK9BZNZw4wuFtRVsTJS8hO016dLM6 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #TFOHuTrNeeLgXuFyvVr5ORm4EJPBKgoR {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #d8F1Fx1UAa9eFF5kAySOSRdIW4RbALy9 {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #hIll2rUAfsntCr4QhgTAbMMgZl40uNDZ {  }
 }@media only screen and (max-width: 763px) { #O3bI8sHcudpVW9Gi4cEEBKonV2rs8WUF #k2RTyF7fAzszZbVO5ZuTO1E7A7lEq7rg {  }
 }@media only screen and (max-width: 763px) { #tBRI6gEM9d4LJXO99sDHRByqahfw4HAI { background-color:transparent;background-image:none;display:none; }#tBRI6gEM9d4LJXO99sDHRByqahfw4HAI > .row .container { width:20rem;height:37.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IkB3uAopPMJ5E0EJ5TATpkudET3WACt0 { width:17.5rem;height:5.25rem;top:8rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkcD0vCOITtZA3dmyf15yR1bKXNsucH0 { width:17.5rem;height:1.57421875rem;top:5.7529296875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-text {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-select {padding-top: 0; padding-bottom: 0;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g  { width:17.5rem;height:auto;top:14.0380859375rem;left:0rem; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g {display:block;}#TzNp5JEpPwr93v6TRKCw9l064EeaGc7g { width:17.5rem;height:auto;top:14.0380859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #mmEm4PSedEPAKw9xbkboqUH9LrwKoTpC {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #AXLDo4Rlx11LEebLwnZsnWOTuxFZxBMD {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #K0qxGenyiSBDxs3c0WZhfGqJeyfntgtf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Hc69hQciQ5pW9wEqVhIqqROlXxUTh8pn {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #G0r1yR0akkN3tw2INXpCZX1GXrU7C0Pz {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #hLqJyL4ZiWW67CngSTqcM19T6ubwMxB4 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #TcnkxZ5i0sKWHu88G6nDNNf3mfuxJ2R2 {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #PTaEAC158ralB7PfLzkdFiqMeVvrmhgf {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #WQTxSBmUXUzawWVwUqiZcIDHcG8bQeuG {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #FGGWP6yCWpJqTSJsUNkhDGGxKFA6msTv {  }
 }@media only screen and (max-width: 763px) { #TzNp5JEpPwr93v6TRKCw9l064EeaGc7g #Vo4TV0bodq1ElHQwg0mQ8Dk7Qz1a23L1 {  }
 }@media only screen and (max-width: 763px) { #ZSamF4dvqFzObeqcLBoyW3RCCScMaBCR { top:2.71484375rem;left:0rem;width:20rem;height:31.625rem;z-index:14999;background-color:#ffd476;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ { display:none; }#aC2AgEnW46Kt2ZOcsDAxH1BiDZWaUpPJ > .row .container { width:20rem;height:20.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QddsnHFi7JiHSGTN87qcRNMVdmggkrC0 { width:20rem;height:1.3125rem;top:11.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQETCMCSmeOfP4rSPUyoLih01nBW61Th { width:12.5rem;height:0.0625rem;top:9.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBTTlcAp9XPbKU1XXvKIOBdI9QEfnJn8 { display:flex;width:2.375rem;height:2.375rem;top:5.4375rem;left:5.875rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #WUr5F9ye1c6ucmcBCVAqXxGeOUCluwbU { display:flex;width:2.375rem;height:2.375rem;top:5.4375rem;left:8.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #uXPV1Rnv1fdCZQTNpNvWDrxNFnmUMyuR { display:flex;width:2.375rem;height:2.375rem;top:5.4375rem;left:11.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #mpnL7eVabRVUiaffTEAzbp2qFeUqGPmp { width:8.125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7yVzZDsKvBJTAaf7waWvMFCvhuUapDZ { width:12.5rem;height:3.5rem;top:14.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnnZoM9tHKW0F1mPNQVa69H3VH8qvJAD { display:block; }
 }