.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:240,247,248;--color-primary-1:204,230,232;--color-primary-2:153,204,209;--color-primary-3:77,102,105;--color-primary-4:23,31,31;--color-secondary-0:255,255,255;--color-secondary-1:240,240,240;--color-secondary-2:204,204,204;--color-secondary-3:16,16,16;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:Lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;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; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { background-color: transparent; background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { border-width: 0; border-radius: 0; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#FkMG8oi47WxPR6fX2dgbt8ezkn5g1rA2 { position:absolute;display:block;z-index:15000;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:4.8125rem;width:13.75rem;top:0.875rem;left:30.625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/41ccb88f-10a4-4624-8c40-cd4f36f23102/RL_MD_PSA_VARANDA_1_80M2_FINAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem #04090f;top:16rem;left:12.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:25.9375rem;left:44.5rem;display:block; }
#q0io0Wehq5KaKMWM0lK4pgllRpDCQCyX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:23.125rem;left:22.625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { 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; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { background-color: transparent; background-image: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .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); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { border-width: 0; border-radius: 0; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { color:rgba(var(--color-secondary-3),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.28125rem;left:21.53125rem;height:2.68115rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { color:rgba(var(--color-secondary-3),0.7);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:6.8499999046325rem;left:21.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { position:absolute;display:block;z-index:15011;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:29.875rem;width:39.75rem;top:13.75rem;left:7.5rem;overflow:hidden;display:block; }
#vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { position:absolute;display:block;z-index:15010;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:11.125rem;width:19.75rem;top:35.78125rem;left:47.25rem;overflow:hidden;display:block; }
#L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { position:absolute;display:block;z-index:15009;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:11.4375rem;width:20.375rem;top:24.34375rem;left:47.125rem;overflow:hidden;display:block; }
#qlFBd1TMiuKqzQ4anDzdmAMXUdHu6qbA { position:absolute;display:block;z-index:15006;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:11.125rem;width:14.8125rem;top:13.75rem;left:47.125rem;overflow:hidden;display:block; }
#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { 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; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { background-color: transparent; background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .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); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { border-width: 0; border-radius: 0; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#K6emXk1VnEKzuaIoaUd325d7KUAenLhz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.625rem;width:38.125rem;top:6.59375rem;left:18.4375rem;display:block; }
#xia3uJloWc9101WoTrn24slm7Bcdl5pb { color:#292929;display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.1867189407349rem;left:24.3125rem;height:2.68125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row .container { background-color: transparent; background-image: none; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row .container > .video-iframe-container { display: none; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row > .video-iframe-container { display: none; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .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); }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row .container { border-width: 0; border-radius: 0; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#ovTXT5VB1Jvf9sbWm5aIHqy6EUW9g6Rd { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:0.625rem;top:11.250000476837rem;left:7.5rem;display:block; }
#N298sS4TQFc38LlnfVyLXdzsGxglukhQ { color:rgba(var(--color-secondary-3),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:12.849218845367rem;left:9.125rem;height:7.4238125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W1taaNz88nNB5uKCr169CtEdvRZcUzDq { position:absolute;display:block;z-index:15032;background-color:#f2f2f2;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:21.9375rem;top:3.8125rem;left:45.5625rem;display:block; }
#v64fnbNFZpXHufe6CBlIHbLose5U0CmT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.375rem;left:47.3125rem;height:1.625rem;font-style:normal;display:block; }
#XViDL8UqmFTimSQh5rlEF0PrZQIn9CRo { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:8.1875rem;left:48.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#QXpxbUwSBq5aswiDrJ7tUs0NbI8JKck5 { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #f2f2f2;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:12.8125rem;width:18.8125rem;top:2.21875rem;left:26.75rem;overflow:hidden;display:block; }
#uBf0PdSBhDwFE08RJ4A1lvy5RwkNWm9f { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:2.3125rem;left:45.5625rem;display:block; }
#HCL1ON5W2eUaWUwXPOc5aeNUD9SnD0r8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:10.6875rem;left:47.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#lT7FiiJERkzAL3omhyVXS6dJwsXa1Tox { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-size:auto !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:3.75rem;width:18.75rem;top:12.75rem;left:26.8125rem;display:block; }
#fpCPZV7w2vRzL8GolTsxItMud6klB1pb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.4130859375rem;left:27.78125rem;height:3.736325rem;font-style:normal;display:block; }
#AWsaRDV56zIpWZiGXB1cdVtoW658OlKi { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:8.4375rem;left:47.3125rem; }
#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row .container { background-color: transparent; background-image: none; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row .container > .video-iframe-container { display: none; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row > .video-iframe-container { display: none; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .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); }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row .container { border-width: 0; border-radius: 0; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#KMyK4mxCZqR7SeLFnwMqVVlKrP9Juv7f { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-secondary-2),0), rgba(var(--color-secondary-4),1));background-size:auto !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:3.75rem;width:18.75rem;top:11.250001907349rem;left:26.8125rem;display:block; }
#unLSAGemN590i4ZqA7FvcRkq1LBeNppV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.1904296875rem;left:27.1875rem;height:1.86865rem;font-style:normal;display:block; }
#OSTML1RlrHhcMiE8KO7ThNiOqN2oTziX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:18.75rem;top:1rem;left:45.5625rem;display:block; }
#ac0IWKA5qEgghnrmuBc8oBWETtsoAIcD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:8.6875rem;left:47.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#EAxdblReHbBCspVKIJTzxVQyn2rKBpcA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:6.3125rem;left:48.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#VvUaaXq7DXTzmNsIpKPhxAkn9FbTos97 { position:absolute;display:block;z-index:15015;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:14.0625rem;width:18.8125rem;top:0.9375rem;left:26.875rem;overflow:hidden;display:block; }
#vhZFWMgZh1AD8DPzTsDQ2AJXyBHff7En { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.25rem;left:47.25rem;height:1.625rem;font-style:normal;display:block; }
#KXTaWga0WW4AMTld58cA8gOb4kDOwEsI { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:6.5rem;left:47.25rem; }
#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row .container { background-color: transparent; background-image: none; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row .container > .video-iframe-container { display: none; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row > .video-iframe-container { display: none; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .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); }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row .container { border-width: 0; border-radius: 0; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#s5Vpk5SWJaFTLIq5CPDvSnOoBZBcEurz { color:#292929;display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.2500004768369rem;left:22.3125rem;height:3.798825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f55b8146-e1bc-4e25-b504-fd1c49e9fed8/CapturadeTela20251021as182201.png");background-position:top 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:8.625rem;width:8.625rem;top:15.3125rem;left:15.25rem;display:block; }#PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm.adaptive-delivery-prevent-bg, #PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm.lazyload, #PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm.lazyloading { background-image: none; }
#b1RkvN0cLg3xuHwHA5IV6le7rv0nPXSf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:30.3125rem;width:47.9375rem;top:12.0625rem;left:13.5rem;display:block; }
#LTJFDBE5ifcZclzGQmhP7cn6vFWwWoyb { color:rgba(var(--color-secondary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24.1875rem;left:15.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xuFlTIQ4KBKb4utPIZvsR55H413snFnV { color:rgba(var(--color-secondary-3),0.5);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1;letter-spacing:0;top:27.0625rem;left:15.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-form-header {  }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:26.125rem;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; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .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;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:26.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-text {padding-top: 0; padding-bottom: 0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .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:26.125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .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:26.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-select {padding-top: 0; padding-bottom: 0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .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; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-3),1);background-image:none;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.125rem;font-weight:bold;color:#f2f9ff;width:26.125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal;float:none; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .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; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-container:first-of-type{padding-top:0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-container:last-of-type{padding-bottom:0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:25.375rem;top:12.3125rem;z-index:15042;position:absolute; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.125rem;display:block;vertical-align:top; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz {display:block;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:32.875rem;top:12.3125rem;z-index:15042;position:absolute; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #kzXcvKvVE6urMZJtX1Gd0TNDzBrJmOns { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #wxFGT4XkupXbaD7Q70zQEQ2HxfKkqSCS { position:relative;display:none; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #TfgMgNs96UR52HZoRKxOUpwfBcgg471e { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #Q3442JF8GUNsDKQF116TnyUFNNn4lnme { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #ZMUtNDkORn53oZU4LZTtLFTfmZoUOTTa { position:relative;display:none; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #xTUR0BmtgVPkuNyV4yMidksi7PoDLbFf { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #QwEF4TGB4tZvk85Hry3UTZRFc9ILSUvt { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #QeVfrGaeLL9U8fi7zHoSgvQcVWXk2HcJ { position:relative;display:block; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #GDvo1TO7MpSCihWARDQ12VypGkMxFo3I { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #tB4vTJcOtTf4sO0QWwIK8D5zhZAcQc9X { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #r60a3PyvNgQWqA1sDv9Q0L1dziPvIbGV { position:relative;display:block; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #y2KbhKGGGCgvHH2CfINIQKhcvgndGZ9h { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #FIqzsAouDVipKqh87TiCqkbl16G7TmFx { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #CTxDR5yN7vAM5qDpFoggVPB1gv5QO0QX { position:relative;display:block; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #kqCTHySEUCH5oAtd1TnNpVzJnqX1LNdQ { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #gLtJm3TT19M0DMvSUIpKGEDlnobL2UcX { position:relative; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #fJT4aaCN12bP79Qa06E5CZ2nK5loG0Gc { position:relative; }
#fiM9fk97P6PoWfDDDBhT7tHg3ANamB0o { color:#292929;display:block;width:46.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:2.4375004768372rem;left:14.3125rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { 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; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:rgba(var(--color-secondary-3),1);display:block;width:21.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.9375002384186rem;left:9.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { color:rgba(var(--color-secondary-3),0.7);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:11.974218606949rem;left:9.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { color:rgba(var(--color-secondary-3),0.7);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:28.3125rem;left:36rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { color:rgba(var(--color-secondary-3),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:26.875rem;left:36rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hZDMfns6ZabUZsMuVJMOikqD0Gw9hKsL { position:absolute;display:block;z-index:15007;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:4.5625rem;width:4.6875rem;top:21.5625rem;left:36rem;overflow:hidden;display:block; }
#vd4706x2XnLMqkb9cuH5EryD0Or1GcgG { position:absolute;display:block;z-index:15010;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:4.5rem;width:4.625rem;top:21.625rem;left:49.125rem;overflow:hidden;display:block; }
#SAZw4t3gWBaUoO3woMEJTVqZ7F9R3Iyd { color:rgba(var(--color-secondary-3),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:26.875rem;left:49.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pemugPRkqcRMrpQk7sNxBIV63HtZBgkR { color:rgba(var(--color-secondary-3),0.7);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.3125rem;left:49.125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { position:absolute;display:block;z-index:15011;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:8.3125rem;width:11.625rem;top:11.625rem;left:36rem;overflow:hidden;display:block; }
#rIJTxZv70MflRydcZKyLEOroXTDQOeTI { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.1875rem 0.9375rem rgba(var(--color-secondary-4),0.2) ;height:8.375rem;width:14.8125rem;top:3.41162109375rem;left:46.25rem;overflow:hidden;display:block; }
#GKbFrCcD9TUMuq4f335N8LXLfFHz2bFF { background-color:rgba(var(--color-primary-2),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: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.924999475479rem;left:9.375rem;display:block; }
#zr6KUhfowX1azQZQUgnftNlFaTT9Zcpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bX1mNoS0G75fPbH47SnsUPyNUi5m5FHm { position:absolute;display:block;z-index:15013;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:8.3125rem;width:10.375rem;top:3.375rem;left:36rem;overflow:hidden;display:block; }
#DzNUBftII3KQbtpRNrM6dTMNZMCK1m7L { position:absolute;display:block;z-index:15014;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:8.3125rem;width:14.8125rem;top:11.625rem;left:47.625rem;overflow:hidden;display:block; }
#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row .container { background-color: transparent; background-image: none; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row .container > .video-iframe-container { display: none; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row > .video-iframe-container { display: none; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .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); }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row .container { border-width: 0; border-radius: 0; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#Cm5ry3TTNG5VnmTrNChnlRvVuKuOIsif { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.2992190420627rem;left:19.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpMhHAeUIhlWTaB3bRD0Dr9RemATmVRS { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:10.9375rem;left:22.40625rem;height:1.30615rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qrz4nlucR8gTxdqyea1U0mNTe7tpgUcn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:30.3125rem;width:47.9375rem;top:14.3125rem;left:13.5rem;display:block; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-form-header {  }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:26.125rem;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; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .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;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:26.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .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:26.125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-3),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .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:26.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-secondary-4),0.5) ;vertical-align:top; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .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; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-3),1);background-image:none;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.125rem;font-weight:bold;color:#f2f9ff;width:26.125rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-3),0.5);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:25.125rem;overflow:hidden;font-style:normal;float:none; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .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; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-container:first-of-type{padding-top:0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-container:last-of-type{padding-bottom:0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:25.375rem;top:14.3125rem;z-index:15047;position:absolute; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.125rem;display:block;vertical-align:top; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk {display:block;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:32.875rem;top:14.3125rem;z-index:15047;position:absolute; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #RL6DcpWWozIPJvStvP2LUK8DLD0Vg9d0 { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #bOlCM6SI61ZyztAvrQFnLMIId1QvkHAJ { position:relative;display:none; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #JqMkRi4BOfRAhwiqTK9WNcVT5pc4vC58 { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #WqawlwOvZ4RWmqhLSzcDLco4EPHS6VRz { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #svvEP6Bi3Z3EvsxAG1SCptU7XedTudnl { position:relative;display:none; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #TluA0C10XyU53WGir6bnErvdpgJcQzpb { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #c3viVKCZJMzvWhT0pTnxz3Bn4oOLx7Bm { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #LCpih8yqVkfmu6PBGTWMidpC2KvSweAe { position:relative;display:block; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #OlK6FGei2rCoJh4oX8B4TNDxVUmhUTlx { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #slLX2HuvdFVtIisTsAXmNFy5a2K20uE0 { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #xdNb1k3nXRB4asdHbidX5DyvBO8GGo9t { position:relative;display:block; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #vfhKvNtXL2NbKwBTveGIQkSrRbTZaqdy { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #yuAnag6eTSnsgbDvzbvSyhpMWm2ycyJ2 { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #r6QcvPpqffB6RipHumpsmkSxiqzS2cxD { position:relative;display:block; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #tKtT255fhM8HSpzZKNGVUGFusP9I1VkF { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #w597NVeJVBxqfuKT1UBRM4VW8fPwr6Dv { position:relative; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #Wkg3zTWqoROt4TM5Or0phT31yWEXz9k5 { position:relative; }
#QOuAfecWwgJpz2nDKdc0MCBwPK6SDiaI { color:rgba(var(--color-secondary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:27.1875rem;left:15.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qPsz8To5hcZ6cmupGxQINB3W4Jkp2FFA { color:rgba(var(--color-secondary-3),0.5);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:30.0625rem;left:15.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Chvg96gwclWc1MBX16Wg87Ica2sTJgib { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f55b8146-e1bc-4e25-b504-fd1c49e9fed8/CapturadeTela20251021as182201.png");background-position:top 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:8.625rem;width:8.625rem;top:18.3125rem;left:15.25rem;display:block; }#Chvg96gwclWc1MBX16Wg87Ica2sTJgib.adaptive-delivery-prevent-bg, #Chvg96gwclWc1MBX16Wg87Ica2sTJgib.lazyload, #Chvg96gwclWc1MBX16Wg87Ica2sTJgib.lazyloading { background-image: none; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.78); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { color:rgba(var(--color-secondary-3),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:4rem;left:25.25rem;height:2.68125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { color:rgba(var(--color-secondary-3),0.7);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:7.4937505722044rem;left:17.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { position:absolute;display:block;z-index:15011;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:17.75rem;width:24.6875rem;top:21.8125rem;left:36.75rem;overflow:hidden;display:block; }
#bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:26.5625rem;width:24.375rem;top:16.1875rem;left:12.375rem;display:block; }
#RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { color:rgba(var(--color-secondary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19rem;left:14.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { color:rgba(var(--color-secondary-3),0.5);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:21.8125rem;left:14.6875rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:25.3125rem;left:14.5625rem;display:block; }
#trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { color:rgba(var(--color-secondary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:27.75rem;left:14.6875rem;height:2.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:32.625rem;left:17rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.375rem;top:32.75rem;left:14.6875rem;overflow:hidden;display:block; }
#HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { position:absolute;display:block;z-index:15027;background-color:rgba(229,229,229,0.5);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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:38.4375rem;left:14.625rem;display:block; }
#I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { position:absolute;display:block;z-index:15029;background-color:rgba(229,229,229,0.5);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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:38.4375rem;left:18.375rem;display:block; }
#OobsdFZuOctNWqKKDSVZtIhLe4XJvanV { position:absolute;display:block;z-index:15030;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:2.375rem;width:2.375rem;top:38.4375rem;left:14.6875rem;overflow:hidden;display:block; }
#g1rXv6nRIzXXqTl6fOPs8Cy22gGepSik { position:absolute;display:block;z-index:15032;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:2.375rem;width:2.375rem;top:38.4375rem;left:18.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkMG8oi47WxPR6fX2dgbt8ezkn5g1rA2 { top:0.875rem;left:17rem;width:13.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:47.75rem;height:;top:16rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:25.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0io0Wehq5KaKMWM0lK4pgllRpDCQCyX { top:23.125rem;left:9rem;width:31.9375rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:31.9375rem;height:2.625rem;top:3.25rem;left:7.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:31.8125rem;height:;top:6.8125rem;left:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:39.75rem;height:29.875rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:19.75rem;height:11.125rem;top:35.75rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:20.375rem;height:11.4375rem;top:24.3125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFBd1TMiuKqzQ4anDzdmAMXUdHu6qbA { width:14.8125rem;height:11.125rem;top:13.75rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6emXk1VnEKzuaIoaUd325d7KUAenLhz { width:38.125rem;height:23.625rem;top:6.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xia3uJloWc9101WoTrn24slm7Bcdl5pb { width:26.3125rem;height:2.625rem;top:2.125rem;left:10.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS { display:block; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovTXT5VB1Jvf9sbWm5aIHqy6EUW9g6Rd { width:0.625rem;height:10.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N298sS4TQFc38LlnfVyLXdzsGxglukhQ { width:14.5625rem;height:7.375rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1taaNz88nNB5uKCr169CtEdvRZcUzDq { width:21.9375rem;height:12.6875rem;top:3.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v64fnbNFZpXHufe6CBlIHbLose5U0CmT { width:12.5rem;height:1.625rem;top:6.375rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XViDL8UqmFTimSQh5rlEF0PrZQIn9CRo { width:7.5625rem;height:1.25rem;top:8.1875rem;left:35.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXpxbUwSBq5aswiDrJ7tUs0NbI8JKck5 { width:18.8125rem;height:12.8125rem;top:2.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBf0PdSBhDwFE08RJ4A1lvy5RwkNWm9f { width:18.75rem;height:14.0625rem;top:2.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCL1ON5W2eUaWUwXPOc5aeNUD9SnD0r8 { width:15.25rem;height:1.25rem;top:10.6875rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7FiiJERkzAL3omhyVXS6dJwsXa1Tox { width:18.75rem;height:3.75rem;top:12.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpCPZV7w2vRzL8GolTsxItMud6klB1pb { width:16.75rem;height:1.8125rem;top:13.375rem;left:14.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWsaRDV56zIpWZiGXB1cdVtoW658OlKi { width:0.875rem;height:0.875rem;top:8.4375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 { display:block; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMyK4mxCZqR7SeLFnwMqVVlKrP9Juv7f { width:18.75rem;height:3.75rem;top:11.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLSAGemN590i4ZqA7FvcRkq1LBeNppV { width:16.375rem;height:1.8125rem;top:12.1875rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTML1RlrHhcMiE8KO7ThNiOqN2oTziX { width:18.75rem;height:13.9375rem;top:1rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac0IWKA5qEgghnrmuBc8oBWETtsoAIcD { width:13.375rem;height:1.25rem;top:8.6875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAxdblReHbBCspVKIJTzxVQyn2rKBpcA { width:17.125rem;height:1.25rem;top:6.3125rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvUaaXq7DXTzmNsIpKPhxAkn9FbTos97 { width:18.8125rem;height:14.0625rem;top:0.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZFWMgZh1AD8DPzTsDQ2AJXyBHff7En { width:12.5rem;height:1.625rem;top:4.25rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXTaWga0WW4AMTld58cA8gOb4kDOwEsI { width:0.875rem;height:0.875rem;top:6.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT { display:block; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5Vpk5SWJaFTLIq5CPDvSnOoBZBcEurz { width:30.375rem;height:1.875rem;top:9.25rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm { width:8.625rem;height:8.625rem;top:15.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1RkvN0cLg3xuHwHA5IV6le7rv0nPXSf { width:47.75rem;height:30.3125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJFDBE5ifcZclzGQmhP7cn6vFWwWoyb { width:19.6875rem;height:;top:24.1875rem;left:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuFlTIQ4KBKb4utPIZvsR55H413snFnV { width:11.9375rem;height:;top:27.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-text {padding-top: 0; padding-bottom: 0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-select {padding-top: 0; padding-bottom: 0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-button { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-checkbox-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz  { width:26.125rem;height:27.8125rem;top:12.3125rem;left:19.125rem; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz {display:block;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz { width:26.125rem;height:27.8125rem;top:12.3125rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #kzXcvKvVE6urMZJtX1Gd0TNDzBrJmOns {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #wxFGT4XkupXbaD7Q70zQEQ2HxfKkqSCS { display:none; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #TfgMgNs96UR52HZoRKxOUpwfBcgg471e {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #Q3442JF8GUNsDKQF116TnyUFNNn4lnme {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #ZMUtNDkORn53oZU4LZTtLFTfmZoUOTTa { display:none; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #xTUR0BmtgVPkuNyV4yMidksi7PoDLbFf {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #QwEF4TGB4tZvk85Hry3UTZRFc9ILSUvt {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #QeVfrGaeLL9U8fi7zHoSgvQcVWXk2HcJ {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #GDvo1TO7MpSCihWARDQ12VypGkMxFo3I {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #tB4vTJcOtTf4sO0QWwIK8D5zhZAcQc9X {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #r60a3PyvNgQWqA1sDv9Q0L1dziPvIbGV {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #y2KbhKGGGCgvHH2CfINIQKhcvgndGZ9h {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #FIqzsAouDVipKqh87TiCqkbl16G7TmFx {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #CTxDR5yN7vAM5qDpFoggVPB1gv5QO0QX {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #kqCTHySEUCH5oAtd1TnNpVzJnqX1LNdQ {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #gLtJm3TT19M0DMvSUIpKGEDlnobL2UcX {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #fJT4aaCN12bP79Qa06E5CZ2nK5loG0Gc {  }
 }@media only screen and (max-width: 763px) { #fiM9fk97P6PoWfDDDBhT7tHg3ANamB0o { width:46.3125rem;height:6.25rem;top:2.4375rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:21.125rem;height:;top:4.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:21.5625rem;height:;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { width:9.0625rem;height:2.4375rem;top:28.3125rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:10.8125rem;height:1.5rem;top:26.875rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDMfns6ZabUZsMuVJMOikqD0Gw9hKsL { width:4.6875rem;height:4.5625rem;top:21.5625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4706x2XnLMqkb9cuH5EryD0Or1GcgG { width:4.625rem;height:4.5rem;top:21.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAZw4t3gWBaUoO3woMEJTVqZ7F9R3Iyd { width:9.0625rem;height:1.5rem;top:26.875rem;left:35.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pemugPRkqcRMrpQk7sNxBIV63HtZBgkR { width:9.0625rem;height:2.4375rem;top:28.3125rem;left:35.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:11.625rem;height:8.3125rem;top:11.625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:14.8125rem;height:8.375rem;top:3.375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbFrCcD9TUMuq4f335N8LXLfFHz2bFF { width:12.5rem;height:3.75rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr6KUhfowX1azQZQUgnftNlFaTT9Zcpu { display:block; }
 }@media only screen and (max-width: 763px) { #bX1mNoS0G75fPbH47SnsUPyNUi5m5FHm { top:3.375rem;left:22.375rem;width:10.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzNUBftII3KQbtpRNrM6dTMNZMCK1m7L { top:11.625rem;left:32.9375rem;width:14.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX { display:block; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm5ry3TTNG5VnmTrNChnlRvVuKuOIsif { width:36.3125rem;height:;top:4.25rem;left:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpMhHAeUIhlWTaB3bRD0Dr9RemATmVRS { width:30.1875rem;height:1.25rem;top:10.9375rem;left:8.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrz4nlucR8gTxdqyea1U0mNTe7tpgUcn { width:47.75rem;height:30.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-button { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-checkbox-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk  { width:26.125rem;height:27.8125rem;top:14.3125rem;left:19.125rem; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk {display:block;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk { width:26.125rem;height:27.8125rem;top:14.3125rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #RL6DcpWWozIPJvStvP2LUK8DLD0Vg9d0 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #bOlCM6SI61ZyztAvrQFnLMIId1QvkHAJ { display:none; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #JqMkRi4BOfRAhwiqTK9WNcVT5pc4vC58 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #WqawlwOvZ4RWmqhLSzcDLco4EPHS6VRz {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #svvEP6Bi3Z3EvsxAG1SCptU7XedTudnl { display:none; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #TluA0C10XyU53WGir6bnErvdpgJcQzpb {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #c3viVKCZJMzvWhT0pTnxz3Bn4oOLx7Bm {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #LCpih8yqVkfmu6PBGTWMidpC2KvSweAe {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #OlK6FGei2rCoJh4oX8B4TNDxVUmhUTlx {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #slLX2HuvdFVtIisTsAXmNFy5a2K20uE0 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #xdNb1k3nXRB4asdHbidX5DyvBO8GGo9t {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #vfhKvNtXL2NbKwBTveGIQkSrRbTZaqdy {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #yuAnag6eTSnsgbDvzbvSyhpMWm2ycyJ2 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #r6QcvPpqffB6RipHumpsmkSxiqzS2cxD {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #tKtT255fhM8HSpzZKNGVUGFusP9I1VkF {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #w597NVeJVBxqfuKT1UBRM4VW8fPwr6Dv {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #Wkg3zTWqoROt4TM5Or0phT31yWEXz9k5 {  }
 }@media only screen and (max-width: 763px) { #QOuAfecWwgJpz2nDKdc0MCBwPK6SDiaI { width:19.6875rem;height:;top:27.1875rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPsz8To5hcZ6cmupGxQINB3W4Jkp2FFA { width:12.125rem;height:;top:30.0625rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chvg96gwclWc1MBX16Wg87Ica2sTJgib { width:8.625rem;height:8.625rem;top:18.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:24.4375rem;height:2.625rem;top:4rem;left:11.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:40.375rem;height:;top:7.4375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:24.6875rem;height:17.75rem;top:21.8125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:24.375rem;height:26.5625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:19.6875rem;height:;top:19rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:;top:21.8125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:25.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:20.0625rem;height:2.8125rem;top:27.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.375rem;top:32.625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { width:1.375rem;height:1.125rem;top:32.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { width:2.375rem;height:2.375rem;top:38.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { width:2.375rem;height:2.375rem;top:38.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OobsdFZuOctNWqKKDSVZtIhLe4XJvanV { width:2.375rem;height:2.375rem;top:38.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1rXv6nRIzXXqTl6fOPs8Cy22gGepSik { width:2.375rem;height:2.375rem;top:38.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkMG8oi47WxPR6fX2dgbt8ezkn5g1rA2 { width:11rem;height:3.875rem;top:0.84375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/41ccb88f-10a4-4624-8c40-cd4f36f23102/RL_MD_PSA_VARANDA_1_80M2_FINAL.png");background-position:top 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:20rem;height:5rem;top:11rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0io0Wehq5KaKMWM0lK4pgllRpDCQCyX { width:19.875rem;height:4.875rem;top:16.625rem;left:0rem;font-size:0.9375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:18.75rem;height:1.5125rem;top:2.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:20rem;height:5.15625rem;top:4.4242191314697rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:20rem;height:15rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:19.875rem;height:11.1875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:20rem;height:11.1875rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFBd1TMiuKqzQ4anDzdmAMXUdHu6qbA { width:19.9375rem;height:14.9375rem;top:25.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6emXk1VnEKzuaIoaUd325d7KUAenLhz { height:12.393rem;width:20rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xia3uJloWc9101WoTrn24slm7Bcdl5pb { width:20rem;height:1.71875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS { display:block; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS { border-width: 0; border-radius: 0; }#Bml2obvyu6eatnh7gPhNGsBe0hVTDWLS > .row .container { width:20rem;height:34.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovTXT5VB1Jvf9sbWm5aIHqy6EUW9g6Rd { width:0.125rem;height:7rem;top:2.5rem;left:0.54921871423721rem;display:block; }
 }@media only screen and (max-width: 763px) { #N298sS4TQFc38LlnfVyLXdzsGxglukhQ { width:14.5625rem;height:6.599125rem;top:2.7000002861023rem;left:2.7187500596046rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1taaNz88nNB5uKCr169CtEdvRZcUzDq { width:18.75rem;height:9.4375rem;top:23.8125rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #v64fnbNFZpXHufe6CBlIHbLose5U0CmT { width:12.5rem;height:1.3rem;top:24.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XViDL8UqmFTimSQh5rlEF0PrZQIn9CRo { width:17.875rem;height:1.3rem;top:26.25rem;left:1.5000000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXpxbUwSBq5aswiDrJ7tUs0NbI8JKck5 { width:18.625rem;height:12.6875rem;top:10.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBf0PdSBhDwFE08RJ4A1lvy5RwkNWm9f { width:18.75rem;height:8.25rem;top:23.862503051757rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCL1ON5W2eUaWUwXPOc5aeNUD9SnD0r8 { width:12.375rem;height:2.6rem;top:28.71875rem;left:3.8125000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT7FiiJERkzAL3omhyVXS6dJwsXa1Tox { width:18.75rem;height:3.75rem;top:20.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpCPZV7w2vRzL8GolTsxItMud6klB1pb { width:13.875rem;height:1.54345625rem;top:21.166015625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWsaRDV56zIpWZiGXB1cdVtoW658OlKi { width:0.875rem;height:0.875rem;top:26.5rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 { display:block; }#X0u5lnITc5lN2X8Oo92c44nwMGJDo6U7 > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMyK4mxCZqR7SeLFnwMqVVlKrP9Juv7f { width:18.75rem;height:3.75rem;top:12.27499961853rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #unLSAGemN590i4ZqA7FvcRkq1LBeNppV { width:12.5rem;height:1.3rem;top:13.9375rem;left:3.7500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSTML1RlrHhcMiE8KO7ThNiOqN2oTziX { width:18.75rem;height:9rem;top:15.875rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac0IWKA5qEgghnrmuBc8oBWETtsoAIcD { width:12.375rem;height:2.6rem;top:21.543750762939rem;left:3.8125000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAxdblReHbBCspVKIJTzxVQyn2rKBpcA { width:6.5625rem;height:1.3rem;top:18.6875rem;left:7.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvUaaXq7DXTzmNsIpKPhxAkn9FbTos97 { width:18.625rem;height:13.9375rem;top:2.0375003814698rem;left:0.59296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhZFWMgZh1AD8DPzTsDQ2AJXyBHff7En { width:12.5rem;height:1.3rem;top:17.1875rem;left:4.0937500596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXTaWga0WW4AMTld58cA8gOb4kDOwEsI { width:0.875rem;height:0.875rem;top:18.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT { display:block; }#d4EVvqqTdwyUGFxwLNG4aMLam2uLUEfT > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5Vpk5SWJaFTLIq5CPDvSnOoBZBcEurz { width:16.5rem;height:2.19921875rem;top:6.32656288147rem;left:1.7500000596046rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm { width:5.8125rem;height:5.8125rem;top:11.25rem;left:13rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f55b8146-e1bc-4e25-b504-fd1c49e9fed8/CapturadeTela20251021as182201.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15044;display:block; }#PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm.adaptive-delivery-prevent-bg, #PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm.lazyload, #PJZ4cCJzMKMJmgoJDla6qpEXSLwoOgIm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #b1RkvN0cLg3xuHwHA5IV6le7rv0nPXSf { width:20rem;height:37.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJFDBE5ifcZclzGQmhP7cn6vFWwWoyb { width:12.875rem;height:1.70605625rem;top:12.25rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuFlTIQ4KBKb4utPIZvsR55H413snFnV { width:11.0625rem;height:2rem;top:15rem;left:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-text {padding-top: 0; padding-bottom: 0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-select {padding-top: 0; padding-bottom: 0;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz  { width:16.25rem;height:auto;top:29.25rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz {display:block;}#ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz { width:16.25rem;height:auto;top:17.25rem;left:0.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #kzXcvKvVE6urMZJtX1Gd0TNDzBrJmOns {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #wxFGT4XkupXbaD7Q70zQEQ2HxfKkqSCS { display:none; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #TfgMgNs96UR52HZoRKxOUpwfBcgg471e {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #Q3442JF8GUNsDKQF116TnyUFNNn4lnme {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #ZMUtNDkORn53oZU4LZTtLFTfmZoUOTTa { display:none; }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #xTUR0BmtgVPkuNyV4yMidksi7PoDLbFf {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #QwEF4TGB4tZvk85Hry3UTZRFc9ILSUvt {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #QeVfrGaeLL9U8fi7zHoSgvQcVWXk2HcJ {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #GDvo1TO7MpSCihWARDQ12VypGkMxFo3I {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #tB4vTJcOtTf4sO0QWwIK8D5zhZAcQc9X {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #r60a3PyvNgQWqA1sDv9Q0L1dziPvIbGV {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #y2KbhKGGGCgvHH2CfINIQKhcvgndGZ9h {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #FIqzsAouDVipKqh87TiCqkbl16G7TmFx {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #CTxDR5yN7vAM5qDpFoggVPB1gv5QO0QX {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #kqCTHySEUCH5oAtd1TnNpVzJnqX1LNdQ {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #gLtJm3TT19M0DMvSUIpKGEDlnobL2UcX {  }
 }@media only screen and (max-width: 763px) { #ep4lzG7rpyMgvazAXIg2bo3Tmuluq4Rz #fJT4aaCN12bP79Qa06E5CZ2nK5loG0Gc {  }
 }@media only screen and (max-width: 763px) { #fiM9fk97P6PoWfDDDBhT7tHg3ANamB0o { width:18.8125rem;height:3rem;top:2.4375rem;left:0.59296876192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:112.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:18.75rem;height:3.6rem;top:1.9375rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:19.375rem;height:11.19725rem;top:35.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oR6MO5wciNGgiiREkmsiSJNOzuaKsVWn { width:15.9375rem;height:3rem;top:56.875rem;left:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:9.0625rem;height:3rem;top:53.25rem;left:5.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZDMfns6ZabUZsMuVJMOikqD0Gw9hKsL { width:4rem;height:3.875rem;top:48.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4706x2XnLMqkb9cuH5EryD0Or1GcgG { width:4rem;height:3.875rem;top:63.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAZw4t3gWBaUoO3woMEJTVqZ7F9R3Iyd { width:9.0625rem;height:1.5rem;top:69.5rem;left:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pemugPRkqcRMrpQk7sNxBIV63HtZBgkR { width:9.0625rem;height:4.5rem;top:71.6875rem;left:5.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:20rem;height:14.125rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:19.875rem;height:11.1875rem;top:6.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbFrCcD9TUMuq4f335N8LXLfFHz2bFF { width:12.5rem;height:3.75rem;top:105.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr6KUhfowX1azQZQUgnftNlFaTT9Zcpu { display:block; }
 }@media only screen and (max-width: 763px) { #bX1mNoS0G75fPbH47SnsUPyNUi5m5FHm { width:20rem;height:16rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzNUBftII3KQbtpRNrM6dTMNZMCK1m7L { width:19.875rem;height:11.1875rem;top:77.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX { display:block; }#JH0nS7DbmRTmD3zcMQcZf0hgOJScGNtX > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm5ry3TTNG5VnmTrNChnlRvVuKuOIsif { width:18.1875rem;height:4.94970625rem;top:2.5625rem;left:0.90546876192094rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpMhHAeUIhlWTaB3bRD0Dr9RemATmVRS { width:19.5625rem;height:1.0996125rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qrz4nlucR8gTxdqyea1U0mNTe7tpgUcn { width:20rem;height:37.25rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-text {padding-top: 0; padding-bottom: 0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-select {padding-top: 0; padding-bottom: 0;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk  { width:17.5rem;height:auto;top:25.03750038147rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk {display:block;}#ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk { width:17.5rem;height:auto;top:18.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #RL6DcpWWozIPJvStvP2LUK8DLD0Vg9d0 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #bOlCM6SI61ZyztAvrQFnLMIId1QvkHAJ { display:none; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #JqMkRi4BOfRAhwiqTK9WNcVT5pc4vC58 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #WqawlwOvZ4RWmqhLSzcDLco4EPHS6VRz {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #svvEP6Bi3Z3EvsxAG1SCptU7XedTudnl { display:none; }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #TluA0C10XyU53WGir6bnErvdpgJcQzpb {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #c3viVKCZJMzvWhT0pTnxz3Bn4oOLx7Bm {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #LCpih8yqVkfmu6PBGTWMidpC2KvSweAe {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #OlK6FGei2rCoJh4oX8B4TNDxVUmhUTlx {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #slLX2HuvdFVtIisTsAXmNFy5a2K20uE0 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #xdNb1k3nXRB4asdHbidX5DyvBO8GGo9t {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #vfhKvNtXL2NbKwBTveGIQkSrRbTZaqdy {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #yuAnag6eTSnsgbDvzbvSyhpMWm2ycyJ2 {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #r6QcvPpqffB6RipHumpsmkSxiqzS2cxD {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #tKtT255fhM8HSpzZKNGVUGFusP9I1VkF {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #w597NVeJVBxqfuKT1UBRM4VW8fPwr6Dv {  }
 }@media only screen and (max-width: 763px) { #ESUziH1dzkSPLV8TtA6WbG6TpNgEVsPk #Wkg3zTWqoROt4TM5Or0phT31yWEXz9k5 {  }
 }@media only screen and (max-width: 763px) { #QOuAfecWwgJpz2nDKdc0MCBwPK6SDiaI { width:8.25rem;height:3.8994125rem;top:13rem;left:0.9052734375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPsz8To5hcZ6cmupGxQINB3W4Jkp2FFA { width:12.125rem;height:2.3994125rem;top:16.89892578125rem;left:0.9052734375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chvg96gwclWc1MBX16Wg87Ica2sTJgib { width:6rem;height:6rem;top:13rem;left:13.0625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f55b8146-e1bc-4e25-b504-fd1c49e9fed8/CapturadeTela20251021as182201.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15044;display:block; }#Chvg96gwclWc1MBX16Wg87Ica2sTJgib.adaptive-delivery-prevent-bg, #Chvg96gwclWc1MBX16Wg87Ica2sTJgib.lazyload, #Chvg96gwclWc1MBX16Wg87Ica2sTJgib.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:18.125rem;height:2.19970625rem;top:1.58740234375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:20rem;height:9.098625rem;top:4.8125rem;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) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:12.625rem;height:9.125rem;top:16.0498046875rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:20rem;height:22rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:15.0625rem;height:2.1125rem;top:28.375rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:2.3994125rem;top:31.1875rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:17.25rem;height:2.55rem;top:37.125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.3rem;top:42.0625rem;left:5.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { width:1.375rem;height:1.125rem;top:42.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { width:2.375rem;height:2.375rem;top:45.487501144409rem;left:2.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { width:2.375rem;height:2.375rem;top:45.487501144409rem;left:6.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OobsdFZuOctNWqKKDSVZtIhLe4XJvanV { width:2.375rem;height:2.375rem;top:45.5rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1rXv6nRIzXXqTl6fOPs8Cy22gGepSik { width:2.375rem;height:2.375rem;top:45.5rem;left:2.375rem;display:block; }
 }