.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#101215;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,18,21,0.74);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; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container { background-color: transparent; background-image: none; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container > .video-iframe-container { display: none; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row > .video-iframe-container { display: none; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .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); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container { border-width: 0; border-radius: 0; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container { font-size:14px;font-family:arial;height:820px;width:1200px;position:relative;display:block; }#kxk98C2fmfWwdRf6TyiArtTkxICTTWE9 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f57941-d9ca-4eed-a0f7-57beab94c4e0/1664403498512.webp");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;height:995px;width:799px;top:0px;left:766px;display:block; }#kxk98C2fmfWwdRf6TyiArtTkxICTTWE9.adaptive-delivery-prevent-bg, #kxk98C2fmfWwdRf6TyiArtTkxICTTWE9.lazyload, #kxk98C2fmfWwdRf6TyiArtTkxICTTWE9.lazyloading { background-image: none; }
#kxk98C2fmfWwdRf6TyiArtTkxICTTWE9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kxk98C2fmfWwdRf6TyiArtTkxICTTWE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.55); }#Bm8VfV3G6x8haEVuvVE5tGp6z5nTcW7n { color:#ffffff;display:block;width:793px;position:absolute;font-family:"red hat display";font-size:65px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:201px;left:0px;height:234px;font-style:normal;display:block; }
#lPR9EWZFmxSUf52VE4XT8pIsT9ppFpi9 { color:#a7a8ff;display:block;width:794px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:452.5px;left:0px;height:135px;font-style:normal;display:block; }
#l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:996px;width:776px;top:-1px;left:816px;display:block; }#l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80.adaptive-delivery-prevent-bg, #l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80.lazyload, #l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80.lazyloading { background-image: none; }
#l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.65); }#s9Pg6p9B8SrldibeyHTcho0DoA4aB87s { color:#ffffff;display:block;width:501px;position:absolute;font-family:"red hat display";font-size:17px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:623.25px;left:399px;height:25.5px;font-style:normal;display:block; }
#onSGBrTuR4R8NLQuB2OOXXLDtBAl595a { background-color:#06a543;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:50px solid #06a543;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 0 17px rgba(25,208,1,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:364px;height:68px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:602px;left:0px;display:block; }
#SZkdW91HTTNrAdd4dOxuGLovtEvxKTi6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZdkdEoROeVytsiMAQTHio347uBhFQqy1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:616px;left:23px; }
#HUI90tfhTXhktIR8PouDqmXXSyiVFKRG { color:rgba(255,255,255,0.69);display:block;width:97px;position:absolute;font-family:archivo;font-size:14px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:406.25px;left:687px;height:21px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#dBf6lwRX263Lgd6AwX6rkvuuaFJgXUSa { position:absolute;display:block;z-index:15017;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;height:133px;width:260px;top:36px;left:-38.132352941176px;overflow:hidden;display:block; }
#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 { position:relative;display:block; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 { background-color: transparent; background-image: none; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .row .container > .video-iframe-container { display: none; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .row > .video-iframe-container { display: none; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .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); }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 { border-width: 0; border-radius: 0; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .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; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#101215;background-image:none;font-size:14px;font-family:arial;height:327px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36d9f425-4175-4867-bd11-4040425192c5/WhatsAppImage20221109at140040.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:255px;width:600px;top:72px;left:0px;display:block; }#BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T.adaptive-delivery-prevent-bg, #BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T.lazyload, #BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T.lazyloading { background-image: none; }
#BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.23); }#zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD { position:absolute;display:block;z-index:15001;background-color:#101215;background-image:url("https://images.assets-landingi.com/uc/9f5c1d74-1ab5-42eb-9571-88a3d55b8dac/WhatsAppImage20221109at1400401.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:266px;width:600px;top:61px;left:600px;display:block; }#zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD.adaptive-delivery-prevent-bg, #zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD.lazyload, #zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD.lazyloading { background-image: none; }
#EMCXq0CEMZPVNquJaMLaSc7qXb6u77qy { color:#ffffff;display:block;width:501px;position:absolute;font-family:"red hat display";font-size:30px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:28px;left:0px;height:45px;font-style:normal;display:block; }
#uyW0Xiq26t9QCKOhaKGBy6578h3lfryl { color:#ffffff;display:block;width:60px;position:absolute;font-family:archivo;font-size:21px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:34.5px;left:501px;height:31.5px;font-style:normal;display:block; }
#fkhT0vCvS0WgqTqAIBKPC3dBfVusmGnP { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:4px solid #ff000a;border-left:4px solid #ff000a;border-right:4px solid #ff000a;border-bottom:4px solid #ff000a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:39px;width:127px;top:259px;left:438px;display:block; }
#qi5PIAuENb9MukLGAPbKPkmoJLu8EITK { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:4px solid #8eff00;border-left:4px solid #8eff00;border-right:4px solid #8eff00;border-bottom:4px solid #8eff00;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:128px;top:248px;left:1038.1777777778px;display:block; }
#KoXbxg9SJwzi9WqcU9A9VxIJDR7bq4B3 { color:#8eff00;display:block;width:81px;position:absolute;font-family:archivo;font-size:21px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:30.5px;left:1083px;height:31.5px;font-style:normal;display:block; }
#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat { position:relative;display:block; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat { background-color: transparent; background-image: none; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container > .video-iframe-container { display: none; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row > .video-iframe-container { display: none; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .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); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat { border-width: 0; border-radius: 0; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;background-image:none;font-size:14px;font-family:arial;height:177px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#y4KFuLwF7Lou3MPTrT22IwyWCUCOlRpm { color:#ffffff;display:block;width:868px;position:absolute;font-family:"red hat display";font-size:28px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:59px;left:40px;height:126px;font-style:normal;display:block; }
#mlxho9L1eT2vhfc6v3DRMq7nhyKp2OGW { background-color:#06a543;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 0 17px rgba(25,208,1,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:62px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:82px;left:939.859375px;display:block; }
#T5mGbUZzv6SN91iSqsdTp9VrPkyicTgX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fz7T1e53Ihsr1JXTbETAvmBlh4GuAoPB { position:absolute;display:block;z-index:15001;background-color:#4e50cc;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;height:215px;width:1200px;top:0px;left:0px;display:block; }
#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 { 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; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container { background-color: transparent; background-image: none; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container > .video-iframe-container { display: none; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row > .video-iframe-container { display: none; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .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); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container { border-width: 0; border-radius: 0; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container { font-size:14px;font-family:arial;height:98px;width:1200px;position:relative;display:block; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih { 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; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row .container { background-color: transparent; background-image: none; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row .container > .video-iframe-container { display: none; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row > .video-iframe-container { display: none; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .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); }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row .container { border-width: 0; border-radius: 0; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row .container { font-size:14px;font-family:arial;height:623px;width:1200px;position:relative;display:block; }#cwFpEZKk82dVsnQlkro61wzNEmJrlxsG { color:#000000;display:block;width:640px;position:absolute;font-family:"red hat display";font-size:42px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:102px;left:0px;height:109.188px;font-style:normal;display:block; }
#ot0biLccIrW2SW7Qk0UppiuJWeVMWxqP { color:rgba(16,18,21,0.7);display:block;width:632px;position:absolute;font-family:"red hat display";font-size:20px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:229px;left:0px;height:210px;font-style:normal;display:block; }
#dV6S1oPsKbZ1KlLWt9l4m61qy5eemsOZ { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b23b71ee-ad74-4206-9037-5ffc2c58facd/istockphoto12913186452048x2048transformed.crop_1871x1260_177,0.preview.jpeg");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;height:368px;width:454px;top:102px;left:746px;display:block; }#dV6S1oPsKbZ1KlLWt9l4m61qy5eemsOZ.adaptive-delivery-prevent-bg, #dV6S1oPsKbZ1KlLWt9l4m61qy5eemsOZ.lazyload, #dV6S1oPsKbZ1KlLWt9l4m61qy5eemsOZ.lazyloading { background-image: none; }
#SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f57941-d9ca-4eed-a0f7-57beab94c4e0/1664403498512.webp");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;height:525px;width:591px;top:26.5px;left:820px;display:block; }#SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq.adaptive-delivery-prevent-bg, #SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq.lazyload, #SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq.lazyloading { background-image: none; }
#SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd { 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; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row .container { background-color: transparent; background-image: none; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row .container > .video-iframe-container { display: none; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row > .video-iframe-container { display: none; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .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); }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row .container { border-width: 0; border-radius: 0; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row .container { font-size:14px;font-family:arial;height:317px;width:1200px;position:relative;display:block; }#VUdJAmlcL5ZeZ8OTZT8RmEd1rtwxmM1g { position:absolute;display:block;z-index:14998;background-color:#101215;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;height:266px;width:1200px;top:0px;left:0px;display:block; }
#m6koSGRZEcLUD2C5umFTTDRNzVk7mQ9T { color:#797bff;display:block;width:794px;position:absolute;font-family:archivo;font-size:70px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:63px;left:203px;height:105px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydM4L85K1rTriqRF8PTb3s0CaEo4Kxtc { color:#ffffff;display:block;width:794px;position:absolute;font-family:"red hat display";font-size:25px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:41px;left:203px;height:37.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMl00ZTZgaz7yxIXvVQvUekOxmswhgev { color:#ffffff;display:block;width:794px;position:absolute;font-family:"red hat display";font-size:35px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:159px;left:203px;height:52.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:266px;width:537px;top:0px;left:663px;display:block; }#d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI.adaptive-delivery-prevent-bg, #d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI.lazyload, #d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI.lazyloading { background-image: none; }
#d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.49); }#p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00b10426-d454-46f9-b362-c184206c89f0/1664403508016.webp");background-position:center right !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;height:266px;width:213px;top:0px;left:807px;display:block; }#p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB.adaptive-delivery-prevent-bg, #p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB.lazyload, #p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB.lazyloading { background-image: none; }
#p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.49); }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM { 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; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row .container { background-color: transparent; background-image: none; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row .container > .video-iframe-container { display: none; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row > .video-iframe-container { display: none; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .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); }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row .container { border-width: 0; border-radius: 0; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row .container { font-size:14px;font-family:arial;height:604px;width:1200px;position:relative;display:block; }#RmbqD6xFQT7HIPTg89upQunnbhkXWH3X { color:#000000;display:block;width:640px;position:absolute;font-family:"red hat display";font-size:42px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:104px;left:560px;height:100.781px;font-style:normal;display:block; }
#BeQa9sNI77892kIQl6aKzK5Aards8JN7 { color:rgba(16,18,21,0.7);display:block;width:586px;position:absolute;font-family:"red hat display";font-size:20px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:232px;left:565px;height:180px;font-style:normal;display:block; }
#WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/499fa56e-5ebf-487a-9675-64bf38ef67b1/13saezzucmansuperJumbo_2_.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:401px;width:483px;top:104px;left:0px;display:block; }#WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5.adaptive-delivery-prevent-bg, #WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5.lazyload, #WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5.lazyloading { background-image: none; }
#WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,0,0,0.12); }#eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f57941-d9ca-4eed-a0f7-57beab94c4e0/1664403498512.webp");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;height:569px;width:401px;top:33.5px;left:-204px;display:block; }#eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb.adaptive-delivery-prevent-bg, #eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb.lazyload, #eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb.lazyloading { background-image: none; }
#eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#L9pd6A7L5nsImT3TaGB70cPMVNKCLuLJ { color:#13b951;display:block;width:501px;position:absolute;font-family:"red hat display";font-size:17px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:433px;left:565px;height:25.5px;font-style:normal;display:block; }
#ozP3g4chJVv08z0i3WqpzRBFNmSHTtDP { background-color:#06a543;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:50px solid #06a543;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 0 17px rgba(25,208,1,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:275px;height:68px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:412px;left:925px;display:block; }
#ocl02TCO4GXwAe3lpbZD3rTPyrv4kPfg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UbF6OBAuXFIybcsC3i6KTX6aN30frmTu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:426px;left:949px; }
#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri { 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; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container { background-color: transparent; background-image: none; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container > .video-iframe-container { display: none; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row > .video-iframe-container { display: none; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .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); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container { border-width: 0; border-radius: 0; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container { font-size:14px;font-family:arial;height:707px;width:1200px;position:relative;display:block; }#RV9rQWSzuBWN3UHqeWf7cUKq5NP8T4k3 { position:absolute;display:block;z-index:14998;background-color:#101215;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;height:662px;width:1200px;top:0px;left:0px;display:block; }
#nH9fgP4OmTq6a2ByoBXtAOQFnnFTtTMp { color:#ffffff;display:block;width:833px;position:absolute;font-family:"red hat display";font-size:40px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:79px;left:183.5px;height:208px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsEUBTAA6eOAXnDhwGDpzB9Tq72k28zN { color:#8284ff;display:block;width:838px;position:absolute;font-family:archivo;font-size:30px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:299px;left:181px;height:45px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:662px;width:517px;top:0px;left:0px;display:block; }#C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV.adaptive-delivery-prevent-bg, #C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV.lazyload, #C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV.lazyloading { background-image: none; }
#C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.81); }#DrW408LpATUMSNeEooCIVVcup6CrSTv6 { color:#a0a2ff;display:block;width:888px;position:absolute;font-family:archivo;font-size:20px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:346px;left:156px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NqTTAAU8u5XuVTX542EB2qigPrC5xdTT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2951de2a-7d5e-4e19-8f46-47bf9374ff88/1664403495093.webp");background-position:center right !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;height:662px;width:439px;top:0px;left:76px;display:block; }#NqTTAAU8u5XuVTX542EB2qigPrC5xdTT.adaptive-delivery-prevent-bg, #NqTTAAU8u5XuVTX542EB2qigPrC5xdTT.lazyload, #NqTTAAU8u5XuVTX542EB2qigPrC5xdTT.lazyloading { background-image: none; }
#NqTTAAU8u5XuVTX542EB2qigPrC5xdTT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NqTTAAU8u5XuVTX542EB2qigPrC5xdTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.15); }#olt6uVVCzx1tJ9wH0f8mAA9yX6e1VLkU { background-color:#06a543;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:50px solid #06a543;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 0 17px rgba(25,208,1,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:364px;height:68px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:502px;left:418px;display:block; }
#I9yyt8ZVUK2JKbh6zT5XF8TfJsPJimN7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LNgFPLRJJXJNBCN3P6qA3AiGQsfTiWUn { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:516px;left:441px; }
#gpKMn4MfGolaTAm9MweScAGLw09iBSUo { 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; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row .container { background-color: transparent; background-image: none; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row .container > .video-iframe-container { display: none; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row > .video-iframe-container { display: none; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .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); }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row .container { border-width: 0; border-radius: 0; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row .container { font-size:14px;font-family:arial;height:514px;width:1200px;position:relative;display:block; }#SfcdPOZGRI6ECboUDXnn3sWKhdK53TVQ { 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;height:98px;width:98px;top:110px;left:151px;overflow:hidden;display:block; }
#ipuXl6ZtOGdbRrW4AzONCKMqX9lc3AvX { color:rgba(16,18,21,0.7);display:block;width:281px;position:absolute;font-family:"red hat display";font-size:17px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:259.5px;left:59.5px;height:102px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuvkC8m1CMrTwomwiqT3Txqt3VTRJxAc { color:#101215;display:block;width:262px;position:absolute;font-family:"red hat display";font-size:25px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:222px;left:69px;height:37.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dk2UJV9D1IZmMIimNsFv586nZvIuk8Ax { color:rgba(16,18,21,0.7);display:block;width:262px;position:absolute;font-family:"red hat display";font-size:17px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:261px;left:469px;height:102px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMbaJsnxEUzvLgNyJ8XqtTED6uKyWyWb { color:#101215;display:block;width:262px;position:absolute;font-family:"red hat display";font-size:25px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:222px;left:469px;height:37.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gDZbGLcBtTlLZSItayzPN8gBWuxccTS7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:98px;width:98px;top:110px;left:551px;overflow:hidden;display:block; }
#HMJ2ki6OxTop9GVV82q8WTA9xFfRmceM { color:rgba(16,18,21,0.7);display:block;width:262px;position:absolute;font-family:"red hat display";font-size:17px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:261px;left:869px;height:102px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RK8IehdRsbTr9rmqtR6a6LkSdFNuL0kM { color:#101215;display:block;width:262px;position:absolute;font-family:"red hat display";font-size:25px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:222px;left:869px;height:37.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9A0ZEGcTAPMH2IeN1ESre0OJ8THi0Wk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:98px;width:98px;top:110px;left:951px;overflow:hidden;display:block; }
#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row .container { background-color: transparent; background-image: none; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row .container > .video-iframe-container { display: none; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row > .video-iframe-container { display: none; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .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); }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row .container { border-width: 0; border-radius: 0; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row .container { font-size:14px;font-family:arial;height:211px;width:1200px;position:relative;display:block; }#uXOPeCHqpP7tdHHFomqJRIlt0WaKPhqR { box-sizing:content-box;color:#000000;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:172px;left:661px;display:block; }
#Fss666tD3yh0KsDsARJ9ke0yWmyEV61d { color:#000000;display:block;width:481px;position:absolute;font-family:"red hat display";font-size:22px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:87.796875px;left:719px;height:123.1876px;font-style:normal;display:block; }
#D3WRtp9wddnXmUqBJdU0q6JvK5PK0cG0 { color:#101215;display:block;width:609px;position:absolute;font-family:"red hat display";font-size:45px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:105.5px;left:0px;height:67.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row .container { background-color: transparent; background-image: none; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row .container > .video-iframe-container { display: none; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row > .video-iframe-container { display: none; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .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); }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row .container { border-width: 0; border-radius: 0; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row .container { font-size:14px;font-family:arial;height:247px;width:1200px;position:relative;display:block; }#VD9m50pGDloAt0qggsJlqFaBl9LmHanZ { color:#000000;display:block;width:481px;position:absolute;font-family:manrope;font-size:18px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0px;left:719px;height:214.1564px;font-style:normal;display:block; }
#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row .container { background-color: transparent; background-image: none; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row .container > .video-iframe-container { display: none; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row > .video-iframe-container { display: none; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .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); }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row .container { border-width: 0; border-radius: 0; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row .container { font-size:14px;font-family:arial;height:113px;width:1200px;position:relative;display:block; }#Id96TET3Z7V4APCTfTRRuUWpfrhpLabr { box-sizing:content-box;color:#000000;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:71px;left:661px;display:block; }
#tVVWA49aziK4w1PFTX4Kax8LMlNQXzFM { color:#000000;display:block;width:481px;position:absolute;font-family:"red hat display";font-size:22px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20px;left:719px;height:92.3907px;font-style:normal;display:block; }
#T4ZEsVxByrcK2VDvXSzx7CMQa2Hb3SQt { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.28);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;height:1px;width:541px;top:20px;left:659px;display:block; }
#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row .container { background-color: transparent; background-image: none; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row .container > .video-iframe-container { display: none; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row > .video-iframe-container { display: none; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .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); }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row .container { border-width: 0; border-radius: 0; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row .container { font-size:14px;font-family:arial;height:162px;width:1200px;position:relative;display:block; }#eXWoerW2JSToy9g5ALCKiL6quwON9ZmS { color:#000000;display:block;width:481px;position:absolute;font-family:manrope;font-size:18px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0px;left:719px;height:122.3751px;font-style:normal;display:block; }
#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row .container { background-color: transparent; background-image: none; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row .container > .video-iframe-container { display: none; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row > .video-iframe-container { display: none; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .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); }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row .container { border-width: 0; border-radius: 0; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row .container { font-size:14px;font-family:arial;height:113px;width:1200px;position:relative;display:block; }#sOSuZLKTZIof818BXtMKPJadvNLPnu9t { box-sizing:content-box;color:#000000;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:71px;left:661px;display:block; }
#WqyCtoPykG6vCWdHmFwqCgJrRhLXg816 { color:#000000;display:block;width:481px;position:absolute;font-family:"red hat display";font-size:22px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20px;left:719px;height:92.3907px;font-style:normal;display:block; }
#wUccFdTauKuclDeqMnGR3P6ZtluoOuBM { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.28);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;height:1px;width:541px;top:20px;left:659px;display:block; }
#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row .container { background-color: transparent; background-image: none; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row .container > .video-iframe-container { display: none; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row > .video-iframe-container { display: none; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .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); }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row .container { border-width: 0; border-radius: 0; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row .container { font-size:14px;font-family:arial;height:229px;width:1200px;position:relative;display:block; }#PgwtmV0PveTH1sU9xEHh9SIt4l6tk8Fu { color:#000000;display:block;width:481px;position:absolute;font-family:manrope;font-size:18px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0px;left:719px;height:183.5626px;font-style:normal;display:block; }
#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row .container { background-color: transparent; background-image: none; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row .container > .video-iframe-container { display: none; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row > .video-iframe-container { display: none; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .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); }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row .container { border-width: 0; border-radius: 0; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row .container { font-size:14px;font-family:arial;height:113px;width:1200px;position:relative;display:block; }#Tsi1pgX8nWE1uaPqz2aaIA7P31Zgn3En { box-sizing:content-box;color:#000000;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:71px;left:661px;display:block; }
#e5T37X8xK71T8Zd7nWOzGtES7veaff7D { color:#000000;display:block;width:481px;position:absolute;font-family:"red hat display";font-size:22px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20px;left:719px;height:92.3907px;font-style:normal;display:block; }
#ugCptEXmOE2mgqLHTL679Ibuogy1Wh5Q { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.28);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;height:1px;width:541px;top:20px;left:659px;display:block; }
#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row .container { background-color: transparent; background-image: none; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row .container > .video-iframe-container { display: none; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row > .video-iframe-container { display: none; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .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); }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row .container { border-width: 0; border-radius: 0; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row .container { font-size:14px;font-family:arial;height:344px;width:1200px;position:relative;display:block; }#xO32dIytfBudiGLDXriLWewy3bvMe0yN { color:#000000;display:block;width:481px;position:absolute;font-family:manrope;font-size:18px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0px;left:719px;height:336.5314px;font-style:normal;display:block; }
#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7ce58;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; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row .container { background-color: transparent; background-image: none; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row .container > .video-iframe-container { display: none; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row > .video-iframe-container { display: none; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .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); }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row .container { border-width: 0; border-radius: 0; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row .container { font-size:14px;font-family:arial;height:124px;width:1200px;position:relative;display:block; }#TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF { 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:none; }#TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF > .row .container { border-width: 0; border-radius: 0; }#TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF > .row .container { font-size:14px;font-family:arial;height:514px;width:1200px;position:relative;display:none; }#wx3iVKLTeu7BeaxyVmKGwGEBunF697fW { color:rgba(16,18,21,0.7);display:block;width:262px;position:absolute;font-family:archivo;font-size:17px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:212px;left:0px;height:153px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jt7rqfuUO0TsvkDzTDLehhV7fquT65PR { color:rgba(16,18,21,0.7);display:block;width:262px;position:absolute;font-family:archivo;font-size:17px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:212px;left:400px;height:153px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BradcOKraeFTyXCbRb7B24MfcKA263rR { color:rgba(16,18,21,0.7);display:block;width:262px;position:absolute;font-family:archivo;font-size:17px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:212px;left:800px;height:153px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q8GFlQ78zXRG8msXkTXeFbc4lmfBOWK8 { color:#000000;display:block;width:640px;position:absolute;font-family:manrope;font-size:42px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:97px;left:0px;height:50.3906px;font-style:normal;display:block; }
#AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:502px;width:1200px;top:0px;left:-381.5px;display:block; }#AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD.adaptive-delivery-prevent-bg, #AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD.lazyload, #AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD.lazyloading { background-image: none; }
#AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.73); }#aTfh9anoTgzyS4AQAydL3C7x63aDnpkL { 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:none; }#aTfh9anoTgzyS4AQAydL3C7x63aDnpkL > .row .container { border-width: 0; border-radius: 0; }#aTfh9anoTgzyS4AQAydL3C7x63aDnpkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTfh9anoTgzyS4AQAydL3C7x63aDnpkL > .row .container { font-size:14px;font-family:arial;height:679px;width:1200px;position:relative;display:none; }#pn4qhuKbFlZQHbA9DgliUUeE0TXltBbr { color:#000000;display:block;width:640px;position:absolute;font-family:manrope;font-size:42px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:104px;left:0px;height:50.3984px;font-style:normal;display:block; }
#eteNEU6O9TrgxZcK134wpcOvwQipxomW { color:#000000;display:block;width:248px;position:absolute;font-family:archivo;font-size:20px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:415px;left:532px;height:30px;font-style:normal;display:block; }
#E5fxiDJRiAFTECdPJ35lV6tZPo8rWeAx { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af44ec22-7c8a-44e3-bec7-5edddb54ed51/WhatsAppImage20211007at0957041.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:294px;width:249px;top:104px;left:532px;display:block; }#E5fxiDJRiAFTECdPJ35lV6tZPo8rWeAx.adaptive-delivery-prevent-bg, #E5fxiDJRiAFTECdPJ35lV6tZPo8rWeAx.lazyload, #E5fxiDJRiAFTECdPJ35lV6tZPo8rWeAx.lazyloading { background-image: none; }
#K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f57941-d9ca-4eed-a0f7-57beab94c4e0/1664403498512.webp");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;height:569px;width:407px;top:33.5px;left:-204px;display:block; }#K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc.adaptive-delivery-prevent-bg, #K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc.lazyload, #K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc.lazyloading { background-image: none; }
#K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.97); }#LpIA3metlEEz7fo7h9QnIMwqIGHz332t { color:rgba(16,18,21,0.7);display:block;width:384px;position:absolute;font-family:archivo;font-size:17px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:180px;left:0px;height:51px;font-style:normal;display:block; }
#DEBTnZ2gGo8DhbHQ6Wra9rhWIq0lAymF { color:rgba(16,18,21,0.7);display:block;width:251px;position:absolute;font-family:archivo;font-size:13px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:445px;left:532px;height:19.5px;font-style:normal;display:block; }
#FhtzaXIEo58z1dTxrK8uSxxZlUOkDzpR { color:#000000;display:block;width:248px;position:absolute;font-family:archivo;font-size:20px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:415px;left:869px;height:30px;font-style:normal;display:block; }
#bDQ7fEyz4yXnqB63Tpg01BMAJvKdrxT4 { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af44ec22-7c8a-44e3-bec7-5edddb54ed51/WhatsAppImage20211007at0957041.jpeg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:294px;width:249px;top:104px;left:869px;display:block; }#bDQ7fEyz4yXnqB63Tpg01BMAJvKdrxT4.adaptive-delivery-prevent-bg, #bDQ7fEyz4yXnqB63Tpg01BMAJvKdrxT4.lazyload, #bDQ7fEyz4yXnqB63Tpg01BMAJvKdrxT4.lazyloading { background-image: none; }
#zTUrGcdiDmAu4bwoz84iTxsowS8WmwWO { color:rgba(16,18,21,0.7);display:block;width:251px;position:absolute;font-family:archivo;font-size:13px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:445px;left:869px;height:19.5px;font-style:normal;display:block; }
#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,18,21,0.74);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; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container { background-color: transparent; background-image: none; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container > .video-iframe-container { display: none; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row > .video-iframe-container { display: none; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .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); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container { border-width: 0; border-radius: 0; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container { font-size:14px;font-family:arial;height:946px;width:1200px;position:relative;display:block; }#awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f57941-d9ca-4eed-a0f7-57beab94c4e0/1664403498512.webp");background-position:bottom 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;height:946px;width:671px;top:0px;left:896px;display:block; }#awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F.adaptive-delivery-prevent-bg, #awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F.lazyload, #awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F.lazyloading { background-image: none; }
#awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.77); }#aTgk6yJuwesNCCDVMDBL209ikIfQAWJh { color:#ffffff;display:block;width:793px;position:absolute;font-family:"red hat display";font-size:56px;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:150px;left:203.5px;height:201.562px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:945px;width:776px;top:-1px;left:816px;display:block; }#wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U.adaptive-delivery-prevent-bg, #wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U.lazyload, #wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U.lazyloading { background-image: none; }
#wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.65); }#JDGlQX0InAMhObTOvMeAppEOtOKSX5zW { color:#797af3;display:block;width:501px;position:absolute;font-family:"red hat display";font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:476.25px;left:349.5px;height:25.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAdbP9VpSnT3tgAkBRBWSJv4RH6Mbg6V { background-color:#06a543;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:50px solid #06a543;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: 0 0 17px rgba(25,208,1,0.44) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"red hat display";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:456px;height:68px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:391px;left:372px;display:block; }
#OMMJ52pAPNQQmqnMTteqztPVdx806XAD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#grPNchyqhTTxBrMZInXLTFlG7DroRrX1 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:406px;left:395px; }
#zCl4gwJ4WlhUr8xbUEkfFsOBnuzGNTkA { position:absolute;display:block;z-index:15018;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;height:133px;width:260px;top:647px;left:470px;overflow:hidden;display:block; }
#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row .container { background-color: transparent; background-image: none; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row .container > .video-iframe-container { display: none; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row > .video-iframe-container { display: none; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .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); }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row .container { border-width: 0; border-radius: 0; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn { background-color: transparent; background-image: none; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .row .container > .video-iframe-container { display: none; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .row > .video-iframe-container { display: none; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .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); }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn { border-width: 0; border-radius: 0; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .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; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:73px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#diM73pia0VXxu8QwCAO9e9sbpCmqUfTU { background-color:#25d366;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0px;left:1140px;display:block; }
#RtUgVo90sxrs0Pko4K9zpLypKnpJR3Vo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#rufiB1qie9WCdbd2QGFStZDcrZoqi7kR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0px;left:1140px;display:block; }
#DMpiqmpK1a1OvpVSblua670WtSMT27Cw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 { display:block; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxk98C2fmfWwdRf6TyiArtTkxICTTWE9 { width:764px;height:995px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bm8VfV3G6x8haEVuvVE5tGp6z5nTcW7n { width:764px;height:84px;top:201px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lPR9EWZFmxSUf52VE4XT8pIsT9ppFpi9 { width:764px;height:90px;top:452px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80 { width:764px;height:996px;top:-1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s9Pg6p9B8SrldibeyHTcho0DoA4aB87s { width:501px;height:25px;top:623px;left:181px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #onSGBrTuR4R8NLQuB2OOXXLDtBAl595a { width:364px;height:68px;top:602px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SZkdW91HTTNrAdd4dOxuGLovtEvxKTi6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZdkdEoROeVytsiMAQTHio347uBhFQqy1 { width:38px;height:38px;top:616px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HUI90tfhTXhktIR8PouDqmXXSyiVFKRG { width:97px;height:13.5px;top:406px;left:469px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #dBf6lwRX263Lgd6AwX6rkvuuaFJgXUSa { width:260px;height:133px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 { display:block; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T { width:600px;height:255px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD { width:600px;height:266px;top:61px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #EMCXq0CEMZPVNquJaMLaSc7qXb6u77qy { width:501px;height:45px;top:28px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uyW0Xiq26t9QCKOhaKGBy6578h3lfryl { width:60px;height:31px;top:34px;left:322px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fkhT0vCvS0WgqTqAIBKPC3dBfVusmGnP { width:127px;height:39px;top:259px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #qi5PIAuENb9MukLGAPbKPkmoJLu8EITK { width:128px;height:41px;top:248px;left:619px;display:block; }
 }@media only screen and (max-width: 763px) { #KoXbxg9SJwzi9WqcU9A9VxIJDR7bq4B3 { width:81px;height:32px;top:30px;left:683px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pv9eoSyOkmySlfJieV6KSUS6z9qdkcat { display:block; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4KFuLwF7Lou3MPTrT22IwyWCUCOlRpm { width:764px;height:60px;top:59px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mlxho9L1eT2vhfc6v3DRMq7nhyKp2OGW { width:222px;height:62px;top:82px;left:542px;display:block; }
 }@media only screen and (max-width: 763px) { #T5mGbUZzv6SN91iSqsdTp9VrPkyicTgX { display:block; }
 }@media only screen and (max-width: 763px) { #fz7T1e53Ihsr1JXTbETAvmBlh4GuAoPB { width:764px;height:215px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 { display:block; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXWptdthWzRJn5TRgMWEWt9PBySoRLih { display:block; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwFpEZKk82dVsnQlkro61wzNEmJrlxsG { width:640px;height:78px;top:102px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ot0biLccIrW2SW7Qk0UppiuJWeVMWxqP { width:632px;height:168px;top:229px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dV6S1oPsKbZ1KlLWt9l4m61qy5eemsOZ { width:454px;height:368px;top:102px;left:310px;display:block; }
 }@media only screen and (max-width: 763px) { #SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq { width:591px;height:525px;top:26px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd { display:block; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUdJAmlcL5ZeZ8OTZT8RmEd1rtwxmM1g { width:764px;height:266px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m6koSGRZEcLUD2C5umFTTDRNzVk7mQ9T { width:764px;height:52.5px;top:63px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ydM4L85K1rTriqRF8PTb3s0CaEo4Kxtc { width:764px;height:30px;top:41px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IMl00ZTZgaz7yxIXvVQvUekOxmswhgev { width:764px;height:28.5px;top:159px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI { width:537px;height:266px;top:0px;left:227px;display:block; }
 }@media only screen and (max-width: 763px) { #p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB { width:213px;height:266px;top:0px;left:551px;display:block; }
 }@media only screen and (max-width: 763px) { #p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM { display:block; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmbqD6xFQT7HIPTg89upQunnbhkXWH3X { width:640px;height:72px;top:104px;left:124px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #BeQa9sNI77892kIQl6aKzK5Aards8JN7 { width:586px;height:120px;top:232px;left:178px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5 { width:483px;height:401px;top:104px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb { width:401px;height:569px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L9pd6A7L5nsImT3TaGB70cPMVNKCLuLJ { width:501px;height:75px;top:433px;left:263px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ozP3g4chJVv08z0i3WqpzRBFNmSHTtDP { width:275px;height:68px;top:412px;left:489px;display:block; }
 }@media only screen and (max-width: 763px) { #ocl02TCO4GXwAe3lpbZD3rTPyrv4kPfg { display:block; }
 }@media only screen and (max-width: 763px) { #UbF6OBAuXFIybcsC3i6KTX6aN30frmTu { width:38px;height:38px;top:426px;left:726px;display:block; }
 }@media only screen and (max-width: 763px) { #WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri { display:block; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV9rQWSzuBWN3UHqeWf7cUKq5NP8T4k3 { width:764px;height:662px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nH9fgP4OmTq6a2ByoBXtAOQFnnFTtTMp { width:764px;height:113.062px;top:79px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #AsEUBTAA6eOAXnDhwGDpzB9Tq72k28zN { width:764px;height:45px;top:299px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV { width:517px;height:662px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DrW408LpATUMSNeEooCIVVcup6CrSTv6 { width:764px;height:44.7812px;top:346px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NqTTAAU8u5XuVTX542EB2qigPrC5xdTT { width:439px;height:662px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #olt6uVVCzx1tJ9wH0f8mAA9yX6e1VLkU { width:364px;height:68px;top:502px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #I9yyt8ZVUK2JKbh6zT5XF8TfJsPJimN7 { display:block; }
 }@media only screen and (max-width: 763px) { #LNgFPLRJJXJNBCN3P6qA3AiGQsfTiWUn { width:38px;height:38px;top:516px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #gpKMn4MfGolaTAm9MweScAGLw09iBSUo { display:block; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfcdPOZGRI6ECboUDXnn3sWKhdK53TVQ { width:98px;height:98px;top:110px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #ipuXl6ZtOGdbRrW4AzONCKMqX9lc3AvX { width:281px;height:102px;top:259px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tuvkC8m1CMrTwomwiqT3Txqt3VTRJxAc { width:262px;height:37.5px;top:222px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dk2UJV9D1IZmMIimNsFv586nZvIuk8Ax { width:262px;height:72px;top:261px;left:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DMbaJsnxEUzvLgNyJ8XqtTED6uKyWyWb { width:262px;height:37.5px;top:222px;left:246px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #gDZbGLcBtTlLZSItayzPN8gBWuxccTS7 { width:98px;height:98px;top:110px;left:332px;display:block; }
 }@media only screen and (max-width: 763px) { #HMJ2ki6OxTop9GVV82q8WTA9xFfRmceM { width:262px;height:102px;top:261px;left:500px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RK8IehdRsbTr9rmqtR6a6LkSdFNuL0kM { width:262px;height:37.5px;top:222px;left:500px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #l9A0ZEGcTAPMH2IeN1ESre0OJ8THi0Wk { width:98px;height:98px;top:110px;left:586px;display:block; }
 }@media only screen and (max-width: 763px) { #vStRmDN8e5mltqQDCDJsL2AlguLz7t1p { display:block; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXOPeCHqpP7tdHHFomqJRIlt0WaKPhqR { width:39px;height:39px;top:172px;left:443px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Fss666tD3yh0KsDsARJ9ke0yWmyEV61d { width:481px;height:123.1876px;top:87px;left:283px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #D3WRtp9wddnXmUqBJdU0q6JvK5PK0cG0 { width:609px;height:67px;top:105px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW { display:block; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VD9m50pGDloAt0qggsJlqFaBl9LmHanZ { width:481px;height:244.7504px;top:0px;left:283px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi { display:block; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Id96TET3Z7V4APCTfTRRuUWpfrhpLabr { width:39px;height:39px;top:71px;left:443px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #tVVWA49aziK4w1PFTX4Kax8LMlNQXzFM { width:481px;height:92.3907px;top:20px;left:283px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZEsVxByrcK2VDvXSzx7CMQa2Hb3SQt { width:541px;height:1px;top:20px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa { display:block; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXWoerW2JSToy9g5ALCKiL6quwON9ZmS { width:481px;height:122.3751px;top:0px;left:283px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU { display:block; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOSuZLKTZIof818BXtMKPJadvNLPnu9t { width:39px;height:39px;top:71px;left:443px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #WqyCtoPykG6vCWdHmFwqCgJrRhLXg816 { width:481px;height:92.3907px;top:20px;left:283px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wUccFdTauKuclDeqMnGR3P6ZtluoOuBM { width:541px;height:1px;top:20px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #uvveKSfShB2Lc7msdwFETSy9s4sIz5rL { display:block; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgwtmV0PveTH1sU9xEHh9SIt4l6tk8Fu { width:481px;height:183.5626px;top:0px;left:283px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP { display:block; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tsi1pgX8nWE1uaPqz2aaIA7P31Zgn3En { width:39px;height:39px;top:71px;left:443px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #e5T37X8xK71T8Zd7nWOzGtES7veaff7D { width:481px;height:92.3907px;top:20px;left:283px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ugCptEXmOE2mgqLHTL679Ibuogy1Wh5Q { width:541px;height:1px;top:20px;left:223px;display:block; }
 }@media only screen and (max-width: 763px) { #kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO { display:block; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xO32dIytfBudiGLDXriLWewy3bvMe0yN { width:481px;height:336.5314px;top:0px;left:283px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nsgQEltVGatmsRlu4Tq1p26GieIBtcdf { display:block; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF { display:block; }#TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wx3iVKLTeu7BeaxyVmKGwGEBunF697fW { width:262px;height:153px;top:212px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jt7rqfuUO0TsvkDzTDLehhV7fquT65PR { width:262px;height:153px;top:212px;left:246px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BradcOKraeFTyXCbRb7B24MfcKA263rR { width:262px;height:153px;top:212px;left:500px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8GFlQ78zXRG8msXkTXeFbc4lmfBOWK8 { width:640px;height:50px;top:97px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD { width:764px;height:502px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aTfh9anoTgzyS4AQAydL3C7x63aDnpkL { display:block; }#aTfh9anoTgzyS4AQAydL3C7x63aDnpkL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pn4qhuKbFlZQHbA9DgliUUeE0TXltBbr { width:640px;height:50.3906px;top:104px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #eteNEU6O9TrgxZcK134wpcOvwQipxomW { width:248px;height:30px;top:415px;left:314px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E5fxiDJRiAFTECdPJ35lV6tZPo8rWeAx { width:249px;height:294px;top:104px;left:314px;display:block; }
 }@media only screen and (max-width: 763px) { #K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc { width:407px;height:569px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LpIA3metlEEz7fo7h9QnIMwqIGHz332t { width:384px;height:51px;top:180px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DEBTnZ2gGo8DhbHQ6Wra9rhWIq0lAymF { width:251px;height:19px;top:445px;left:314px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FhtzaXIEo58z1dTxrK8uSxxZlUOkDzpR { width:248px;height:30px;top:415px;left:516px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bDQ7fEyz4yXnqB63Tpg01BMAJvKdrxT4 { width:249px;height:294px;top:104px;left:515px;display:block; }
 }@media only screen and (max-width: 763px) { #zTUrGcdiDmAu4bwoz84iTxsowS8WmwWO { width:251px;height:19px;top:445px;left:513px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN { display:block; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F { width:671px;height:946px;top:0px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #aTgk6yJuwesNCCDVMDBL209ikIfQAWJh { width:764px;height:201px;top:150px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U { width:764px;height:945px;top:-1px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JDGlQX0InAMhObTOvMeAppEOtOKSX5zW { width:501px;height:25px;top:476px;left:131.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LAdbP9VpSnT3tgAkBRBWSJv4RH6Mbg6V { width:456px;height:68px;top:391px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #OMMJ52pAPNQQmqnMTteqztPVdx806XAD { display:block; }
 }@media only screen and (max-width: 763px) { #grPNchyqhTTxBrMZInXLTFlG7DroRrX1 { width:38px;height:38px;top:406px;left:177px;display:block; }
 }@media only screen and (max-width: 763px) { #zCl4gwJ4WlhUr8xbUEkfFsOBnuzGNTkA { width:260px;height:133px;top:647px;left:252px;display:block; }
 }@media only screen and (max-width: 763px) { #iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp { display:block; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn { display:block; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diM73pia0VXxu8QwCAO9e9sbpCmqUfTU { width:60px;height:60px;top:0px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #RtUgVo90sxrs0Pko4K9zpLypKnpJR3Vo { display:block; }
 }@media only screen and (max-width: 763px) { #rufiB1qie9WCdbd2QGFStZDcrZoqi7kR { width:60px;height:60px;top:0px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #DMpiqmpK1a1OvpVSblua670WtSMT27Cw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2.adaptive-delivery-prevent-bg, #Un79DtHuBRT63HUDVSGtKE3R85ipXGn2.lazyload, #Un79DtHuBRT63HUDVSGtKE3R85ipXGn2.lazyloading { background-image: none; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container { background-color: transparent; background-image: none; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.68); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container > .video-iframe-container { display: none; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.68); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row > .video-iframe-container { display: none; }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .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); }#Un79DtHuBRT63HUDVSGtKE3R85ipXGn2 > .row .container { width:320px;height:635px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxk98C2fmfWwdRf6TyiArtTkxICTTWE9 { width:320px;height:70px;top:486.546875px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/514a63d2-77bb-444e-b9c5-358e0d660591/1664403501537.preview.rotate_270.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kxk98C2fmfWwdRf6TyiArtTkxICTTWE9.adaptive-delivery-prevent-bg, #kxk98C2fmfWwdRf6TyiArtTkxICTTWE9.lazyload, #kxk98C2fmfWwdRf6TyiArtTkxICTTWE9.lazyloading { background-image: none; }
#kxk98C2fmfWwdRf6TyiArtTkxICTTWE9::before {     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) { #Bm8VfV3G6x8haEVuvVE5tGp6z5nTcW7n { width:320px;height:154px;top:127px;left:0px;font-size:35px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lPR9EWZFmxSUf52VE4XT8pIsT9ppFpi9 { width:320px;height:81px;top:316.546875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #l0ngdEM6wmGS6oI9SzbivT5MFOnS1u80 { width:320px;height:74px;top:1544.546875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #s9Pg6p9B8SrldibeyHTcho0DoA4aB87s { width:320px;height:18px;top:512.546875px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #onSGBrTuR4R8NLQuB2OOXXLDtBAl595a { width:283px;height:71px;top:429.546875px;left:0px;font-size:17px;border-top:0;border-left:37px solid #06a543;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #SZkdW91HTTNrAdd4dOxuGLovtEvxKTi6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZdkdEoROeVytsiMAQTHio347uBhFQqy1 { width:35px;height:35px;top:447.046875px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #HUI90tfhTXhktIR8PouDqmXXSyiVFKRG { width:97px;height:13.5px;top:287px;left:0px;font-size:9px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dBf6lwRX263Lgd6AwX6rkvuuaFJgXUSa { width:162px;height:81px;top:0px;left:-24px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 { display:block; }#UQtrE7cVwiNnvWpwgdgFQe1g30ynNpM7 > .row .container { width:320px;height:414px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T { width:320px;height:134px;top:39px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/36d9f425-4175-4867-bd11-4040425192c5/WhatsAppImage20221109at140040.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T.adaptive-delivery-prevent-bg, #BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T.lazyload, #BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T.lazyloading { background-image: none; }
#BeP6VdTpfGlDoBb72G8d7x0Ng6oHtG0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.36); } }@media only screen and (max-width: 763px) { #zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD { width:320px;height:237px;top:152px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9f5c1d74-1ab5-42eb-9571-88a3d55b8dac/WhatsAppImage20221109at1400401.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD.adaptive-delivery-prevent-bg, #zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD.lazyload, #zLaoaX7JXUWEoHc2vuLWuGiyXeThaSvD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EMCXq0CEMZPVNquJaMLaSc7qXb6u77qy { width:320px;height:27px;top:8px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uyW0Xiq26t9QCKOhaKGBy6578h3lfryl { width:60px;height:31.5px;top:105.75px;left:174px;font-size:21px;color:#ff000a;display:block; }
 }@media only screen and (max-width: 763px) { #fkhT0vCvS0WgqTqAIBKPC3dBfVusmGnP { width:62px;height:17px;top:110px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #qi5PIAuENb9MukLGAPbKPkmoJLu8EITK { width:82px;height:25px;top:277.5px;left:210.91489361702px;display:block; }
 }@media only screen and (max-width: 763px) { #KoXbxg9SJwzi9WqcU9A9VxIJDR7bq4B3 { width:81px;height:31.5px;top:280.25px;left:135.90625px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pv9eoSyOkmySlfJieV6KSUS6z9qdkcat { background-color:#4e50cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container { background-color: transparent; background-image: none; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container > .video-iframe-container { display: none; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row > .video-iframe-container { display: none; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .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); }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container { border-width: 0; border-radius: 0; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pv9eoSyOkmySlfJieV6KSUS6z9qdkcat > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4KFuLwF7Lou3MPTrT22IwyWCUCOlRpm { width:320px;height:120px;top:25px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mlxho9L1eT2vhfc6v3DRMq7nhyKp2OGW { width:198px;height:47px;top:167px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #T5mGbUZzv6SN91iSqsdTp9VrPkyicTgX { display:block; }
 }@media only screen and (max-width: 763px) { #fz7T1e53Ihsr1JXTbETAvmBlh4GuAoPB { width:320px;height:215px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b23b71ee-ad74-4206-9037-5ffc2c58facd/istockphoto12913186452048x2048transformed.crop_1871x1260_177,0.preview.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1.adaptive-delivery-prevent-bg, #UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1.lazyload, #UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1.lazyloading { background-image: none; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container { background-color: transparent; background-image: none; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container > .video-iframe-container { display: none; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row > .video-iframe-container { display: none; }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .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); }#UpSUXTLWDX4LKsRRc6ZcqTzC3lwmIhl1 > .row .container { width:320px;height:226px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXWptdthWzRJn5TRgMWEWt9PBySoRLih { display:block; }#QXWptdthWzRJn5TRgMWEWt9PBySoRLih > .row .container { width:320px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwFpEZKk82dVsnQlkro61wzNEmJrlxsG { width:320px;height:117px;top:30px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ot0biLccIrW2SW7Qk0UppiuJWeVMWxqP { width:320px;height:264px;top:177px;left:0px;font-size:16px;color:#101215;display:block; }
 }@media only screen and (max-width: 763px) { #dV6S1oPsKbZ1KlLWt9l4m61qy5eemsOZ { width:320px;height:368px;top:616.375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq { width:320px;height:483px;top:0px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f57941-d9ca-4eed-a0f7-57beab94c4e0/1664403498512.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq.adaptive-delivery-prevent-bg, #SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq.lazyload, #SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq.lazyloading { background-image: none; }
#SQeImrIqWXgaSqpHFU2Hhkyd6pLT4ugq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); } }@media only screen and (max-width: 763px) { #zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd { display:block; }#zIWAqumC0CBTDa1l0VXkTAAxsrANvZLd > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUdJAmlcL5ZeZ8OTZT8RmEd1rtwxmM1g { width:320px;height:230px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m6koSGRZEcLUD2C5umFTTDRNzVk7mQ9T { width:320px;height:52.5px;top:84px;left:0px;font-size:35px;color:#8eff00;display:block; }
 }@media only screen and (max-width: 763px) { #ydM4L85K1rTriqRF8PTb3s0CaEo4Kxtc { width:249px;height:52px;top:36px;left:35.5px;font-size:20px;line-height:1.3;color:#8eff00;display:block; }
 }@media only screen and (max-width: 763px) { #IMl00ZTZgaz7yxIXvVQvUekOxmswhgev { width:320px;height:28.5px;top:156px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI { width:320px;height:230px;top:0px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI.adaptive-delivery-prevent-bg, #d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI.lazyload, #d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI.lazyloading { background-image: none; }
#d8Rgwht8ByO5WAXae0NfEaQUXz0sLbFI::before {     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) { #p39nk5m9LJkZ61eFlfFke3LWtd7ESNqB { width:213px;height:228px;top:0px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM { display:block; }#p7EGoKatzEbP4E6TL2XdC0t72gyrR5oM > .row .container { width:320px;height:902px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RmbqD6xFQT7HIPTg89upQunnbhkXWH3X { width:320px;height:108px;top:347px;left:0px;font-size:30px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BeQa9sNI77892kIQl6aKzK5Aards8JN7 { width:320px;height:192px;top:475px;left:0px;font-size:16px;color:#101215;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5 { width:320px;height:330px;top:0px;left:0px;background-color:rgba(255,0,0,0.12);background-image:url("https://images.assets-landingi.com/uc/499fa56e-5ebf-487a-9675-64bf38ef67b1/13saezzucmansuperJumbo_2_.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5.adaptive-delivery-prevent-bg, #WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5.lazyload, #WpmXa2T7HO2CFmxXkuTsepc1opyHpxZ5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb { width:320px;height:482px;top:330px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02f57941-d9ca-4eed-a0f7-57beab94c4e0/1664403498512.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb.adaptive-delivery-prevent-bg, #eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb.lazyload, #eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb.lazyloading { background-image: none; }
#eF8FJQuQ5TpXspnMgLtJFO8FDXA1ZDKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.96); } }@media only screen and (max-width: 763px) { #L9pd6A7L5nsImT3TaGB70cPMVNKCLuLJ { width:320px;height:70px;top:686px;left:0px;font-size:25px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ozP3g4chJVv08z0i3WqpzRBFNmSHTtDP { width:275px;height:68px;top:770px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ocl02TCO4GXwAe3lpbZD3rTPyrv4kPfg { display:block; }
 }@media only screen and (max-width: 763px) { #UbF6OBAuXFIybcsC3i6KTX6aN30frmTu { width:33px;height:33px;top:787px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri.adaptive-delivery-prevent-bg, #WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri.lazyload, #WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri.lazyloading { background-image: none; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container { background-color: transparent; background-image: none; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.5); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container > .video-iframe-container { display: none; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.5); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row > .video-iframe-container { display: none; }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .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); }#WHKXxgyZbzMktiCqTaXsDMFPpbLQN3Ri > .row .container { width:320px;height:778px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RV9rQWSzuBWN3UHqeWf7cUKq5NP8T4k3 { width:320px;height:662px;top:41px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nH9fgP4OmTq6a2ByoBXtAOQFnnFTtTMp { width:320px;height:173.984px;top:61px;left:0px;font-size:29px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AsEUBTAA6eOAXnDhwGDpzB9Tq72k28zN { width:320px;height:97.5px;top:375px;left:0px;font-size:25px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C3FaKIdlD5VPQIg6rrL21cTKgr9xRQhV { width:320px;height:662px;top:702px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DrW408LpATUMSNeEooCIVVcup6CrSTv6 { width:320px;height:105px;top:484px;left:0px;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NqTTAAU8u5XuVTX542EB2qigPrC5xdTT { width:320px;height:70px;top:265px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/514a63d2-77bb-444e-b9c5-358e0d660591/1664403501537.preview.rotate_270.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NqTTAAU8u5XuVTX542EB2qigPrC5xdTT.adaptive-delivery-prevent-bg, #NqTTAAU8u5XuVTX542EB2qigPrC5xdTT.lazyload, #NqTTAAU8u5XuVTX542EB2qigPrC5xdTT.lazyloading { background-image: none; }
#NqTTAAU8u5XuVTX542EB2qigPrC5xdTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.15); } }@media only screen and (max-width: 763px) { #olt6uVVCzx1tJ9wH0f8mAA9yX6e1VLkU { width:254px;height:68px;top:616px;left:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #I9yyt8ZVUK2JKbh6zT5XF8TfJsPJimN7 { display:block; }
 }@media only screen and (max-width: 763px) { #LNgFPLRJJXJNBCN3P6qA3AiGQsfTiWUn { width:30px;height:30px;top:635px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #gpKMn4MfGolaTAm9MweScAGLw09iBSUo { display:block; }#gpKMn4MfGolaTAm9MweScAGLw09iBSUo > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfcdPOZGRI6ECboUDXnn3sWKhdK53TVQ { width:47px;height:47px;top:73px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ipuXl6ZtOGdbRrW4AzONCKMqX9lc3AvX { width:263px;height:96px;top:115.25px;left:58px;font-size:16px;text-align:left;text-align-last:left;color:#101215;display:block; }
 }@media only screen and (max-width: 763px) { #tuvkC8m1CMrTwomwiqT3Txqt3VTRJxAc { width:262px;height:37.5px;top:77.75px;left:58px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dk2UJV9D1IZmMIimNsFv586nZvIuk8Ax { width:262px;height:72px;top:314px;left:58px;font-size:16px;text-align:left;text-align-last:left;color:#101215;display:block; }
 }@media only screen and (max-width: 763px) { #DMbaJsnxEUzvLgNyJ8XqtTED6uKyWyWb { width:239px;height:37.5px;top:276px;left:58px;font-size:25px;text-align:left;text-align-last:left;color:#1dc85d;display:block; }
 }@media only screen and (max-width: 763px) { #gDZbGLcBtTlLZSItayzPN8gBWuxccTS7 { width:47px;height:47px;top:271px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HMJ2ki6OxTop9GVV82q8WTA9xFfRmceM { width:262px;height:96px;top:488px;left:58px;font-size:16px;text-align:left;text-align-last:left;color:#101215;display:block; }
 }@media only screen and (max-width: 763px) { #RK8IehdRsbTr9rmqtR6a6LkSdFNuL0kM { width:262px;height:37.5px;top:451px;left:58px;font-size:25px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l9A0ZEGcTAPMH2IeN1ESre0OJ8THi0Wk { width:47px;height:47px;top:446px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vStRmDN8e5mltqQDCDJsL2AlguLz7t1p { display:block; }#vStRmDN8e5mltqQDCDJsL2AlguLz7t1p > .row .container { width:320px;height:221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXOPeCHqpP7tdHHFomqJRIlt0WaKPhqR { width:40px;height:40px;top:179px;left:280px;font-size:28px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Fss666tD3yh0KsDsARJ9ke0yWmyEV61d { width:236px;height:118.9844px;top:99px;left:0px;font-size:17px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D3WRtp9wddnXmUqBJdU0q6JvK5PK0cG0 { width:320px;height:48px;top:56.96875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW { display:block; }#LUQZGIekxDMkWsaGGFEwNz5wAe5UiflW > .row .container { width:320px;height:199px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VD9m50pGDloAt0qggsJlqFaBl9LmHanZ { width:320px;height:190.3747px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi { display:block; }#o0gmSDWJupoJ6mUG7mXDVUTc4QxcmgDi > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Id96TET3Z7V4APCTfTRRuUWpfrhpLabr { width:40px;height:40px;top:73px;left:280px;font-size:28px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tVVWA49aziK4w1PFTX4Kax8LMlNQXzFM { width:236px;height:71.3907px;top:41px;left:0px;font-size:17px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZEsVxByrcK2VDvXSzx7CMQa2Hb3SQt { width:320px;height:1px;top:21px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa { display:block; }#Ehri7Be8yTTMQVnuen3vmJsmmXfo4mMa > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXWoerW2JSToy9g5ALCKiL6quwON9ZmS { width:320px;height:95.1876px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU { display:block; }#eoMc8V9dDX4xlw1gTUmWdPoDX5UPr9yU > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOSuZLKTZIof818BXtMKPJadvNLPnu9t { width:40px;height:40px;top:104px;left:280px;font-size:28px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WqyCtoPykG6vCWdHmFwqCgJrRhLXg816 { width:236px;height:95.1875px;top:41.1875px;left:0px;font-size:17px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wUccFdTauKuclDeqMnGR3P6ZtluoOuBM { width:320px;height:1px;top:21.1875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uvveKSfShB2Lc7msdwFETSy9s4sIz5rL { display:block; }#uvveKSfShB2Lc7msdwFETSy9s4sIz5rL > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgwtmV0PveTH1sU9xEHh9SIt4l6tk8Fu { width:320px;height:166.5778px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP { display:block; }#NIy4dGA0gJ1X6KTtXzwweor1FTKo83JP > .row .container { width:320px;height:172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tsi1pgX8nWE1uaPqz2aaIA7P31Zgn3En { width:40px;height:40px;top:104px;left:280px;font-size:28px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #e5T37X8xK71T8Zd7nWOzGtES7veaff7D { width:236px;height:95.1875px;top:49px;left:0px;font-size:17px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ugCptEXmOE2mgqLHTL679Ibuogy1Wh5Q { width:320px;height:1px;top:19.96875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO { display:block; }#kvqm8cpI14FVktkMqJ2VweTyHV3Fy1fO > .row .container { width:320px;height:287px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xO32dIytfBudiGLDXriLWewy3bvMe0yN { width:320px;height:285.5627px;top:0px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nsgQEltVGatmsRlu4Tq1p26GieIBtcdf { display:block; }#nsgQEltVGatmsRlu4Tq1p26GieIBtcdf > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF { background-color:#e7e9f3;background-image:none;display:none; }#TD6uQZkr5qpguiAvoIC6dUo8q6EhdDbF > .row .container { width:320px;height:718px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wx3iVKLTeu7BeaxyVmKGwGEBunF697fW { width:320px;height:120px;top:150px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jt7rqfuUO0TsvkDzTDLehhV7fquT65PR { width:320px;height:120px;top:331px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BradcOKraeFTyXCbRb7B24MfcKA263rR { width:320px;height:120px;top:524px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q8GFlQ78zXRG8msXkTXeFbc4lmfBOWK8 { width:277px;height:72px;top:52px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD { width:320px;height:502px;top:20px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD.adaptive-delivery-prevent-bg, #AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD.lazyload, #AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD.lazyloading { background-image: none; }
#AkDafeXlee977TP7Q5xpxcNR5Pd4sCoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.73); } }@media only screen and (max-width: 763px) { #aTfh9anoTgzyS4AQAydL3C7x63aDnpkL { display:none; }#aTfh9anoTgzyS4AQAydL3C7x63aDnpkL > .row .container { width:320px;height:925px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pn4qhuKbFlZQHbA9DgliUUeE0TXltBbr { width:320px;height:38.3984px;top:47.5px;left:0px;font-size:32px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eteNEU6O9TrgxZcK134wpcOvwQipxomW { width:153px;height:30px;top:453px;left:144px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E5fxiDJRiAFTECdPJ35lV6tZPo8rWeAx { width:124px;height:147px;top:453px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #K8mTir1BAXy1TD7y2DvB45kq3xe4M9Jc { width:320px;height:569px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LpIA3metlEEz7fo7h9QnIMwqIGHz332t { width:320px;height:48px;top:105.875px;left:0px;font-size:16px;color:#101215;display:block; }
 }@media only screen and (max-width: 763px) { #DEBTnZ2gGo8DhbHQ6Wra9rhWIq0lAymF { width:176px;height:19.5px;top:483px;left:144px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FhtzaXIEo58z1dTxrK8uSxxZlUOkDzpR { width:162px;height:30px;top:684px;left:144px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bDQ7fEyz4yXnqB63Tpg01BMAJvKdrxT4 { width:124px;height:147px;top:684px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zTUrGcdiDmAu4bwoz84iTxsowS8WmwWO { width:177px;height:19.5px;top:714px;left:144px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN.adaptive-delivery-prevent-bg, #cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN.lazyload, #cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN.lazyloading { background-image: none; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container { background-color: transparent; background-image: none; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.31); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container > .video-iframe-container { display: none; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.31); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row > .video-iframe-container { display: none; }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .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); }#cXRS6ZxHqnseKDGKKBwusFwdCMHGEPMN > .row .container { width:320px;height:673px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F { width:320px;height:71px;top:601px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/514a63d2-77bb-444e-b9c5-358e0d660591/1664403501537.preview.rotate_270.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F.adaptive-delivery-prevent-bg, #awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F.lazyload, #awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F.lazyloading { background-image: none; }
#awuLLsAROU9AvT9ypqVoNNEwmWaM9J3F::before {     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) { #aTgk6yJuwesNCCDVMDBL209ikIfQAWJh { width:320px;height:100.781px;top:75px;left:0px;font-size:24px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U { width:320px;height:575px;top:658px;left:0px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bebb5287-a901-4198-a191-b2ffc40129c1/6319f682a50a21d07eb388bb_Build02.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U.adaptive-delivery-prevent-bg, #wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U.lazyload, #wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U.lazyloading { background-image: none; }
#wAgtsBv2IVHL9DTvkg0g3eJmJKSiTw7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,21,0.65); } }@media only screen and (max-width: 763px) { #JDGlQX0InAMhObTOvMeAppEOtOKSX5zW { width:320px;height:19.5px;top:288px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #LAdbP9VpSnT3tgAkBRBWSJv4RH6Mbg6V { width:306px;height:68px;top:193px;left:7px;font-size:15px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OMMJ52pAPNQQmqnMTteqztPVdx806XAD { display:block; }
 }@media only screen and (max-width: 763px) { #grPNchyqhTTxBrMZInXLTFlG7DroRrX1 { width:38px;height:38px;top:281.547px;left:141px;display:none; }
 }@media only screen and (max-width: 763px) { #zCl4gwJ4WlhUr8xbUEkfFsOBnuzGNTkA { width:260px;height:133px;top:356px;left:30px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp { display:block; }#iDoKheJ6ThmKbQL0xE7AlPzfPBnfXDEp > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#oRzrV59VBsI6RyVXePZTB2h0K5qcVPTn > .row .container { width:320px;height:57px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diM73pia0VXxu8QwCAO9e9sbpCmqUfTU { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #RtUgVo90sxrs0Pko4K9zpLypKnpJR3Vo { display:block; }
 }@media only screen and (max-width: 763px) { #rufiB1qie9WCdbd2QGFStZDcrZoqi7kR { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DMpiqmpK1a1OvpVSblua670WtSMT27Cw { display:block; }
 }