.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,226,204;--color-primary-1:255,167,102;--color-primary-2:255,108,0;--color-primary-3:153,65,0;--color-primary-4:51,22,0;--color-secondary-0:229,235,237;--color-secondary-1:177,196,201;--color-secondary-2:125,157,165;--color-secondary-3:75,94,99;--color-secondary-4:38,92,105;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ { position:relative;display:block; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ { background-color: transparent; background-image: none; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row .container > .video-iframe-container { display: none; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row > .video-iframe-container { display: none; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .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); }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ { border-width: 0; border-radius: 0; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;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:3rem;width:24.875rem;top:1.65625rem;left:1.375rem;overflow:hidden;display:block; }
#p9gCgWLnoz38bpr1r5DClNHPdrO9t74z { color:#084b8e;display:block;width:17.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.9375rem;left:57.9375rem;height:2.4375rem;display:block; }#p9gCgWLnoz38bpr1r5DClNHPdrO9t74z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p9gCgWLnoz38bpr1r5DClNHPdrO9t74z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f898c04b72cd5ac75f2161a4edf654e4e6c181a7.svg); }
#cokiyC6pD8JOAnT9hlxVw39NICC72mb7 { position:relative;display:block; } #v256534f63da17025abfb6adc59fe67c.widget-smartsection *:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="text"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="email"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="tel"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection textarea:focus-visible { outline: none; } #cokiyC6pD8JOAnT9hlxVw39NICC72mb7 > .row .container { position:relative;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { background-color:#23c3ee;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31rem;left:39.375rem;display:block; }
#ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #23c3ee;border-left:0.1875rem solid #23c3ee;border-right:0.1875rem solid #23c3ee;border-bottom:0.1875rem solid #23c3ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:17.8125rem;top:31.3125rem;left:39.6875rem;display:block; }
#vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { color:#23c3ee;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.8125rem;left:39.375rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:#000000;display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:13.9375rem;left:39.375rem;height:9.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/846a6e5b-be30-43f1-bef6-53e44fb84546/liftingunitintoplace500x431Op.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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:30.4375rem;width:32.625rem;top:5.75rem;left:3.0625rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:6.5625rem;left:39.375rem;height:6.8056875rem;font-style:normal;display:block; }
#vZ4nAKRek12D7sGO2B7GU8QorSH58t6K { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #23c3ee;border-left:0.1875rem solid #23c3ee;border-right:0.1875rem solid #23c3ee;border-bottom:0.1875rem solid #23c3ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.6230625rem;top:5.0625rem;left:24.4384765625rem;display:block; }
#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { border-width: 0; border-radius: 0; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;overflow:visible;position:relative;display:block; }#iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:4rem;left:1.0625rem;height:4.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5FWmMTF0cIfgQwqn1TTJXfLpVfdhN1X { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:10.0234375rem;left:1.0625rem;height:18.253875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#v5FWmMTF0cIfgQwqn1TTJXfLpVfdhN1X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v5FWmMTF0cIfgQwqn1TTJXfLpVfdhN1X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb59432cfff9c6b6e4ef8082a548f937d3c3869.svg); }
#VhwZ61dXykHJmqlE3RvUq2WyIEWUZArm { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:30.75rem;top:4.5rem;left:40.40625rem;overflow:hidden;display:block; }
#ezrupQ0oOZTgZtuppgZXR17pwU2WKd3k { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #23c3ee;border-left:0.1875rem solid #23c3ee;border-right:0.1875rem solid #23c3ee;border-bottom:0.1875rem solid #23c3ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:11.625rem;top:3.91796875rem;left:39.8134765625rem;display:block; }
#e7u8iZxFHZVLvq86wnJb440hGz8fvSDm { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:28.6875rem;left:1.0625rem;height:3.8994125rem;display:block; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2.84375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:14.25rem;left:26.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { position:absolute;display:block;z-index:15073;background-color:#23c3ee;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:2.8125rem;left:32.8125rem;display:block; }
#qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:14.25rem;left:50.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { position:absolute;display:block;z-index:15077;background-color:#23c3ee;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:3.0615234375rem;left:56.5625rem;display:block; }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:14.25rem;left:2.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { position:absolute;display:block;z-index:15069;background-color:#23c3ee;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:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:9.375rem;width:9.375rem;top:2.8125rem;left:9.0625rem;display:block; }
#dh3p64teBMQlWG17it5UZm4XvLZHaBsN { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:5.3125rem;left:11.5625rem; }
#pFrNqgLUDXPLx4vqDmLQhQolGIo54NWL { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:5.3125rem;left:35.3125rem; }
#r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:5.5625rem;left:59.0625rem; }
#fvOmgTW2bS362APEp6LRaoayxrOInubI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(35,195,238,0.7);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row .container { background-color: transparent; background-image: none; }#fvOmgTW2bS362APEp6LRaoayxrOInubI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row .container > .video-iframe-container { display: none; }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row > .video-iframe-container { display: none; }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .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); }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row .container { border-width: 0; border-radius: 0; }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#WcvcgHkL1WTImFWJSIR8DzuGnIXLi6Tr { color:#000000;display:block;width:24.625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:35rem;left:11.03125rem;height:4.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTufRAUMgqsnMSlzkNeg5CBRtwm35dsD { color:#000000;display:block;width:36.25rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:3.6875rem;left:38.75rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#US0T8R7mK6TQf3R9C3zIRvNHi00ETP2T { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aa8ca6cf-a9b0-4803-a553-195d813f7d2f/IslandComfortTech1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:24.9375rem;width:23.0625rem;top:8.6875rem;left:11.75rem;display:block; }#US0T8R7mK6TQf3R9C3zIRvNHi00ETP2T.adaptive-delivery-prevent-bg, #US0T8R7mK6TQf3R9C3zIRvNHi00ETP2T.lazyload, #US0T8R7mK6TQf3R9C3zIRvNHi00ETP2T.lazyloading { background-image: none; }
#Lsux6f5f86po0uDTScJDnSK6TFPTpWlt { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #084b8e;border-left:0.1875rem solid #084b8e;border-right:0.1875rem solid #084b8e;border-bottom:0.1875rem solid #084b8e;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:24.1875rem;top:8.0625rem;left:11.0625rem;display:block; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-form-header {  }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:700;color:#000000;width:22.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .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:22.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .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:22.9375rem;box-sizing:border-box;height:5.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .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:22.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ec232a;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:2.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.9375rem;height:3.625rem;font-family:"open sans";overflow:hidden; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.875rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .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:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;line-height:1.9; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .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; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-container:first-of-type{padding-top:0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-container:last-of-type{padding-bottom:0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:37.5rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.9375rem;display:block;vertical-align:top; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT {display:block;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:37.5rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #RcTPIq8H4tfmFkl9BJNmkUxfTq7EF331 { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #HccXgHgUTx1UCstdAiGPcWDdAlzvSTfh { position:relative;display:block; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #xxwrvrfvB8WaebXkq0TbfU4Jmthv4I0K { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #RBatMcGTfRDgATTvIdJPpAC9V0g2zyv3 { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #kdFQqrybUAeacWnDyRIoQ1xXnmcq4Vwy { position:relative;display:block; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #qD54ipCyppJe94lfNzVJbsg0wyv53S97 { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #WTE3NF6NZBUMus42qUSstL2KV70CPT77 { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #TGaiCy3NpHhVvd0EJohoWFOpBHxFvkWX { position:relative;display:block; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #lOEdlCSiK4Nmr8O6ossblemxV6aTbAGc { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #zGqVCyoyFZXAPPu2zD710uZPOqAextAZ { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #S9325SXTdfO8dHGahcJWIEW5eguwae4r { position:relative;display:block; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #XBGczk7Wb30dDPHHW9HLLwOLbI670Pt5 { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #NA4satqpuBc1oFxNDy30iJHdZGb9XdGo { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #rm8ZTOmAimmvkofKsRRfhVNmtJC1NRoc { position:relative;display:block; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #lX9cqmwf0LMQoHL1IKAk2Ixl7HCc0KPH { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #f3G1o7VEB4g7Qv0TSz9EtBF5qmqaeDDi { position:relative; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #k4kZByJyixvNaia9tFy5qpEG6x6Tl04x { position:relative; }
#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { background-color: transparent; background-image: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .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); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { border-width: 0; border-radius: 0; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:11.3125rem;left:39.375rem;height:22.0390625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2de22f0e-21d6-4742-ae99-483977b6ec0d/ICACTechWorking500x500Op.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:29.125rem;width:33.6875rem;top:5.75rem;left:1.1570247933884rem;display:block; }#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.adaptive-delivery-prevent-bg, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyload, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyloading { background-image: none; }
#lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #23c3ee;border-left:0.1875rem solid #23c3ee;border-right:0.1875rem solid #23c3ee;border-bottom:0.1875rem solid #23c3ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:11.625rem;top:5rem;left:23.9375rem;display:block; }
#QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:8.0625rem;left:39.375rem;height:2.6806625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 { position:relative;display:block; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 { background-color: transparent; background-image: none; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row .container > .video-iframe-container { display: none; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row > .video-iframe-container { display: none; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .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); }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 { border-width: 0; border-radius: 0; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fmJ9hMOGmx2px7qTR4d7RU2xvAHQTsS0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItC9LZZVs2Oyb8yk3hLq4Az2rzn85295 { color:#000000;display:block;width:45.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:8.9375rem;left:20.75rem;height:12.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lt3RahmuVxJxtKifpWQKMDFa6ECC1JLJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.5625rem;width:12.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:8.9375rem;left:6.8125rem; }
#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo { position:relative;display:block; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo { background-color: transparent; background-image: none; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row .container > .video-iframe-container { display: none; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row > .video-iframe-container { display: none; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .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); }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo { border-width: 0; border-radius: 0; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .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; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .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;font-family:roboto;color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-trigger.adaptive-delivery-prevent-bg, #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-trigger.lazyload, #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-trigger.lazyloading { background-image: none; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu { box-sizing:content-box;height:auto;width:70.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(35,195,238,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.0625rem;left:0.9375rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #IfMZlK4cDpwTnQzSTavh45lsUItItWFo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #mG5bqLB4Gr1y7PxnMTTzfZmBSctwAsrx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #nM0yQTsdozdxgzlMVexIfHOX8ciOHLJ5 { display:block;position:relative; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #JQwUOPEIJoCBT8XUm3SKzvnoayAyc3Zb {  }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #zpoEHTnXyu4xn5oWVAib8vlkgbuGQk4L {  }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #xK34q0hgmDaaFXXiuLTmzGpg4fA0Uuti { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #t8RHp8TZ3AkwZx9MFBd0aNQwR2tx8swB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #auZkvkBEa2erRPxnhI6ncOa3EwELaiCW { display:block;position:relative; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #CG1e68kqk84hAFugb3yQQGdcCwGZ4mOQ {  }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #AuP1Rv5twQo6c0TTK0gzUVr5dhtnFyOC { display:none; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #r3smvUp7BphLm6O7veeJsVAIX5eObaTH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #HsuoIrS3ulprMcXkw4FkmuXKUnCh31Uh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #dAl4sDuRf4BU3EnBZNKvPWEgOBihK1kg { display:block;position:relative; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #DZ2A1EQbl8QTPwe5OkW5sLWSo3b7gT9D {  }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #mtVl7H9RrG1m1h1R7V4dNZIraydc37xm { display:none; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #P5NOhcA1vkXRZK24cPTpgJTNQkXUC4EF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #qM3DBO21rzyWFrLO7hTodNfQ5iXB4S4i { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #tTGFQg8xE0hIaLCCIUQzkowzPZIDIFEE { display:block;position:relative; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #dyBfoOIVF5GEkJrSEbvdF6DbUOCxgNoZ {  }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #vVNJ07Bax0LzHlndvogifbxwHpBvZDJZ { display:none; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #AMPaMSfwKc58l3Hi0NxVX3u8hkfA9PQw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #P9laANIFPZRh4lPPK3FMyHTWmOw59IdQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #l443s0CtbTvfmUz6208x4hW4ZoktxqaN { display:block;position:relative; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #iVQgSxtCe26Zv8bFC9xWM8XzKkGCpJ5O {  }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #xLT5yaF3KzKBGxSQLsuncgUHwI52T87n { display:none; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #ouTfNyCIQ1nPiKqwK7hDGwIeXmqbfTax { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #RWnL6KTe0tKhM6nXND8lCnTtQWMKQNyp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #TAuUtg6yGUL1AQl30WkLOkGg29LZrTAn { display:block;position:relative; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #PCeruR13TVXColMBkJ7Flgxm4Ehk4LGH {  }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #CSySWVSIhsyJ018fIfJ8vqrc5r7tCPtg { display:none; }
#ZzVETM7WEO7UXkJzp9kpm7ubg55Tyt1v { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4619140625rem;left:0.9375rem;height:2.5996125rem;display:block; }
#olGgrXhS6o8HTxutTU7UvRfiXFv2CfEn { color:rgba(var(--color-tertiary-4),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:35.625rem;left:0.9375rem;height:1.29980625rem;display:block; }
#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row .container { background-color: transparent; background-image: none; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row .container > .video-iframe-container { display: none; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row > .video-iframe-container { display: none; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .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); }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row .container { border-width: 0; border-radius: 0; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#EDLWs3iS2T3TFPCMK5XOO7Q6qTDd82yq { background-color:#23c3ee;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.6875rem;left:30.5625rem;display:block; }
#yUpexGdBETW1BnJHF3ifPDCVDAVGl7Tf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQF1VZDFtgA9HRBG5ZqxkwPdS46F7bPn { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #23c3ee;border-left:0.1875rem solid #23c3ee;border-right:0.1875rem solid #23c3ee;border-bottom:0.1875rem solid #23c3ee;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:18.8125rem;top:8rem;left:30.9375rem;display:block; }
#LS2AyND7IXaJ54DHtevQf4m0iXKZGbvV { color:#23c3ee;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:3.75rem;left:0rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#23c3ee;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.337890625rem;left:55.185546875rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XToIMTKcNm8UtncN35sD7fbf729DpDvP { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.337890625rem;left:1.34375rem;height:1.13671875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ { display:block; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:24.875rem;height:3rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gCgWLnoz38bpr1r5DClNHPdrO9t74z { top:1.9375rem;left:30.6875rem;width:17.0625rem;height:;font-size:1.3125rem;display:block; }#p9gCgWLnoz38bpr1r5DClNHPdrO9t74z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f898c04b72cd5ac75f2161a4edf654e4e6c181a7.svg); }
 }@media only screen and (max-width: 763px) { #cokiyC6pD8JOAnT9hlxVw39NICC72mb7 { display:block; } #v256534f63da17025abfb6adc59fe67c.widget-smartsection *:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="text"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="email"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="tel"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection textarea:focus-visible { outline: none; } #cokiyC6pD8JOAnT9hlxVw39NICC72mb7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:17.8125rem;height:3.5rem;top:31rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:17.8125rem;height:3.5rem;top:31.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:33.75rem;height:3.5625rem;top:25.8125rem;left:14rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:32.875rem;height:9.4375rem;top:13.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:32.625rem;height:30.4375rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:33.75rem;height:6.75rem;top:6.5625rem;left:14rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ4nAKRek12D7sGO2B7GU8QorSH58t6K { width:11.5625rem;height:31.4375rem;top:5.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:29.75rem;height:4.9375rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5FWmMTF0cIfgQwqn1TTJXfLpVfdhN1X { width:35.1875rem;height:18.25rem;top:10rem;left:0rem;font-size:1rem;display:block; }#v5FWmMTF0cIfgQwqn1TTJXfLpVfdhN1X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb59432cfff9c6b6e4ef8082a548f937d3c3869.svg); }
 }@media only screen and (max-width: 763px) { #VhwZ61dXykHJmqlE3RvUq2WyIEWUZArm { top:4.5rem;left:17rem;width:30.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrupQ0oOZTgZtuppgZXR17pwU2WKd3k { width:11.625rem;height:23.8125rem;top:3.875rem;left:26.1884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7u8iZxFHZVLvq86wnJb440hGz8fvSDm { top:28.6875rem;left:0rem;width:36.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:2.0625rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:21.875rem;height:1.5rem;top:14.25rem;left:9.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { width:9.375rem;height:9.375rem;top:2.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:21.875rem;height:1.5rem;top:14.25rem;left:25.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { width:9.375rem;height:9.375rem;top:3rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:21.875rem;height:1.5rem;top:14.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { width:9.375rem;height:9.375rem;top:2.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3p64teBMQlWG17it5UZm4XvLZHaBsN { top:5.3125rem;left:7rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFrNqgLUDXPLx4vqDmLQhQolGIo54NWL { top:5.3125rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { top:5.5625rem;left:36.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvOmgTW2bS362APEp6LRaoayxrOInubI { display:block; }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcvcgHkL1WTImFWJSIR8DzuGnIXLi6Tr { width:24.625rem;height:4rem;top:35rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTufRAUMgqsnMSlzkNeg5CBRtwm35dsD { width:36.25rem;height:2.4375rem;top:3.6875rem;left:11.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #US0T8R7mK6TQf3R9C3zIRvNHi00ETP2T { width:23.0625rem;height:24.9375rem;top:8.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsux6f5f86po0uDTScJDnSK6TFPTpWlt { width:24.1875rem;height:26rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-button { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT  { width:25.125rem;height:auto;top:6.25rem;left:20.125rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT {display:block;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT { width:25.125rem;height:auto;top:6.25rem;left:20.125rem; }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #RcTPIq8H4tfmFkl9BJNmkUxfTq7EF331 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #HccXgHgUTx1UCstdAiGPcWDdAlzvSTfh {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #xxwrvrfvB8WaebXkq0TbfU4Jmthv4I0K {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #RBatMcGTfRDgATTvIdJPpAC9V0g2zyv3 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #kdFQqrybUAeacWnDyRIoQ1xXnmcq4Vwy {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #qD54ipCyppJe94lfNzVJbsg0wyv53S97 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #WTE3NF6NZBUMus42qUSstL2KV70CPT77 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #TGaiCy3NpHhVvd0EJohoWFOpBHxFvkWX {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #lOEdlCSiK4Nmr8O6ossblemxV6aTbAGc {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #zGqVCyoyFZXAPPu2zD710uZPOqAextAZ {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #S9325SXTdfO8dHGahcJWIEW5eguwae4r {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #XBGczk7Wb30dDPHHW9HLLwOLbI670Pt5 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #NA4satqpuBc1oFxNDy30iJHdZGb9XdGo {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #rm8ZTOmAimmvkofKsRRfhVNmtJC1NRoc {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #lX9cqmwf0LMQoHL1IKAk2Ixl7HCc0KPH {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #f3G1o7VEB4g7Qv0TSz9EtBF5qmqaeDDi {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #k4kZByJyixvNaia9tFy5qpEG6x6Tl04x {  }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:33.75rem;height:22rem;top:11.3125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:33.6875rem;height:29.125rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:11.625rem;height:30.375rem;top:5rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:33.75rem;height:2.625rem;top:8.0625rem;left:14rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 { display:block; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmJ9hMOGmx2px7qTR4d7RU2xvAHQTsS0 { width:47.75rem;height:2.625rem;top:4.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItC9LZZVs2Oyb8yk3hLq4Az2rzn85295 { width:45.75rem;height:12.5625rem;top:8.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3RahmuVxJxtKifpWQKMDFa6ECC1JLJ { top:8.9375rem;left:0rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo { display:block; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu { display:flex;height:auto;width:27.8125rem;top:4.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #IfMZlK4cDpwTnQzSTavh45lsUItItWFo {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #mG5bqLB4Gr1y7PxnMTTzfZmBSctwAsrx {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #nM0yQTsdozdxgzlMVexIfHOX8ciOHLJ5 {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #JQwUOPEIJoCBT8XUm3SKzvnoayAyc3Zb {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #zpoEHTnXyu4xn5oWVAib8vlkgbuGQk4L {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #xK34q0hgmDaaFXXiuLTmzGpg4fA0Uuti {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #t8RHp8TZ3AkwZx9MFBd0aNQwR2tx8swB {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #auZkvkBEa2erRPxnhI6ncOa3EwELaiCW {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #CG1e68kqk84hAFugb3yQQGdcCwGZ4mOQ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #AuP1Rv5twQo6c0TTK0gzUVr5dhtnFyOC {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #r3smvUp7BphLm6O7veeJsVAIX5eObaTH {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #HsuoIrS3ulprMcXkw4FkmuXKUnCh31Uh {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #dAl4sDuRf4BU3EnBZNKvPWEgOBihK1kg {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #DZ2A1EQbl8QTPwe5OkW5sLWSo3b7gT9D {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #mtVl7H9RrG1m1h1R7V4dNZIraydc37xm {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #P5NOhcA1vkXRZK24cPTpgJTNQkXUC4EF {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #qM3DBO21rzyWFrLO7hTodNfQ5iXB4S4i {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #tTGFQg8xE0hIaLCCIUQzkowzPZIDIFEE {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #dyBfoOIVF5GEkJrSEbvdF6DbUOCxgNoZ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #vVNJ07Bax0LzHlndvogifbxwHpBvZDJZ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #AMPaMSfwKc58l3Hi0NxVX3u8hkfA9PQw {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #P9laANIFPZRh4lPPK3FMyHTWmOw59IdQ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #l443s0CtbTvfmUz6208x4hW4ZoktxqaN {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #iVQgSxtCe26Zv8bFC9xWM8XzKkGCpJ5O {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #xLT5yaF3KzKBGxSQLsuncgUHwI52T87n {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #ouTfNyCIQ1nPiKqwK7hDGwIeXmqbfTax {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #RWnL6KTe0tKhM6nXND8lCnTtQWMKQNyp {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #TAuUtg6yGUL1AQl30WkLOkGg29LZrTAn {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #PCeruR13TVXColMBkJ7Flgxm4Ehk4LGH {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #CSySWVSIhsyJ018fIfJ8vqrc5r7tCPtg {  }
 }@media only screen and (max-width: 763px) { #ZzVETM7WEO7UXkJzp9kpm7ubg55Tyt1v { top:2.4375rem;left:0rem;width:43.9375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olGgrXhS6o8HTxutTU7UvRfiXFv2CfEn { top:35.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 { display:block; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDLWs3iS2T3TFPCMK5XOO7Q6qTDd82yq { width:18.875rem;height:3.5rem;top:7.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUpexGdBETW1BnJHF3ifPDCVDAVGl7Tf { display:block; }
 }@media only screen and (max-width: 763px) { #ZQF1VZDFtgA9HRBG5ZqxkwPdS46F7bPn { width:18.8125rem;height:3.5rem;top:8rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS2AyND7IXaJ54DHtevQf4m0iXKZGbvV { width:47.75rem;height:2.25rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:18.5625rem;height:1.125rem;top:1.3125rem;left:29.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XToIMTKcNm8UtncN35sD7fbf729DpDvP { top:1.3125rem;left:0rem;width:21.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ { display:block; }#IZp1xWN3voRUgIcsg418DhCDCCdSbOmZ > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:16.4375rem;height:1.875rem;top:1.9375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gCgWLnoz38bpr1r5DClNHPdrO9t74z { width:11.6875rem;height:1.70605625rem;top:4.625rem;left:4.15625rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:roboto;font-weight:400;font-style:normal;z-index:15025;display:block; }#p9gCgWLnoz38bpr1r5DClNHPdrO9t74z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p9gCgWLnoz38bpr1r5DClNHPdrO9t74z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f898c04b72cd5ac75f2161a4edf654e4e6c181a7.svg); }
 }@media only screen and (max-width: 763px) { #cokiyC6pD8JOAnT9hlxVw39NICC72mb7 { display:block; } #v256534f63da17025abfb6adc59fe67c.widget-smartsection *:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="text"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="email"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection input[type="tel"]:focus-visible, #v256534f63da17025abfb6adc59fe67c.widget-smartsection textarea:focus-visible { outline: none; } #cokiyC6pD8JOAnT9hlxVw39NICC72mb7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:16.3125rem;height:3.4375rem;top:43.3125rem;left:2.0625rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #PPdEFaT58LctBZGEQ2r8EUtIofm7GqVJ { width:16.8125rem;height:4.0625rem;top:42.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:19.125rem;height:3.0859375rem;top:38.4375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:19.375rem;height:12.59475rem;top:25.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:17.875rem;height:12.1875rem;top:11.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:7.5rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #vZ4nAKRek12D7sGO2B7GU8QorSH58t6K { width:15.9375rem;height:12.9375rem;top:11.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ { background-color:rgba(255,255,255,0.34);background-image:none;display:block; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { background-color: transparent; background-image: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row > .video-iframe-container { display: none; }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .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); }#vuB7Q8SlJ899bPX5AQqs5wg0GB45ppqZ > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLZl6PyE8XF395gQrvCo2T5BdaInOqDh { width:19.375rem;height:3.5996125rem;top:2.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #v5FWmMTF0cIfgQwqn1TTJXfLpVfdhN1X { width:19.375rem;height:20.5293125rem;top:7.625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;font-family:roboto;display:block; }#v5FWmMTF0cIfgQwqn1TTJXfLpVfdhN1X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb59432cfff9c6b6e4ef8082a548f937d3c3869.svg); }
 }@media only screen and (max-width: 763px) { #VhwZ61dXykHJmqlE3RvUq2WyIEWUZArm { width:18.5625rem;height:13.9375rem;top:28.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrupQ0oOZTgZtuppgZXR17pwU2WKd3k { width:15.875rem;height:14.625rem;top:28.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7u8iZxFHZVLvq86wnJb440hGz8fvSDm { width:19.375rem;height:5.19921875rem;top:44rem;left:0.3125rem;font-size:1rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:20rem;height:1.79980625rem;top:2.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfxVIRctNZQEkSQ1ec0mXZy1kp5RAXKS { width:20rem;height:1.3125rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #DC3OrLS2tWM5T1DygKm44xNxXBH3Mlrc { width:6.375rem;height:6.375rem;top:11.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqHlyZmzHOGtL2XMweUMLocK7VLFDUfQ { width:20rem;height:1.3125rem;top:30rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #AsCJAfbI9fO1eT2BfqcWErP7BM2lQHcU { width:6.375rem;height:6.375rem;top:22.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:20rem;height:1.3125rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #vyQTrftgMu97bcd7RrUrJPmPCQWPFzs0 { width:6.375rem;height:6.375rem;top:0.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3p64teBMQlWG17it5UZm4XvLZHaBsN { display:flex;width:3.625rem;height:3.625rem;top:2.0625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #pFrNqgLUDXPLx4vqDmLQhQolGIo54NWL { display:flex;width:3.625rem;height:3.625rem;top:12.9375rem;left:8.1875rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #r7mNd96Gm0FD5y2e0ckz4tZeDx6IpIxW { display:flex;width:3.625rem;height:3.625rem;top:24.125rem;left:8.1875rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #fvOmgTW2bS362APEp6LRaoayxrOInubI { display:block; }#fvOmgTW2bS362APEp6LRaoayxrOInubI > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcvcgHkL1WTImFWJSIR8DzuGnIXLi6Tr { width:19.4375rem;height:3.1484375rem;top:23.6875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #OTufRAUMgqsnMSlzkNeg5CBRtwm35dsD { width:20rem;height:3.8496125rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #US0T8R7mK6TQf3R9C3zIRvNHi00ETP2T { width:18.75rem;height:13.25rem;top:4.03125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsux6f5f86po0uDTScJDnSK6TFPTpWlt { width:19.1875rem;height:13.8125rem;top:3.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.625rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT  { width:17.5rem;height:auto;top:26.8359375rem;left:0rem; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT {display:block;}#y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT { width:17.5rem;height:auto;top:26.8359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #RcTPIq8H4tfmFkl9BJNmkUxfTq7EF331 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #HccXgHgUTx1UCstdAiGPcWDdAlzvSTfh {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #xxwrvrfvB8WaebXkq0TbfU4Jmthv4I0K {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #RBatMcGTfRDgATTvIdJPpAC9V0g2zyv3 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #kdFQqrybUAeacWnDyRIoQ1xXnmcq4Vwy {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #qD54ipCyppJe94lfNzVJbsg0wyv53S97 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #WTE3NF6NZBUMus42qUSstL2KV70CPT77 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #TGaiCy3NpHhVvd0EJohoWFOpBHxFvkWX {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #lOEdlCSiK4Nmr8O6ossblemxV6aTbAGc {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #zGqVCyoyFZXAPPu2zD710uZPOqAextAZ {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #S9325SXTdfO8dHGahcJWIEW5eguwae4r {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #XBGczk7Wb30dDPHHW9HLLwOLbI670Pt5 {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #NA4satqpuBc1oFxNDy30iJHdZGb9XdGo {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #rm8ZTOmAimmvkofKsRRfhVNmtJC1NRoc {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #lX9cqmwf0LMQoHL1IKAk2Ixl7HCc0KPH {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #f3G1o7VEB4g7Qv0TSz9EtBF5qmqaeDDi {  }
 }@media only screen and (max-width: 763px) { #y8FxCiaU2UcdMScF8fMIkD8SxJs8eoWT #k4kZByJyixvNaia9tFy5qpEG6x6Tl04x {  }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:19.375rem;height:25.1894375rem;top:7.75rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;line-height:1.4;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:17.9375rem;height:12.6875rem;top:34.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:15.4375rem;height:13.4375rem;top:34.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:18.875rem;height:3.8984375rem;top:3rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 { display:block; }#ThhSvLGbvLKi8ue9k7N15gIPDwxxgGX0 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmJ9hMOGmx2px7qTR4d7RU2xvAHQTsS0 { width:20rem;height:3.8984375rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #ItC9LZZVs2Oyb8yk3hLq4Az2rzn85295 { width:18.75rem;height:23.7900625rem;top:7.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;line-height:1.4;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3RahmuVxJxtKifpWQKMDFa6ECC1JLJ { display:flex;width:9.875rem;height:9.875rem;top:32.0625rem;left:5.0625rem; }
 }@media only screen and (max-width: 763px) { #XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo { display:block; }#XlhgAFF9VF9zmx91UmJF0uDbTrfSs6Lo > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-heading-text { font-size:1.0625rem;height:auto; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu .accordion-desc-text { font-size:0.875rem;height:auto; }
#a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu { display:flex;height:auto;width:16.8125rem;top:5.51171875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #IfMZlK4cDpwTnQzSTavh45lsUItItWFo {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #mG5bqLB4Gr1y7PxnMTTzfZmBSctwAsrx {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #nM0yQTsdozdxgzlMVexIfHOX8ciOHLJ5 {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #JQwUOPEIJoCBT8XUm3SKzvnoayAyc3Zb {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #zpoEHTnXyu4xn5oWVAib8vlkgbuGQk4L {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #xK34q0hgmDaaFXXiuLTmzGpg4fA0Uuti {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #t8RHp8TZ3AkwZx9MFBd0aNQwR2tx8swB {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #auZkvkBEa2erRPxnhI6ncOa3EwELaiCW {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #CG1e68kqk84hAFugb3yQQGdcCwGZ4mOQ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #AuP1Rv5twQo6c0TTK0gzUVr5dhtnFyOC {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #r3smvUp7BphLm6O7veeJsVAIX5eObaTH {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #HsuoIrS3ulprMcXkw4FkmuXKUnCh31Uh {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #dAl4sDuRf4BU3EnBZNKvPWEgOBihK1kg {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #DZ2A1EQbl8QTPwe5OkW5sLWSo3b7gT9D {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #mtVl7H9RrG1m1h1R7V4dNZIraydc37xm {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #P5NOhcA1vkXRZK24cPTpgJTNQkXUC4EF {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #qM3DBO21rzyWFrLO7hTodNfQ5iXB4S4i {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #tTGFQg8xE0hIaLCCIUQzkowzPZIDIFEE {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #dyBfoOIVF5GEkJrSEbvdF6DbUOCxgNoZ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #vVNJ07Bax0LzHlndvogifbxwHpBvZDJZ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #AMPaMSfwKc58l3Hi0NxVX3u8hkfA9PQw {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #P9laANIFPZRh4lPPK3FMyHTWmOw59IdQ {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #l443s0CtbTvfmUz6208x4hW4ZoktxqaN {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #iVQgSxtCe26Zv8bFC9xWM8XzKkGCpJ5O {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #xLT5yaF3KzKBGxSQLsuncgUHwI52T87n {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #ouTfNyCIQ1nPiKqwK7hDGwIeXmqbfTax {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #RWnL6KTe0tKhM6nXND8lCnTtQWMKQNyp {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #TAuUtg6yGUL1AQl30WkLOkGg29LZrTAn {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #PCeruR13TVXColMBkJ7Flgxm4Ehk4LGH {  }
 }@media only screen and (max-width: 763px) { #a80svr8zHT4I7s7NJhIy3ukhNvmS66Bu #CSySWVSIhsyJ018fIfJ8vqrc5r7tCPtg {  }
 }@media only screen and (max-width: 763px) { #ZzVETM7WEO7UXkJzp9kpm7ubg55Tyt1v { width:19.375rem;height:1.94921875rem;top:2.5625rem;left:0.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olGgrXhS6o8HTxutTU7UvRfiXFv2CfEn { width:19.375rem;height:3.8994125rem;top:47.13671875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 { display:block; }#Ka4XHoxWFcuLzsgRfAQ8kVMUIegR7gI6 > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDLWs3iS2T3TFPCMK5XOO7Q6qTDd82yq { width:17.25rem;height:3.4375rem;top:6.8125rem;left:1.5625rem;font-size:1.1875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #yUpexGdBETW1BnJHF3ifPDCVDAVGl7Tf { display:block; }
 }@media only screen and (max-width: 763px) { #ZQF1VZDFtgA9HRBG5ZqxkwPdS46F7bPn { width:17.75rem;height:3.9375rem;top:6.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS2AyND7IXaJ54DHtevQf4m0iXKZGbvV { width:18.125rem;height:3.5996125rem;top:1.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#23c3ee;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:18.4375rem;height:1.13671875rem;top:1.119140625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #XToIMTKcNm8UtncN35sD7fbf729DpDvP { width:19.9375rem;height:1.13671875rem;top:2.880859375rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }