.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:227,233,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:67,55,153;--color-primary-4:33,23,71;--color-secondary-0:237,237,237;--color-secondary-1:195,195,195;--color-secondary-2:134,134,134;--color-secondary-3:67,67,67;--color-secondary-4:20,20,20;--color-tertiary-0:255,255,255;--color-tertiary-1:212,206,255;--color-tertiary-2:111,92,255;--color-tertiary-3:56,46,128;--color-tertiary-4:11,9,25;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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); }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row .container { background-color: transparent; background-image: none; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row .container > .video-iframe-container { display: none; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row > .video-iframe-container { display: none; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .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); }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row .container { border-width: 0; border-radius: 0; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#xEuZPBogSEDPIxz5r7QMXJBsSeBvTPfU { position:absolute;display:block;z-index:15006;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:3.25rem;width:13rem;top:0.78125rem;left:31rem;overflow:hidden;display:block; }
#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 { background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/PcD4r8pT/15_01.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4.adaptive-delivery-prevent-bg, #bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4.lazyload, #bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4.lazyloading { background-image: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container { background-color: transparent; background-image: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container > .video-iframe-container { display: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row > .video-iframe-container { display: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .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); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container { border-width: 0; border-radius: 0; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container { width:75rem;height:57.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#XkQGvrDbkrnOPQTWQzvC2zGvaPkng8uI { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:9.505rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wnFOn7FQIg6F10V2x7ckJmXrw5yaBRiV { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:30.0625rem;left:0rem;height:11.4375rem;font-style:normal;display:block; }#wnFOn7FQIg6F10V2x7ckJmXrw5yaBRiV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnFOn7FQIg6F10V2x7ckJmXrw5yaBRiV li:before{  }
#Atct2UbCcvwdinH5w5hPn7XyXdzW9c3k { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.5) ;height:33rem;width:27.75rem;top:9.25rem;left:47.25rem;display:block; }
#UGxwpJHPtx2dbURaZCIBmCKpqiN8fA3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:47.25rem;height:2.27485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-form-header {  }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.5625rem;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; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#f6f5f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;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.5625rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-text {padding-top: 0; padding-bottom: 0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#f6f5f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;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.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .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:#f6f5f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;box-sizing:border-box;height:3.75rem;color:rgba(11,9,25,0.58);font-family:"open sans";font-size:1.125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-select {padding-top: 0; padding-bottom: 0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .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; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00bac5, #00cede);background-image: -moz-linear-gradient(90deg, #00bac5, #00cede);background-image: -ms-linear-gradient(90deg, #00bac5, #00cede);background-image: -o-linear-gradient(90deg, #00bac5, #00cede);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );";background-image: linear-gradient(90deg, #00bac5, #00cede);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:22.5625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.1875rem 0.5625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.58);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.58);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.58);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.58);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .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:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal;line-height:1.2;float:none; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .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; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .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;float:none; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-container:first-of-type{padding-top:0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-container:last-of-type{padding-bottom:0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:48.625rem; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA {display:block;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:48.625rem; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #RrfcIJQ0byfwPSDr9oOEOmung8d8wxQB { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #taM3UnxehJU0xLItmxh9qDtL3RiVpgJa { position:relative;display:none; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #rSoPyqAVT8KoVJmr9ZAilBZKWpFsQJVU { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #ySn7xKokZT2CJT471uQKT0VANVkbBwI2 { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #vQXriidN0AlZigzh0QrPK0NGsks5aOMa { position:relative;display:none; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #TFDJz4NHIpPzev0amti6K3SGbwAM2wQc { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #DQpeq8LFeBgvIARARLgiFZDc89rrtbEk { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #ukVmpMd4LtmuaQ1lt9dtDfhsWSV1Lql3 { position:relative;display:none; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #hffP3ATAthoOPibz23zotIKqf64QSvzk { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #iclcXyek9XMHhFTus1Vv2XyBTF9wvSQq { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #TUWEkoUHJNt0ZTIlTVrmSshXwkQvBF3L { position:relative;display:none; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #HHWCIhF6eBVIdazCThDOSTQ1LF5yh2OZ { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #aAk84TMRoufe9AslBNso6pt338Ik91A7 { position:relative; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #bS1MUWX818JhDGS3rbwoRer1f7h0t61T { position:relative; }
#lPhXpPlDW12oQK4WhB6tbGitIyd4kOIP { color:rgba(var(--color-tertiary-0),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10rem;left:0rem;height:7.3494375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { background-color: transparent; background-image: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { display: none; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .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); }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { border-width: 0; border-radius: 0; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:26.75rem;width:40.125rem;top:3.6875rem;left:34.875rem;overflow:hidden;display:block; }
#gmT7sV9n2FXS0wXAPdNuhW1VUkTz5IyB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.125rem;left:0rem;height:11.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gmT7sV9n2FXS0wXAPdNuhW1VUkTz5IyB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gmT7sV9n2FXS0wXAPdNuhW1VUkTz5IyB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
#pSQ7WiIpTiIdve03E3EKviw2xOvnHHJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.187500953674rem;left:0rem;height:4.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f3UKErqGgqcfgp69yXTwLtmsSln1mqOx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:27rem;left:0rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E3u0IaBzR6hfqkfTVHWDZgPoLQQMnJ7o { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00bac5, #00cede);background-image: -moz-linear-gradient(90deg, #00bac5, #00cede);background-image: -ms-linear-gradient(90deg, #00bac5, #00cede);background-image: -o-linear-gradient(90deg, #00bac5, #00cede);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );";background-image: linear-gradient(90deg, #00bac5, #00cede);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.482245445251rem;left:0rem;display:block; }
#GQQdk252CKpUzLJR4tK6y7NVPspuy9WH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTLScWMi4uouTkc0hq37PimLJphpCpft { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row .container { background-color: transparent; background-image: none; }#aTLScWMi4uouTkc0hq37PimLJphpCpft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row .container > .video-iframe-container { display: none; }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row > .video-iframe-container { display: none; }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .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); }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row .container { border-width: 0; border-radius: 0; }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#TdxPWZbdBHfB3uIdzkr5nztdC29IJBNh { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.75rem;left:43.0625rem;height:2.762075rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zx2IyW7l0Pm9vSS6hLryNbg6T3Sekhz4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:26.75rem;width:40.125rem;top:3.7428979873658rem;left:0rem;overflow:hidden;display:block; }
#fLefo1HBC06pexkdxwhGaA3XKtnSzCav { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.6875rem;left:43.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zB0JymcqfTKrRq6votNSV0xyRO3Ewlne { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.625rem;left:43.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zB0JymcqfTKrRq6votNSV0xyRO3Ewlne li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zB0JymcqfTKrRq6votNSV0xyRO3Ewlne li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
#WvVE6TKonbvJ2ZowCrPqCSHfmOgwd8c2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17.875rem;left:43.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prub8fI24r6ag2X2TOSUHNoKxGvS4UrR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.8125rem;left:43.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#prub8fI24r6ag2X2TOSUHNoKxGvS4UrR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#prub8fI24r6ag2X2TOSUHNoKxGvS4UrR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
#yk5zbZQrgqykXL6M7OzfOpckTqHIXP9W { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00bac5, #00cede);background-image: -moz-linear-gradient(90deg, #00bac5, #00cede);background-image: -ms-linear-gradient(90deg, #00bac5, #00cede);background-image: -o-linear-gradient(90deg, #00bac5, #00cede);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );";background-image: linear-gradient(90deg, #00bac5, #00cede);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.413352966309rem;left:43.0625rem;display:block; }
#tweGy2xlu7GVnsU4odXC7XnoVFifeTSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNtA2HG80tQ23oF844Rrkuwkzn6Saw5V { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:6.5rem;left:43.0625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row .container { background-color: transparent; background-image: none; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row .container > .video-iframe-container { display: none; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row > .video-iframe-container { display: none; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .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); }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row .container { border-width: 0; border-radius: 0; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#HQiCoKge2tBr8OSa3vwMBqEG2Tm1cIbT { color:rgba(var(--color-tertiary-3),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QZnWrQVt9O7enlbn6yZRWEmHtoT9ypBc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:26.75rem;width:40.125rem;top:4.421875rem;left:34.875rem;overflow:hidden;display:block; }
#tOgdviMucTkV8I546qLcbNAvQJuRhA5T { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.875010490418rem;left:0rem;height:9.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J8NOcJCoEnBePIRCk7NocJ2e01D1foJl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00bac5, #00cede);background-image: -moz-linear-gradient(90deg, #00bac5, #00cede);background-image: -ms-linear-gradient(90deg, #00bac5, #00cede);background-image: -o-linear-gradient(90deg, #00bac5, #00cede);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bac5', endColorstr='#00cede' );";background-image: linear-gradient(90deg, #00bac5, #00cede);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.75rem;left:0rem;display:block; }
#rIgQbfuwzxx5aVLgBZEQt51RP3MCzIBE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { background-color: transparent; background-image: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .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); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { border-width: 0; border-radius: 0; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { color:rgba(var(--color-tertiary-3),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:6.37451171875rem;left:14.906005859375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row .container { background-color: transparent; background-image: none; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row .container > .video-iframe-container { display: none; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row > .video-iframe-container { display: none; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .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); }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row .container { border-width: 0; border-radius: 0; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .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:#f4f4f4;background-image:none;vertical-align:top; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .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; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.125rem;height:auto;font-style:normal; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .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;line-height:1.6;overflow:hidden;height:auto; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .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; }#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-trigger.adaptive-delivery-prevent-bg, #JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-trigger.lazyload, #JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-trigger.lazyloading { background-image: none; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR { box-sizing:content-box;height:auto;width:73.75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:0rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #ViFIN2XatXUysG7u0eTDfyltFsoGffFD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #A47dUERm5gVgr3B95M97CWKRb3hFT8A6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #D7Pa1IxFUN3yg5iD6C4o3H6B4AuEDLt0 { display:block;position:relative; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #JeyinKqiyoNItnPi6Rdnk6hSg6C1xntX {  }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #kcW0b9cOlOSXvviHLKNzGpdIxI6ObxQ0 {  }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #LW5CDfom3IkWxSCcQfxSbS18kVcC5u08 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #GmL6Z5TD6G4ygeNqzCN9fnMnpBGNMntG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #b5dd7hGNynBIdF3iKtVTJ6wMVvsbvr4q { display:block;position:relative; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #NkVkNTCmWXh2OvCNd9L6aLexkfB4Blsp {  }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #NQTHWBXkzBntwFIRuKfCXJCAqAGUUUKt { display:none; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #M9o3OhbQDFlePi1W0GLBPqHCueyixJVI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #LkI7aHpSThOCmlWopQit8bU1DNvqd0uC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #C7UUQsd3AoAexXoWBzuovBo46aALAEdt { display:block;position:relative; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #QEdCLulF6XDsSOPPfkKnf39zUlBx4gCP {  }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Pfxqf06mzr9LLJVnKTQe94isgQ60XsEG { display:none; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #vSWBB5yytROD29qx7zaS5BL3RXOhu6Ub { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #m7kIKg2H4xNvvHfMM0mts7l9ah7iJ6Lv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #puadQp7L8RQEAPLbmX6JhKxZXv0WI8Tl { display:block;position:relative; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #E2nyGmJPQL8ipl8PlSAyyXluccuJ9lkv {  }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #HHTDfhPWoft4RbACaDOr3ilPa3ZUwZLC { display:none; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Uqs3FLdQtCQOaRNM3LbUASSSdmniQiWV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #uHSiNeAWQw9BrLUJD56FaTvuzA5RWhcl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #MCtqa3wCmN3W5XPNevdxpV49IobwrzWl { display:block;position:relative; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #TKvnTQv25c13hRf9nPrvrHTs7CzJcDNJ {  }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #mMuOQbvrXJ678dMvUHC1GNhAkLZzw9m9 { display:none; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #ReWWansZfNGg28vpsrQsQGo3SLdT6H5u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #DXXbMqiVH6zG0x23nD51bUD1on3Acgzh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #I5dQaf9ES18807Dvfq2ZGCweusGqKLrw { display:block;position:relative; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Vreiv6AT7FpTxSkJ5WyhycCgXxfuGUcq {  }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR #G9rh0uW7TEe1NQNDTZWqru01DPOgvHeR { display:none; }
#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row .container { background-color: transparent; background-image: none; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row .container > .video-iframe-container { display: none; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row > .video-iframe-container { display: none; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .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); }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row .container { border-width: 0; border-radius: 0; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#Uc9wpmm5JlnmdE7PQ0icC9cOP9WiTz6T { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:3.15625rem;left:0rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rvm7XuN5MEpzzTPnxLCTULbmL8Z5h8eU { background-color:rgba(var(--color-primary-3),1);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.4375rem;left:0rem;display:none; }
#BQe9kyQqa2w5S6MGaoesUu6epbtLzSHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra { display:block; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEuZPBogSEDPIxz5r7QMXJBsSeBvTPfU { top:0.75rem;left:17.375rem;width:13rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 { display:block; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container { width:47.75rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkQGvrDbkrnOPQTWQzvC2zGvaPkng8uI { width:45.9375rem;height:7.375rem;top:11.375rem;left:0.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnFOn7FQIg6F10V2x7ckJmXrw5yaBRiV { width:46.3125rem;height:4.125rem;top:21.0625rem;left:0.28125rem;text-align:center;text-align-last:center;display:block; }#wnFOn7FQIg6F10V2x7ckJmXrw5yaBRiV li:before{  }
 }@media only screen and (max-width: 763px) { #Atct2UbCcvwdinH5w5hPn7XyXdzW9c3k { width:27.75rem;height:26.125rem;top:37.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGxwpJHPtx2dbURaZCIBmCKpqiN8fA3Q { width:17.4375rem;height:3.0625rem;top:40.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-regular-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-text { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-text {padding-top: 0; padding-bottom: 0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-textarea { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-select { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-select {padding-top: 0; padding-bottom: 0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-button { width:9rem;margin-top:0.25rem;margin-right:6.75rem;margin-bottom:0.25rem;margin-left:6.75rem; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA  { width:22.5625rem;height:auto;top:52.25rem;left:10.5rem; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .radio-container { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA {display:block;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA { width:22.5625rem;height:auto;top:52.25rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #RrfcIJQ0byfwPSDr9oOEOmung8d8wxQB {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #taM3UnxehJU0xLItmxh9qDtL3RiVpgJa { display:none; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #rSoPyqAVT8KoVJmr9ZAilBZKWpFsQJVU {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #ySn7xKokZT2CJT471uQKT0VANVkbBwI2 {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #vQXriidN0AlZigzh0QrPK0NGsks5aOMa { display:none; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #TFDJz4NHIpPzev0amti6K3SGbwAM2wQc {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #DQpeq8LFeBgvIARARLgiFZDc89rrtbEk {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #ukVmpMd4LtmuaQ1lt9dtDfhsWSV1Lql3 { display:none; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #hffP3ATAthoOPibz23zotIKqf64QSvzk {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #iclcXyek9XMHhFTus1Vv2XyBTF9wvSQq {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #TUWEkoUHJNt0ZTIlTVrmSshXwkQvBF3L {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #HHWCIhF6eBVIdazCThDOSTQ1LF5yh2OZ {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #aAk84TMRoufe9AslBNso6pt338Ik91A7 {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #bS1MUWX818JhDGS3rbwoRer1f7h0t61T {  }
 }@media only screen and (max-width: 763px) { #lPhXpPlDW12oQK4WhB6tbGitIyd4kOIP { width:45.9375rem;height:7.375rem;top:11.375rem;left:0.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { top:4.75rem;left:0rem;width:26.25rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:40.125rem;height:26.75rem;top:3.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmT7sV9n2FXS0wXAPdNuhW1VUkTz5IyB { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }#gmT7sV9n2FXS0wXAPdNuhW1VUkTz5IyB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
 }@media only screen and (max-width: 763px) { #pSQ7WiIpTiIdve03E3EKviw2xOvnHHJJ { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3UKErqGgqcfgp69yXTwLtmsSln1mqOx { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3u0IaBzR6hfqkfTVHWDZgPoLQQMnJ7o { width:11.5rem;height:3.4375rem;top:29rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQQdk252CKpUzLJR4tK6y7NVPspuy9WH { display:block; }
 }@media only screen and (max-width: 763px) { #aTLScWMi4uouTkc0hq37PimLJphpCpft { display:block; }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdxPWZbdBHfB3uIdzkr5nztdC29IJBNh { top:3.75rem;left:21.5rem;width:26.25rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx2IyW7l0Pm9vSS6hLryNbg6T3Sekhz4 { width:40.125rem;height:26.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLefo1HBC06pexkdxwhGaA3XKtnSzCav { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB0JymcqfTKrRq6votNSV0xyRO3Ewlne { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }#zB0JymcqfTKrRq6votNSV0xyRO3Ewlne li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
 }@media only screen and (max-width: 763px) { #WvVE6TKonbvJ2ZowCrPqCSHfmOgwd8c2 { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prub8fI24r6ag2X2TOSUHNoKxGvS4UrR { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }#prub8fI24r6ag2X2TOSUHNoKxGvS4UrR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
 }@media only screen and (max-width: 763px) { #yk5zbZQrgqykXL6M7OzfOpckTqHIXP9W { width:11.5rem;height:3.4375rem;top:29rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tweGy2xlu7GVnsU4odXC7XnoVFifeTSp { display:block; }
 }@media only screen and (max-width: 763px) { #UNtA2HG80tQ23oF844Rrkuwkzn6Saw5V { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH { display:block; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQiCoKge2tBr8OSa3vwMBqEG2Tm1cIbT { top:5.6875rem;left:0rem;width:26.25rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZnWrQVt9O7enlbn6yZRWEmHtoT9ypBc { width:40.125rem;height:26.75rem;top:4.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOgdviMucTkV8I546qLcbNAvQJuRhA5T { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NOcJCoEnBePIRCk7NocJ2e01D1foJl { width:11.5rem;height:3.4375rem;top:29rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgQbfuwzxx5aVLgBZEQt51RP3MCzIBE { display:block; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { top:6.3125rem;left:1.2805404663086rem;width:45.1875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA { display:block; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR { display:flex;height:auto;width:27.8125rem;top:5.625rem;left:0rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #ViFIN2XatXUysG7u0eTDfyltFsoGffFD {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #A47dUERm5gVgr3B95M97CWKRb3hFT8A6 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #D7Pa1IxFUN3yg5iD6C4o3H6B4AuEDLt0 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #JeyinKqiyoNItnPi6Rdnk6hSg6C1xntX {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #kcW0b9cOlOSXvviHLKNzGpdIxI6ObxQ0 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #LW5CDfom3IkWxSCcQfxSbS18kVcC5u08 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #GmL6Z5TD6G4ygeNqzCN9fnMnpBGNMntG {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #b5dd7hGNynBIdF3iKtVTJ6wMVvsbvr4q {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #NkVkNTCmWXh2OvCNd9L6aLexkfB4Blsp {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #NQTHWBXkzBntwFIRuKfCXJCAqAGUUUKt {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #M9o3OhbQDFlePi1W0GLBPqHCueyixJVI {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #LkI7aHpSThOCmlWopQit8bU1DNvqd0uC {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #C7UUQsd3AoAexXoWBzuovBo46aALAEdt {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #QEdCLulF6XDsSOPPfkKnf39zUlBx4gCP {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Pfxqf06mzr9LLJVnKTQe94isgQ60XsEG {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #vSWBB5yytROD29qx7zaS5BL3RXOhu6Ub {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #m7kIKg2H4xNvvHfMM0mts7l9ah7iJ6Lv {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #puadQp7L8RQEAPLbmX6JhKxZXv0WI8Tl {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #E2nyGmJPQL8ipl8PlSAyyXluccuJ9lkv {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #HHTDfhPWoft4RbACaDOr3ilPa3ZUwZLC {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Uqs3FLdQtCQOaRNM3LbUASSSdmniQiWV {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #uHSiNeAWQw9BrLUJD56FaTvuzA5RWhcl {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #MCtqa3wCmN3W5XPNevdxpV49IobwrzWl {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #TKvnTQv25c13hRf9nPrvrHTs7CzJcDNJ {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #mMuOQbvrXJ678dMvUHC1GNhAkLZzw9m9 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #ReWWansZfNGg28vpsrQsQGo3SLdT6H5u {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #DXXbMqiVH6zG0x23nD51bUD1on3Acgzh {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #I5dQaf9ES18807Dvfq2ZGCweusGqKLrw {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Vreiv6AT7FpTxSkJ5WyhycCgXxfuGUcq {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #G9rh0uW7TEe1NQNDTZWqru01DPOgvHeR {  }
 }@media only screen and (max-width: 763px) { #XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi { display:block; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc9wpmm5JlnmdE7PQ0icC9cOP9WiTz6T { top:3.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvm7XuN5MEpzzTPnxLCTULbmL8Z5h8eU { width:25.25rem;height:4.375rem;top:40.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQe9kyQqa2w5S6MGaoesUu6epbtLzSHF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra { position:relative;z-index:auto;display:block; }#qsiEhg8UWbpGpVShNB0vzEvwFw4q0wra > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEuZPBogSEDPIxz5r7QMXJBsSeBvTPfU { width:13rem;height:3.25rem;top:0.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/kpo58xAA/negociacao.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4.adaptive-delivery-prevent-bg, #bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4.lazyload, #bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4.lazyloading { background-image: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container { background-color: transparent; background-image: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,38,48,0.81); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container > .video-iframe-container { display: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(25,38,48,0.81); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row > .video-iframe-container { display: none; }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .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); }#bFLe3cPItQ3L1e7BWIlpQTLBAoCeb8g4 > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkQGvrDbkrnOPQTWQzvC2zGvaPkng8uI { width:19.4375rem;height:4.62996875rem;top:12.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnFOn7FQIg6F10V2x7ckJmXrw5yaBRiV { width:19.4375rem;height:5.16193125rem;top:48.4375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }#wnFOn7FQIg6F10V2x7ckJmXrw5yaBRiV li:before{  }
 }@media only screen and (max-width: 763px) { #Atct2UbCcvwdinH5w5hPn7XyXdzW9c3k { width:20rem;height:26.5625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGxwpJHPtx2dbURaZCIBmCKpqiN8fA3Q { width:17.4375rem;height:1.625rem;top:21.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-text {padding-top: 0; padding-bottom: 0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-select {padding-top: 0; padding-bottom: 0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-container:first-of-type{padding-top:0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .widget-container:last-of-type{padding-bottom:0;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA  { width:17.5rem;height:auto;top:22.375rem;left:0rem; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA {display:block;}#XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA { width:17.5rem;height:auto;top:22.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #RrfcIJQ0byfwPSDr9oOEOmung8d8wxQB {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #taM3UnxehJU0xLItmxh9qDtL3RiVpgJa { display:none; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #rSoPyqAVT8KoVJmr9ZAilBZKWpFsQJVU {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #ySn7xKokZT2CJT471uQKT0VANVkbBwI2 {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #vQXriidN0AlZigzh0QrPK0NGsks5aOMa { display:none; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #TFDJz4NHIpPzev0amti6K3SGbwAM2wQc {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #DQpeq8LFeBgvIARARLgiFZDc89rrtbEk {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #ukVmpMd4LtmuaQ1lt9dtDfhsWSV1Lql3 { display:none; }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #hffP3ATAthoOPibz23zotIKqf64QSvzk {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #iclcXyek9XMHhFTus1Vv2XyBTF9wvSQq {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #TUWEkoUHJNt0ZTIlTVrmSshXwkQvBF3L {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #HHWCIhF6eBVIdazCThDOSTQ1LF5yh2OZ {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #aAk84TMRoufe9AslBNso6pt338Ik91A7 {  }
 }@media only screen and (max-width: 763px) { #XL37LDBS3Hi5wl1cvwB2B7LeQvfKlqWA #bS1MUWX818JhDGS3rbwoRer1f7h0t61T {  }
 }@media only screen and (max-width: 763px) { #lPhXpPlDW12oQK4WhB6tbGitIyd4kOIP { width:20rem;height:7.875rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf { display:block; }#hXSiaNQFNJJtqzC5VbX2NyMpV9KtDuzf > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuDRFUzzmwxtpO8Iu1Sr99LkQyTF7wm7 { width:20rem;height:2.11221875rem;top:4.3125rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dw7D5uGIOqtXlU4eiFDuOazkhnPiWJKy { width:20rem;height:13.3125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmT7sV9n2FXS0wXAPdNuhW1VUkTz5IyB { width:20rem;height:12.1235625rem;top:22.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }#gmT7sV9n2FXS0wXAPdNuhW1VUkTz5IyB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
 }@media only screen and (max-width: 763px) { #pSQ7WiIpTiIdve03E3EKviw2xOvnHHJJ { width:20rem;height:4.22443125rem;top:35.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f3UKErqGgqcfgp69yXTwLtmsSln1mqOx { width:20rem;height:1.29971875rem;top:48rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E3u0IaBzR6hfqkfTVHWDZgPoLQQMnJ7o { width:20rem;height:3.125rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQQdk252CKpUzLJR4tK6y7NVPspuy9WH { display:block; }
 }@media only screen and (max-width: 763px) { #aTLScWMi4uouTkc0hq37PimLJphpCpft { display:block; }#aTLScWMi4uouTkc0hq37PimLJphpCpft > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdxPWZbdBHfB3uIdzkr5nztdC29IJBNh { width:20rem;height:2.11221875rem;top:1.0625rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zx2IyW7l0Pm9vSS6hLryNbg6T3Sekhz4 { width:20rem;height:13.3125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLefo1HBC06pexkdxwhGaA3XKtnSzCav { width:20rem;height:1.625rem;top:19.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zB0JymcqfTKrRq6votNSV0xyRO3Ewlne { width:20rem;height:3.793325rem;top:22.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }#zB0JymcqfTKrRq6votNSV0xyRO3Ewlne li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
 }@media only screen and (max-width: 763px) { #WvVE6TKonbvJ2ZowCrPqCSHfmOgwd8c2 { width:20rem;height:1.625rem;top:27.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #prub8fI24r6ag2X2TOSUHNoKxGvS4UrR { width:20rem;height:3.793325rem;top:30rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }#prub8fI24r6ag2X2TOSUHNoKxGvS4UrR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91e1825685b11db6e27b0e7810a83b81.svg); }
 }@media only screen and (max-width: 763px) { #yk5zbZQrgqykXL6M7OzfOpckTqHIXP9W { width:20rem;height:3.125rem;top:35.187498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tweGy2xlu7GVnsU4odXC7XnoVFifeTSp { display:block; }
 }@media only screen and (max-width: 763px) { #UNtA2HG80tQ23oF844Rrkuwkzn6Saw5V { width:20rem;height:0.97443125rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH { display:block; }#t5s9MtWde1vJOc7XvAx77iwQtHRWMpnH > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQiCoKge2tBr8OSa3vwMBqEG2Tm1cIbT { width:20rem;height:4.22443125rem;top:2.9375rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZnWrQVt9O7enlbn6yZRWEmHtoT9ypBc { width:20rem;height:13.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOgdviMucTkV8I546qLcbNAvQJuRhA5T { width:18rem;height:10.56108125rem;top:23.125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #J8NOcJCoEnBePIRCk7NocJ2e01D1foJl { width:20rem;height:2.8125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgQbfuwzxx5aVLgBZEQt51RP3MCzIBE { display:block; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { width:20rem;height:2.11221875rem;top:5.2109375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA { display:block; }#MQI3Ip6N4W3b8qR4lJOVS2GRV2DS2nzA > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-heading-text { font-size:0.8125rem;height:auto;font-family:"roboto condensed";line-height:1.5;overflow:hidden; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR { display:flex;height:auto;width:18.75rem;top:0rem;left:0rem;gap:0.625rem; }
#JPkymrId38ZPfsXJ5weNFHi00c5loSoR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #ViFIN2XatXUysG7u0eTDfyltFsoGffFD {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #A47dUERm5gVgr3B95M97CWKRb3hFT8A6 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #D7Pa1IxFUN3yg5iD6C4o3H6B4AuEDLt0 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #JeyinKqiyoNItnPi6Rdnk6hSg6C1xntX {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #kcW0b9cOlOSXvviHLKNzGpdIxI6ObxQ0 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #LW5CDfom3IkWxSCcQfxSbS18kVcC5u08 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #GmL6Z5TD6G4ygeNqzCN9fnMnpBGNMntG {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #b5dd7hGNynBIdF3iKtVTJ6wMVvsbvr4q {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #NkVkNTCmWXh2OvCNd9L6aLexkfB4Blsp {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #NQTHWBXkzBntwFIRuKfCXJCAqAGUUUKt {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #M9o3OhbQDFlePi1W0GLBPqHCueyixJVI {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #LkI7aHpSThOCmlWopQit8bU1DNvqd0uC {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #C7UUQsd3AoAexXoWBzuovBo46aALAEdt {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #QEdCLulF6XDsSOPPfkKnf39zUlBx4gCP {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Pfxqf06mzr9LLJVnKTQe94isgQ60XsEG {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #vSWBB5yytROD29qx7zaS5BL3RXOhu6Ub {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #m7kIKg2H4xNvvHfMM0mts7l9ah7iJ6Lv {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #puadQp7L8RQEAPLbmX6JhKxZXv0WI8Tl {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #E2nyGmJPQL8ipl8PlSAyyXluccuJ9lkv {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #HHTDfhPWoft4RbACaDOr3ilPa3ZUwZLC {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Uqs3FLdQtCQOaRNM3LbUASSSdmniQiWV {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #uHSiNeAWQw9BrLUJD56FaTvuzA5RWhcl {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #MCtqa3wCmN3W5XPNevdxpV49IobwrzWl {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #TKvnTQv25c13hRf9nPrvrHTs7CzJcDNJ {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #mMuOQbvrXJ678dMvUHC1GNhAkLZzw9m9 {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #ReWWansZfNGg28vpsrQsQGo3SLdT6H5u {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #DXXbMqiVH6zG0x23nD51bUD1on3Acgzh {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #I5dQaf9ES18807Dvfq2ZGCweusGqKLrw {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #Vreiv6AT7FpTxSkJ5WyhycCgXxfuGUcq {  }
 }@media only screen and (max-width: 763px) { #JPkymrId38ZPfsXJ5weNFHi00c5loSoR #G9rh0uW7TEe1NQNDTZWqru01DPOgvHeR {  }
 }@media only screen and (max-width: 763px) { #XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi { display:block; }#XB8PXPz5Ohb5pnqD1aM0E94eahJlDlpi > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uc9wpmm5JlnmdE7PQ0icC9cOP9WiTz6T { width:19.0625rem;height:10.4971875rem;top:3.0625rem;left:0.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rvm7XuN5MEpzzTPnxLCTULbmL8Z5h8eU { width:19rem;height:4.375rem;top:36.125rem;left:2.40625rem;font-size:1rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #BQe9kyQqa2w5S6MGaoesUu6epbtLzSHF { display:block; }
 }