.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:217,223,245;--color-primary-1:128,150,222;--color-primary-2:0,44,188;--color-primary-3:0,22,94;--color-primary-4:0,7,28;--color-secondary-0:252,223,222;--color-secondary-1:246,148,146;--color-secondary-2:237,41,36;--color-secondary-3:119,21,18;--color-secondary-4:36,6,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Manrope";--paragraphs-font-family:"Manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0.4375rem solid rgba(var(--color-secondary-2),1);border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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,6,19,0.92); }#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,6,19,0.92); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#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 { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#cH0iCDSnfu2RoXH3LvctTvu7hRXpazFs { box-sizing:content-box;height:22.8125rem;width:63.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/93f490cc-ce8e-4439-944b-c6370a4e93f3/d7ac321c69Photoroom.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5625rem;left:32.9501953125rem;display:block; }#cH0iCDSnfu2RoXH3LvctTvu7hRXpazFs.adaptive-delivery-prevent-bg, #cH0iCDSnfu2RoXH3LvctTvu7hRXpazFs.lazyload, #cH0iCDSnfu2RoXH3LvctTvu7hRXpazFs.lazyloading { background-image: none; }
#wXByPtUDn2Qc4N2xNvWyHsJP8XzuWEgW { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.75rem;top:2.21875rem;left:0rem;overflow:hidden;display:block; }
#MXSXlH7OLh2zkhA1oyXK1pheGmIbBcqQ { box-sizing:content-box;height:46.1875rem;width:55.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:41.6875rem;display:block; }
#bFpT1Tdiy1DfoqupiktiHPvTRRJgLDrW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:12.5625rem;left:0rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AFvkN9T0B3UfZPXDDTx4FJFQ8GXwPqOA { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:19.875rem;left:0rem;height:6.375rem;display:block; }
#q8dGBuuLDTVsaq6iRRyHtFmhLCtz2yeG { background-color:#0bfd81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #0bfd81;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.375rem;left:0rem;display:block; }
#VEFJseE2RROryNto1UZltrJSmkdxdPsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QktlmV6MJlqxbyiT5uiMTFHPM2Et2MzL { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:31.40625rem;left:44.25rem;overflow:hidden;display:block; }
#PAwZx4MlZUVQHiwBAh2ukHfoGtD18mp5 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:5.125rem;left:57.875rem;overflow:hidden;display:block; }
#XAdIKDMrhqicyvDag9F3XgtOAR09tddz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:36.1875rem;left:0.75rem; }
#mUb4uI45TALVodLffDG9JFCk0s8kCfsS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.3125rem;left:0rem;display:block; }
#VXQD9mRykvD7TrCKAwX5xMT8EgloRtHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsdKlPIbHDkXXaS817dKUPTP0QDapmgf { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.3125rem;left:12.5rem;display:block; }
#TFxRD6ud02UhU5Lb5BTzL7XCBZw39oOO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U { 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; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row .container { background-color: transparent; background-image: none; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row .container > .video-iframe-container { display: none; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row > .video-iframe-container { display: none; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .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); }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row .container { border-width: 0; border-radius: 0; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#bRLtTI3g1S1Mw8EbAUyv6ZoxgIgCm4b6 { color:rgba(var(--color-primary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:2.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R58KbfyFeok3RQJbg37vTbxcD47TXbkG { color:rgba(var(--color-primary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:21.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSIRnD8iDnEMNac0HxySSlUkGCspyWSK { color:rgba(var(--color-primary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:40.375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIatGmlFBPKlEOl1A0Pb5zA8bRL19GdU { color:rgba(var(--color-primary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:59.125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yW7vv97bgrt4U2V4T40Ah6KBTcx5ldWP { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.5625rem;left:18.75rem;display:block; }
#CdpJX0I51vlTBT841DvzFG7fq5r6WCok { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:37.5rem;display:block; }
#gSTnvAEJ3QzJToeTmlWJTVN01u2dh4eK { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:56.25rem;display:block; }
#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row .container { background-color: transparent; background-image: none; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row .container > .video-iframe-container { display: none; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row > .video-iframe-container { display: none; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .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); }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row .container { border-width: 0; border-radius: 0; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5 { box-sizing:content-box;height:42.5rem;width:30.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a9528368-7567-4252-8c0b-404b41ffb1ce/homem.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-1.125rem;left:0rem;display:block; }#T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5.adaptive-delivery-prevent-bg, #T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5.lazyload, #T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5.lazyloading { background-image: none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-form-header {  }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-primary-0),1);width:36.75rem;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;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.75rem;box-sizing:border-box;height:3.5rem;color:rgba(var(--color-primary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:2; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-0),1);font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top;line-height:2; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.75rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-checkbox { width:1rem;height:1rem;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; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .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:#0bfd81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:36.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:35.5625rem;overflow:hidden;font-style:normal;float:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .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; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-container:first-of-type{padding-top:0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-container:last-of-type{padding-bottom:0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.5rem;left:35rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.75rem;display:block;vertical-align:top; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 {display:block;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:7.5rem;left:35rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Btl9RgbUFSNC3kqbBfdGXxqVi1Svxc9L { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #o6ars9hCNDpOChZxpaAN8EVLr8W6nzs0 { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ppFNW0RtPhsBIL9cyExe1XubOvFOJ27d { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #LKQ8vTJxuClOFzTkg5VJGG6bZhdLvJc1 { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #U3WrFH1EzqCD9LkMAeU6ei4rVIpTz1zx { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #JIt07EpQzMW4sLZMoZPeofNQov9WzRNJ { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OTHgUOhVld0FbAKgkhwJTnybo23OO5c5 { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Gm6FntJDwfoaMsw4LQ3LZOqKMi63adau { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RwaNteiVieS9wI0ft81MlINW3ctk4CUm { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RCzpKl31CuJKoqrPzIwqfE0zWTt487Np { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #wnQBexo7wHKwJCWoeg7lcCXwVthg8J8M { position:relative;display:none; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #z5RlH4k3cMFpUvU3vz0wFtdI5R6mHU6r { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #C4NizQZNhbPIEumcdW9stQ9PUcmsBgTu { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #C4NizQZNhbPIEumcdW9stQ9PUcmsBgTu .container-column{width:50%;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #DCzfZr7oHZUBnAkZsFW1J53qJavPOhTV { position:relative;display:block; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #FaX1nsi6qQuort6AKPtva4UEwsps22tO { position:relative;z-index:2; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #QuySrLsHmo1f5StEGCDgwpB0mA44BRhw { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zIEqyCWmyProKLw9iZxrnIs3DW3QShox { position:relative;z-index:2; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #MJQ3QqcRmZITuCDV2Fvq0EFa8GBHILsd { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #rhPrTVV8nWPTQqVno8qCPtVVh2ddP7nf { position:relative;z-index:2; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #q2smXlOq2f0mFI4T3owOXk6nNVwLIip6 { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #KRH5Qemb54mW1ugNdgCtCGQbFTbSyvXr { position:relative;z-index:2; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OT8n0pApW1xF2dz5KdRxDxMmRRJESkR3 { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ynyGybh2JQ41aBk9S1u7zITRwrUQ6uTc { position:relative; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zJ6RkUJsEfZ3A2GBrKW8aT6CSi2BP6F9 { position:relative; }
#Q77FgfSmekoNnrx7MePDOb9MyppHTypx { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5771484375rem;left:36.3125rem;height:3.986325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93634dd3-a0c1-4719-b4da-a142839bac8e/Image_fx1copiar.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ.adaptive-delivery-prevent-bg, #bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ.lazyload, #bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ.lazyloading { background-image: none; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { background-color: transparent; background-image: none; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,7,28,0.8); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container > .video-iframe-container { display: none; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,7,28,0.8); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row > .video-iframe-container { display: none; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .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); }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { border-width: 0; border-radius: 0; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ::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; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#sgmnm9IsZq5y8PdkxvsfcvdGBxX5S6ch { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:5.6875rem;left:21.3125rem;height:4.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKCP9QNEutSROCDRR9eWOGpRFrZzIIAs { color:rgba(var(--color-primary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:13.25rem;left:11.4375rem;height:11.8125rem;text-align:center;text-align-last:center;display:block; }
#RNUSgX3andVxRHK91Z0HdPwfd11T5vXL { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:34.125rem;left:0.25rem;height:2.923825rem;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; }
#KuogSap7XErTrJmzXqrxWKOEQdwxXPVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.25rem;left:12.875rem;height:1.4619125rem;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; }
#AaCv58xVAUn6w18G7H2AsptRXACFRHH6 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.4375rem;left:15.4375rem;overflow:hidden;display:block; }
#tTEkCT93wQ04zhmAo11ntVOHwDXvyTC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:34.25rem;left:25.875rem;height:2.923825rem;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; }
#TTwwkIN0nXd2x8FRTUudX6Lyu04LfTvo { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:34.25rem;left:40.375rem;height:2.923825rem;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; }
#kFJMBAtpis4mCIgcmBofwK3TiIx0hA4V { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.375rem;left:53rem;height:2.923825rem;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; }
#o7ngh4m6JLvpn8nK78G1IJh6q5xWhiT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.375rem;left:66rem;height:2.923825rem;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; }
#KfhU6HZ25exfNZOil6fX8fblZ2N60U3L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:29.9375rem;left:68.8125rem; }
#KwnzCc6pT8rvuroI2pkcuar5fApszi8X { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.4375rem;left:42.9375rem;overflow:hidden;display:block; }
#BmB2pQVVOVEo2QOnQfw1BIQtuT2TsSuM { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:4.4375rem;top:29.625rem;left:28.03125rem;overflow:hidden;display:block; }
#sgtTBoRGsQ6TWGzq4fQ51yCAJ4OS6EML { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:29.625rem;left:3rem;overflow:hidden;display:block; }
#oaQzJmd8heXyUZ6GaXoNhf3U0f7GwSk8 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:29.4375rem;left:55.5625rem;overflow:hidden;display:block; }
#s0ZLdoDy0GMu9w8oNBFpAxkJc0EZkUi8 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:39.5625rem;left:60.3125rem;overflow:hidden;display:block; }
#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ { position:relative;display:none; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ { border-width: 0; border-radius: 0; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZRWrBFZTMn7ez9I7ntHRJVX3QFW7F8sK { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:39.5625rem;left:60.3125rem;overflow:hidden;display:none; }
#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD { 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; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row .container { background-color: transparent; background-image: none; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row .container > .video-iframe-container { display: none; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row > .video-iframe-container { display: none; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .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); }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row .container { border-width: 0; border-radius: 0; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#u6plGQ2wLRXSHXa3LiAxmfmT0scwbWbx { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:6.4375rem;left:0rem;height:4.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NKd0M0OdPVvPNps6JG8ReMhgNvDM2cnv { color:rgba(var(--color-primary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:3.375rem;display:block; }
#TDz0tTVDMg7TXRpwHAm3EabLm648TUHW { box-sizing:content-box;height:39.625rem;width:58.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6b801b58-8dd0-4694-a304-a2773ca2d233/frota.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:39.25rem;display:block; }#TDz0tTVDMg7TXRpwHAm3EabLm648TUHW.adaptive-delivery-prevent-bg, #TDz0tTVDMg7TXRpwHAm3EabLm648TUHW.lazyload, #TDz0tTVDMg7TXRpwHAm3EabLm648TUHW.lazyloading { background-image: none; }
#IHsmMMytrD9ZkPaGUUeqToTcOO8097oT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:18.875rem;left:3.875rem;height:3rem;display:block; }
#BgzCblOqII1Grd5EAR6Gs6Flyrnrst4k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.125rem;left:0rem; }
#iARxGVAsKAmvyXR5bllduteeDk4BPTgN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.875rem;left:22.25rem;height:3rem;display:block; }
#ZaGXkTDDNaR6IPwwhmCLyrR7pWi3OTxA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.125rem;left:18.375rem; }
#cQRVJmtyOIAcaTfaq0CAwA7pCid3kOM3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:24.3125rem;left:3.875rem;height:1.5rem;display:block; }
#VSHPwtBTnkdbJ1kgoOuJpTRcd0H4GEkq { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:24.3125rem;left:22.25rem;height:1.5rem;display:block; }
#oyfJb8lhzQ2JQpTzTRedKSfwcVvPKDlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.5625rem;left:0rem; }
#JyKbg4EIGmbaErvgkBA2PllRqauNGgti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:24.5625rem;left:18.375rem; }
#xepUDQdI9SkRrUhebBFRHnXmK7TlN40s { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:29.9375rem;left:3.875rem;height:1.5rem;display:block; }
#TIN2nktRXOwW8F6wpAe3AIfSsqw1UPT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.1875rem;left:0rem; }
#Fgfd5PCpbwtoTV93Eeoupt28Ew3iyyti { background-color:#0bfd81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #0bfd81;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.75rem;left:18.375rem;display:block; }
#ZaTQ1m3OUpv6aCmLKXCSJqT6vaM9SXp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMtKcI7v3VQt6MFItb2546BaZ557WmZS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:30.5625rem;left:19.125rem; }
#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row .container { background-color: transparent; background-image: none; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row .container > .video-iframe-container { display: none; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row > .video-iframe-container { display: none; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .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); }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row .container { border-width: 0; border-radius: 0; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row .container { font-size:0.875rem;font-family:arial;height:64.3125rem;width:75rem;position:relative;display:block; }#V622yMrXvyu4luDqwRu8c8RWJmQEkmAV { color:rgba(var(--color-primary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:6.1875rem;left:21.875rem;height:4.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l06qBn47ESVhzhlc1F92i6nAIA4tw0Ti { box-sizing:content-box;height:18.6875rem;width:35.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/682c4761-6d04-4b0d-84f2-cb2281842a1a/eaefc0c055.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:0rem;display:block; }#l06qBn47ESVhzhlc1F92i6nAIA4tw0Ti.adaptive-delivery-prevent-bg, #l06qBn47ESVhzhlc1F92i6nAIA4tw0Ti.lazyload, #l06qBn47ESVhzhlc1F92i6nAIA4tw0Ti.lazyloading { background-image: none; }
#TNcd3qFEt3P8F5dET1oU52DdBOFNwCPf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.28515625rem;left:1.4375rem;height:1.8681625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVE4ELDyKfUngT9PCoKPOquaZ1Gi1BUy { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.8125rem;left:1.34375rem;height:2.5996125rem;display:block; }
#yIJD7wgxwnw5ItUU5vPEyaMFGVIUagts { box-sizing:content-box;height:14.1875rem;width:35.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0bdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0bdb' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:0rem;display:block; }
#lfD1kH9VzLzm8ULxemyIJHecoAlwrc8Z { box-sizing:content-box;height:18.6875rem;width:35.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6c31d997-3bd8-4ba9-929b-68062aad44d0/276345a9b1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:39.0625rem;display:block; }#lfD1kH9VzLzm8ULxemyIJHecoAlwrc8Z.adaptive-delivery-prevent-bg, #lfD1kH9VzLzm8ULxemyIJHecoAlwrc8Z.lazyload, #lfD1kH9VzLzm8ULxemyIJHecoAlwrc8Z.lazyloading { background-image: none; }
#lLvX2QB7VVQUzJOKTHVrM42CXgIdHBBH { box-sizing:content-box;height:14.5625rem;width:35.9375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0be8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0be8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:39.0625rem;display:block; }
#FmeXEzSiqk6rS1Q5D5kg9PGd2aIiM61k { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.8125rem;left:40.4375rem;height:2.5996125rem;display:block; }
#dShT7Sk0z83RsVI59b9mlwZz7SJnt434 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:40.5rem;height:1.8681625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xOIwHf2i9bb5BEs39PaHSuqpnq5p8qTn { box-sizing:content-box;height:18.6875rem;width:35.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/99a9a233-4e7d-4409-aa98-f427218cced0/9048821b01.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:0rem;display:block; }#xOIwHf2i9bb5BEs39PaHSuqpnq5p8qTn.adaptive-delivery-prevent-bg, #xOIwHf2i9bb5BEs39PaHSuqpnq5p8qTn.lazyload, #xOIwHf2i9bb5BEs39PaHSuqpnq5p8qTn.lazyloading { background-image: none; }
#dqGu62i1fUmpBqUhKhrZP3cMnyZir8rm { box-sizing:content-box;height:14.1875rem;width:35.9375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0bdb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0bdb' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.86));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:0rem;display:block; }
#TFMWMkF5IidvqbmEgDoALIFXutJ4KWDK { box-sizing:content-box;height:18.6875rem;width:35.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/28d04251-a17b-4f2e-aba7-ea86dc332fea/996773a1a4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:39.0625rem;display:block; }#TFMWMkF5IidvqbmEgDoALIFXutJ4KWDK.adaptive-delivery-prevent-bg, #TFMWMkF5IidvqbmEgDoALIFXutJ4KWDK.lazyload, #TFMWMkF5IidvqbmEgDoALIFXutJ4KWDK.lazyloading { background-image: none; }
#C33Tb14g8ytlCFvr6PzGIWTaTkiI1vGa { box-sizing:content-box;height:14.5625rem;width:35.9375rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0be8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0b0b0be8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(11,11,11,0.91));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.375rem;left:39.0625rem;display:block; }
#kSpW8mrROZKZTAkE823o6y81HyZOZsGG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:52.125rem;left:1.375rem;height:2.5996125rem;display:block; }
#KLcsDfwQ6KKJIKeE70PBo2nLKiMRRy9m { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:52.125rem;left:40.4375rem;height:2.5996125rem;display:block; }
#sHMZoeMtgRr6AThfvEDzkIZImasHtFER { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:49.625rem;left:1.4375rem;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;display:block; }
#aH35GHdRF65zolVQLuFmAIs31rPBg4Tp { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:49.5625rem;left:40.5rem;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;display:block; }
#vTApHc1Abh0hZPGgGfEWeMxdIc3te3a4 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:34.4375rem;left:-5.25rem;overflow:hidden;display:block; }
#egoEipCGhcAoRlf0iHCNfowrGXmwhskI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row .container { background-color: transparent; background-image: none; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row .container > .video-iframe-container { display: none; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row > .video-iframe-container { display: none; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .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); }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row .container { border-width: 0; border-radius: 0; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#nLDcEMw0mMspb3PTfsJ2TVnTfa5FPLOu { color:rgba(var(--color-primary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#Uoun2TxwSXTBm91mbtxtTbeJwtw195iW { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SuaEQNiTB5V5WAvwZSJrJRreAKDhQwTb { color:rgba(var(--color-primary-3),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:2.2;letter-spacing:0;top:18.1875rem;left:0rem;height:;display:block; }#SuaEQNiTB5V5WAvwZSJrJRreAKDhQwTb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SuaEQNiTB5V5WAvwZSJrJRreAKDhQwTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
#WHTRpO5f8N9Bm9uwCoToDTzPV8orlHDL { color:rgba(var(--color-primary-3),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.2;letter-spacing:0;top:18.1875rem;left:34.0625rem;height:;display:block; }#WHTRpO5f8N9Bm9uwCoToDTzPV8orlHDL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WHTRpO5f8N9Bm9uwCoToDTzPV8orlHDL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#ZArlwIhhd1fLhvnr6Tudcf6I9mRvozOP { color:rgba(var(--color-primary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:34.0625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dfi3epaThAatx9OutOyCf851R5v8Th62 { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:19.5625rem;display:block; }
#uFVKRBaK0FcIBxp9u915MUiELVWSXt84 { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.3125rem;left:19.5625rem;display:block; }
#c3wOgUGfmbrTZhK1FVx9EI7vGwHIbH3l { box-sizing:content-box;height:0.0625rem;width:15rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.9677734375rem;left:17.125rem;display:block; }
#SxJhNfpMGTOXGuaGE1i1brOKveWTQtMI { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:0.5rem;left:63.5rem;overflow:hidden;display:block; }
#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row .container { background-color: transparent; background-image: none; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row .container > .video-iframe-container { display: none; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row > .video-iframe-container { display: none; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .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); }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row .container { border-width: 0; border-radius: 0; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-trigger.adaptive-delivery-prevent-bg, #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-trigger.lazyload, #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-trigger.lazyloading { background-image: none; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK { box-sizing:content-box;height:auto;width:55.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.6875rem;left:8.4375rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #cxokxh7Oo6EwtlCpASshcerWGamORHBM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #mSC8lFAy5GXHTKex8eCq7oaFwdcNNo0N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #zLL3Lruedw20PEtvncNXPATVNzlpLLiR { display:block;position:relative; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Xv7cs34euSGkBv7MVTU6rMSKqaEhacMA {  }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #eXRhEQbIoGKpnAW4JMun9SPk6lslA4dJ {  }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #f41VO3p2mXE5WBg5UmNbUOBvTz017t10 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #ikRrTZMC4TCI9eJkV35V0ROlX7SMQFQs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #P4HKFhDtSr1BU48TCSSJ8RQEoKFzTSMB { display:block;position:relative; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #NL4JS7i9Guo8K380x9nPD8TXwd2Alo1I {  }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #TKkmJmc4y2ls6GwW8rAbAHT39xWiISoQ { display:none; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #b14lC0C8KxTAuwSRUAUSkH5VZ3Krw5Cn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Qw3hPpZ9gOTMXcGWXfr6dgKkR1kKiLQf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #sZhHbEIsmCKz7XBgOXzRmCZfBxHczvyf { display:block;position:relative; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Pk4OI6DzE8fiDop44EphyhmW3TUZg63f {  }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #yuv1K1dvJzVxOS3HzD1IJdzMMqCck24M { display:none; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #JUBWILw5PmbbKtX5sqyBnExUkykWTkgi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #AMbzTAXTrg3twI3lxns4NlSblOxbm3Qp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #DPmtt3vDSAEpM7DQMIg7usJTbB8nhWnU { display:block;position:relative; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #khaBdrMpQOoan1GbWcsIiyUDTrxbH7Xr {  }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #alxFho6t4XLMTiymmBKvlsrMG4b5Nbi8 { display:none; }
#ad3kGzLOWquPHTr0oArVkhS6TfI8Wg4c { color:#00071c;display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:44.5rem;left:16.84375rem;height:4.2246125rem;font-style:normal;display:none; }
#WV7usllv8nErgl9pWOqwoSeSt0lTXELe { color:#00071c;display:block;width:41.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:16.84375rem;height:8.44925rem;font-style:normal;display:block; }
#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row .container { background-color: transparent; background-image: none; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row .container > .video-iframe-container { display: none; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row > .video-iframe-container { display: none; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .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); }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row .container { border-width: 0; border-radius: 0; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#HiB8DDa9AUCAP0BR6ccn393B1two46Xb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.8125rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#fMb2BBwScNcsReeJg91pguBTFArM1a7i { color:rgba(var(--color-primary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1fOi8FJqJTNGo6LKuc2azMCZKEr9JNf { color:rgba(var(--color-primary-3),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:21.25rem;height:4.5371125rem;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; }
#zJoEpWVDhKnRdA3xHx3inXNp6dMzcNyg { background-color:#0bfd81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #0bfd81;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.125rem;left:21.25rem;display:block; }
#wVtAO5S27iX0VBJOct2eolfowHEmxWkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sT2Fl1tbpsTpRK07ehwBMUiu9O0fXFUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.9375rem;left:22rem; }
#T71dMbwkQGp7ur3TJRE5psUI2TxKdfnc { color:rgba(var(--color-primary-3),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:55.6875rem;height:1.8681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tnqn8AazAOVlBrXDWn3zkbVo2f7owLgD { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:17.625rem;display:block; }
#XZAZ9Xh00LPuZRhU0N7CBPFHQr4HSA6i { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:51.9375rem;display:block; }
#K782dy8d3G4rPKKhh9QUOk6RPb5620DK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.4375rem;left:55.6875rem; }
#K782dy8d3G4rPKKhh9QUOk6RPb5620DK > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#rbTxI1cm1RxDWkx6ifnbcHk8BoJ6pLRU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.4375rem;left:58.6875rem; }
#rbTxI1cm1RxDWkx6ifnbcHk8BoJ6pLRU > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#GGJmTcbiUVAxciKfzGfBt2u8sXLtirfN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.4375rem;left:61.6875rem; }
#GGJmTcbiUVAxciKfzGfBt2u8sXLtirfN > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#rhR7SuBamJGXopkl7sk78BHLe13EtZeZ { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #rhR7SuBamJGXopkl7sk78BHLe13EtZeZ > .row .container { position:relative;display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.12);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { background-color: transparent; background-image: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .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); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { border-width: 0; border-radius: 0; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#EZuD22bZLb89XzcLIdSpnTTSITyyaatV { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.53125rem;left:41.25rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { background-color:#0bfd81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.875rem solid #0bfd81;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.75rem;left:64.6875rem;display:block; }
#uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lozey0tZVSaOEoNvoQ5afdp32t8pnBN9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.21875rem;left:65.5625rem; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #cH0iCDSnfu2RoXH3LvctTvu7hRXpazFs { width:47.75rem;height:22.8125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXByPtUDn2Qc4N2xNvWyHsJP8XzuWEgW { width:8.75rem;height:8.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSXlH7OLh2zkhA1oyXK1pheGmIbBcqQ { width:47.75rem;height:46.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFpT1Tdiy1DfoqupiktiHPvTRRJgLDrW { width:35.75rem;height:5.5rem;top:12.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFvkN9T0B3UfZPXDDTx4FJFQ8GXwPqOA { width:33.75rem;height:6.375rem;top:19.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8dGBuuLDTVsaq6iRRyHtFmhLCtz2yeG { width:19.1875rem;height:3.4375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEFJseE2RROryNto1UZltrJSmkdxdPsm { display:block; }
 }@media only screen and (max-width: 763px) { #QktlmV6MJlqxbyiT5uiMTFHPM2Et2MzL { width:9.1875rem;height:9.1875rem;top:31.375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAwZx4MlZUVQHiwBAh2ukHfoGtD18mp5 { width:14.6875rem;height:14.6875rem;top:5.125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdIKDMrhqicyvDag9F3XgtOAR09tddz { width:1.75rem;height:1.75rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUb4uI45TALVodLffDG9JFCk0s8kCfsS { width:12.3125rem;height:2.625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQD9mRykvD7TrCKAwX5xMT8EgloRtHg { display:block; }
 }@media only screen and (max-width: 763px) { #rsdKlPIbHDkXXaS817dKUPTP0QDapmgf { width:11.6875rem;height:2.625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxRD6ud02UhU5Lb5BTzL7XCBZw39oOO { display:block; }
 }@media only screen and (max-width: 763px) { #MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U { display:block; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRLtTI3g1S1Mw8EbAUyv6ZoxgIgCm4b6 { width:14.625rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R58KbfyFeok3RQJbg37vTbxcD47TXbkG { width:13rem;height:2.875rem;top:1.4375rem;left:10.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSIRnD8iDnEMNac0HxySSlUkGCspyWSK { width:13rem;height:2.875rem;top:1.4375rem;left:22.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIatGmlFBPKlEOl1A0Pb5zA8bRL19GdU { width:13rem;height:2.875rem;top:1.4375rem;left:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7vv97bgrt4U2V4T40Ah6KBTcx5ldWP { width:0.0625rem;height:5rem;top:0.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdpJX0I51vlTBT841DvzFG7fq5r6WCok { width:0.0625rem;height:5rem;top:0.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTnvAEJ3QzJToeTmlWJTVN01u2dh4eK { width:0.0625rem;height:5rem;top:0.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 { display:block; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5 { width:30.1875rem;height:42.5rem;top:-1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-regular-label { width:36.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text { width:36.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-textarea { width:36.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select { width:36.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-button { width:36.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-checkbox-label { width:35.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6  { width:36.75rem;height:auto;top:7.5rem;left:8.5rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .radio-container { width:36.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 {display:block;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 { width:36.75rem;height:auto;top:7.5rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Btl9RgbUFSNC3kqbBfdGXxqVi1Svxc9L {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #o6ars9hCNDpOChZxpaAN8EVLr8W6nzs0 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ppFNW0RtPhsBIL9cyExe1XubOvFOJ27d {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #LKQ8vTJxuClOFzTkg5VJGG6bZhdLvJc1 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #U3WrFH1EzqCD9LkMAeU6ei4rVIpTz1zx {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #JIt07EpQzMW4sLZMoZPeofNQov9WzRNJ {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OTHgUOhVld0FbAKgkhwJTnybo23OO5c5 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Gm6FntJDwfoaMsw4LQ3LZOqKMi63adau {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RwaNteiVieS9wI0ft81MlINW3ctk4CUm {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RCzpKl31CuJKoqrPzIwqfE0zWTt487Np {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #wnQBexo7wHKwJCWoeg7lcCXwVthg8J8M {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #z5RlH4k3cMFpUvU3vz0wFtdI5R6mHU6r {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #C4NizQZNhbPIEumcdW9stQ9PUcmsBgTu {  }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #C4NizQZNhbPIEumcdW9stQ9PUcmsBgTu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #DCzfZr7oHZUBnAkZsFW1J53qJavPOhTV {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #FaX1nsi6qQuort6AKPtva4UEwsps22tO {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #QuySrLsHmo1f5StEGCDgwpB0mA44BRhw {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zIEqyCWmyProKLw9iZxrnIs3DW3QShox {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #MJQ3QqcRmZITuCDV2Fvq0EFa8GBHILsd {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #rhPrTVV8nWPTQqVno8qCPtVVh2ddP7nf {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #q2smXlOq2f0mFI4T3owOXk6nNVwLIip6 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #KRH5Qemb54mW1ugNdgCtCGQbFTbSyvXr {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OT8n0pApW1xF2dz5KdRxDxMmRRJESkR3 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ynyGybh2JQ41aBk9S1u7zITRwrUQ6uTc {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zJ6RkUJsEfZ3A2GBrKW8aT6CSi2BP6F9 {  }
 }@media only screen and (max-width: 763px) { #Q77FgfSmekoNnrx7MePDOb9MyppHTypx { width:23.375rem;height:3.9375rem;top:3.5625rem;left:22.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ { display:block; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgmnm9IsZq5y8PdkxvsfcvdGBxX5S6ch { width:32.375rem;height:4.9375rem;top:5.6875rem;left:7.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKCP9QNEutSROCDRR9eWOGpRFrZzIIAs { width:47.75rem;height:11.8125rem;top:13.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNUSgX3andVxRHK91Z0HdPwfd11T5vXL { width:8.75rem;height:2.875rem;top:34.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuogSap7XErTrJmzXqrxWKOEQdwxXPVZ { width:8.75rem;height:2.875rem;top:34.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaCv58xVAUn6w18G7H2AsptRXACFRHH6 { width:3.625rem;height:3.625rem;top:29.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTEkCT93wQ04zhmAo11ntVOHwDXvyTC5 { width:8.75rem;height:2.875rem;top:34.25rem;left:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwwkIN0nXd2x8FRTUudX6Lyu04LfTvo { width:8.75rem;height:2.875rem;top:34.25rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFJMBAtpis4mCIgcmBofwK3TiIx0hA4V { width:8.75rem;height:2.875rem;top:34.375rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ngh4m6JLvpn8nK78G1IJh6q5xWhiT0 { width:8.75rem;height:2.875rem;top:34.375rem;left:39rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfhU6HZ25exfNZOil6fX8fblZ2N60U3L { width:3.125rem;height:3.125rem;top:29.9375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwnzCc6pT8rvuroI2pkcuar5fApszi8X { width:3.625rem;height:3.625rem;top:29.4375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmB2pQVVOVEo2QOnQfw1BIQtuT2TsSuM { width:4.4375rem;height:3.25rem;top:29.625rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtTBoRGsQ6TWGzq4fQ51yCAJ4OS6EML { width:3.25rem;height:3.25rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaQzJmd8heXyUZ6GaXoNhf3U0f7GwSk8 { width:3.625rem;height:3.625rem;top:29.4375rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0ZLdoDy0GMu9w8oNBFpAxkJc0EZkUi8 { width:14.6875rem;height:14.6875rem;top:39.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ { display:none; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZRWrBFZTMn7ez9I7ntHRJVX3QFW7F8sK { width:14.6875rem;height:14.6875rem;top:39.5625rem;left:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD { display:block; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6plGQ2wLRXSHXa3LiAxmfmT0scwbWbx { width:31.25rem;height:4.9375rem;top:6.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKd0M0OdPVvPNps6JG8ReMhgNvDM2cnv { width:25.3125rem;height:3.375rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDz0tTVDMg7TXRpwHAm3EabLm648TUHW { width:47.75rem;height:39.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHsmMMytrD9ZkPaGUUeqToTcOO8097oT { width:11.3125rem;height:3rem;top:18.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgzCblOqII1Grd5EAR6Gs6Flyrnrst4k { width:2.5rem;height:2.5rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iARxGVAsKAmvyXR5bllduteeDk4BPTgN { width:11.3125rem;height:3rem;top:18.875rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaGXkTDDNaR6IPwwhmCLyrR7pWi3OTxA { width:2.5rem;height:2.5rem;top:19.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQRVJmtyOIAcaTfaq0CAwA7pCid3kOM3 { width:10.1875rem;height:3rem;top:24.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSHPwtBTnkdbJ1kgoOuJpTRcd0H4GEkq { width:10rem;height:3rem;top:24.3125rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyfJb8lhzQ2JQpTzTRedKSfwcVvPKDlK { width:2.5rem;height:2.5rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyKbg4EIGmbaErvgkBA2PllRqauNGgti { width:2.5rem;height:2.5rem;top:24.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xepUDQdI9SkRrUhebBFRHnXmK7TlN40s { width:8.8125rem;height:3rem;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIN2nktRXOwW8F6wpAe3AIfSsqw1UPT1 { width:2.5rem;height:2.5rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgfd5PCpbwtoTV93Eeoupt28Ew3iyyti { width:16.4375rem;height:3.4375rem;top:29.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTQ1m3OUpv6aCmLKXCSJqT6vaM9SXp6 { display:block; }
 }@media only screen and (max-width: 763px) { #cMtKcI7v3VQt6MFItb2546BaZ557WmZS { width:1.75rem;height:1.75rem;top:30.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW { display:block; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V622yMrXvyu4luDqwRu8c8RWJmQEkmAV { width:31.25rem;height:;top:6.1875rem;left:8.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06qBn47ESVhzhlc1F92i6nAIA4tw0Ti { width:35.9375rem;height:18.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcd3qFEt3P8F5dET1oU52DdBOFNwCPf { width:22.5625rem;height:1.8125rem;top:28.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVE4ELDyKfUngT9PCoKPOquaZ1Gi1BUy { width:33.75rem;height:2.5625rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJD7wgxwnw5ItUU5vPEyaMFGVIUagts { width:35.9375rem;height:14.1875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfD1kH9VzLzm8ULxemyIJHecoAlwrc8Z { width:35.9375rem;height:18.6875rem;top:16.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLvX2QB7VVQUzJOKTHVrM42CXgIdHBBH { width:35.9375rem;height:14.5625rem;top:21.0625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmeXEzSiqk6rS1Q5D5kg9PGd2aIiM61k { width:33.75rem;height:2.5625rem;top:30.8125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dShT7Sk0z83RsVI59b9mlwZz7SJnt434 { width:29.5rem;height:1.875rem;top:28.25rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIwHf2i9bb5BEs39PaHSuqpnq5p8qTn { width:35.9375rem;height:18.6875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGu62i1fUmpBqUhKhrZP3cMnyZir8rm { width:35.9375rem;height:14.1875rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFMWMkF5IidvqbmEgDoALIFXutJ4KWDK { width:35.9375rem;height:18.6875rem;top:38.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C33Tb14g8ytlCFvr6PzGIWTaTkiI1vGa { width:35.9375rem;height:14.5625rem;top:42.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSpW8mrROZKZTAkE823o6y81HyZOZsGG { width:33.125rem;height:2.5625rem;top:52.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLcsDfwQ6KKJIKeE70PBo2nLKiMRRy9m { width:33.1875rem;height:2.5625rem;top:52.125rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHMZoeMtgRr6AThfvEDzkIZImasHtFER { width:30.6875rem;height:;top:49.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH35GHdRF65zolVQLuFmAIs31rPBg4Tp { width:29.5rem;height:;top:49.5625rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTApHc1Abh0hZPGgGfEWeMxdIc3te3a4 { width:15.125rem;height:15.125rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egoEipCGhcAoRlf0iHCNfowrGXmwhskI { display:block; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLDcEMw0mMspb3PTfsJ2TVnTfa5FPLOu { width:25.3125rem;height:5.8125rem;top:3.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uoun2TxwSXTBm91mbtxtTbeJwtw195iW { width:12.5rem;height:1.9375rem;top:13.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuaEQNiTB5V5WAvwZSJrJRreAKDhQwTb { width:22.25rem;height:;top:18.1875rem;left:0rem;font-size:1rem;display:block; }#SuaEQNiTB5V5WAvwZSJrJRreAKDhQwTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #WHTRpO5f8N9Bm9uwCoToDTzPV8orlHDL { width:30.375rem;height:;top:18.1875rem;left:17.375rem;font-size:1rem;display:block; }#WHTRpO5f8N9Bm9uwCoToDTzPV8orlHDL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #ZArlwIhhd1fLhvnr6Tudcf6I9mRvozOP { width:18.8125rem;height:1.9375rem;top:13.9375rem;left:20.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfi3epaThAatx9OutOyCf851R5v8Th62 { width:12.5rem;height:0.0625rem;top:19.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFVKRBaK0FcIBxp9u915MUiELVWSXt84 { width:12.5rem;height:0.0625rem;top:22.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3wOgUGfmbrTZhK1FVx9EI7vGwHIbH3l { width:15rem;height:0.0625rem;top:24.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxJhNfpMGTOXGuaGE1i1brOKveWTQtMI { width:18.9375rem;height:18.9375rem;top:0.5rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR { display:block; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK { display:flex;height:auto;width:45.25rem;top:7.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #cxokxh7Oo6EwtlCpASshcerWGamORHBM {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #mSC8lFAy5GXHTKex8eCq7oaFwdcNNo0N {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #zLL3Lruedw20PEtvncNXPATVNzlpLLiR {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Xv7cs34euSGkBv7MVTU6rMSKqaEhacMA {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #eXRhEQbIoGKpnAW4JMun9SPk6lslA4dJ {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #f41VO3p2mXE5WBg5UmNbUOBvTz017t10 {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #ikRrTZMC4TCI9eJkV35V0ROlX7SMQFQs {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #P4HKFhDtSr1BU48TCSSJ8RQEoKFzTSMB {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #NL4JS7i9Guo8K380x9nPD8TXwd2Alo1I {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #TKkmJmc4y2ls6GwW8rAbAHT39xWiISoQ {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #b14lC0C8KxTAuwSRUAUSkH5VZ3Krw5Cn {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Qw3hPpZ9gOTMXcGWXfr6dgKkR1kKiLQf {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #sZhHbEIsmCKz7XBgOXzRmCZfBxHczvyf {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Pk4OI6DzE8fiDop44EphyhmW3TUZg63f {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #yuv1K1dvJzVxOS3HzD1IJdzMMqCck24M {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #JUBWILw5PmbbKtX5sqyBnExUkykWTkgi {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #AMbzTAXTrg3twI3lxns4NlSblOxbm3Qp {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #DPmtt3vDSAEpM7DQMIg7usJTbB8nhWnU {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #khaBdrMpQOoan1GbWcsIiyUDTrxbH7Xr {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #alxFho6t4XLMTiymmBKvlsrMG4b5Nbi8 {  }
 }@media only screen and (max-width: 763px) { #ad3kGzLOWquPHTr0oArVkhS6TfI8Wg4c { width:41.3125rem;height:4.1875rem;top:44.5rem;left:3.21875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV7usllv8nErgl9pWOqwoSeSt0lTXELe { width:41.3125rem;height:4.1875rem;top:2.625rem;left:3.21875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 { display:block; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiB8DDa9AUCAP0BR6ccn393B1two46Xb { width:8.8125rem;height:8.4375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMb2BBwScNcsReeJg91pguBTFArM1a7i { width:18rem;height:2.5625rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1fOi8FJqJTNGo6LKuc2azMCZKEr9JNf { width:29.6875rem;height:;top:3.25rem;left:7.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJoEpWVDhKnRdA3xHx3inXNp6dMzcNyg { width:19.1875rem;height:3.4375rem;top:12.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVtAO5S27iX0VBJOct2eolfowHEmxWkb { display:block; }
 }@media only screen and (max-width: 763px) { #sT2Fl1tbpsTpRK07ehwBMUiu9O0fXFUd { width:1.75rem;height:1.75rem;top:12.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T71dMbwkQGp7ur3TJRE5psUI2TxKdfnc { width:18.9375rem;height:1.8125rem;top:3.25rem;left:28.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnqn8AazAOVlBrXDWn3zkbVo2f7owLgD { width:0.0625rem;height:12.5rem;top:3.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZAZ9Xh00LPuZRhU0N7CBPFHQr4HSA6i { width:0.0625rem;height:12.5rem;top:3.25rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K782dy8d3G4rPKKhh9QUOk6RPb5620DK { width:2.0625rem;height:2.0625rem;top:6.4375rem;left:42.0625rem;display:block; }
#K782dy8d3G4rPKKhh9QUOk6RPb5620DK > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #rbTxI1cm1RxDWkx6ifnbcHk8BoJ6pLRU { width:2.0625rem;height:2.0625rem;top:6.4375rem;left:45.0625rem;display:block; }
#rbTxI1cm1RxDWkx6ifnbcHk8BoJ6pLRU > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #GGJmTcbiUVAxciKfzGfBt2u8sXLtirfN { width:2.0625rem;height:2.0625rem;top:6.4375rem;left:45.6875rem;display:block; }
#GGJmTcbiUVAxciKfzGfBt2u8sXLtirfN > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #rhR7SuBamJGXopkl7sk78BHLe13EtZeZ { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #rhR7SuBamJGXopkl7sk78BHLe13EtZeZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { display:block; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZuD22bZLb89XzcLIdSpnTTSITyyaatV { width:21.375rem;height:1.1875rem;top:1.5rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { width:10.3125rem;height:2.75rem;top:0.75rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block; }
 }@media only screen and (max-width: 763px) { #lozey0tZVSaOEoNvoQ5afdp32t8pnBN9 { width:1.75rem;height:1.75rem;top:1.1875rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0fa1a1d6-cfab-4b9f-bb55-543c2b8345f4/b9656fb3cf.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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,6,19,0.86); }#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,6,19,0.86); }#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 { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cH0iCDSnfu2RoXH3LvctTvu7hRXpazFs { width:20rem;height:13.125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXByPtUDn2Qc4N2xNvWyHsJP8XzuWEgW { width:7.0625rem;height:6.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSXlH7OLh2zkhA1oyXK1pheGmIbBcqQ { width:20rem;height:16.6875rem;top:64.2216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFpT1Tdiy1DfoqupiktiHPvTRRJgLDrW { width:18.125rem;height:5.97949375rem;top:10.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFvkN9T0B3UfZPXDDTx4FJFQ8GXwPqOA { width:19rem;height:8.4375rem;top:18.2216796875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8dGBuuLDTVsaq6iRRyHtFmhLCtz2yeG { width:19.1875rem;height:3.4375rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEFJseE2RROryNto1UZltrJSmkdxdPsm { display:block; }
 }@media only screen and (max-width: 763px) { #QktlmV6MJlqxbyiT5uiMTFHPM2Et2MzL { width:4.75rem;height:4.75rem;top:42.5625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAwZx4MlZUVQHiwBAh2ukHfoGtD18mp5 { width:7.5rem;height:7.5rem;top:34.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAdIKDMrhqicyvDag9F3XgtOAR09tddz { display:flex;width:1.75rem;height:1.75rem;top:29.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #mUb4uI45TALVodLffDG9JFCk0s8kCfsS { width:9.3125rem;height:2.625rem;top:48.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQD9mRykvD7TrCKAwX5xMT8EgloRtHg { display:block; }
 }@media only screen and (max-width: 763px) { #rsdKlPIbHDkXXaS817dKUPTP0QDapmgf { width:9.875rem;height:2.625rem;top:48.8125rem;left:10.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxRD6ud02UhU5Lb5BTzL7XCBZw39oOO { display:block; }
 }@media only screen and (max-width: 763px) { #MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U { display:block; }#MJOgd5Tkd3biZT0s0fqeZgNBwZUocd5U > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRLtTI3g1S1Mw8EbAUyv6ZoxgIgCm4b6 { width:16.375rem;height:1.4619125rem;top:2.4375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R58KbfyFeok3RQJbg37vTbxcD47TXbkG { width:13rem;height:2.923825rem;top:8.109375rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSIRnD8iDnEMNac0HxySSlUkGCspyWSK { width:13rem;height:2.923825rem;top:14.4072265625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIatGmlFBPKlEOl1A0Pb5zA8bRL19GdU { width:13rem;height:2.923825rem;top:20.767578125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW7vv97bgrt4U2V4T40Ah6KBTcx5ldWP { width:20rem;height:0.0625rem;top:6.234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdpJX0I51vlTBT841DvzFG7fq5r6WCok { width:20rem;height:0.0625rem;top:12.7197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSTnvAEJ3QzJToeTmlWJTVN01u2dh4eK { width:20rem;height:0.0625rem;top:18.955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 { display:block; }#NHkv5eoVQMkbvV1NbVVTGtOQbMVtNB95 > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5 { width:14.125rem;height:14.5625rem;top:39.7666015625rem;left:5.875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a9528368-7567-4252-8c0b-404b41ffb1ce/homem.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5.adaptive-delivery-prevent-bg, #T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5.lazyload, #T2wKl25LOgQH8CehZ0Nrsl9iCUDQLWo5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6  { width:17.5rem;height:auto;top:9.8544921875rem;left:0rem; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 {display:block;}#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 { width:17.5rem;height:auto;top:9.8544921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Btl9RgbUFSNC3kqbBfdGXxqVi1Svxc9L {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #o6ars9hCNDpOChZxpaAN8EVLr8W6nzs0 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ppFNW0RtPhsBIL9cyExe1XubOvFOJ27d {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #LKQ8vTJxuClOFzTkg5VJGG6bZhdLvJc1 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #U3WrFH1EzqCD9LkMAeU6ei4rVIpTz1zx {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #JIt07EpQzMW4sLZMoZPeofNQov9WzRNJ {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OTHgUOhVld0FbAKgkhwJTnybo23OO5c5 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #Gm6FntJDwfoaMsw4LQ3LZOqKMi63adau {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RwaNteiVieS9wI0ft81MlINW3ctk4CUm {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #RCzpKl31CuJKoqrPzIwqfE0zWTt487Np {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #wnQBexo7wHKwJCWoeg7lcCXwVthg8J8M {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #z5RlH4k3cMFpUvU3vz0wFtdI5R6mHU6r {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #C4NizQZNhbPIEumcdW9stQ9PUcmsBgTu {  }
#InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #C4NizQZNhbPIEumcdW9stQ9PUcmsBgTu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #DCzfZr7oHZUBnAkZsFW1J53qJavPOhTV {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #FaX1nsi6qQuort6AKPtva4UEwsps22tO {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #QuySrLsHmo1f5StEGCDgwpB0mA44BRhw {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zIEqyCWmyProKLw9iZxrnIs3DW3QShox {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #MJQ3QqcRmZITuCDV2Fvq0EFa8GBHILsd {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #rhPrTVV8nWPTQqVno8qCPtVVh2ddP7nf {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #q2smXlOq2f0mFI4T3owOXk6nNVwLIip6 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #KRH5Qemb54mW1ugNdgCtCGQbFTbSyvXr {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #OT8n0pApW1xF2dz5KdRxDxMmRRJESkR3 {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #ynyGybh2JQ41aBk9S1u7zITRwrUQ6uTc {  }
 }@media only screen and (max-width: 763px) { #InyMmvCsUlxAenZq6EIQWnTaZWOqESh6 #zJ6RkUJsEfZ3A2GBrKW8aT6CSi2BP6F9 {  }
 }@media only screen and (max-width: 763px) { #Q77FgfSmekoNnrx7MePDOb9MyppHTypx { width:20rem;height:3.4375rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ { display:block; }#bRQMrHwnzSSsntSMAC6oPyK6SFnOLGTQ > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgmnm9IsZq5y8PdkxvsfcvdGBxX5S6ch { width:20rem;height:5.15625rem;top:3.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKCP9QNEutSROCDRR9eWOGpRFrZzIIAs { width:20rem;height:25.5rem;top:11.06640625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNUSgX3andVxRHK91Z0HdPwfd11T5vXL { width:8.75rem;height:2.923825rem;top:46.724609375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KuogSap7XErTrJmzXqrxWKOEQdwxXPVZ { width:8.75rem;height:2.923825rem;top:46.7236328125rem;left:11.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AaCv58xVAUn6w18G7H2AsptRXACFRHH6 { width:3.625rem;height:3.625rem;top:42.1875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTEkCT93wQ04zhmAo11ntVOHwDXvyTC5 { width:8.75rem;height:2.923825rem;top:56.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTwwkIN0nXd2x8FRTUudX6Lyu04LfTvo { width:8.75rem;height:2.923825rem;top:56.5615234375rem;left:11.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFJMBAtpis4mCIgcmBofwK3TiIx0hA4V { width:8.75rem;height:2.923825rem;top:66.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o7ngh4m6JLvpn8nK78G1IJh6q5xWhiT0 { width:8.75rem;height:2.923825rem;top:66.75rem;left:10.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KfhU6HZ25exfNZOil6fX8fblZ2N60U3L { display:flex;width:3.125rem;height:3.125rem;top:61.9375rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #KwnzCc6pT8rvuroI2pkcuar5fApszi8X { width:3.625rem;height:3.625rem;top:51.65625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmB2pQVVOVEo2QOnQfw1BIQtuT2TsSuM { width:4.4375rem;height:3.25rem;top:51.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtTBoRGsQ6TWGzq4fQ51yCAJ4OS6EML { width:3.25rem;height:3.25rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaQzJmd8heXyUZ6GaXoNhf3U0f7GwSk8 { width:3.625rem;height:3.625rem;top:61.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0ZLdoDy0GMu9w8oNBFpAxkJc0EZkUi8 { width:7rem;height:7rem;top:58.125rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ca1d25f0-123a-4355-8e3b-f0d76565b05f/68fe79103dcopiar.webp");background-position: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; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ.adaptive-delivery-prevent-bg, #QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ.lazyload, #QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ.lazyloading { background-image: none; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container { background-color: transparent; background-image: none; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container > .video-iframe-container { display: none; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row > .video-iframe-container { display: none; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .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); }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container { border-width: 0; border-radius: 0; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXwcOieAQNaECoTxC1mhpmfCc6l9KlZQ > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRWrBFZTMn7ez9I7ntHRJVX3QFW7F8sK { width:5.3125rem;height:5.3125rem;top:0rem;left:14.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD { display:block; }#eC0uRa4LzIxG7B8K5vD545mvz4H5sxRD > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6plGQ2wLRXSHXa3LiAxmfmT0scwbWbx { width:20rem;height:3.7109375rem;top:3.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKd0M0OdPVvPNps6JG8ReMhgNvDM2cnv { width:20rem;height:5.0625rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDz0tTVDMg7TXRpwHAm3EabLm648TUHW { width:20rem;height:39.625rem;top:60.2109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHsmMMytrD9ZkPaGUUeqToTcOO8097oT { width:7.625rem;height:4.5rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgzCblOqII1Grd5EAR6Gs6Flyrnrst4k { display:flex;width:2.5rem;height:2.5rem;top:15.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iARxGVAsKAmvyXR5bllduteeDk4BPTgN { width:6.8125rem;height:4.5rem;top:18.75rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaGXkTDDNaR6IPwwhmCLyrR7pWi3OTxA { display:flex;width:2.5rem;height:2.5rem;top:15.1875rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #cQRVJmtyOIAcaTfaq0CAwA7pCid3kOM3 { width:7rem;height:3rem;top:28.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSHPwtBTnkdbJ1kgoOuJpTRcd0H4GEkq { width:6.25rem;height:3rem;top:28.625rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyfJb8lhzQ2JQpTzTRedKSfwcVvPKDlK { display:flex;width:2.5rem;height:2.5rem;top:25.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JyKbg4EIGmbaErvgkBA2PllRqauNGgti { display:flex;width:2.5rem;height:2.5rem;top:25.0625rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #xepUDQdI9SkRrUhebBFRHnXmK7TlN40s { width:5.375rem;height:3rem;top:37rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIN2nktRXOwW8F6wpAe3AIfSsqw1UPT1 { display:flex;width:2.5rem;height:2.5rem;top:33.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Fgfd5PCpbwtoTV93Eeoupt28Ew3iyyti { width:14.25rem;height:3.4375rem;top:44rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTQ1m3OUpv6aCmLKXCSJqT6vaM9SXp6 { display:block; }
 }@media only screen and (max-width: 763px) { #cMtKcI7v3VQt6MFItb2546BaZ557WmZS { display:flex;width:1.75rem;height:1.75rem;top:44.8125rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW { display:block; }#MM1u6FrFfliZrRhRBZPecWNyGF7BOcLW > .row .container { width:20rem;height:93.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V622yMrXvyu4luDqwRu8c8RWJmQEkmAV { width:20rem;height:5.56640625rem;top:4.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06qBn47ESVhzhlc1F92i6nAIA4tw0Ti { width:20rem;height:18.6875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNcd3qFEt3P8F5dET1oU52DdBOFNwCPf { width:18.5625rem;height:1.625rem;top:21.59375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVE4ELDyKfUngT9PCoKPOquaZ1Gi1BUy { width:17.25rem;height:5.19921875rem;top:24.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIJD7wgxwnw5ItUU5vPEyaMFGVIUagts { width:20rem;height:14.1875rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfD1kH9VzLzm8ULxemyIJHecoAlwrc8Z { width:20rem;height:18.6875rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLvX2QB7VVQUzJOKTHVrM42CXgIdHBBH { width:20rem;height:14.5625rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmeXEzSiqk6rS1Q5D5kg9PGd2aIiM61k { width:17.25rem;height:5.19921875rem;top:44.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dShT7Sk0z83RsVI59b9mlwZz7SJnt434 { width:16.3125rem;height:3.25rem;top:40.375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIwHf2i9bb5BEs39PaHSuqpnq5p8qTn { width:20rem;height:18.6875rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGu62i1fUmpBqUhKhrZP3cMnyZir8rm { width:20rem;height:18.8125rem;top:52.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.46), #0b0b0b);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.46), #0b0b0b);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.46), #0b0b0b);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.46), #0b0b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000075', endColorstr='#0b0b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000075', endColorstr='#0b0b0b' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.46), #0b0b0b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TFMWMkF5IidvqbmEgDoALIFXutJ4KWDK { width:20rem;height:18.6875rem;top:73.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C33Tb14g8ytlCFvr6PzGIWTaTkiI1vGa { width:20rem;height:14.5625rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSpW8mrROZKZTAkE823o6y81HyZOZsGG { width:17.25rem;height:5.19921875rem;top:64.875rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLcsDfwQ6KKJIKeE70PBo2nLKiMRRy9m { width:17.25rem;height:5.19921875rem;top:85.8125rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHMZoeMtgRr6AThfvEDzkIZImasHtFER { width:17.25rem;height:3.25rem;top:60.625rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH35GHdRF65zolVQLuFmAIs31rPBg4Tp { width:17.25rem;height:3.25rem;top:81.6875rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTApHc1Abh0hZPGgGfEWeMxdIc3te3a4 { width:9.375rem;height:9.375rem;top:49.94921875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egoEipCGhcAoRlf0iHCNfowrGXmwhskI { display:block; }#egoEipCGhcAoRlf0iHCNfowrGXmwhskI > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLDcEMw0mMspb3PTfsJ2TVnTfa5FPLOu { width:20rem;height:4.7109375rem;top:3.05078125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uoun2TxwSXTBm91mbtxtTbeJwtw195iW { width:12.5rem;height:1.94921875rem;top:11.51171875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuaEQNiTB5V5WAvwZSJrJRreAKDhQwTb { width:20rem;height:6.0244125rem;top:14.09765625rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }#SuaEQNiTB5V5WAvwZSJrJRreAKDhQwTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_83a0d0da18494bc7bdcfefae4260c312.svg); }
 }@media only screen and (max-width: 763px) { #WHTRpO5f8N9Bm9uwCoToDTzPV8orlHDL { width:20rem;height:7.82425rem;top:25.6875rem;left:0rem;font-size:1rem;line-height:1.8;display:block; }#WHTRpO5f8N9Bm9uwCoToDTzPV8orlHDL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #ZArlwIhhd1fLhvnr6Tudcf6I9mRvozOP { width:18.8125rem;height:1.94921875rem;top:22.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfi3epaThAatx9OutOyCf851R5v8Th62 { width:12.5rem;height:0.0625rem;top:51.63184375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFVKRBaK0FcIBxp9u915MUiELVWSXt84 { width:12.5rem;height:0.0625rem;top:50.2890703125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3wOgUGfmbrTZhK1FVx9EI7vGwHIbH3l { width:15rem;height:0.0625rem;top:52.94434375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxJhNfpMGTOXGuaGE1i1brOKveWTQtMI { width:9.375rem;height:9.375rem;top:32.7158203125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR { display:block; }#F7WznJ5srNHDty7zFJXzrd6GJdoBUSPR > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK { display:flex;height:auto;width:17.5rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #cxokxh7Oo6EwtlCpASshcerWGamORHBM {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #mSC8lFAy5GXHTKex8eCq7oaFwdcNNo0N {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #zLL3Lruedw20PEtvncNXPATVNzlpLLiR {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Xv7cs34euSGkBv7MVTU6rMSKqaEhacMA {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #eXRhEQbIoGKpnAW4JMun9SPk6lslA4dJ {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #f41VO3p2mXE5WBg5UmNbUOBvTz017t10 {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #ikRrTZMC4TCI9eJkV35V0ROlX7SMQFQs {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #P4HKFhDtSr1BU48TCSSJ8RQEoKFzTSMB {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #NL4JS7i9Guo8K380x9nPD8TXwd2Alo1I {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #TKkmJmc4y2ls6GwW8rAbAHT39xWiISoQ {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #b14lC0C8KxTAuwSRUAUSkH5VZ3Krw5Cn {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Qw3hPpZ9gOTMXcGWXfr6dgKkR1kKiLQf {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #sZhHbEIsmCKz7XBgOXzRmCZfBxHczvyf {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #Pk4OI6DzE8fiDop44EphyhmW3TUZg63f {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #yuv1K1dvJzVxOS3HzD1IJdzMMqCck24M {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #JUBWILw5PmbbKtX5sqyBnExUkykWTkgi {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #AMbzTAXTrg3twI3lxns4NlSblOxbm3Qp {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #DPmtt3vDSAEpM7DQMIg7usJTbB8nhWnU {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #khaBdrMpQOoan1GbWcsIiyUDTrxbH7Xr {  }
 }@media only screen and (max-width: 763px) { #pvfcFZ6zygTD5XWJ3dU2nZT3TFZ8vteK #alxFho6t4XLMTiymmBKvlsrMG4b5Nbi8 {  }
 }@media only screen and (max-width: 763px) { #ad3kGzLOWquPHTr0oArVkhS6TfI8Wg4c { width:15.8125rem;height:4.19921875rem;top:2.55078125rem;left:1.25rem;font-size:1.75rem;z-index:15002;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WV7usllv8nErgl9pWOqwoSeSt0lTXELe { width:20rem;height:0;top:49.1484375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 { display:block; }#S7ccIaM89D4u0pkdDr2B9kOMzJ01lau3 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiB8DDa9AUCAP0BR6ccn393B1two46Xb { width:9.75rem;height:9.375rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMb2BBwScNcsReeJg91pguBTFArM1a7i { width:17.4375rem;height:2.923825rem;top:11.375rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1fOi8FJqJTNGo6LKuc2azMCZKEr9JNf { width:20rem;height:3.7109375rem;top:17.6669921875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJoEpWVDhKnRdA3xHx3inXNp6dMzcNyg { width:19.1875rem;height:3.4375rem;top:22.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVtAO5S27iX0VBJOct2eolfowHEmxWkb { display:block; }
 }@media only screen and (max-width: 763px) { #sT2Fl1tbpsTpRK07ehwBMUiu9O0fXFUd { display:flex;width:1.75rem;height:1.75rem;top:23.8125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T71dMbwkQGp7ur3TJRE5psUI2TxKdfnc { width:16.4375rem;height:1.8681625rem;top:28.826171875rem;left:1.78125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tnqn8AazAOVlBrXDWn3zkbVo2f7owLgD { width:0.0625rem;height:12.5rem;top:12.72949375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZAZ9Xh00LPuZRhU0N7CBPFHQr4HSA6i { width:0.0625rem;height:12.5rem;top:50.7666125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K782dy8d3G4rPKKhh9QUOk6RPb5620DK { display:flex;width:2.0625rem;height:2.0625rem;top:32.5625rem;left:5.75rem; }
#K782dy8d3G4rPKKhh9QUOk6RPb5620DK > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #rbTxI1cm1RxDWkx6ifnbcHk8BoJ6pLRU { display:flex;width:2.0625rem;height:2.0625rem;top:32.5625rem;left:9.0625rem; }
#rbTxI1cm1RxDWkx6ifnbcHk8BoJ6pLRU > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #GGJmTcbiUVAxciKfzGfBt2u8sXLtirfN { display:flex;width:2.0625rem;height:2.0625rem;top:32.5625rem;left:12.25rem; }
#GGJmTcbiUVAxciKfzGfBt2u8sXLtirfN > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #rhR7SuBamJGXopkl7sk78BHLe13EtZeZ { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #rhR7SuBamJGXopkl7sk78BHLe13EtZeZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-primary-2),0.85);background-image:none;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; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { background-color: transparent; background-image: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { display: none; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .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); }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { border-width: 0; border-radius: 0; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yigZ3OnrzT1pmXPWfFC2XKDCThFbnu9M > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZuD22bZLb89XzcLIdSpnTTSITyyaatV { width:11.25rem;height:2rem;top:1.4375rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rpNGEtcJOHifHkEiGGQa9E0b6VORF4hV { width:7.8125rem;height:2.75rem;top:1.0625rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uETNISOUne3yTlRBGZxl24nf5wzsLDry { display:block; }
 }@media only screen and (max-width: 763px) { #lozey0tZVSaOEoNvoQ5afdp32t8pnBN9 { display:flex;width:1.75rem;height:1.75rem;top:1.5625rem;left:12.8125rem; }
 }