.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,231,224;--color-primary-1:255,175,152;--color-primary-2:255,95,48;--color-primary-3:128,48,24;--color-primary-4:38,14,7;--color-secondary-0:219,221,228;--color-secondary-1:135,143,166;--color-secondary-2:14,30,76;--color-secondary-3:7,15,38;--color-secondary-4:2,5,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }body { background-color:rgba(var(--color-secondary-2),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:rgba(var(--color-secondary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#KpvMGDsI9ionEDn7fbhu53I25imd2h6G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9362rem;width:21.4355625rem;top:1.6558160781861rem;left:9.1232643127444rem;overflow:hidden;display:block; }
#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a4a244af-b49f-44a9-ac5e-b7a28fe6d54c/Prancheta1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.adaptive-delivery-prevent-bg, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyload, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyloading { background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { background-color: transparent; background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .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); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { border-width: 0; border-radius: 0; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { font-size:0.875rem;font-family:arial;height:96.8125rem;width:75rem;position:relative;display:block; }#Q3yEGxQfLbvNa6lAJ53SCREVql2STCEu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.4995625rem;width:22.5rem;top:9.9348959922788rem;left:41.810981750488rem;overflow:hidden;display:block; }
#hNDCAcoGHkfdmutKzzJ25bmhgh27Btfz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.5625rem;left:9.3125rem;height:7.3111875rem;font-style:normal;display:block; }
#g0PMGhok8wbM5z7WJdsr4fBhhPuNgxWB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:26.25rem;top:11.75rem;left:9.3125rem;overflow:hidden;display:block; }
#CePMs89kHhTEaX8OqwwqrL1hDMG9IVMF { background-color:#ff5f30;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:25.1248125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.4375rem;left:9.3125rem;display:block; }
#c6IEei8qHQRIqClKDgtafoIg8tEWCwSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h22AHdfNopbwV4KWCDLS2KQ5qc97MGpN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.0625rem;left:9.3125rem;height:3.41363125rem;font-style:normal;display:block; }
#b3HU8Mq0BgLnnaQMlUdwnhnmTtgOQ1zT { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:52.124567031861rem;left:14.879558563233rem;height:4.87305rem;font-style:normal;display:block; }
#ZalhyrvNZw5IOTXdBwxgT5zTMk3u0DJt { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.4373125rem;width:45.374375rem;top:58.998483657837rem;left:14.811199188233rem;display:block; }
#C4ZD1cUOy69wthyHu1Np3Rs0P6TdEEuB { box-sizing:content-box;height:0.185546875rem;width:5.56206875rem;position:absolute;display:block;z-index:15007;background-color:#ff5f30;background-image:none;top:90.435115814206rem;left:34.717884063721rem;display:block; }
#QmTMEZTHZaGAqA6MSeTTUpGq0Xk3ASJL { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:91.499568939206rem;left:12.562934875488rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/62b0ed4e-7b02-4d5f-a3cb-d239589b6d68/Prancheta2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo.adaptive-delivery-prevent-bg, #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo.lazyload, #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo.lazyloading { background-image: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { background-color: transparent; background-image: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container > .video-iframe-container { display: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container { display: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .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); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { border-width: 0; border-radius: 0; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { font-size:0.875rem;font-family:arial;height:122rem;width:75rem;position:relative;display:block; }#kQW4ITuHAaI2OQff1exU0kAIQQ6BPZLO { position:absolute;display:block;z-index:15011;height:16.7480625rem;width:30.8105625rem;top:55.562067985534rem;left:38.68815612793rem;display:block; }
#KtxfAlATkTmXXhGehl7x07k9ZwN4le7k { box-sizing:content-box;height:45.125rem;width:32.9375rem;position:absolute;display:block;z-index:15003;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;top:47.25rem;left:37.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NZ74UKOMR4WIIULPW65ugqSTp8yZIy2D { color:rgba(var(--color-secondary-2),1);display:block;width:30.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:51.9375rem;left:39rem;height:2.192925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeOHEvI3XqmlJOkM69V1EoOVl2J0yAcX { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.7011680603027rem;left:20.531684875488rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NayekUBV1fSfMrqSErN7b3JTweqTNDlV { color:rgba(var(--color-secondary-2),1);display:block;width:30.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.75rem;left:39rem;height:2.192925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9pp2vcu2G7ZT9ynevrbGa8OCBX3hOh3 { position:absolute;display:block;z-index:15002;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:45.125rem;width:46.1875rem;top:47.25rem;left:4.4375rem;overflow:hidden;display:block; }
#J7nNVETDqIT7puR3mT54ZGBkPq8vMTyr { background-color:#ff5f30;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:25.1248125rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:43.621968746185rem;left:24.935981750488rem;display:none; }
#ndIWaFmUMmGTsvbdpfCJKisA3fCslRPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7ntLkeZnTZHuqVsWiNm22KrOb9d8TEN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:26.25rem;top:105.16166973114rem;left:24.375rem;overflow:hidden;display:block; }
#ftXuNLiZOIRcoFR8TMnGCpl2ayJHFhDS { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.5625rem;left:0rem;display:block; }
#HkbvlPccW4SsvTBuZW9nZWl0mDzcLn38 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.562064170838rem;left:19.569229125976rem;display:block; }
#RooJKAQaxrQkLs22QLFwq6A86T8qL9L5 { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.562064170838rem;left:38.944229125976rem;display:block; }
#gNc5cdT94KEM5seTiAIFuLsNOB66bgdX { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;top:10.5625rem;left:58.125rem;display:block; }
#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5f30;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; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { background-color: transparent; background-image: none; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container > .video-iframe-container { display: none; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row > .video-iframe-container { display: none; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .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); }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { border-width: 0; border-radius: 0; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { background-color: transparent; background-image: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container > .video-iframe-container { display: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container { display: none; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .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); }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { border-width: 0; border-radius: 0; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.556640625rem;left:26.3125rem;height:1.13688125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:63.5625rem;overflow:hidden;display:block; }
#FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:66.9375rem;overflow:hidden;display:block; }
#SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2.03125rem;left:70.3125rem;overflow:hidden;display:block; }
#AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.125rem;top:1.625rem;left:1.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KpvMGDsI9ionEDn7fbhu53I25imd2h6G { width:21.3748125rem;height:2.9286rem;top:1.6601563692093rem;left:13.062066376209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI { display:block; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { width:47.75rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q3yEGxQfLbvNa6lAJ53SCREVql2STCEu { width:18.8748125rem;height:30.5620625rem;top:7.9448790550231rem;left:26.188152074814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNDCAcoGHkfdmutKzzJ25bmhgh27Btfz { width:17.7495625rem;height:6.09375rem;top:18.185763835907rem;left:3.5687935352326rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0PMGhok8wbM5z7WJdsr4fBhhPuNgxWB { width:21.5625rem;height:4.62456875rem;top:9.8708777427675rem;left:3.5687935352326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CePMs89kHhTEaX8OqwwqrL1hDMG9IVMF { width:20.875rem;height:2.5rem;top:34.249133586884rem;left:3.5687935352326rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6IEei8qHQRIqClKDgtafoIg8tEWCwSx { display:block; }
 }@media only screen and (max-width: 1199px) { #h22AHdfNopbwV4KWCDLS2KQ5qc97MGpN { width:18.4375rem;height:4.87305rem;top:26.248916149139rem;left:3.5687935352326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3HU8Mq0BgLnnaQMlUdwnhnmTtgOQ1zT { width:21.936875rem;height:3.8997375rem;top:44.122180938721rem;left:4.3196618556976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZalhyrvNZw5IOTXdBwxgT5zTMk3u0DJt { width:38.6870625rem;height:21.624375rem;top:49.435766220093rem;left:4.5301649570465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4ZD1cUOy69wthyHu1Np3Rs0P6TdEEuB { width:5.49805rem;height:0.124783125rem;top:76.372615814206rem;left:21.125217199326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmTMEZTHZaGAqA6MSeTTUpGq0Xk3ASJL { width:38.75rem;height:3.2487rem;top:78.934465408325rem;left:4.4986979961395rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { display:block; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { width:47.75rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kQW4ITuHAaI2OQff1exU0kAIQQ6BPZLO { top:52.375rem;left:24.3125rem;width:20rem;height:10.7498125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtxfAlATkTmXXhGehl7x07k9ZwN4le7k { width:23.25rem;height:33.125rem;top:44.75rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZ74UKOMR4WIIULPW65ugqSTp8yZIy2D { top:48.625rem;left:25.25rem;width:13.186875rem;height:1.8684875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZeOHEvI3XqmlJOkM69V1EoOVl2J0yAcX { width:33.8748125rem;height:2.76041875rem;top:1.3726119995118rem;left:6.9368493556975rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NayekUBV1fSfMrqSErN7b3JTweqTNDlV { top:46.75rem;left:25.25rem;width:9.6875rem;height:1.8684875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r9pp2vcu2G7ZT9ynevrbGa8OCBX3hOh3 { width:33.75rem;height:33rem;top:44.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7nNVETDqIT7puR3mT54ZGBkPq8vMTyr { width:22.1235rem;height:2.5rem;top:36.621089935302rem;left:12.812500715256rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ndIWaFmUMmGTsvbdpfCJKisA3fCslRPh { display:block; }
 }@media only screen and (max-width: 1199px) { #Z7ntLkeZnTZHuqVsWiNm22KrOb9d8TEN { width:25.374375rem;height:5.56206875rem;top:92.059455871581rem;left:11.187066793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftXuNLiZOIRcoFR8TMnGCpl2ayJHFhDS { width:16.875rem;height:30rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HkbvlPccW4SsvTBuZW9nZWl0mDzcLn38 { width:16.875rem;height:30rem;top:10.5rem;left:5.9442291259766rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RooJKAQaxrQkLs22QLFwq6A86T8qL9L5 { width:16.875rem;height:30rem;top:10.5rem;left:25.319229125976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gNc5cdT94KEM5seTiAIFuLsNOB66bgdX { width:16.875rem;height:30rem;top:10.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb { display:block; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { width:13.936625rem;height:2.2721375rem;top:1.987850189209rem;left:33.814019918442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { width:2.1875rem;height:2.1875rem;top:2rem;left:26rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { width:11.125rem;height:3rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-2),1);background-image:none;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,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpvMGDsI9ionEDn7fbhu53I25imd2h6G { width:13.311625rem;height:1.93685rem;top:2.4989149570465rem;left:3.3430989384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b3d3eb0-f1a1-41d0-964c-e569aa589bbd/BGLPMASTERCOIP2.jpg");background-position:center right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;display:block; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.adaptive-delivery-prevent-bg, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyload, #CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI.lazyloading { background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { background-color: transparent; background-image: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e1e4c; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e1e4c; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row > .video-iframe-container { display: none; }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .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); }#CC5Rd1oMxncthUanIbKMTuhyKaJIFOfI > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3yEGxQfLbvNa6lAJ53SCREVql2STCEu { width:12.874375rem;height:20.8105625rem;top:20.059680461884rem;left:3.5622833371162rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNDCAcoGHkfdmutKzzJ25bmhgh27Btfz { width:15.7498125rem;height:5.361325rem;top:11.838107585907rem;left:2.1245661377907rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0PMGhok8wbM5z7WJdsr4fBhhPuNgxWB { width:16.9998125rem;height:3.81185rem;top:5.5881233215332rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #CePMs89kHhTEaX8OqwwqrL1hDMG9IVMF { width:18.5623125rem;height:2.9362rem;top:52.823354721069rem;left:0.71831601858137rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6IEei8qHQRIqClKDgtafoIg8tEWCwSx { display:block; }
 }@media only screen and (max-width: 763px) { #h22AHdfNopbwV4KWCDLS2KQ5qc97MGpN { width:14.124375rem;height:6.497375rem;top:43.744575023651rem;left:2.9372830986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3HU8Mq0BgLnnaQMlUdwnhnmTtgOQ1zT { width:17.9980625rem;height:3.65559375rem;top:59.989148616791rem;left:1.0004341006279rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZalhyrvNZw5IOTXdBwxgT5zTMk3u0DJt { height:11.2109375rem;width:20rem;top:65.113933563231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4ZD1cUOy69wthyHu1Np3Rs0P6TdEEuB { width:5.56206875rem;height:0.185546875rem;top:79.122180938719rem;left:7.217882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmTMEZTHZaGAqA6MSeTTUpGq0Xk3ASJL { width:16.811rem;height:9.746125rem;top:81.24783325195rem;left:1.5939670205116rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c075ec87-a19f-4691-8a4c-fc49ba73c1cd/BG2.png");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; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo.adaptive-delivery-prevent-bg, #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo.lazyload, #hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo.lazyloading { background-image: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { background-color: transparent; background-image: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container > .video-iframe-container { display: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container { display: none; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .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); }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { border-width: 0; border-radius: 0; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqhAu2k1MdolMnC9RbWOVGBb9L0kE2yo > .row .container { width:20rem;height:132.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQW4ITuHAaI2OQff1exU0kAIQQ6BPZLO { width:19.0614375rem;height:17.249375rem;top:73.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtxfAlATkTmXXhGehl7x07k9ZwN4le7k { width:20rem;height:54.8125rem;top:66.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ74UKOMR4WIIULPW65ugqSTp8yZIy2D { width:13.125rem;height:1.8684875rem;top:70.4375rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeOHEvI3XqmlJOkM69V1EoOVl2J0yAcX { width:16.186rem;height:5.52083125rem;top:1.7751750946045rem;left:1.9064670205116rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NayekUBV1fSfMrqSErN7b3JTweqTNDlV { width:9.436875rem;height:1.8684875rem;top:68.625rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9pp2vcu2G7ZT9ynevrbGa8OCBX3hOh3 { width:20rem;height:19.545375rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nNVETDqIT7puR3mT54ZGBkPq8vMTyr { width:19rem;height:3.125rem;top:43.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndIWaFmUMmGTsvbdpfCJKisA3fCslRPh { display:block; }
 }@media only screen and (max-width: 763px) { #Z7ntLkeZnTZHuqVsWiNm22KrOb9d8TEN { width:16.936875rem;height:3.62305rem;top:124.75044345856rem;left:1.5310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftXuNLiZOIRcoFR8TMnGCpl2ayJHFhDS { width:9.375rem;height:16.9375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkbvlPccW4SsvTBuZW9nZWl0mDzcLn38 { width:9.375rem;height:16.8125rem;top:9.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RooJKAQaxrQkLs22QLFwq6A86T8qL9L5 { width:9.375rem;height:16.625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNc5cdT94KEM5seTiAIFuLsNOB66bgdX { width:9.375rem;height:16.625rem;top:27.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb { display:block; }#LFolnqMul9Zn5pUGBzEVgG9yaSwEI4Cb > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oADFHe3LtyDBxBDVcfim1BheLwZs5i8N { display:block; }#oADFHe3LtyDBxBDVcfim1BheLwZs5i8N > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvtJMGI763SVV2oz1PueWWcc07JJ2hzd { width:20rem;height:2.599825rem;top:7.3741340637206rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5eIGTtvrwF6NBEbhvF2Em2ruZ9CANMZ { width:2.12456875rem;height:2.12456875rem;top:12.221138000488rem;left:3.2562935948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1WL5Pxw10xaWDxZNsE0W7G2tctn7w8 { width:2.12456875rem;height:2.12456875rem;top:12.221138000488rem;left:8.936632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZ6MXBR8XU93xRBXgT5IXnlIJ838AAi { width:2.12456875rem;height:2.12456875rem;top:12.221138000488rem;left:14.687500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHzdLcen2As4DTzQts6lU1ikJEhyA9g { width:9.375rem;height:2.5rem;top:2.5rem;left:5.3125002980232rem;display:block; }
 }