.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:251,233,217;--color-primary-1:240,181,128;--color-primary-2:225,107,0;--color-primary-3:113,54,0;--color-primary-4:34,16,0;--color-secondary-0:217,218,224;--color-secondary-1:128,133,150;--color-secondary-2:1,11,45;--color-secondary-3:1,6,23;--color-secondary-4:0,2,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:97,97,97;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:url("https://images.assets-landingi.com/uc/6ced3c6a-37d2-49d1-ac85-ab8f40f347e3/fullbannerlocal.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/FmiXrVaw/Screenshot_3.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;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;top:0rem;left:0rem;right:0rem;display:block; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W.adaptive-delivery-prevent-bg, #ea6qRDKCiRr46TUPvfCMrKd9GypStO8W.lazyload, #ea6qRDKCiRr46TUPvfCMrKd9GypStO8W.lazyloading { background-image: none; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container { background-color: transparent; background-image: none; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container > .video-iframe-container { display: none; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row > .video-iframe-container { display: none; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .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); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container { border-width: 0; border-radius: 0; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#ctXb2pJd9SiTxTMOxBtTDGQNfmeNrNFJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:17.0625rem;display:block; }
#KEDrNfHpaP6EuimrknSUUJPaMnu4xhhy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPWZwOVi1A8gbpMiHkuwaVfTCnXfIqXB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.1875rem;left:34.125rem;display:block; }
#GQOi1uHCDrIOUOla4BnzW12gg6dIxkg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNyem4VPL3XlMhOtceilO51wRflTkmyo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.1875rem;left:47.125rem;display:block; }
#cvwm8xUDNcef5rZqei4LEDPud8Mp6B0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQpFHSDyShDKRXbT4R8vsFMcc2PUl6lN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.1875rem;left:60.25rem;display:block; }
#yLCHVq7VpanvBM7TsLsbzK2gpMkRm9NA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtQTmxbO3SnXXDOWgd3NoBmUOq1vZXmk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.1875rem;width:11.1875rem;top:0rem;left:0rem;display:block; }
#nUMOL52woz4RPvCTfVPAAWSZMV6Vv8sZ { 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:5.8125rem;width:9.875rem;top:0.6875rem;left:0.65625rem;overflow:hidden;display:block; }
#BTPqkd6sMpWTTE1wF9BtipqLzbuurVq3 { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:5.4375rem;left:59.0625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#msaulkmSv62esWVpQ5LpNdibhJpTPbhB { color:rgba(var(--color-secondary-2),1);display:block;width:9.8109375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:4.4375rem;left:59.1875rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dN22XyZkv8dyuTci74ATLDuKZcOWGzFn { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:3.125rem;left:37.75rem;display:block; }
#kAStO757GfJb2ksKHDcO3iVEHi2qD2V1 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.9375rem;left:20.1875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LkQaWWIKtqG3a8tkVxa7oRZJMTPwhm64 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);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:block;z-index:15011;top:4.5rem;left:17.125rem;display:block; }
#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.59));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.59));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.59));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#010b2d96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#010b2d96' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(1,11,45,0.59));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container { background-color: transparent; background-image: none; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container > .video-iframe-container { display: none; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row > .video-iframe-container { display: none; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .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); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container { border-width: 0; border-radius: 0; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;overflow:visible;position:relative;display:block; }#eo59KLCIOJNKJ52oTJNAliPxnSopK1Kq { color:rgba(var(--color-tertiary-0),1);display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:23.375rem;left:3.1875rem;height:13.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z6rdscFqU8pIhgpbNswHUJFywe5ObZXG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:13.125rem;display:none; }
#T98swUTEliHS1BsvDRctZNHFFX6K5rHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tmliEdOaksvhc5akNwexzvW09FTt9ooO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.1875rem;left:43.1875rem;display:none; }
#l6k03q9Tsc792Hm14nyHkxaGHnxbcwH8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Voex8BVD6TaLJaMCiPcAR6p3S4TnWNtD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.1875rem;left:30.1875rem;display:none; }
#E5IozS9fmVu6IOKOzagPWAs26nc0rBZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3nvx7o9MPzzxXdZI8nIDR8zpT4dSyCS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.1875rem;left:56.3125rem;display:none; }
#iEldpWPqvmWxyIJapyEVRxLCMprlkGuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cg28k0bgkeHrlaSUFuAACPkcnDc0dE3l { position:absolute;display:block;z-index:15062;height:3.75rem;width:20rem;top:43.5rem;left:27.5rem;display:block; }
#REDUsyqXPcbK6zS335nibSL6ma8CPopz { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:0.625rem;display:block; }
#zN1QKFZoMwsGXF9F05hMFBx57MVdTTqU { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:19.375rem;display:block; }
#JTnLImBJ4lFCEK7gpaZKxv58J0GmwpLA { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:38.125rem;display:block; }
#LBJIUW0BDzzfcXz29CCGKweDZRqHgNQI { box-sizing:content-box;height:7.5rem;width:18.125rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.3125rem;left:56.875rem;display:block; }
#I7WnUOpxDmFZasBImbyNZiNfITE11804 { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:58.875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwWFk4WkPTD25iBkoTatlG6HOPNK6Eqx { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:58.875rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#seeTPsy8ZcAwqbcWPM0rxwKy6AG9TIV1 { color:rgba(var(--color-secondary-2),1);display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:58.875rem;left:38.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvSAzDuiR0t2Pg9XCC07AFeleO0TeZFe { color:#1e36e9;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:58.875rem;left:56.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q6WvOVVIfClZR5uo0rzuitTaK83HAUm2 { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:60.5625rem;left:1.5625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgp5vKW3X1xemJ4CMP9CJe4sXZQh47Q7 { color:rgba(var(--color-secondary-2),1);display:block;width:15.75rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:60.8125rem;left:20.5625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBs9pHRI4L2ScKXGIkz0dxg9KnudCZ5n { color:rgba(var(--color-secondary-2),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:60.8125rem;left:39.0625rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRKk5dLE62mtoSR8GGGVMqS9KinGDGZd { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:60.8125rem;left:58.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5oQ0OIaPF8IkQo7y7gaRTbXkVtBGAET { position:absolute;display:block;z-index:15063;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.5625rem;width:20rem;top:18.125rem;left:27.5rem;overflow:hidden;display:block; }
#hfuO0qTHZ8LSREZTUhTGJkc5WURWAIzw { box-sizing:content-box;height:4.625rem;width:21.125rem;position:absolute;display:block;z-index:15000;background-color:#00388b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.1875rem;left:0rem;display:none; }
#ttG8c3O1BeOxKwtqqQzRooutMXPF4HRX { color:rgba(var(--color-tertiary-0),1);display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:38.125rem;left:5.125rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WEITUQ0uQk4XxrZgL3pTQC4kWgXOuGkK { color:rgba(var(--color-tertiary-0),1);display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:15.560939788818rem;left:3.15625rem;height:13.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WOv30HGKDx853iTtBBKhpHoi0Wa2NFMJ { color:rgba(var(--color-tertiary-0),1);display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:3.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:15.560939788818rem;left:3.15625rem;height:13.725rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#srsRT4aPi7TUMs4Hv7vZS64vv3AVcJxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.337501525879rem;left:5.0984382629394rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container { background-color: transparent; background-image: none; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container > .video-iframe-container { display: none; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row > .video-iframe-container { display: none; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .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); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container { border-width: 0; border-radius: 0; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#MHTkz9e72Xn7sZVQXIJhGGfnq0H5JF6A { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:14.1875rem;left:46.1875rem;height:22.05rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#EWFOiRbfUzKywys2dpOUWMacXP0SNkcl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.6875rem;left:4.3125rem;display:none; }
#Cixz4HdW7ZKVzZB1AQcFpT8pCaETqot1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Go184uv0uVQmv91fPeXzpax9dnLB0lox { position:absolute;display:block;z-index:15063;height:3.75rem;width:20rem;top:37.131248474121rem;left:46.1875rem;display:block; }
#Bf73pf7ZC1UCBoEK3bC48RILrqi42ae8 { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:24.8125rem;width:44.25rem;top:8.0625rem;left:0rem;display:block; }
#vTTP9f3CryMafCP3ccLQq0sDm9JEJVX2 { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QE5EAKfAN2mPg1BKpRiquWOkM6GP0BzW { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.625rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lQTrsP6rXpKphfPJ8qViLDUOfHDGm6z7 { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5625rem;left:0rem;display:block; }
#zyugcV7JEMeGxmFMdzGt2TUkGfrZ1yly { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5625rem;left:11.25rem;display:block; }
#i93G7BG1VQK5rxW1zu3lKZF7wEDSV14m { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:37rem;left:11.25rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#avEl2JqMB5WJVzuXJDqwOW4LHGCF3T4p { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.625rem;left:11.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tv5TNeT4w7LpLRZPCZcAuiJTrZyLeoTK { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5625rem;left:22.5rem;display:block; }
#aurNtHnvCiUqaMPelsy1rxq5iu8wtVVq { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37rem;left:22.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTyECwxVcrfHn6MpC2DesaKtOC0u7Jab { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:39.625rem;left:22.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waxLrsosVpHvvCbTL5q1367lapQWLM90 { box-sizing:content-box;height:6.6875rem;width:10.625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.5625rem;left:33.6875rem;display:block; }
#w3a8bczQBdR5Jspo8lWs1R3WSTUVC43E { color:#1e36e9;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37rem;left:33.6875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtcbIhTyChm0WNQ7utTltePkThCemmtv { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.625rem;left:33.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJV1WJ0q5kaas7kOinTfPDkqitp1dqeJ { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.0625rem;left:46.1875rem;height:4.675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row .container { background-color: transparent; background-image: none; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row .container > .video-iframe-container { display: none; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row > .video-iframe-container { display: none; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .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); }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row .container { border-width: 0; border-radius: 0; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#WPqguVfmm8CnDvCkiGbTpcdN5S0pDa79 { position:absolute;display:block;z-index:15000;height:45.8745625rem;width:75rem;top:1.0004348754882rem;left:0rem;display:block; }
#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/789b8721-2ec6-4ded-9c13-5a50de592e73/bgmudanca.webp");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; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI.adaptive-delivery-prevent-bg, #anLTloiFEw4VBxuxJMOPBu43sHl3WPlI.lazyload, #anLTloiFEw4VBxuxJMOPBu43sHl3WPlI.lazyloading { background-image: none; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row .container { background-color: transparent; background-image: none; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row .container > .video-iframe-container { display: none; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row > .video-iframe-container { display: none; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .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); }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row .container { border-width: 0; border-radius: 0; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#DWfcwlUyHsrPmOCyZnoUDbwwDV532l5P { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4fd58310-26d0-4860-87ef-f4df30de81aa/Card01.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.375rem;left:0.3125rem;display:block; }#DWfcwlUyHsrPmOCyZnoUDbwwDV532l5P.adaptive-delivery-prevent-bg, #DWfcwlUyHsrPmOCyZnoUDbwwDV532l5P.lazyload, #DWfcwlUyHsrPmOCyZnoUDbwwDV532l5P.lazyloading { background-image: none; }
#DAtpRzy1amCdD1WFT2dZCQ7gSsDt5l1p { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.375rem;left:0.3125rem;display:block; }
#OMgwTCvX2wl1XksGQ2RQpu5ftTsEcaOm { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:32.1875rem;left:0.3125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBuNeCFznuooSNp4h8LnP1FrZVMyRoTW { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.3125rem;left:2.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z0Mp4HzLTMISRC1l74XJdliqcigeRfXo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:43.237499237061rem;left:2.15625rem;display:block; }
#XGapVcbb9CFRO3ZM1yF9WGRwa4kI3pdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQlxOBQhxbLKdqloOUwHev9G6fBy9HBL { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.875rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4uEgBL2HKJWzXTZWi6MDuFutFRHqnFH { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfyWaAihZ214Mac1r9J0MwlZxvmOHTIL { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.375rem;left:19.0625rem;display:block; }
#CM2h3xahTVlTewtAqNs9k3fFT7XwJJAq { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:43.125rem;left:21.25rem;display:block; }
#kENhJ19DGDQPuFxFRFCcscTwkIqpd0Ze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPe5Zr3lwHx4XqNvNuGFDMVoi0UeFqSg { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.375rem;left:21.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A65qu80TENJaQ3AyXEOBsWQ4fQA3v5sS { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:32.1875rem;left:19.0625rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dhg2cetBy1XvmA4kTKPA0Qu4At5xIx5K { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a72414b-4f35-4f66-ad4e-df73a7e428c8/card02.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.375rem;left:19.0625rem;display:block; }#Dhg2cetBy1XvmA4kTKPA0Qu4At5xIx5K.adaptive-delivery-prevent-bg, #Dhg2cetBy1XvmA4kTKPA0Qu4At5xIx5K.lazyload, #Dhg2cetBy1XvmA4kTKPA0Qu4At5xIx5K.lazyloading { background-image: none; }
#ZsBhWxFICe9RKBC1N9VKc0uDuctlFmfx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.375rem;left:37.8125rem;display:block; }
#WXMTEpyeal5K2AAWbVU0cNusOowlvu0M { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:43.125rem;left:40rem;display:block; }
#oGS5iBPMnGer5gTMWW7rpZArTBiCqH4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lR3TVJ2ZFOqXMishTicrg7Uc89bqftJQ { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.375rem;left:40.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GCiC9g1QCE3hmGpEw9CTOxQf4yOyVpca { color:#00d8e0;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:32.1875rem;left:37.8125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBLur2XxoN2Irfm4vrVK8VoolSUMOJT7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/10820027-c5f3-4a64-9f9f-c55811e451d4/card03.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.375rem;left:37.8125rem;display:block; }#MBLur2XxoN2Irfm4vrVK8VoolSUMOJT7.adaptive-delivery-prevent-bg, #MBLur2XxoN2Irfm4vrVK8VoolSUMOJT7.lazyload, #MBLur2XxoN2Irfm4vrVK8VoolSUMOJT7.lazyloading { background-image: none; }
#WH0wuTp70PMkm68IFIsND26OIWtD7WHb { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:18.125rem;top:12.375rem;left:56.5625rem;display:block; }
#WN8BR9tVItubGTZLZom59ttcnkaxZUA7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#daac00', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #daac00, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:43.125rem;left:58.75rem;display:block; }
#Wah0V7VwbUnXCIZxVcRe7VEJHtigTz9c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2b0w8vnDHeyC0Countz22QktFnBqKEf { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:36.375rem;left:58.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CaxcE19epudmFBqTGiukLa5VsX3BBBBN { color:#00d8e0;display:block;width:17.5625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:32.1875rem;left:56.84375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiTXpgOLJavW5SkgCvMEndKx4aCEesUL { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e37a409a-b08e-4ca5-9dc8-0da4791ba1e7/card04.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:12.375rem;left:56.5625rem;display:block; }#oiTXpgOLJavW5SkgCvMEndKx4aCEesUL.adaptive-delivery-prevent-bg, #oiTXpgOLJavW5SkgCvMEndKx4aCEesUL.lazyload, #oiTXpgOLJavW5SkgCvMEndKx4aCEesUL.lazyloading { background-image: none; }
#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e36e9;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; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row .container { background-color: transparent; background-image: none; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row .container > .video-iframe-container { display: none; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row > .video-iframe-container { display: none; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .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); }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row .container { border-width: 0; border-radius: 0; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#xd39VyWeQyvnDwnWoFOfJvTnCU2zeqwN { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bfb58380-1e75-4ce5-80eb-dbe56d4f4f2c/placeholder1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:12.0625rem;left:44.125rem;display:block; }#xd39VyWeQyvnDwnWoFOfJvTnCU2zeqwN.adaptive-delivery-prevent-bg, #xd39VyWeQyvnDwnWoFOfJvTnCU2zeqwN.lazyload, #xd39VyWeQyvnDwnWoFOfJvTnCU2zeqwN.lazyloading { background-image: none; }
#ng0OTbEqk0etoyGemnb4TnZ4CF0yKDZf { color:rgba(var(--color-tertiary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.0625rem;left:46.3125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#StthH0Eked11Db3hrpVNwLzxucBAsLLH { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.625rem;left:46.3125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sbntA9ZIM5rmBXrhRkT4RvgTMTrExyDB { color:rgba(var(--color-tertiary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:25.9375rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D5ClGP33WzKuGtb3uam4Cu48heQzEiok { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAJ3kuFfOTl1LZwcm3oriJTSB8ubEuG9 { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/48a630cc-19f5-4327-93a5-fcc69ced6727/phonecall.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.625rem;left:24.125rem;display:block; }#tAJ3kuFfOTl1LZwcm3oriJTSB8ubEuG9.adaptive-delivery-prevent-bg, #tAJ3kuFfOTl1LZwcm3oriJTSB8ubEuG9.lazyload, #tAJ3kuFfOTl1LZwcm3oriJTSB8ubEuG9.lazyloading { background-image: none; }
#ey7ST7OTCrW7EnFyXrk4imbWpy3axcsG { color:rgba(var(--color-tertiary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.625rem;left:13.5rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckwOaPl7U4OXM9XWNibygn4AfhTb8rGe { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b48110a5-38db-4b02-9e32-854551afc675/smartphone.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:11.625rem;left:11.3125rem;display:block; }#ckwOaPl7U4OXM9XWNibygn4AfhTb8rGe.adaptive-delivery-prevent-bg, #ckwOaPl7U4OXM9XWNibygn4AfhTb8rGe.lazyload, #ckwOaPl7U4OXM9XWNibygn4AfhTb8rGe.lazyloading { background-image: none; }
#dIrZzxcGKCtbESpNtBQURweiPtq2vZCy { color:rgba(var(--color-tertiary-2),1);display:block;width:7.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.1875rem;left:13.5rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQK0NOkimaOUfTM4TB0zru3qF9WMcX1g { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3156280517578rem;left:11.300003051757rem;height:5.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQcgmag9vnQsPLWrt0g3AKZ5yaJkNP7J { 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:7.5625rem;width:9.875rem;top:3.1343765258789rem;left:0rem;overflow:hidden;display:block; }
#dnQ5Nv5uolTleKp6LpMNoE3FzFWqJDWf { position:absolute;display:block;z-index:15001;height:6.8125rem;width:37.1875rem;top:3.5093765258789rem;left:37.811721801757rem;display:block; }
#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");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; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8.adaptive-delivery-prevent-bg, #XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8.lazyload, #XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8.lazyloading { background-image: none; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row .container { background-color: transparent; background-image: none; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row .container > .video-iframe-container { display: none; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row > .video-iframe-container { display: none; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .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); }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row .container { border-width: 0; border-radius: 0; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8::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; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#W1rDTTUThNaow5OORgeWyiXKuveVRtZz { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.171875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP { position:relative;display:none; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP { border-width: 0; border-radius: 0; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .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; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .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; }#u2l0KhaLxB8K0g159aRK1PEh4z2AwSTZ { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6865rem;height:4.374025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.9375rem;left:0rem;display:none; }
#szHGvKWqiAuZaqRk0KTfCyvqhffUKN2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTZsZPoQsSGmSkq65ZTrg0bL3UPOK3bH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ea6qRDKCiRr46TUPvfCMrKd9GypStO8W { display:block; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctXb2pJd9SiTxTMOxBtTDGQNfmeNrNFJ { width:17.0625rem;height:2.875rem;top:0.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEDrNfHpaP6EuimrknSUUJPaMnu4xhhy { display:block; }
 }@media only screen and (max-width: 763px) { #EPWZwOVi1A8gbpMiHkuwaVfTCnXfIqXB { width:11.875rem;height:2.875rem;top:0.1875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQOi1uHCDrIOUOla4BnzW12gg6dIxkg0 { display:block; }
 }@media only screen and (max-width: 763px) { #hNyem4VPL3XlMhOtceilO51wRflTkmyo { width:11.125rem;height:2.875rem;top:0.1875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvwm8xUDNcef5rZqei4LEDPud8Mp6B0t { display:block; }
 }@media only screen and (max-width: 763px) { #fQpFHSDyShDKRXbT4R8vsFMcc2PUl6lN { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLCHVq7VpanvBM7TsLsbzK2gpMkRm9NA { display:block; }
 }@media only screen and (max-width: 763px) { #QtQTmxbO3SnXXDOWgd3NoBmUOq1vZXmk { width:11.1875rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUMOL52woz4RPvCTfVPAAWSZMV6Vv8sZ { width:9.875rem;height:5.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPqkd6sMpWTTE1wF9BtipqLzbuurVq3 { width:15.9375rem;height:2.375rem;top:5.4375rem;left:31.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #msaulkmSv62esWVpQ5LpNdibhJpTPbhB { width:9.75rem;height:1.3125rem;top:4.4375rem;left:38rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN22XyZkv8dyuTci74ATLDuKZcOWGzFn { width:20rem;height:3.75rem;top:3.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAStO757GfJb2ksKHDcO3iVEHi2qD2V1 { width:13.875rem;height:2.25rem;top:4.9375rem;left:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkQaWWIKtqG3a8tkVxa7oRZJMTPwhm64 { width:3.125rem;height:3.125rem;top:4.5rem;left:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv { display:block; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eo59KLCIOJNKJ52oTJNAliPxnSopK1Kq { width:47.75rem;height:13.6875rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6rdscFqU8pIhgpbNswHUJFywe5ObZXG { width:17.0625rem;height:2.875rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T98swUTEliHS1BsvDRctZNHFFX6K5rHB { display:block; }
 }@media only screen and (max-width: 763px) { #tmliEdOaksvhc5akNwexzvW09FTt9ooO { width:11.125rem;height:2.875rem;top:0.1875rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6k03q9Tsc792Hm14nyHkxaGHnxbcwH8 { display:block; }
 }@media only screen and (max-width: 763px) { #Voex8BVD6TaLJaMCiPcAR6p3S4TnWNtD { width:11.875rem;height:2.875rem;top:0.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5IozS9fmVu6IOKOzagPWAs26nc0rBZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #a3nvx7o9MPzzxXdZI8nIDR8zpT4dSyCS { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEldpWPqvmWxyIJapyEVRxLCMprlkGuT { display:block; }
 }@media only screen and (max-width: 763px) { #cg28k0bgkeHrlaSUFuAACPkcnDc0dE3l { width:20rem;height:3.75rem;top:43.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REDUsyqXPcbK6zS335nibSL6ma8CPopz { width:18.125rem;height:7.5rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN1QKFZoMwsGXF9F05hMFBx57MVdTTqU { width:18.125rem;height:7.5rem;top:57.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnLImBJ4lFCEK7gpaZKxv58J0GmwpLA { width:18.125rem;height:7.5rem;top:57.3125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJIUW0BDzzfcXz29CCGKweDZRqHgNQI { width:18.125rem;height:7.5rem;top:57.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7WnUOpxDmFZasBImbyNZiNfITE11804 { width:18.125rem;height:1.625rem;top:58.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwWFk4WkPTD25iBkoTatlG6HOPNK6Eqx { width:18.125rem;height:1.625rem;top:58.875rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #seeTPsy8ZcAwqbcWPM0rxwKy6AG9TIV1 { width:18.125rem;height:1.625rem;top:58.875rem;left:24.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvSAzDuiR0t2Pg9XCC07AFeleO0TeZFe { width:18.125rem;height:1.625rem;top:58.875rem;left:29.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6WvOVVIfClZR5uo0rzuitTaK83HAUm2 { width:16.25rem;height:2.75rem;top:60.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgp5vKW3X1xemJ4CMP9CJe4sXZQh47Q7 { width:15.75rem;height:2.75rem;top:60.8125rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBs9pHRI4L2ScKXGIkz0dxg9KnudCZ5n { width:16.25rem;height:2.75rem;top:60.8125rem;left:25.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRKk5dLE62mtoSR8GGGVMqS9KinGDGZd { width:15.4375rem;height:2.75rem;top:60.8125rem;left:32.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5oQ0OIaPF8IkQo7y7gaRTbXkVtBGAET { width:20rem;height:3.5625rem;top:18.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuO0qTHZ8LSREZTUhTGJkc5WURWAIzw { width:21.125rem;height:4.625rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttG8c3O1BeOxKwtqqQzRooutMXPF4HRX { width:47.75rem;height:4.5rem;top:38.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEITUQ0uQk4XxrZgL3pTQC4kWgXOuGkK { width:20rem;height:;top:5.125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOv30HGKDx853iTtBBKhpHoi0Wa2NFMJ { width:20rem;height:;top:4.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #srsRT4aPi7TUMs4Hv7vZS64vv3AVcJxQ { width:19rem;height:;top:13.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb { display:block; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHTkz9e72Xn7sZVQXIJhGGfnq0H5JF6A { width:28.8125rem;height:22rem;top:14.1875rem;left:18.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWFOiRbfUzKywys2dpOUWMacXP0SNkcl { width:25.0625rem;height:4.375rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cixz4HdW7ZKVzZB1AQcFpT8pCaETqot1 { display:block; }
 }@media only screen and (max-width: 763px) { #Go184uv0uVQmv91fPeXzpax9dnLB0lox { width:20rem;height:3.75rem;top:37.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf73pf7ZC1UCBoEK3bC48RILrqi42ae8 { width:44.25rem;height:24.8125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTP9f3CryMafCP3ccLQq0sDm9JEJVX2 { width:10.625rem;height:2.75rem;top:37rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE5EAKfAN2mPg1BKpRiquWOkM6GP0BzW { width:10.625rem;height:1.125rem;top:39.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTrsP6rXpKphfPJ8qViLDUOfHDGm6z7 { width:10.625rem;height:6.6875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyugcV7JEMeGxmFMdzGt2TUkGfrZ1yly { width:10.625rem;height:6.6875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i93G7BG1VQK5rxW1zu3lKZF7wEDSV14m { width:10.625rem;height:2.75rem;top:37rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avEl2JqMB5WJVzuXJDqwOW4LHGCF3T4p { width:10.625rem;height:1.125rem;top:39.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv5TNeT4w7LpLRZPCZcAuiJTrZyLeoTK { width:10.625rem;height:6.6875rem;top:35.5625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aurNtHnvCiUqaMPelsy1rxq5iu8wtVVq { width:10.625rem;height:2.75rem;top:37rem;left:8.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTyECwxVcrfHn6MpC2DesaKtOC0u7Jab { width:10.625rem;height:1.125rem;top:39.625rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxLrsosVpHvvCbTL5q1367lapQWLM90 { width:10.625rem;height:6.6875rem;top:35.5625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3a8bczQBdR5Jspo8lWs1R3WSTUVC43E { width:10.625rem;height:2.75rem;top:37rem;left:20.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcbIhTyChm0WNQ7utTltePkThCemmtv { width:10.625rem;height:1.125rem;top:39.625rem;left:20.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJV1WJ0q5kaas7kOinTfPDkqitp1dqeJ { width:28.625rem;height:4.625rem;top:8.0625rem;left:19.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI { display:block; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPqguVfmm8CnDvCkiGbTpcdN5S0pDa79 { width:47.75rem;height:45.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLTloiFEw4VBxuxJMOPBu43sHl3WPlI { display:block; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWfcwlUyHsrPmOCyZnoUDbwwDV532l5P { width:18.125rem;height:18.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAtpRzy1amCdD1WFT2dZCQ7gSsDt5l1p { width:18.125rem;height:33.625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMgwTCvX2wl1XksGQ2RQpu5ftTsEcaOm { width:18.125rem;height:3.5625rem;top:32.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBuNeCFznuooSNp4h8LnP1FrZVMyRoTW { width:14rem;height:4.875rem;top:36.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Mp4HzLTMISRC1l74XJdliqcigeRfXo { width:14.4375rem;height:2.8125rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGapVcbb9CFRO3ZM1yF9WGRwa4kI3pdk { display:block; }
 }@media only screen and (max-width: 763px) { #sQlxOBQhxbLKdqloOUwHev9G6fBy9HBL { width:47.75rem;height:3.0625rem;top:4.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uEgBL2HKJWzXTZWi6MDuFutFRHqnFH { width:47.75rem;height:1.6875rem;top:8.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfyWaAihZ214Mac1r9J0MwlZxvmOHTIL { width:18.125rem;height:33.625rem;top:12.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM2h3xahTVlTewtAqNs9k3fFT7XwJJAq { width:14.4375rem;height:2.8125rem;top:43.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kENhJ19DGDQPuFxFRFCcscTwkIqpd0Ze { display:block; }
 }@media only screen and (max-width: 763px) { #EPe5Zr3lwHx4XqNvNuGFDMVoi0UeFqSg { width:14rem;height:4.875rem;top:36.375rem;left:9.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A65qu80TENJaQ3AyXEOBsWQ4fQA3v5sS { width:18.125rem;height:3.5625rem;top:32.1875rem;left:5.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhg2cetBy1XvmA4kTKPA0Qu4At5xIx5K { width:18.125rem;height:18.125rem;top:12.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBhWxFICe9RKBC1N9VKc0uDuctlFmfx { width:18.125rem;height:33.625rem;top:12.375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXMTEpyeal5K2AAWbVU0cNusOowlvu0M { width:14.4375rem;height:2.8125rem;top:43.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGS5iBPMnGer5gTMWW7rpZArTBiCqH4V { display:block; }
 }@media only screen and (max-width: 763px) { #lR3TVJ2ZFOqXMishTicrg7Uc89bqftJQ { width:14rem;height:4.875rem;top:36.375rem;left:21.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCiC9g1QCE3hmGpEw9CTOxQf4yOyVpca { width:18.125rem;height:3.5625rem;top:32.1875rem;left:17.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLur2XxoN2Irfm4vrVK8VoolSUMOJT7 { width:18.125rem;height:18.125rem;top:12.375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH0wuTp70PMkm68IFIsND26OIWtD7WHb { width:18.125rem;height:33.625rem;top:12.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8BR9tVItubGTZLZom59ttcnkaxZUA7 { width:14.4375rem;height:2.8125rem;top:43.125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wah0V7VwbUnXCIZxVcRe7VEJHtigTz9c { display:block; }
 }@media only screen and (max-width: 763px) { #c2b0w8vnDHeyC0Countz22QktFnBqKEf { width:14rem;height:4.875rem;top:36.375rem;left:33.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaxcE19epudmFBqTGiukLa5VsX3BBBBN { width:17.5625rem;height:3.5625rem;top:32.1875rem;left:30.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTXpgOLJavW5SkgCvMEndKx4aCEesUL { width:18.125rem;height:18.125rem;top:12.375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq { display:block; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd39VyWeQyvnDwnWoFOfJvTnCU2zeqwN { width:1.875rem;height:1.875rem;top:12.0625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0OTbEqk0etoyGemnb4TnZ4CF0yKDZf { width:11.4375rem;height:1.4375rem;top:12.0625rem;left:32.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StthH0Eked11Db3hrpVNwLzxucBAsLLH { width:22.3125rem;height:1.25rem;top:13.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbntA9ZIM5rmBXrhRkT4RvgTMTrExyDB { width:6.1875rem;height:1.4375rem;top:11.625rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ClGP33WzKuGtb3uam4Cu48heQzEiok { width:7.6875rem;height:1.1875rem;top:13rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJ3kuFfOTl1LZwcm3oriJTSB8ubEuG9 { width:1.875rem;height:1.875rem;top:11.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey7ST7OTCrW7EnFyXrk4imbWpy3axcsG { width:7.25rem;height:;top:11.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwOaPl7U4OXM9XWNibygn4AfhTb8rGe { width:1.875rem;height:1.875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIrZzxcGKCtbESpNtBQURweiPtq2vZCy { width:7.4375rem;height:1.1875rem;top:13.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQK0NOkimaOUfTM4TB0zru3qF9WMcX1g { width:25.5rem;height:5.1875rem;top:4.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQcgmag9vnQsPLWrt0g3AKZ5yaJkNP7J { width:9.875rem;height:7.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQ5Nv5uolTleKp6LpMNoE3FzFWqJDWf { width:37.1875rem;height:6.8125rem;top:3.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 { display:block; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1rDTTUThNaow5OORgeWyiXKuveVRtZz { width:47.75rem;height:1.1875rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QocK9rXx5szokuWSTtmukxJ5kWN9vuBP { display:none; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u2l0KhaLxB8K0g159aRK1PEh4z2AwSTZ { width:20.625rem;height:4.3125rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #szHGvKWqiAuZaqRk0KTfCyvqhffUKN2Q { display:block; }
 }@media only screen and (max-width: 763px) { #tTZsZPoQsSGmSkq65ZTrg0bL3UPOK3bH { width:20rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zoqXngO4/mudanca2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #ea6qRDKCiRr46TUPvfCMrKd9GypStO8W { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container { background-color: transparent; background-image: none; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container > .video-iframe-container { display: none; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row > .video-iframe-container { display: none; }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .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); }#ea6qRDKCiRr46TUPvfCMrKd9GypStO8W > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ctXb2pJd9SiTxTMOxBtTDGQNfmeNrNFJ { width:20rem;height:2.875rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEDrNfHpaP6EuimrknSUUJPaMnu4xhhy { display:block; }
 }@media only screen and (max-width: 763px) { #EPWZwOVi1A8gbpMiHkuwaVfTCnXfIqXB { width:9.875rem;height:2.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQOi1uHCDrIOUOla4BnzW12gg6dIxkg0 { display:block; }
 }@media only screen and (max-width: 763px) { #hNyem4VPL3XlMhOtceilO51wRflTkmyo { width:9.875rem;height:2.875rem;top:10.5rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvwm8xUDNcef5rZqei4LEDPud8Mp6B0t { display:block; }
 }@media only screen and (max-width: 763px) { #fQpFHSDyShDKRXbT4R8vsFMcc2PUl6lN { width:20rem;height:2.875rem;top:13.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLCHVq7VpanvBM7TsLsbzK2gpMkRm9NA { display:block; }
 }@media only screen and (max-width: 763px) { #QtQTmxbO3SnXXDOWgd3NoBmUOq1vZXmk { width:12.4375rem;height:6.0625rem;top:0rem;left:3.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUMOL52woz4RPvCTfVPAAWSZMV6Vv8sZ { width:8.75rem;height:5.1875rem;top:0.375rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPqkd6sMpWTTE1wF9BtipqLzbuurVq3 { width:17.125rem;height:0;top:63.1875rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #msaulkmSv62esWVpQ5LpNdibhJpTPbhB { width:9.8125rem;height:0;top:62.0625rem;left:4.125rem;text-align:left;text-align-last:left;line-height:1.2;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dN22XyZkv8dyuTci74ATLDuKZcOWGzFn { width:20rem;height:3.75rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAStO757GfJb2ksKHDcO3iVEHi2qD2V1 { width:13.875rem;height:0;top:13.625rem;left:3.0625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkQaWWIKtqG3a8tkVxa7oRZJMTPwhm64 { width:3.125rem;height:3.125rem;top:9.25rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7184364-a63e-4d9f-bee1-ef050c82faae/fullbannermobile1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv.adaptive-delivery-prevent-bg, #BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv.lazyload, #BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv.lazyloading { background-image: none; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container { background-color: transparent; background-image: none; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,11,45,0.61); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container > .video-iframe-container { display: none; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,11,45,0.61); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row > .video-iframe-container { display: none; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .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); }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container { border-width: 0; border-radius: 0; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv::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; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMQCedPhFpud7Eip4wGD2JSmEtUKxUOv > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eo59KLCIOJNKJ52oTJNAliPxnSopK1Kq { width:20rem;height:0;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #z6rdscFqU8pIhgpbNswHUJFywe5ObZXG { width:20rem;height:2.875rem;top:24.25rem;left:0rem;z-index:15013;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #T98swUTEliHS1BsvDRctZNHFFX6K5rHB { display:block; }
 }@media only screen and (max-width: 763px) { #tmliEdOaksvhc5akNwexzvW09FTt9ooO { width:9.875rem;height:2.875rem;top:27.4375rem;left:10.125rem;z-index:15015;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #l6k03q9Tsc792Hm14nyHkxaGHnxbcwH8 { display:block; }
 }@media only screen and (max-width: 763px) { #Voex8BVD6TaLJaMCiPcAR6p3S4TnWNtD { width:9.875rem;height:2.875rem;top:27.4375rem;left:0rem;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #E5IozS9fmVu6IOKOzagPWAs26nc0rBZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #a3nvx7o9MPzzxXdZI8nIDR8zpT4dSyCS { width:20rem;height:2.875rem;top:30.625rem;left:0rem;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #iEldpWPqvmWxyIJapyEVRxLCMprlkGuT { display:block; }
 }@media only screen and (max-width: 763px) { #cg28k0bgkeHrlaSUFuAACPkcnDc0dE3l { width:20rem;height:4.375rem;top:18.16250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REDUsyqXPcbK6zS335nibSL6ma8CPopz { width:20rem;height:7.375rem;top:33rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00388b;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #zN1QKFZoMwsGXF9F05hMFBx57MVdTTqU { width:19.875rem;height:3.125rem;top:49.6875rem;left:-0.62500002980231rem;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #JTnLImBJ4lFCEK7gpaZKxv58J0GmwpLA { width:19.8125rem;height:3.125rem;top:54.4375rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #LBJIUW0BDzzfcXz29CCGKweDZRqHgNQI { width:19.8125rem;height:3.125rem;top:58.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #I7WnUOpxDmFZasBImbyNZiNfITE11804 { width:18.125rem;height:0;top:33.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwWFk4WkPTD25iBkoTatlG6HOPNK6Eqx { width:18.125rem;height:0;top:46.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #seeTPsy8ZcAwqbcWPM0rxwKy6AG9TIV1 { width:18.125rem;height:0;top:54.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvSAzDuiR0t2Pg9XCC07AFeleO0TeZFe { width:18.125rem;height:0;top:61.312499284744rem;left:0.93671876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6WvOVVIfClZR5uo0rzuitTaK83HAUm2 { width:16.25rem;height:0;top:40.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgp5vKW3X1xemJ4CMP9CJe4sXZQh47Q7 { width:15.75rem;height:0;top:48.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBs9pHRI4L2ScKXGIkz0dxg9KnudCZ5n { width:16.25rem;height:0;top:56.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRKk5dLE62mtoSR8GGGVMqS9KinGDGZd { width:15.4375rem;height:0;top:63.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5oQ0OIaPF8IkQo7y7gaRTbXkVtBGAET { width:20rem;height:3.5625rem;top:44.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hfuO0qTHZ8LSREZTUhTGJkc5WURWAIzw { width:20rem;height:2.5625rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttG8c3O1BeOxKwtqqQzRooutMXPF4HRX { width:20rem;height:0;top:14.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEITUQ0uQk4XxrZgL3pTQC4kWgXOuGkK { width:20rem;height:7.5rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WOv30HGKDx853iTtBBKhpHoi0Wa2NFMJ { width:20rem;height:1.71875rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #srsRT4aPi7TUMs4Hv7vZS64vv3AVcJxQ { width:19rem;height:4.725rem;top:13.4375rem;left:0.49921876192093rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15002;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb { background-color:#ffffff;background-image:none;display:block; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container { background-color: transparent; background-image: none; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container > .video-iframe-container { display: none; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row > .video-iframe-container { display: none; }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .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); }#TeSSs1SWrEiHZH63u3QpFDQSxvSOqqqb > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHTkz9e72Xn7sZVQXIJhGGfnq0H5JF6A { width:20rem;height:17.95625rem;top:8rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EWFOiRbfUzKywys2dpOUWMacXP0SNkcl { width:19rem;height:4.375rem;top:182.2441875rem;left:0.5rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Cixz4HdW7ZKVzZB1AQcFpT8pCaETqot1 { display:block; }
 }@media only screen and (max-width: 763px) { #Go184uv0uVQmv91fPeXzpax9dnLB0lox { width:20rem;height:3.75rem;top:38.901563644409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf73pf7ZC1UCBoEK3bC48RILrqi42ae8 { height:11.2140625rem;width:20rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTTP9f3CryMafCP3ccLQq0sDm9JEJVX2 { width:9.375rem;height:2.6rem;top:46.5rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE5EAKfAN2mPg1BKpRiquWOkM6GP0BzW { width:9.375rem;height:1.1375rem;top:49.125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTrsP6rXpKphfPJ8qViLDUOfHDGm6z7 { width:9.6875rem;height:5rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyugcV7JEMeGxmFMdzGt2TUkGfrZ1yly { width:9.6875rem;height:5rem;top:45.875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #i93G7BG1VQK5rxW1zu3lKZF7wEDSV14m { width:9.375rem;height:2.6rem;top:46.5rem;left:10.500000536442rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #avEl2JqMB5WJVzuXJDqwOW4LHGCF3T4p { width:9.375rem;height:1.1375rem;top:49.125rem;left:10.500000536442rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv5TNeT4w7LpLRZPCZcAuiJTrZyLeoTK { width:9.6875rem;height:5rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aurNtHnvCiUqaMPelsy1rxq5iu8wtVVq { width:9.375rem;height:2.6rem;top:52.125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTyECwxVcrfHn6MpC2DesaKtOC0u7Jab { width:9.375rem;height:1.1375rem;top:54.75rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxLrsosVpHvvCbTL5q1367lapQWLM90 { width:9.6875rem;height:5rem;top:51.5rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3a8bczQBdR5Jspo8lWs1R3WSTUVC43E { width:9.375rem;height:2.6rem;top:52.125rem;left:10.500000536442rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcbIhTyChm0WNQ7utTltePkThCemmtv { width:9.375rem;height:1.1375rem;top:54.75rem;left:10.500000536442rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJV1WJ0q5kaas7kOinTfPDkqitp1dqeJ { width:20rem;height:3.7375rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI { display:block; }#M3zWtKId1D6IhMl6ErluTaMIq4bUNmaI > .row .container { width:20rem;height:101.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPqguVfmm8CnDvCkiGbTpcdN5S0pDa79 { width:20rem;height:45.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLTloiFEw4VBxuxJMOPBu43sHl3WPlI { display:block; }#anLTloiFEw4VBxuxJMOPBu43sHl3WPlI > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWfcwlUyHsrPmOCyZnoUDbwwDV532l5P { width:9.6875rem;height:9.6875rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAtpRzy1amCdD1WFT2dZCQ7gSsDt5l1p { width:9.6875rem;height:24.375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMgwTCvX2wl1XksGQ2RQpu5ftTsEcaOm { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBuNeCFznuooSNp4h8LnP1FrZVMyRoTW { width:7.5625rem;height:5.85rem;top:24.375rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Mp4HzLTMISRC1l74XJdliqcigeRfXo { width:9.6875rem;height:2.8125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGapVcbb9CFRO3ZM1yF9WGRwa4kI3pdk { display:block; }
 }@media only screen and (max-width: 763px) { #sQlxOBQhxbLKdqloOUwHev9G6fBy9HBL { width:19.9984375rem;height:4.4rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4uEgBL2HKJWzXTZWi6MDuFutFRHqnFH { width:20rem;height:0;top:9.7500004768369rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfyWaAihZ214Mac1r9J0MwlZxvmOHTIL { width:9.6875rem;height:24.375rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM2h3xahTVlTewtAqNs9k3fFT7XwJJAq { width:9.6875rem;height:2.8125rem;top:32.375rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #kENhJ19DGDQPuFxFRFCcscTwkIqpd0Ze { display:block; }
 }@media only screen and (max-width: 763px) { #EPe5Zr3lwHx4XqNvNuGFDMVoi0UeFqSg { width:7.5rem;height:6.825rem;top:24.4375rem;left:11.250000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A65qu80TENJaQ3AyXEOBsWQ4fQA3v5sS { width:9.6875rem;height:2.0625rem;top:21.6875rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhg2cetBy1XvmA4kTKPA0Qu4At5xIx5K { width:9.6875rem;height:9.6875rem;top:10.75rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBhWxFICe9RKBC1N9VKc0uDuctlFmfx { width:9.6875rem;height:24.375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXMTEpyeal5K2AAWbVU0cNusOowlvu0M { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGS5iBPMnGer5gTMWW7rpZArTBiCqH4V { display:block; }
 }@media only screen and (max-width: 763px) { #lR3TVJ2ZFOqXMishTicrg7Uc89bqftJQ { width:8.6875rem;height:5.85rem;top:49.3125rem;left:0.49999994039536rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCiC9g1QCE3hmGpEw9CTOxQf4yOyVpca { width:9.6875rem;height:2.0625rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLur2XxoN2Irfm4vrVK8VoolSUMOJT7 { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH0wuTp70PMkm68IFIsND26OIWtD7WHb { width:9.6875rem;height:24.375rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN8BR9tVItubGTZLZom59ttcnkaxZUA7 { width:9.6875rem;height:2.8125rem;top:57.3125rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wah0V7VwbUnXCIZxVcRe7VEJHtigTz9c { display:block; }
 }@media only screen and (max-width: 763px) { #c2b0w8vnDHeyC0Countz22QktFnBqKEf { width:8.5rem;height:5.85rem;top:49.3125rem;left:10.875000536442rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaxcE19epudmFBqTGiukLa5VsX3BBBBN { width:9.6875rem;height:2.0625rem;top:46.625rem;left:10.312500536442rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTXpgOLJavW5SkgCvMEndKx4aCEesUL { width:9.6875rem;height:9.6875rem;top:35.6875rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq { display:block; }#F7DEsEAA2o12TdJO5wgpGp68pt3lZdhq > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd39VyWeQyvnDwnWoFOfJvTnCU2zeqwN { width:1.875rem;height:1.875rem;top:7.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng0OTbEqk0etoyGemnb4TnZ4CF0yKDZf { width:9.75rem;height:0;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #StthH0Eked11Db3hrpVNwLzxucBAsLLH { width:20rem;height:0.975rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbntA9ZIM5rmBXrhRkT4RvgTMTrExyDB { width:9.75rem;height:1.4625rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ClGP33WzKuGtb3uam4Cu48heQzEiok { width:9.75rem;height:0.975rem;top:19rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAJ3kuFfOTl1LZwcm3oriJTSB8ubEuG9 { width:1.875rem;height:1.875rem;top:14.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey7ST7OTCrW7EnFyXrk4imbWpy3axcsG { width:9.75rem;height:1.4625rem;top:17.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwOaPl7U4OXM9XWNibygn4AfhTb8rGe { width:1.875rem;height:1.875rem;top:14.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIrZzxcGKCtbESpNtBQURweiPtq2vZCy { width:9.75rem;height:0.975rem;top:19rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQK0NOkimaOUfTM4TB0zru3qF9WMcX1g { width:9.8125rem;height:6.25625rem;top:3.1875rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQcgmag9vnQsPLWrt0g3AKZ5yaJkNP7J { width:8.5rem;height:6.5rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnQ5Nv5uolTleKp6LpMNoE3FzFWqJDWf { width:20rem;height:6.8125rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 { display:block; }#XTJLcQqNtwlXOV8EyFLqqARDqFImWtA8 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1rDTTUThNaow5OORgeWyiXKuveVRtZz { width:20rem;height:0.975rem;top:1.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QocK9rXx5szokuWSTtmukxJ5kWN9vuBP { background-color:transparent;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row .container { background-color: transparent; background-image: none; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row .container > .video-iframe-container { display: none; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row > .video-iframe-container { display: none; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .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); }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row .container { border-width: 0; border-radius: 0; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QocK9rXx5szokuWSTtmukxJ5kWN9vuBP > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2l0KhaLxB8K0g159aRK1PEh4z2AwSTZ { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#1f8400;background-image:url("https://images.assets-landingi.com/uc/0c1e1c88-1240-4a1d-9847-c160ad5bf9a1/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:15016;font-weight:400;font-style:normal;line-height:1.1;display:block; }#u2l0KhaLxB8K0g159aRK1PEh4z2AwSTZ.adaptive-delivery-prevent-bg, #u2l0KhaLxB8K0g159aRK1PEh4z2AwSTZ.lazyload, #u2l0KhaLxB8K0g159aRK1PEh4z2AwSTZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #szHGvKWqiAuZaqRk0KTfCyvqhffUKN2Q { display:block; }
 }@media only screen and (max-width: 763px) { #tTZsZPoQsSGmSkq65ZTrg0bL3UPOK3bH { top:3.2625007629394rem;left:0rem;width:20rem;height:3.125rem;z-index:15019;overflow:hidden;display:block; }
 }