.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;
}
.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;
}body { background-color:#282e36;background-image:url("https://images.assets-landingi.com/KT6EFUx3/bg_LP_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14181d;background-image:url("https://images.assets-landingi.com/kMAd59Zz/alpha_mobile_v2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO.adaptive-delivery-prevent-bg, #H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO.lazyload, #H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO.lazyloading { background-image: none; }#H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO > .row .container { border-width: 0; border-radius: 0; }#H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO > .row > .video-iframe-container {  }#H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#h6vkMFAZJNfRgkJ6I3imS1CTtlhTSN9l { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:75rem;display:none; }
#cAuRZXZoJrhhZB8Fffz5vinxXxwBtQah { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:11.375rem;top:1.4375rem;left:31.8125rem;overflow:hidden;display:block; }
#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wgpgpoSn/bg_evergreen.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.adaptive-delivery-prevent-bg, #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.lazyload, #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.lazyloading { background-image: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container { background-color: transparent; background-image: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container > .video-iframe-container { display: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row > .video-iframe-container { display: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .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); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container { border-width: 0; border-radius: 0; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row > .video-iframe-container {  }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container { font-size:0.875rem;font-family:arial;height:109.875rem;width:75rem;position:relative;display:block; }#fN8PfP9DVSMrfh2DwphcA814BA0ZQEd6 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:5.875rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
#zUX4CrdrqAtQ6Trt1ZJC28EfpFU7Uc0h { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:5.0625rem;top:30.125rem;left:69.9375rem;overflow:hidden;display:block; }
#VRGX6NJa1zGhtOpqsZmZICRbwxW2Nens { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:12.125rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#eVferPzfXB7PBOzg7BO7aHheO9gTGxSo { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.3125rem;width:75rem;top:4.90625rem;left:0rem;overflow:hidden;display:block; }
#MZQk6mwcJ7LEcqvbD6V6mW16ksFTqAlG { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:36rem;width:36rem;top:6.125rem;left:19.9375rem;overflow:hidden;display:block; }
#TVO7Sda2HgrzPbVlbLdBhgNIqekrX50s { position:absolute;display:block;z-index:99990;background-color:#001237;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;box-shadow: 0.0625rem 2.375rem 5.5625rem rgba(5,15,35,0.93) ;height:31.6875rem;width:57.0625rem;top:52.625rem;left:9.2470703125rem;display:block; }
#FOxOgVKRlTINTJFJCCIuyq7mQFuTb0QQ { position:absolute;display:block;z-index:99989;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.3125rem;width:74.1875rem;top:37rem;left:0rem;overflow:hidden;display:block; }
#cTT4p798JXVuX1MmmubRHTBDn3hdCmQr { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.75rem;width:57rem;top:52.625rem;left:9.2470703125rem;display:block; }
#nB13343GMwgZNbaLOQnx44SMTseX8P1T { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:16.625rem;top:33.4375rem;left:56.375rem;overflow:hidden;display:block; }
#Whs2TQ5B4CW6ceXFpeZKxqdJgOGBGKEt { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:13.75rem;top:42.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#gVOsI2WvKPCCeg2obPmRHHT9pcHmvgsv { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.375rem 0.625rem rgba(0,21,55,0.59) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:26.5625rem;left:30.96875rem;display:block; }
#yNgqVJNTZ7bGnndQXKaR7ngrAqy0bR5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oLbhgr4tV8EdZDXX65K3ziaoyoTERDcz { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:99.3125rem;left:38.875rem;display:block; }
#IdflHLuLFcJTPeoV1RP94Iu02sc5wKSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TlrTGTv4Wcq66SCPGQ4pnWkMsMTd036D { color:#dadada;display:block;width:56.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:91.1875rem;left:9.78125rem;height:6.9995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lwGy1ITWJ5fzSTdXHvs217HtAQyQ3LEv { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:99.5rem;left:23.0625rem;display:block; }
#AHfGERMeZlbLDOSVe0CAsTyzcNkqtAVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oJWLT2Isr7kCfEPz1Qeqmy6TR3qfXqd9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:100004;line-height:.9;letter-spacing:0;top:87.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygfvG0aMQPf4W7OzX9gMUfsk1KtnQqgO { color:#f53241;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:17.49951171875rem;left:0rem;height:7.7988375rem;text-align:center;text-align-last:center;display:block; }
#zR1w6AaNIyzTirgPPDDBo8wmgkZoNK4F { color:#dadada;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #424242;top:30.125rem;left:24.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I8FmUmTdsGK6GFSyx6bD08lhSqcnZTg0 { color:#dadada;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #424242;top:104.375rem;left:24.34375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wgpgpoSn/bg_evergreen.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.adaptive-delivery-prevent-bg, #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.lazyload, #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.lazyloading { background-image: none; }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w > .row .container { border-width: 0; border-radius: 0; }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w > .row > .video-iframe-container {  }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w > .row .container { font-size:0.875rem;font-family:arial;height:111.625rem;width:75rem;position:relative;display:none; }#OszkKzZvHUZEgBkNmZ3MZKHqn1TEZnft { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:5.875rem;top:28.5625rem;left:0rem;overflow:hidden;display:block; }
#xa1TCOPrNnMaR96Q8M27qqiRuTNh1zvp { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:5.0625rem;top:30.125rem;left:69.9375rem;overflow:hidden;display:block; }
#SHghxNIXK0IlJpof21gOSnPxbNKeovEe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:12.125rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#USTfZnd51xhBNIpo7Qxc5cmleHuFXx5g { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.3125rem;width:75rem;top:4.90625rem;left:0rem;overflow:hidden;display:block; }
#xox1MO2SpcaTca9oMQ40GNdhhISgtMvX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#04bbff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.25rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:2rem;left:13.375rem;display:block; }
#XOxQrATisgcXRn4wLIPOlyfEXnFN1KzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N2F8ffT6vtcXtg72qmHUOw8rWPEQFOZU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.25rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:2rem;left:19.8125rem;display:block; }
#CWHRPVmIoyq31uPy9R9PVCbO5FPA817k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LKMQL0moy3nFJ3ab98bVbnow3XOVcBIP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:2.25rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:2rem;left:26.875rem;display:block; }
#kd4xikmM9uBqWuigHAI5knpgUQlQ7tua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MU78Ih2ySAgArpHgSLEc7ytGgA4MgN9n { position:absolute;display:block;z-index:99990;background-color:#001237;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;box-shadow: 0.0625rem 2.375rem 5.5625rem rgba(5,15,35,0.93) ;height:31.6875rem;width:57.0625rem;top:52.625rem;left:9.2470703125rem;display:block; }
#IiT3Tdzhl56DcsrVQPXnqRZNtTvJ7FQH { position:absolute;display:block;z-index:99989;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.3125rem;width:74.1875rem;top:37rem;left:0rem;overflow:hidden;display:block; }
#QtThLmdEC5qrKO5D1Ey9cy4r5L1l15fJ { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.625rem;width:16.625rem;top:33.4375rem;left:56.375rem;overflow:hidden;display:block; }
#UZweK9iMMpfUcMvAig9flcxfVK41bgvy { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:13.75rem;top:42.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#MtNd7e8c7SNih3IAZ3ogzrnK5DCdtrPk { color:#dadada;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:91.1875rem;left:15.96875rem;height:8.396475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZ7VP2dui8itXOIkzS3RaPE04cEkqUZx { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:100004;line-height:.9;letter-spacing:0;top:87.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2c3MLSWPSvUWaxWuNQLWLVgGf6uqESF { color:#f53241;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.1875rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#drCZUQQITcDItISIH29FBZHm9prRIzk3 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.625rem;width:13.75rem;top:76.375rem;left:59.875rem;overflow:hidden;display:block; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-form-header {  }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-regular-label { height:auto;display:none;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:19.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-text { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ebebeb;border-left:0.0625rem solid #ebebeb;border-right:0.0625rem solid #ebebeb;border-bottom:0.0625rem solid #ebebeb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:2.75rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center;vertical-align:top; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-text {padding-top: 0; padding-bottom: 0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-textarea { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ebebeb;border-left:0.0625rem solid #ebebeb;border-right:0.0625rem solid #ebebeb;border-bottom:0.0625rem solid #ebebeb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center;vertical-align:top; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-select {padding-top: 0; padding-bottom: 0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9400ff, #b200df);background-image: -moz-linear-gradient(180deg, #9400ff, #b200df);background-image: -ms-linear-gradient(180deg, #9400ff, #b200df);background-image: -o-linear-gradient(180deg, #9400ff, #b200df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9400ff', endColorstr='#b200df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9400ff', endColorstr='#b200df' );";background-image: linear-gradient(180deg, #9400ff, #b200df);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:19.8125rem;height:3rem;font-family:montserrat;overflow:hidden; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A [class*="-text"]:-moz-placeholder { color:#ebebeb;font-family:montserrat;font-size:0.875rem; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A [class*="-text"]::-moz-placeholder { color:#ebebeb;font-family:montserrat;font-size:0.875rem; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A [class*="-text"]:-ms-input-placeholder { color:#ebebeb;font-family:montserrat;font-size:0.875rem; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A [class*="-text"]::-webkit-input-placeholder { color:#ebebeb;font-family:montserrat;font-size:0.875rem; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.5625rem;overflow:hidden;font-style:normal; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-container:first-of-type{padding-top:0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-container:last-of-type{padding-bottom:0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.8125rem;left:0rem; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.8125rem;display:block;vertical-align:top; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.6875rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A {display:block;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:15.8125rem;left:0rem;display:none; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #rc7941EeSQ0aiT40VQprWhDC7X5NOoLX { position:relative; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #KkP0JCUGHegpl63bvEFNxJIW9QXHRvOu { position:relative; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #iiTSSKrRxkihclpU6F06Fw67LtgmX2a9 { position:relative; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #g9ArOz9ozvrRghusn1opLzXzNpQwZXG0 { position:relative; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #KA16M8iVHv8ysOpTbUcJKDREDxKOFE6K { position:relative;z-index:2; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #t6oBmy0i1eWs1Nz7c3M99NL6iuTvGsTw { position:relative; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #TAprQHCOeuoTagCqDeTiJB445RbkwOva { position:relative; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #bDClKF6FgsKRQH6RRS4QkLMoI3swLw0K { position:relative; }
#q2REsFRalv8WMXlTxh3LVGQPQcdApssT { position:absolute;display:block;z-index:99987;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:19.875rem;top:28.5rem;left:0rem;overflow:hidden;display:none; }
#Oqly5f4fo2Umef0AZZ7XP3LcCVb9FdwU { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:5.0625rem;top:30.125rem;left:69.9375rem;overflow:hidden;display:none; }
#xqR3VKSRA5rUTmoorK7Bic11Dp2e0xBT { position:absolute;display:block;z-index:100000;height:21.75rem;width:38.75rem;display:none; }
#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14181d;background-image:url("https://images.assets-landingi.com/u9iCw09B/bg_play_low.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.adaptive-delivery-prevent-bg, #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.lazyload, #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.lazyloading { background-image: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container { background-color: transparent; background-image: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container > .video-iframe-container { display: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row > .video-iframe-container { display: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .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); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container { border-width: 0; border-radius: 0; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row > .video-iframe-container {  }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Rd5dJi7BDHSiHxNCUBIVAKus4h7v9LeZ { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:100004;line-height:.9;letter-spacing:0;top:6.75rem;left:3.9062502384186rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrnN9e06ToDIRMaO4ZHhLunaa5IeyZBH { color:#dadada;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:10.5625rem;left:4.0000002384186rem;height:14.4375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ysmPfR5rr8niEdwkAXTzpJTivAWnaBBv { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:33.1875rem;top:8.25rem;left:38.000001192093rem;display:block; }
#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f47sqrkB/Bg_bluev3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.adaptive-delivery-prevent-bg, #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.lazyload, #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.lazyloading { background-image: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container { background-color: transparent; background-image: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container > .video-iframe-container { display: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row > .video-iframe-container { display: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .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); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container { border-width: 0; border-radius: 0; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row > .video-iframe-container {  }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container { font-size:0.875rem;font-family:arial;height:101.6875rem;width:75rem;position:relative;display:block; }#zykMZf4x6vCZabyTsBx3ARlB1LHFhs9o { color:#2780c4;display:block;width:45.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:100018;line-height:1.1;letter-spacing:0;top:41.625rem;left:15rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWwk54mOx4LXmEeQw94mVDPDATNyXWby { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.498875rem;height:3.374025rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:91.5625rem;left:30.249835014343rem;display:block; }
#RAlGyU8XJMTRkMLTMCm14BIgLRmkJwTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dbEFMdM8JSahJTyybyxaIk3xJc6WRdTm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:14.5rem;top:24.47802734375rem;left:44.625487327576rem;overflow:hidden;display:block; }
#fEPAVypol5iJPXloP1SMWz7e6ce8i5ym { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0615rem;height:2.749025rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:23.5400390625rem;left:30.968627929688rem;display:block; }
#ScqEgciGxnni7DPfT1Xkltyy1mqbBbzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wS5HGTQJnD2xHuoZ8hN02lTE3Q5NqPBQ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.686375rem;width:15.5615rem;top:27.247314453125rem;left:15.65673828125rem;overflow:hidden;display:block; }
#yOU4laXitNVadugT8G7qQ43Q6GBmW1g3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#uCCSTTMyF3Wai8erBlcWLVrwe0Oyx3ot { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:12.6875rem;top:6.9375rem;left:31.15625rem;overflow:hidden;display:block; }
#o3a3Gs8zBTDBM0J6kiH74ZmcDcw64itg { color:#ffbf36;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:19.09326171875rem;left:25.56201171875rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#PuwSqd6WFnPoTDvxB5b1HH92PveT4pGM { color:#ffbf36;display:block;width:6.3745rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:100025;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(123,84,0,0.68);top:29.15869140625rem;left:17.748372077942rem;height:1.57470625rem;display:block; }
#OhvrStI1WuPolUMxeHEagQxCROhoamkq { position:absolute;display:block;z-index:100022;height:34.0625rem;width:53.75rem;top:48.75rem;left:10.625rem;display:block; }
#ar84gbcCAcVbTm69mTxlUAou0tsI0J8q { position:absolute;display:block;z-index:99990;background-color:#050f23;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;box-shadow: 0rem 0.9375rem 4.375rem rgba(5,15,35,0.74) ;height:21.6875rem;width:43.9375rem;top:40rem;left:15.625rem;display:none; }
#OJNags5BTBX0lnfzlrVL7BydUA7765vi { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4980625rem;height:3.374025rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:29.75390625rem;left:30.25048828125rem;display:none; }
#sAXHrzdKfvKsNuGUWhO1JvAn7KxHqnhn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SXtJplWxOZQEJCVnpz5r5BoK3MaLXhMn { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:1.5rem;top:28.90380859375rem;left:15.623372077942rem;overflow:hidden;display:block; }
#kRnBQtPScFsf0tQLDkcuiO9UmihTN7ez { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:1.625rem;top:28.258453369141rem;left:29.312335014343rem;overflow:hidden;display:block; }
#tI4xgFlgQUttmTvNMH0PNfli0cw6Xeyx { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:10.75rem;top:4.75rem;left:61.5625rem;overflow:hidden;display:block; }
#yIE77ovQlOGi2y9J49FsXwMV6ONAA4M1 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.625rem;width:12.25rem;top:4.5625rem;left:2.125rem;overflow:hidden;display:block; }
#X4VDH8ZNfSoIQtfVzFU2tFEI8DSG1gP0 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:13rem;top:69.5rem;left:-6rem;overflow:hidden;display:block; }
#NSwUD99ZXAwPcRzizqvnv0aSmmdn1vpD { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:5.9375rem;top:89.0625rem;left:0.3125rem;overflow:hidden;display:block; }
#PVOH0D6mVHUCeQS965llFvTyRKGyCw7U { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:10.5625rem;top:52.875rem;left:70.4375rem;overflow:hidden;display:block; }
#BrzMHPJmNqJkZVknhp4B1iknksKUR7Pg { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.25rem;top:44.3125rem;left:69.0625rem;overflow:hidden;display:block; }
#xdT8fp6STrdMgLNyQAzPKMxxaFLKZIBg { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.3125rem;top:68.5rem;left:72rem;overflow:hidden;display:block; }
#mlJg30LGiknsseu8NTnnCcs1a4vNe2KT { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3rem;top:84.25rem;left:6rem;overflow:hidden;display:block; }
#yReFWTB3RiKk0B3FFPP8Ds7bO7ORo14S { position:absolute;display:block;z-index:99991;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5rem;width:47.3125rem;top:38.125rem;left:13.875rem;display:none; }
#UCKksidCnueMWiOC09sKRN8RciVkZE98 { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:44.375rem;left:21.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#fTVEnRd38acyUOBxSiUdCEKOcZ1U6btx { color:#ffbf36;display:block;width:6.3745rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:100026;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(123,84,0,0.68);top:27.47737121582rem;left:17.747557640076rem;height:1.6875rem;display:block; }
#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f47sqrkB/Bg_bluev3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.adaptive-delivery-prevent-bg, #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.lazyload, #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.lazyloading { background-image: none; }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS > .row .container { border-width: 0; border-radius: 0; }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS > .row > .video-iframe-container {  }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS > .row .container { font-size:0.875rem;font-family:arial;height:110rem;width:75rem;position:relative;display:none; }#Bww9rtItT4FUQFEkHvNcxOUMNznPkiXs { color:#2780c4;display:block;width:45.625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:100018;line-height:1.1;letter-spacing:0;top:48.5rem;left:15rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flq0LIiZ4NWQwC6hLShOuBq0EFNV9JNO { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:15.5625rem;top:29.5625rem;left:14.4375rem;overflow:hidden;display:block; }
#XroAocAA44qMvJ5tiTeTTxMVCk7h8KDQ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#lzbTQQO7HzmoM2AKCmUODXfLGNxBEZL6 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:12.6875rem;top:6.9375rem;left:30.1875rem;overflow:hidden;display:block; }
#ctzoZuHVCX05ThpQaTFtccFfTU11LTy0 { color:#ffbf36;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:100025;line-height:.9;letter-spacing:0;top:27.25rem;left:15.0625rem;height:2.13671875rem;display:block; }
#kDmTcwHdz5g2lUpr94MO2CWnhA776WNI { position:absolute;display:block;z-index:100022;height:34.0625rem;width:53.75rem;top:55.625rem;left:10.625rem;display:block; }
#nTQdpcRePEy387rAo0uT2H0W72dGOAbd { position:absolute;display:block;z-index:99990;background-color:#050f23;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;box-shadow: 0rem 0.9375rem 4.375rem rgba(5,15,35,0.74) ;height:21.6875rem;width:43.9375rem;top:40rem;left:15.625rem;display:none; }
#pi5tIZI4VyCMDkOiQ1xn09cJsW5J9EOp { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4980625rem;height:3.374025rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:29.75390625rem;left:30.25048828125rem;display:none; }
#dSBwfQlJiaCpVRm4DSzuGidxa9rqyESq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VcCMHMKfwU982rgWARdfNAOZXmX4XUci { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:1.5rem;top:28.3125rem;left:26.75rem;overflow:hidden;display:block; }
#DAE41q3zLfrUatHsxrwerOVcbIkfFuld { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:1.625rem;top:28.25rem;left:21.4375rem;overflow:hidden;display:block; }
#dhpCtGG6Mz8LA59aaIg0d019avLmsg6K { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:10.75rem;top:4.75rem;left:61.5625rem;overflow:hidden;display:block; }
#Kf2VVEGPdDtDCd1EOhBmO4bND8S19Jp9 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.625rem;width:12.25rem;top:4.5625rem;left:2.125rem;overflow:hidden;display:block; }
#QgTBpMwCuV03vvub733ya5Cy2oVAJrZ0 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.75rem;width:13rem;top:76.375rem;left:-6rem;overflow:hidden;display:block; }
#cCDBO0EObEQh3FF2NcTxtoIACpAEBfZN { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:5.9375rem;top:95.9375rem;left:0.3125rem;overflow:hidden;display:block; }
#UHyKp8IZvbz5Qaw3gdo9zXG3Z4kas9T9 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:10.5625rem;top:59.75rem;left:70.4375rem;overflow:hidden;display:block; }
#eGCgHnxvr0HIV7pIih3Pmt3rGHuFvyag { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:6.25rem;top:51.1875rem;left:69.0625rem;overflow:hidden;display:block; }
#VGDqQT1Moay2NBz7XizEBhThQn3KLp5L { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:3.3125rem;top:75.375rem;left:72rem;overflow:hidden;display:block; }
#qMP5tkC3NX3PMWRLUV58CG2MDqF667wn { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3rem;top:91.125rem;left:6rem;overflow:hidden;display:block; }
#DXokEkNmIU2vc98xDKu2f8WRygB5TS3B { position:absolute;display:block;z-index:99991;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.5rem;width:47.3125rem;top:38.125rem;left:13.875rem;display:none; }
#TX3GAtxvkfTp1TC0Wqt2ADvuL6fdcPPA { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:51.25rem;left:21.3125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#CAPBTM1bg2nxiRRPLtQi6uXOX2gHOtEC { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:17.1875rem;left:17.5rem;overflow:hidden;display:none; }
#kt4A5fAziR18iORIUem62yXBAKTyZMKV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:8.625rem;top:16.78125rem;left:49.125rem;overflow:hidden;display:none; }
#mV2FoZQH1o3oRawKBo7RBLTLAoTsPyRf { color:#acacac;display:block;width:48.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.375rem;left:13.21875rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#SQ7NVwtwtKSxG0xt65QimbhvXTI3lF8T { color:#ffbf36;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:100025;line-height:.9;letter-spacing:0;top:27.25rem;left:15.0625rem;height:4.2744125rem;display:none; }
#KBDoq9WH4zJAv0zF35TvLlMSI7zBqqpT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:17.1875rem;left:17.5rem;overflow:hidden;display:none; }
#eubQd0MGy0rVgppA42ClTQJdSs9gI2b3 { color:#acacac;display:block;width:48.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.375rem;left:13.21875rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#VWwRahJOreQtFa2q2ZbelQDXwST4L1Io { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:8.625rem;top:16.78125rem;left:49.125rem;overflow:hidden;display:none; }
#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/FpBdLVwy/avatar_bg_v2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7.adaptive-delivery-prevent-bg, #hxKTtasOO0cB0lu4itNAtur3xqABFvD7.lazyload, #hxKTtasOO0cB0lu4itNAtur3xqABFvD7.lazyloading { background-image: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container { background-color: transparent; background-image: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,30,58,0.17); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container > .video-iframe-container { display: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,30,58,0.17); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row > .video-iframe-container { display: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .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); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container { border-width: 0; border-radius: 0; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row > .video-iframe-container {  }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:block; }#KpBw087rwKLQeqixR5TtEFNOc1Hff2fe { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:9.3125rem;top:13rem;left:56.25rem;overflow:hidden;display:block; }
#LCH9RVTWdJ9o4U277P6VFu3qDBuXGRQ6 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:9.8125rem;top:9.1875rem;left:49.123046875rem;overflow:hidden;display:block; }
#N20dLk2SaZOnARdW3h55PuSMQqvVqyuw { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:15.1875rem;top:7rem;left:40.25rem;overflow:hidden;display:block; }
#MDTXXqhgx8roqfqoQnZ85agkVkOCISeJ { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.249rem;width:10.249rem;top:5.375rem;left:32.625rem;overflow:hidden;display:block; }
#FaQ5pdR1JxXPQZwIraydHi5PqoepWFKd { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:17.5625rem;top:8.875rem;left:10.875rem;overflow:hidden;display:block; }
#zF0p8cXfCJ1zJh1QcP8yErAxBtJX6UV6 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:17.75rem;top:9.125rem;left:19.625rem;overflow:hidden;display:block; }
#QDHSOR06JUUbNT8OprODLC6084C19wc6 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:9rem;top:11.8125rem;left:9.8125rem;overflow:hidden;display:block; }
#TqmDgdmI5ABINoII89qFbFdrA7VnamE1 { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,21,55,0.93);top:37.75rem;left:19.75rem;height:4.1997rem;text-align:center;text-align-last:center;display:block; }
#dmAenu6JsHOJAWf3qPepPeGPR4kUvd3o { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100027;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(0,21,55,0.78);top:33.0625rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTKuSF9fxn6BfEAa6F5F0th0pQZA06vg { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4980625rem;height:3.374025rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:43.625rem;left:29.625rem;display:block; }
#TL9KdtBShuxqKVy2GDVfi7uZAc424F36 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/FpBdLVwy/avatar_bg_v2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.adaptive-delivery-prevent-bg, #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.lazyload, #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.lazyloading { background-image: none; }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP > .row .container { border-width: 0; border-radius: 0; }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP > .row > .video-iframe-container {  }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP > .row .container { font-size:0.875rem;font-family:arial;height:62.625rem;width:75rem;position:relative;display:none; }#u8uBypsgyOcCOURwaMkXdUxlMHv9eGJq { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:9.3125rem;top:13rem;left:56.25rem;overflow:hidden;display:block; }
#tn5XQAFkvbn2TD5ZHc2az6keHCiamhOk { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:4.375rem;top:9.1875rem;left:49.123046875rem;overflow:hidden;display:block; }
#xnZD9ZWVVnXWbtPV9g4awDLtdUxImiz9 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:7.25rem;top:7rem;left:40.25rem;overflow:hidden;display:block; }
#thrIXFMapA9QvbpKcE1sPite526vTa2y { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:5.4375rem;top:5.375rem;left:32.625rem;overflow:hidden;display:block; }
#c2TdWyH42XAvuShgJVDwEyZXqrc9NuBh { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:17.5625rem;top:8.875rem;left:10.875rem;overflow:hidden;display:block; }
#vB8Rvv3ef0bJeATNEm19t1oLV5opd5B1 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:8.875rem;top:9.125rem;left:19.625rem;overflow:hidden;display:block; }
#GxPIyPGr12IX4L3l93n8x7iFV8ld6Pgf { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:4.9375rem;top:11.8125rem;left:9.8125rem;overflow:hidden;display:block; }
#BVfcUHIX4XX7w8XVo1LnG1gW3DpfZHNo { color:#000000;display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,21,55,0.93);top:37.75rem;left:19.75rem;height:19.591775rem;text-align:center;text-align-last:center;display:block; }
#MITn4OIcVyoCEUKAADpnf5ipXVQDvMTX { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100027;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(0,21,55,0.78);top:33.0625rem;left:0rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DbnTF2TzTeysJtNMyeegWpxMIT2qBv2z { background-color:#f53241;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4980625rem;height:3.374025rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:53.125rem;left:22.3759765625rem;display:none; }
#XnwqzCwo2DosHQ3dFiOUGCP4vnEmJgDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,42,116,0.25);background-image:url("https://images.assets-landingi.com/a7NZK7jM/bg_partnersv2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.adaptive-delivery-prevent-bg, #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.lazyload, #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.lazyloading { background-image: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container { background-color: transparent; background-image: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container > .video-iframe-container { display: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row > .video-iframe-container { display: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .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); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container { border-width: 0; border-radius: 0; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row > .video-iframe-container {  }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#u2vbJru5wLb5qZ3wpMvAZHT5ZguEyK5L { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:6.6243591308594rem;left:21.843535423279rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRq9tkfpu8F8ZpVuTWcrhUDWRnXr4bOp { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:7.4375rem;top:24.812286376953rem;left:57.437071800232rem;overflow:hidden;display:block; }
#AoW8WwnMhU4n17KDKCBTVxnaf3LCIHKn { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:5.3125rem;top:25.749786376953rem;left:49.436850547791rem;overflow:hidden;display:block; }
#StPZGI96VOselRGBR424BWIEUSAo6b8U { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:6.125rem;top:19.124359130859rem;left:49.062502861023rem;overflow:hidden;display:block; }
#Fw7U1ApK9FNZl77htqncPhbl5VX9lkW2 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:4.0625rem;top:20.3125rem;left:41.499567985534rem;overflow:hidden;display:block; }
#ZN58NK1AbuKeuCAoaTQFe8vmVxcl1L3K { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.3125rem;top:20.749786376953rem;left:30.437285423279rem;overflow:hidden;display:block; }
#xVmZGQbD4Z55OsDWVPXXl9OzeA9t4kUL { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:5.4375rem;top:19.6875rem;left:58.374571800232rem;overflow:hidden;display:block; }
#KZ7t1mTcsyaARyoms2sH8CTlOJaw81OT { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:6.3125rem;top:26.812072753906rem;left:40.249567985534rem;overflow:hidden;display:block; }
#nsW2WLZ5h34xdOTLWLLBfNiL64LEX0HZ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.25rem;top:26.374786376953rem;left:30.061850547791rem;overflow:hidden;display:block; }
#OV130kZWn2hyOD1RLFw6Gx7C7pEJfq6p { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:7.9375rem;top:25.061859130859rem;left:20.186633110046rem;overflow:hidden;display:block; }
#khZge0PlJ1mC2b5Di44AVH2JGvpQ9ivs { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.5625rem;top:19.812286376953rem;left:21.812067985534rem;overflow:hidden;display:block; }
#u54yo0KlKtXCaqcHwEQZ1XXaaU1KnRes { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7rem;top:20.499145507812rem;left:10.249566078186rem;overflow:hidden;display:block; }
#Cw2RCLPcu6JvuSadtZCgmmo7RvWx6PSZ { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:8rem;top:26.875rem;left:9.5616331100462rem;overflow:hidden;display:block; }
#HX9HdvW0fhMaCrVsQAmlxk5RbbK2aA5g { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:6.25rem;top:14.0625rem;left:30.374350547791rem;overflow:hidden;display:block; }
#QfHPVhCZupAexTPVCMMVPNnl3I6Tcwr7 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.75rem;top:13.562286376953rem;left:50.249567985534rem;overflow:hidden;display:block; }
#of5xcWf1NqlQFza5XDdKV7vmyTHJKvTs { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:8.9375rem;top:14.312072753906rem;left:39.436850547791rem;overflow:hidden;display:block; }
#qCHLbpTzmNERxMun77NmxleXyibPbDUu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.6875rem;top:13.75rem;left:22.312285423279rem;overflow:hidden;display:block; }
#iBViXos9Q2NdxiVenAtfnU7R2xNLATuq { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:8.625rem;top:15.249572753906rem;left:56.87500667572rem;overflow:hidden;display:block; }
#dMZsHVwtG7u32BhdpCeiaHxyOZyb33zx { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:7.25rem;top:14.874145507812rem;left:9.81228351593rem;overflow:hidden;display:block; }
#CwqUgFBTkJNuw12ODThU5VCutUqTspCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,42,116,0.25);background-image:url("https://images.assets-landingi.com/a7NZK7jM/bg_partnersv2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT.adaptive-delivery-prevent-bg, #CwqUgFBTkJNuw12ODThU5VCutUqTspCT.lazyload, #CwqUgFBTkJNuw12ODThU5VCutUqTspCT.lazyloading { background-image: none; }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT > .row .container { border-width: 0; border-radius: 0; }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT > .row > .video-iframe-container {  }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:none; }#WAZ2S5Zq77f2NpTsy5ZWcOBuQiMprx53 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:7.4375rem;top:24.812286376953rem;left:57.437071800232rem;overflow:hidden;display:block; }
#TksSmZQwQb1ilpdCKMCF4URt4SkvImii { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:5.3125rem;top:25.749786376953rem;left:49.436850547791rem;overflow:hidden;display:block; }
#UphP0tlNvkSH9zqAWGQnDPTqHTdapGTR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:6.125rem;top:19.124359130859rem;left:49.062502861023rem;overflow:hidden;display:block; }
#DnxzI4CX35y8xBnAQF1IXWheeOvoTIJ1 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:4.0625rem;top:20.3125rem;left:41.499567985534rem;overflow:hidden;display:block; }
#S0wLTb95itg1KyoFOmaFsgZcfURcU5te { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.3125rem;top:20.749786376953rem;left:30.437285423279rem;overflow:hidden;display:block; }
#ePMFwLNmTs1fwWK993GP1aoDRdyCHzeM { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:5.4375rem;top:19.6875rem;left:58.374571800232rem;overflow:hidden;display:block; }
#FOQTXgwBO5sNr0ZpWJadorPVcf14zTWm { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:6.3125rem;top:26.812072753906rem;left:40.249567985534rem;overflow:hidden;display:block; }
#EHIUTuCwDUDfS6roib6wGRcWN4BaN1tT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:7.25rem;top:26.374786376953rem;left:30.061850547791rem;overflow:hidden;display:block; }
#zLKq2g3pn2DPCQQpL6tIp4U4U1Rh9ieF { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:7.9375rem;top:25.061859130859rem;left:20.186633110046rem;overflow:hidden;display:block; }
#nia65ezFnnFfzZKyqqJohGI0wWKUK9tQ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:4.5625rem;top:19.812286376953rem;left:21.812067985534rem;overflow:hidden;display:block; }
#GZa565MgZi3CkTXb6Jr5h6zCTfAuFcQv { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7rem;top:20.499145507812rem;left:10.249566078186rem;overflow:hidden;display:block; }
#tTE5eWb93wFoTMDqoQeRThu9XwFtEas2 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:8rem;top:26.875rem;left:9.5616331100462rem;overflow:hidden;display:block; }
#owOndOft4oM7QI0ocU5khJXGQ815ELmw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:6.25rem;top:14.0625rem;left:30.374350547791rem;overflow:hidden;display:block; }
#VAOmQRh2G2kZrZ0LRgkDASMOLUAkBdXi { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:3.75rem;top:13.562286376953rem;left:50.249567985534rem;overflow:hidden;display:block; }
#XxmlImCbuXNe6iEkPPwukLZFfxF2gI81 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:8.9375rem;top:14.312072753906rem;left:39.436850547791rem;overflow:hidden;display:block; }
#DJChNxaUCJqG2C9387WJ8k67Spt542dg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.6875rem;top:13.75rem;left:22.312285423279rem;overflow:hidden;display:block; }
#wLtV9vp9KR1anAIaJu7tRCQ1pTcUQgya { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:8.625rem;top:15.249572753906rem;left:56.87500667572rem;overflow:hidden;display:block; }
#xMW3gasWKC9qiWNCmARhggJx23IS2P35 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:7.25rem;top:14.874145507812rem;left:9.81228351593rem;overflow:hidden;display:block; }
#T6kOBGg7pcCGpWp8QPqzteTZdr8Kf7s7 { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:6.6243591308594rem;left:21.843535423279rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#695288;background-image:url("https://images.assets-landingi.com/YsUMYk5o/Bg_blue_2v2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.adaptive-delivery-prevent-bg, #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.lazyload, #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.lazyloading { background-image: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container { background-color: transparent; background-image: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container > .video-iframe-container { display: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row > .video-iframe-container { display: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .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); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container { border-width: 0; border-radius: 0; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row > .video-iframe-container {  }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container { font-size:0.875rem;font-family:arial;height:103.625rem;width:75rem;position:relative;display:block; }#saNKwRAgcayJsKWgDSeVUOKzTwLgJc61 { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:16.75rem;left:9.5rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#n3HIQ8sgqZ1esuAclovdMC0DwF3bETT6 { color:#000000;display:block;width:10.18675rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:13.0625rem;left:9.4375rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#OI7ypCznADdJNtzrbHrVW0TOph8q2A2Q { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:33.25rem;top:6.03125rem;left:37.4375rem;overflow:hidden;display:block; }
#amT0whXeLCTbO49GzUUnS9P0opr36URA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.3125rem;width:47.1875rem;top:27.375rem;left:-2.3125rem;overflow:hidden;display:block; }
#E66Ms6Z7K090WfhO2tTeftnSB2cpQxXh { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:47.0625rem;left:43.875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#viNDvm5xrAxVfXfk5iDirzA8GNZlvARz { color:#000000;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:40.8125rem;left:43.75rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OqehTyZ4wCDPJB0sAtk0grHPOrTsg4to { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:54.4375rem;left:43.75rem;display:block; }
#nBsRTmATd1T30cdu84RaInOt9lu9enJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L6CRDuVEUzTROqtn4eH1vcQh469Dt3is { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:33.625rem;top:67.6875rem;left:37.5908203125rem;overflow:hidden;display:block; }
#yCcci0MWmzd1JGUHFF1lAPWAL79CwTJB { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:5.125rem;top:73.25rem;left:64.96875rem;overflow:hidden;display:block; }
#rxauB1lQREOrXp1FdXoqgZmopsV3RAQg { color:#000000;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:77.625rem;left:8.875rem;height:4.21875rem;text-align:left;text-align-last:left;display:block; }
#rlbsHLc7owV8Rk3HaEfo8Fl8BokImJ0T { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:2.1875rem;top:76rem;left:38.03125rem;overflow:hidden;display:block; }
#ZFqXJMaWLKXSN1x9zol54uIfp3n3LTO0 { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:73.8125rem;left:8.875rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#JwXvrlaMMVBimubiEV7mSGIMHRTtLxbA { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:24.3125rem;top:14.125rem;left:42.59375rem;overflow:hidden;display:block; }
#OD0TWMk1I8s6W21SxOqBT7e3vwTt33Rt { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:27.6875rem;top:41.6875rem;left:7.75rem;overflow:hidden;display:block; }
#SUFO7MXWVkQEqGwsu06dO9hmhMBDZ96H { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:30.25rem;top:62.78125rem;left:38.5rem;overflow:hidden;display:block; }
#QcLWWITKfbkIRTsaRXhk3wLgvg2A2nGM { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:37.6875rem;top:69.28125rem;left:33.8642578125rem;overflow:hidden;display:block; }
#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#695288;background-image:url("https://images.assets-landingi.com/YsUMYk5o/Bg_blue_2v2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.adaptive-delivery-prevent-bg, #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.lazyload, #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.lazyloading { background-image: none; }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b > .row .container { border-width: 0; border-radius: 0; }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b > .row > .video-iframe-container {  }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b > .row .container { font-size:0.875rem;font-family:arial;height:103.625rem;width:75rem;position:relative;display:none; }#zMJAUD5J5DVwIIzuM63B0QnTm26S7Gst { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:16.75rem;left:9.5rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#cOKJInmsxkS1E3O7CBhSB9LBNab7T2O2 { color:#000000;display:block;width:10.18675rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:13.0625rem;left:9.4375rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#WqpGT8PfZNdugrwGTSKLrXXZSckXDJJT { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:18.125rem;top:6.03125rem;left:37.4375rem;overflow:hidden;display:block; }
#U7CvppS6wBdJ38xV8kMsReVDWaUxDb8y { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:25.5rem;left:9.5rem;display:block; }
#FwXtEbKIp24Nag89xHqmii0lvKukOQlv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zpbSK2wlAryU6Fe9yXBRRZlShMA76G83 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:13.9375rem;top:27.375rem;left:-2.3125rem;overflow:hidden;display:block; }
#N9yq2EHpB1rDEAVEOAkTQrVQOkebUekz { color:#ffffff;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:47.0625rem;left:43.875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iazUCxJxhkrHlPKLhlVgC76auK1sq6z0 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:40.8125rem;left:43.75rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IFr7hTK56tX1vBVETcAHBeTgkuDDBi1T { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:54.4375rem;left:43.75rem;display:block; }
#G1Gg6ttqETCiTfXyRigmRqbtqCnhsJmC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TSqXH1kCxidMJexc8Usu4ZXKVn2zmdu6 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:5.125rem;top:73.25rem;left:64.96875rem;overflow:hidden;display:block; }
#QiKeTSiaXQcNPMPFdelKd48a3hoTQ1TO { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:2.1875rem;top:76rem;left:38.03125rem;overflow:hidden;display:block; }
#JecR9IlS7rcUm4hy5ofTsxz5oUBOMcJM { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:24.3125rem;top:14.125rem;left:42.59375rem;overflow:hidden;display:block; }
#d33svPiCv5WuME16cw8TovFMtMH8JI6o { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.125rem;width:27.6875rem;top:41.6875rem;left:7.75rem;overflow:hidden;display:block; }
#z6NQCBGC97kbo2FyVtdfTfNsfM6iKBv9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.875rem;width:30.25rem;top:5.46875rem;left:37.9375rem;overflow:hidden;display:block; }
#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1f23;background-image:url("https://images.assets-landingi.com/XGBTFowe/community_banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:none; }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.adaptive-delivery-prevent-bg, #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.lazyload, #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.lazyloading { background-image: none; }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy > .row .container { border-width: 0; border-radius: 0; }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy > .row > .video-iframe-container {  }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:none; }#JKTHz8URpIxpn2fHTmzw4CICmiDpFxlu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:75rem;display:none; }
#OdrTcpsqVTnUXUJhsVfOuO5B5Il9L2v6 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.625rem;left:52.1875rem;height:4.2246125rem;font-style:normal;display:block; }
#Rkd3N1HNaO6115ggnSMQh37NFB8B2O12 { background-color:transparent;background-image: -webkit-linear-gradient(184deg, #9400ff, #b200df);background-image: -moz-linear-gradient(184deg, #9400ff, #b200df);background-image: -ms-linear-gradient(184deg, #9400ff, #b200df);background-image: -o-linear-gradient(184deg, #9400ff, #b200df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9400ff', endColorstr='#b200df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9400ff', endColorstr='#b200df' );";background-image: linear-gradient(184deg, #9400ff, #b200df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26.125rem;border-top-right-radius:26.125rem;border-bottom-left-radius:26.125rem;border-bottom-right-radius:26.125rem;box-shadow: 0.0625rem 0.25rem 0.625rem rgba(5,15,35,0.43) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.9375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:7.9375rem;left:52.1875rem;display:block; }
#fJV1qTUqp543E2vZfXsUerPuaCEODLIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LPNTLB9NvaTsHcnLgLgMEMlR02QUk24k { color:#000000;display:block;width:21rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:100019;line-height:1.4;letter-spacing:0;top:4.875rem;left:52.1875rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#051423;background-image:none;position:relative;display:block; }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row .container { background-color: transparent; background-image: none; }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row .container > .video-iframe-container { display: none; }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row > .video-iframe-container { display: none; }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .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); }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row .container { border-width: 0; border-radius: 0; }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row > .video-iframe-container {  }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#Pp7uLkbs7EAKuJnIwc6SdEaZ4DcXhwr9 { color:#555d62;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.15625rem;left:22.34375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO { display:none; }#H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #h6vkMFAZJNfRgkJ6I3imS1CTtlhTSN9l { width:47.75rem;height:15.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cAuRZXZoJrhhZB8Fffz5vinxXxwBtQah { top:1.4375rem;left:18.1875rem;width:11.375rem;height:3.5rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 1199px) { #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SMyUk7LP/Splash_bg_Evergreenv5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.adaptive-delivery-prevent-bg, #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.lazyload, #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.lazyloading { background-image: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container { background-color: transparent; background-image: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container > .video-iframe-container { display: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row > .video-iframe-container { display: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .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); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container { width:47.75rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fN8PfP9DVSMrfh2DwphcA814BA0ZQEd6 { width:5.25rem;height:16.75rem;top:17.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zUX4CrdrqAtQ6Trt1ZJC28EfpFU7Uc0h { width:4.25rem;height:13.875rem;top:19.28125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRGX6NJa1zGhtOpqsZmZICRbwxW2Nens { top:1.28125rem;left:0.966796875rem;width:12.0625rem;height:3.5625rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 1199px) { #eVferPzfXB7PBOzg7BO7aHheO9gTGxSo { width:47.75rem;height:28.8125rem;top:3.078125rem;left:0rem;z-index:99987;display:block; }
 }@media only screen and (max-width: 1199px) { #MZQk6mwcJ7LEcqvbD6V6mW16ksFTqAlG { width:22.0625rem;height:22.0625rem;top:6.28125rem;left:13.09375rem;z-index:99985;display:block; }
 }@media only screen and (max-width: 1199px) { #TVO7Sda2HgrzPbVlbLdBhgNIqekrX50s { width:35.625rem;height:19.375rem;top:33.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOxOgVKRlTINTJFJCCIuyq7mQFuTb0QQ { width:47.4375rem;height:19.3125rem;top:23.1875rem;left:0rem;z-index:99986;display:block; }
 }@media only screen and (max-width: 1199px) { #cTT4p798JXVuX1MmmubRHTBDn3hdCmQr { width:35.5rem;height:19.3125rem;top:33.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nB13343GMwgZNbaLOQnx44SMTseX8P1T { width:10.3125rem;height:10.3125rem;top:25.8125rem;left:24.125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 1199px) { #Whs2TQ5B4CW6ceXFpeZKxqdJgOGBGKEt { width:8.25rem;height:10.4375rem;top:26.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gVOsI2WvKPCCeg2obPmRHHT9pcHmvgsv { width:11.875rem;height:2.8125rem;top:67.125rem;left:24.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yNgqVJNTZ7bGnndQXKaR7ngrAqy0bR5l { display:block; }
 }@media only screen and (max-width: 1199px) { #oLbhgr4tV8EdZDXX65K3ziaoyoTERDcz { width:11.875rem;height:2.8125rem;top:67.125rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdflHLuLFcJTPeoV1RP94Iu02sc5wKSw { display:block; }
 }@media only screen and (max-width: 1199px) { #TlrTGTv4Wcq66SCPGQ4pnWkMsMTd036D { width:34.875rem;height:7.875rem;top:57.125rem;left:6.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #lwGy1ITWJ5fzSTdXHvs217HtAQyQ3LEv { width:11.875rem;height:2.5rem;top:20.75rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHfGERMeZlbLDOSVe0CAsTyzcNkqtAVO { display:block; }
 }@media only screen and (max-width: 1199px) { #oJWLT2Isr7kCfEPz1Qeqmy6TR3qfXqd9 { width:26.0625rem;height:2.0625rem;top:53.6875rem;left:11.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #ygfvG0aMQPf4W7OzX9gMUfsk1KtnQqgO { width:23.8125rem;height:4.3872rem;top:14.90625rem;left:11.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zR1w6AaNIyzTirgPPDDBo8wmgkZoNK4F { width:19.625rem;height:3.9375rem;top:9.96875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #I8FmUmTdsGK6GFSyx6bD08lhSqcnZTg0 { width:19.625rem;height:3.9375rem;top:24.25rem;left:14.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SMyUk7LP/Splash_bg_Evergreenv5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.adaptive-delivery-prevent-bg, #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.lazyload, #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.lazyloading { background-image: none; }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w > .row .container { width:47.75rem;height:79.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OszkKzZvHUZEgBkNmZ3MZKHqn1TEZnft { width:5.25rem;height:16.75rem;top:17.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xa1TCOPrNnMaR96Q8M27qqiRuTNh1zvp { width:4.25rem;height:13.875rem;top:19.28125rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHghxNIXK0IlJpof21gOSnPxbNKeovEe { top:2.15625rem;left:1.966796875rem;width:13.625rem;height:4.125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 1199px) { #USTfZnd51xhBNIpo7Qxc5cmleHuFXx5g { width:47.75rem;height:28.8125rem;top:3.078125rem;left:0rem;z-index:99987;display:block; }
 }@media only screen and (max-width: 1199px) { #xox1MO2SpcaTca9oMQ40GNdhhISgtMvX { width:5.0625rem;height:2.25rem;top:1.9375rem;left:15rem;text-shadow:0.0625rem 0.0625rem 1rem rgba(3,12,21,0.57);display:block; }
 }@media only screen and (max-width: 1199px) { #XOxQrATisgcXRn4wLIPOlyfEXnFN1KzL { display:block; }
 }@media only screen and (max-width: 1199px) { #N2F8ffT6vtcXtg72qmHUOw8rWPEQFOZU { width:5.0625rem;height:2.25rem;top:1.9375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CWHRPVmIoyq31uPy9R9PVCbO5FPA817k { display:block; }
 }@media only screen and (max-width: 1199px) { #LKMQL0moy3nFJ3ab98bVbnow3XOVcBIP { width:5.0625rem;height:2.25rem;top:1.9375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kd4xikmM9uBqWuigHAI5knpgUQlQ7tua { display:block; }
 }@media only screen and (max-width: 1199px) { #MU78Ih2ySAgArpHgSLEc7ytGgA4MgN9n { width:35.625rem;height:19.375rem;top:33.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiT3Tdzhl56DcsrVQPXnqRZNtTvJ7FQH { width:47.4375rem;height:19.3125rem;top:23.1875rem;left:0rem;z-index:99986;display:block; }
 }@media only screen and (max-width: 1199px) { #QtThLmdEC5qrKO5D1Ey9cy4r5L1l15fJ { width:10.3125rem;height:10.3125rem;top:25.8125rem;left:24.125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 1199px) { #UZweK9iMMpfUcMvAig9flcxfVK41bgvy { width:8.25rem;height:10.4375rem;top:26.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtNd7e8c7SNih3IAZ3ogzrnK5DCdtrPk { width:34.875rem;height:7.875rem;top:59rem;left:6.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #SZ7VP2dui8itXOIkzS3RaPE04cEkqUZx { width:24.6875rem;height:2.0625rem;top:54.9375rem;left:11.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Z2c3MLSWPSvUWaxWuNQLWLVgGf6uqESF { width:23.8125rem;height:2.923825rem;top:14.90625rem;left:11.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drCZUQQITcDItISIH29FBZHm9prRIzk3 { width:9.3125rem;height:8.625rem;top:47.25rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-text {padding-top: 0; padding-bottom: 0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-select {padding-top: 0; padding-bottom: 0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A  { width:20rem;height:auto;top:27.78125rem;left:0rem; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A {display:block;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A { width:20rem;height:auto;top:27.78125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #rc7941EeSQ0aiT40VQprWhDC7X5NOoLX {  }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #KkP0JCUGHegpl63bvEFNxJIW9QXHRvOu {  }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #iiTSSKrRxkihclpU6F06Fw67LtgmX2a9 {  }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #g9ArOz9ozvrRghusn1opLzXzNpQwZXG0 {  }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #KA16M8iVHv8ysOpTbUcJKDREDxKOFE6K {  }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #t6oBmy0i1eWs1Nz7c3M99NL6iuTvGsTw {  }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #TAprQHCOeuoTagCqDeTiJB445RbkwOva {  }
 }@media only screen and (max-width: 1199px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #bDClKF6FgsKRQH6RRS4QkLMoI3swLw0K {  }
 }@media only screen and (max-width: 1199px) { #q2REsFRalv8WMXlTxh3LVGQPQcdApssT { width:19.875rem;height:17.0625rem;top:21.3125rem;left:0rem;z-index:99986;display:none; }
 }@media only screen and (max-width: 1199px) { #Oqly5f4fo2Umef0AZZ7XP3LcCVb9FdwU { width:4.25rem;height:13.875rem;top:19.28125rem;left:43.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xqR3VKSRA5rUTmoorK7Bic11Dp2e0xBT { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn { background-color:#14181d;background-image:url("https://images.assets-landingi.com/StCukev0/bg_play.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.adaptive-delivery-prevent-bg, #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.lazyload, #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.lazyloading { background-image: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container { background-color: transparent; background-image: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container > .video-iframe-container { display: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row > .video-iframe-container { display: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .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); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container { width:47.75rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rd5dJi7BDHSiHxNCUBIVAKus4h7v9LeZ { width:15.1875rem;height:2.0625rem;top:4.6875rem;left:1.875rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrnN9e06ToDIRMaO4ZHhLunaa5IeyZBH { width:19.625rem;height:19.6875rem;top:9.96875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #ysmPfR5rr8niEdwkAXTzpJTivAWnaBBv { width:22.9375rem;height:12.5rem;top:9.0625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f47sqrkB/Bg_bluev3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.adaptive-delivery-prevent-bg, #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.lazyload, #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.lazyloading { background-image: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container { background-color: transparent; background-image: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container > .video-iframe-container { display: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row > .video-iframe-container { display: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .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); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container { width:47.75rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zykMZf4x6vCZabyTsBx3ARlB1LHFhs9o { width:34.875rem;height:2.0625rem;top:40.5625rem;left:6.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWwk54mOx4LXmEeQw94mVDPDATNyXWby { width:11.875rem;height:2.5rem;top:72.1875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAlGyU8XJMTRkMLTMCm14BIgLRmkJwTv { display:block; }
 }@media only screen and (max-width: 1199px) { #dbEFMdM8JSahJTyybyxaIk3xJc6WRdTm { width:12.3125rem;height:9.125rem;top:23.9375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fEPAVypol5iJPXloP1SMWz7e6ce8i5ym { width:11.875rem;height:2.5rem;top:21.68701171875rem;left:17.93701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ScqEgciGxnni7DPfT1Xkltyy1mqbBbzJ { display:block; }
 }@media only screen and (max-width: 1199px) { #wS5HGTQJnD2xHuoZ8hN02lTE3Q5NqPBQ { width:15.3125rem;height:6.8125rem;top:25.6875rem;left:4.6875rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 1199px) { #yOU4laXitNVadugT8G7qQ43Q6GBmW1g3 { width:16.1246875rem;height:3.25rem;top:15.323078792542rem;left:15.7177734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCCSTTMyF3Wai8erBlcWLVrwe0Oyx3ot { width:12.1875rem;height:8.5625rem;top:5.375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3a3Gs8zBTDBM0J6kiH74ZmcDcw64itg { width:47.75rem;height:1.13769375rem;top:19.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PuwSqd6WFnPoTDvxB5b1HH92PveT4pGM { width:8.6875rem;height:1.6875rem;top:27.249359130859rem;left:6.5625rem;font-size:1.875rem;z-index:99989;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #OhvrStI1WuPolUMxeHEagQxCROhoamkq { width:40rem;height:23.25rem;top:46rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ar84gbcCAcVbTm69mTxlUAou0tsI0J8q { width:32.125rem;height:16.625rem;top:33.5625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OJNags5BTBX0lnfzlrVL7BydUA7765vi { width:11.875rem;height:2.5rem;top:27.1875rem;left:17.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sAXHrzdKfvKsNuGUWhO1JvAn7KxHqnhn { display:block; }
 }@media only screen and (max-width: 1199px) { #SXtJplWxOZQEJCVnpz5r5BoK3MaLXhMn { width:2rem;height:3.0625rem;top:26.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kRnBQtPScFsf0tQLDkcuiO9UmihTN7ez { width:1.25rem;height:1.749675rem;top:25.686848323792rem;left:5.2490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tI4xgFlgQUttmTvNMH0PNfli0cw6Xeyx { width:6rem;height:14rem;top:4.51171875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIE77ovQlOGi2y9J49FsXwMV6ONAA4M1 { width:6.9375rem;height:13.375rem;top:4.625rem;left:5.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #X4VDH8ZNfSoIQtfVzFU2tFEI8DSG1gP0 { width:13rem;height:14.75rem;top:69.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NSwUD99ZXAwPcRzizqvnv0aSmmdn1vpD { width:5.9375rem;height:6.875rem;top:89.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PVOH0D6mVHUCeQS965llFvTyRKGyCw7U { width:10.5625rem;height:12rem;top:52.875rem;left:37.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BrzMHPJmNqJkZVknhp4B1iknksKUR7Pg { width:6.25rem;height:7.125rem;top:44.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xdT8fp6STrdMgLNyQAzPKMxxaFLKZIBg { width:3.3125rem;height:3.9375rem;top:68.5rem;left:44.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mlJg30LGiknsseu8NTnnCcs1a4vNe2KT { width:3rem;height:3.5rem;top:84.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yReFWTB3RiKk0B3FFPP8Ds7bO7ORo14S { width:35rem;height:19rem;top:32.125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UCKksidCnueMWiOC09sKRN8RciVkZE98 { width:23.8125rem;height:1.4624rem;top:42.625rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTVEnRd38acyUOBxSiUdCEKOcZ1U6btx { width:8.6875rem;height:1.80013125rem;top:25.374359130859rem;left:6.5625rem;font-size:2rem;z-index:99989;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f47sqrkB/Bg_bluev3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.adaptive-delivery-prevent-bg, #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.lazyload, #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.lazyloading { background-image: none; }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS > .row .container { width:47.75rem;height:90.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Bww9rtItT4FUQFEkHvNcxOUMNznPkiXs { width:34.875rem;height:2.0625rem;top:40.5625rem;left:6.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #flq0LIiZ4NWQwC6hLShOuBq0EFNV9JNO { width:15.3125rem;height:6.8125rem;top:25.6875rem;left:4.6875rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 1199px) { #XroAocAA44qMvJ5tiTeTTxMVCk7h8KDQ { width:21.4375rem;height:3.25rem;top:16.26171875rem;left:13.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lzbTQQO7HzmoM2AKCmUODXfLGNxBEZL6 { width:12.125rem;height:8.5rem;top:5.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ctzoZuHVCX05ThpQaTFtccFfTU11LTy0 { width:8.6875rem;height:3.375rem;top:25.375rem;left:6.5625rem;font-size:1.875rem;z-index:99989;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #kDmTcwHdz5g2lUpr94MO2CWnhA776WNI { width:40rem;height:23.25rem;top:46rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTQdpcRePEy387rAo0uT2H0W72dGOAbd { width:32.125rem;height:16.625rem;top:33.5625rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pi5tIZI4VyCMDkOiQ1xn09cJsW5J9EOp { width:11.875rem;height:2.5rem;top:27.1875rem;left:17.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dSBwfQlJiaCpVRm4DSzuGidxa9rqyESq { display:block; }
 }@media only screen and (max-width: 1199px) { #VcCMHMKfwU982rgWARdfNAOZXmX4XUci { width:2rem;height:3.0625rem;top:26.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAE41q3zLfrUatHsxrwerOVcbIkfFuld { width:1.25rem;height:1.75rem;top:24.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhpCtGG6Mz8LA59aaIg0d019avLmsg6K { width:6rem;height:14rem;top:4.51171875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kf2VVEGPdDtDCd1EOhBmO4bND8S19Jp9 { width:6.9375rem;height:13.375rem;top:4.625rem;left:5.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #QgTBpMwCuV03vvub733ya5Cy2oVAJrZ0 { width:13rem;height:14.75rem;top:76.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cCDBO0EObEQh3FF2NcTxtoIACpAEBfZN { width:5.9375rem;height:6.875rem;top:95.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UHyKp8IZvbz5Qaw3gdo9zXG3Z4kas9T9 { width:10.5625rem;height:12rem;top:59.75rem;left:37.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eGCgHnxvr0HIV7pIih3Pmt3rGHuFvyag { width:6.25rem;height:7.125rem;top:51.1875rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VGDqQT1Moay2NBz7XizEBhThQn3KLp5L { width:3.3125rem;height:3.9375rem;top:75.375rem;left:44.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qMP5tkC3NX3PMWRLUV58CG2MDqF667wn { width:3rem;height:3.5rem;top:91.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DXokEkNmIU2vc98xDKu2f8WRygB5TS3B { width:35rem;height:19rem;top:32.125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TX3GAtxvkfTp1TC0Wqt2ADvuL6fdcPPA { width:23.8125rem;height:1.4619125rem;top:42.625rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CAPBTM1bg2nxiRRPLtQi6uXOX2gHOtEC { width:8.125rem;height:8.125rem;top:18rem;left:8.40625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kt4A5fAziR18iORIUem62yXBAKTyZMKV { width:8.8125rem;height:9.1875rem;top:17.46875rem;left:31.84375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mV2FoZQH1o3oRawKBo7RBLTLAoTsPyRf { width:20rem;height:2.25rem;top:41.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SQ7NVwtwtKSxG0xt65QimbhvXTI3lF8T { width:8.6875rem;height:3.375rem;top:25.375rem;left:6.5625rem;font-size:1.875rem;z-index:99989;color:#ffffff;display:none; }
 }@media only screen and (max-width: 1199px) { #KBDoq9WH4zJAv0zF35TvLlMSI7zBqqpT { width:2.375rem;height:2.375rem;top:77.875rem;left:20.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eubQd0MGy0rVgppA42ClTQJdSs9gI2b3 { width:14.25rem;height:2.2734375rem;top:81.8125rem;left:16.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VWwRahJOreQtFa2q2ZbelQDXwST4L1Io { width:2.8125rem;height:3rem;top:77.3125rem;left:24.4375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hxKTtasOO0cB0lu4itNAtur3xqABFvD7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/FpBdLVwy/avatar_bg_v2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7.adaptive-delivery-prevent-bg, #hxKTtasOO0cB0lu4itNAtur3xqABFvD7.lazyload, #hxKTtasOO0cB0lu4itNAtur3xqABFvD7.lazyloading { background-image: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container { background-color: transparent; background-image: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,30,58,0.36); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container > .video-iframe-container { display: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,30,58,0.36); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row > .video-iframe-container { display: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .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); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container { width:47.75rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KpBw087rwKLQeqixR5TtEFNOc1Hff2fe { width:5.5625rem;height:10.5625rem;top:9.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LCH9RVTWdJ9o4U277P6VFu3qDBuXGRQ6 { width:6.4375rem;height:14.4375rem;top:6.375rem;left:31.1875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 1199px) { #N20dLk2SaZOnARdW3h55PuSMQqvVqyuw { width:10rem;height:16.25rem;top:5.25rem;left:25.75rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #MDTXXqhgx8roqfqoQnZ85agkVkOCISeJ { width:6.75rem;height:17.1875rem;top:4rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FaQ5pdR1JxXPQZwIraydHi5PqoepWFKd { width:11.125rem;height:13.875rem;top:6.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zF0p8cXfCJ1zJh1QcP8yErAxBtJX6UV6 { width:11.625rem;height:14.5625rem;top:6.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QDHSOR06JUUbNT8OprODLC6084C19wc6 { width:5.75rem;height:12.125rem;top:8.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqmDgdmI5ABINoII89qFbFdrA7VnamE1 { width:40rem;height:3.9375rem;top:26.25rem;left:3.875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #dmAenu6JsHOJAWf3qPepPeGPR4kUvd3o { width:29.5625rem;height:2.0625rem;top:23.25rem;left:9.09375rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #gTKuSF9fxn6BfEAa6F5F0th0pQZA06vg { width:11.875rem;height:2.5rem;top:32.875rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TL9KdtBShuxqKVy2GDVfi7uZAc424F36 { display:block; }
 }@media only screen and (max-width: 1199px) { #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP { background-color:transparent;background-image:url("https://images.assets-landingi.com/FpBdLVwy/avatar_bg_v2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.adaptive-delivery-prevent-bg, #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.lazyload, #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.lazyloading { background-image: none; }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP > .row .container { width:47.75rem;height:48.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #u8uBypsgyOcCOURwaMkXdUxlMHv9eGJq { width:5.5625rem;height:10.5625rem;top:9.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tn5XQAFkvbn2TD5ZHc2az6keHCiamhOk { width:4.375rem;height:9.6875rem;top:6.375rem;left:31.1875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 1199px) { #xnZD9ZWVVnXWbtPV9g4awDLtdUxImiz9 { width:7.25rem;height:11.5625rem;top:5.25rem;left:25.75rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 1199px) { #thrIXFMapA9QvbpKcE1sPite526vTa2y { width:5.4375rem;height:13.125rem;top:4rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2TdWyH42XAvuShgJVDwEyZXqrc9NuBh { width:11.125rem;height:13.875rem;top:6.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vB8Rvv3ef0bJeATNEm19t1oLV5opd5B1 { width:8.875rem;height:11rem;top:6.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxPIyPGr12IX4L3l93n8x7iFV8ld6Pgf { width:4.9375rem;height:10rem;top:8.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVfcUHIX4XX7w8XVo1LnG1gW3DpfZHNo { width:40rem;height:13.125rem;top:26.25rem;left:3.875rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #MITn4OIcVyoCEUKAADpnf5ipXVQDvMTX { width:29.5625rem;height:2.0625rem;top:23.25rem;left:9.09375rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #DbnTF2TzTeysJtNMyeegWpxMIT2qBv2z { width:11.875rem;height:2.5rem;top:40.6875rem;left:10.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XnwqzCwo2DosHQ3dFiOUGCP4vnEmJgDX { display:block; }
 }@media only screen and (max-width: 1199px) { #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ { background-color:#0b0d12;background-image:url("https://images.assets-landingi.com/a7NZK7jM/bg_partnersv2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.adaptive-delivery-prevent-bg, #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.lazyload, #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.lazyloading { background-image: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container { background-color: transparent; background-image: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container > .video-iframe-container { display: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row > .video-iframe-container { display: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .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); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u2vbJru5wLb5qZ3wpMvAZHT5ZguEyK5L { width:25.4375rem;height:3.75rem;top:5.875rem;left:11.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRq9tkfpu8F8ZpVuTWcrhUDWRnXr4bOp { width:5.875rem;height:4.125rem;top:19.3125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AoW8WwnMhU4n17KDKCBTVxnaf3LCIHKn { width:3.375rem;height:2.5625rem;top:19.9375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StPZGI96VOselRGBR424BWIEUSAo6b8U { width:5.0625rem;height:3.625rem;top:15.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fw7U1ApK9FNZl77htqncPhbl5VX9lkW2 { width:3.25rem;height:1.9375rem;top:16.5625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZN58NK1AbuKeuCAoaTQFe8vmVxcl1L3K { width:5.5625rem;height:1.375rem;top:16.8125rem;left:19.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #xVmZGQbD4Z55OsDWVPXXl9OzeA9t4kUL { width:4.5625rem;height:2.4375rem;top:15.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZ7t1mTcsyaARyoms2sH8CTlOJaw81OT { width:5.1875rem;height:1.5625rem;top:20.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsW2WLZ5h34xdOTLWLLBfNiL64LEX0HZ { width:5.1875rem;height:2rem;top:20.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OV130kZWn2hyOD1RLFw6Gx7C7pEJfq6p { width:5.75rem;height:4.0625rem;top:19.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #khZge0PlJ1mC2b5Di44AVH2JGvpQ9ivs { width:3.125rem;height:2.25rem;top:16.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u54yo0KlKtXCaqcHwEQZ1XXaaU1KnRes { width:5.625rem;height:1.6875rem;top:16.6875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cw2RCLPcu6JvuSadtZCgmmo7RvWx6PSZ { width:5.6875rem;height:1.3125rem;top:20.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HX9HdvW0fhMaCrVsQAmlxk5RbbK2aA5g { width:4.1875rem;height:1.875rem;top:12.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QfHPVhCZupAexTPVCMMVPNnl3I6Tcwr7 { width:2.5rem;height:2.1875rem;top:12rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #of5xcWf1NqlQFza5XDdKV7vmyTHJKvTs { width:5.75rem;height:1.9375rem;top:12.125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCHLbpTzmNERxMun77NmxleXyibPbDUu { width:2.875rem;height:2.75rem;top:11.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBViXos9Q2NdxiVenAtfnU7R2xNLATuq { width:8.375rem;height:0.8125rem;top:12.6875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dMZsHVwtG7u32BhdpCeiaHxyOZyb33zx { width:5.875rem;height:1.5625rem;top:12.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwqUgFBTkJNuw12ODThU5VCutUqTspCT { background-color:#0b0d12;background-image:url("https://images.assets-landingi.com/a7NZK7jM/bg_partnersv2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT.adaptive-delivery-prevent-bg, #CwqUgFBTkJNuw12ODThU5VCutUqTspCT.lazyload, #CwqUgFBTkJNuw12ODThU5VCutUqTspCT.lazyloading { background-image: none; }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT > .row .container { width:47.75rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WAZ2S5Zq77f2NpTsy5ZWcOBuQiMprx53 { width:5.875rem;height:4.125rem;top:19.3125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TksSmZQwQb1ilpdCKMCF4URt4SkvImii { width:3.375rem;height:2.5625rem;top:19.9375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UphP0tlNvkSH9zqAWGQnDPTqHTdapGTR { width:5.0625rem;height:3.625rem;top:15.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnxzI4CX35y8xBnAQF1IXWheeOvoTIJ1 { width:3.25rem;height:1.9375rem;top:16.5625rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0wLTb95itg1KyoFOmaFsgZcfURcU5te { width:5.5625rem;height:1.375rem;top:16.8125rem;left:19.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #ePMFwLNmTs1fwWK993GP1aoDRdyCHzeM { width:4.5625rem;height:2.4375rem;top:15.9375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOQTXgwBO5sNr0ZpWJadorPVcf14zTWm { width:5.1875rem;height:1.5625rem;top:20.375rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHIUTuCwDUDfS6roib6wGRcWN4BaN1tT { width:5.1875rem;height:2rem;top:20.4375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLKq2g3pn2DPCQQpL6tIp4U4U1Rh9ieF { width:5.75rem;height:4.0625rem;top:19.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nia65ezFnnFfzZKyqqJohGI0wWKUK9tQ { width:3.125rem;height:2.25rem;top:16.1875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZa565MgZi3CkTXb6Jr5h6zCTfAuFcQv { width:5.625rem;height:1.6875rem;top:16.6875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTE5eWb93wFoTMDqoQeRThu9XwFtEas2 { width:5.6875rem;height:1.3125rem;top:20.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owOndOft4oM7QI0ocU5khJXGQ815ELmw { width:4.1875rem;height:1.875rem;top:12.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAOmQRh2G2kZrZ0LRgkDASMOLUAkBdXi { width:2.5rem;height:2.1875rem;top:12rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxmlImCbuXNe6iEkPPwukLZFfxF2gI81 { width:5.75rem;height:1.9375rem;top:12.125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJChNxaUCJqG2C9387WJ8k67Spt542dg { width:2.875rem;height:2.75rem;top:11.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLtV9vp9KR1anAIaJu7tRCQ1pTcUQgya { width:8.375rem;height:0.8125rem;top:12.6875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xMW3gasWKC9qiWNCmARhggJx23IS2P35 { width:5.875rem;height:1.5625rem;top:12.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6kOBGg7pcCGpWp8QPqzteTZdr8Kf7s7 { width:25.4375rem;height:3.75rem;top:5.875rem;left:11.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu { background-color:#695288;background-image:url("https://images.assets-landingi.com/UuHQp6zY/blue_bg_Evergreen.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.adaptive-delivery-prevent-bg, #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.lazyload, #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.lazyloading { background-image: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container { background-color: transparent; background-image: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container > .video-iframe-container { display: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row > .video-iframe-container { display: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .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); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container { width:47.75rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #saNKwRAgcayJsKWgDSeVUOKzTwLgJc61 { width:21.125rem;height:6.5625rem;top:12.3369140625rem;left:2.6875rem;font-size:0.875rem;z-index:100014;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #n3HIQ8sgqZ1esuAclovdMC0DwF3bETT6 { width:18.6230625rem;height:1.875rem;top:8.8125rem;left:2.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #OI7ypCznADdJNtzrbHrVW0TOph8q2A2Q { width:23.1875rem;height:17.9375rem;top:5.09375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amT0whXeLCTbO49GzUUnS9P0opr36URA { width:30.75rem;height:29.5625rem;top:22.25rem;left:-3.4072265625rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 1199px) { #E66Ms6Z7K090WfhO2tTeftnSB2cpQxXh { width:20.25rem;height:6.5625rem;top:34.75rem;left:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #viNDvm5xrAxVfXfk5iDirzA8GNZlvARz { width:18.6230625rem;height:2.0625rem;top:29.125rem;left:25.9375rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #OqehTyZ4wCDPJB0sAtk0grHPOrTsg4to { width:11.875rem;height:2.5rem;top:43.125rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBsRTmATd1T30cdu84RaInOt9lu9enJb { display:block; }
 }@media only screen and (max-width: 1199px) { #L6CRDuVEUzTROqtn4eH1vcQh469Dt3is { width:21.5rem;height:17.875rem;top:53.7119140625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCcci0MWmzd1JGUHFF1lAPWAL79CwTJB { width:4.6875rem;height:6.4375rem;top:57rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxauB1lQREOrXp1FdXoqgZmopsV3RAQg { width:19.625rem;height:3.9375rem;top:58.3125rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rlbsHLc7owV8Rk3HaEfo8Fl8BokImJ0T { width:2rem;height:3.0625rem;top:57rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFqXJMaWLKXSN1x9zol54uIfp3n3LTO0 { width:18.6230625rem;height:1.875rem;top:55.0625rem;left:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JwXvrlaMMVBimubiEV7mSGIMHRTtLxbA { width:20rem;height:8.0625rem;top:8.71875rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OD0TWMk1I8s6W21SxOqBT7e3vwTt33Rt { width:18.0625rem;height:6.9375rem;top:31.5rem;left:2.873046875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 1199px) { #SUFO7MXWVkQEqGwsu06dO9hmhMBDZ96H { width:20.375rem;height:21.4375rem;top:49.9375rem;left:24.2490234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcLWWITKfbkIRTsaRXhk3wLgvg2A2nGM { width:23.375rem;height:9.5rem;top:55.46875rem;left:22.4052734375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b { background-color:#695288;background-image:url("https://images.assets-landingi.com/UuHQp6zY/blue_bg_Evergreen.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.adaptive-delivery-prevent-bg, #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.lazyload, #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.lazyloading { background-image: none; }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b > .row .container { width:47.75rem;height:74.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zMJAUD5J5DVwIIzuM63B0QnTm26S7Gst { width:21.125rem;height:9.1875rem;top:12.3369140625rem;left:2.6875rem;font-size:0.875rem;z-index:100014;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cOKJInmsxkS1E3O7CBhSB9LBNab7T2O2 { width:18.6230625rem;height:1.875rem;top:8.8125rem;left:2.6875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WqpGT8PfZNdugrwGTSKLrXXZSckXDJJT { width:18.125rem;height:14.0625rem;top:5.09375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7CvppS6wBdJ38xV8kMsReVDWaUxDb8y { width:11.875rem;height:2.8125rem;top:20.7744140625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FwXtEbKIp24Nag89xHqmii0lvKukOQlv { display:block; }
 }@media only screen and (max-width: 1199px) { #zpbSK2wlAryU6Fe9yXBRRZlShMA76G83 { width:13.9375rem;height:11.3125rem;top:22.25rem;left:-3.9072265625rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 1199px) { #N9yq2EHpB1rDEAVEOAkTQrVQOkebUekz { width:20.25rem;height:6.5625rem;top:34.75rem;left:25.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iazUCxJxhkrHlPKLhlVgC76auK1sq6z0 { width:18.6230625rem;height:4.125rem;top:29.125rem;left:25.9375rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #IFr7hTK56tX1vBVETcAHBeTgkuDDBi1T { width:11.875rem;height:2.5rem;top:43.125rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1Gg6ttqETCiTfXyRigmRqbtqCnhsJmC { display:block; }
 }@media only screen and (max-width: 1199px) { #TSqXH1kCxidMJexc8Usu4ZXKVn2zmdu6 { width:4.6875rem;height:6.4375rem;top:57rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QiKeTSiaXQcNPMPFdelKd48a3hoTQ1TO { width:2rem;height:3.0625rem;top:57rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JecR9IlS7rcUm4hy5ofTsxz5oUBOMcJM { width:20rem;height:8.0625rem;top:8.71875rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d33svPiCv5WuME16cw8TovFMtMH8JI6o { width:18.0625rem;height:6.9375rem;top:31.5rem;left:2.560546875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 1199px) { #z6NQCBGC97kbo2FyVtdfTfNsfM6iKBv9 { width:20.375rem;height:21.4375rem;top:49.5rem;left:23.8115234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy { background-color:#1c1f23;background-image:url("https://images.assets-landingi.com/XGBTFowe/community_banner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.adaptive-delivery-prevent-bg, #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.lazyload, #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.lazyloading { background-image: none; }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy > .row .container { width:47.75rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JKTHz8URpIxpn2fHTmzw4CICmiDpFxlu { width:47.75rem;height:15.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OdrTcpsqVTnUXUJhsVfOuO5B5Il9L2v6 { top:1.0625rem;left:30.1875rem;width:17rem;height:1.23730625rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Rkd3N1HNaO6115ggnSMQh37NFB8B2O12 { width:8.125rem;height:1.875rem;top:4.875rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fJV1qTUqp543E2vZfXsUerPuaCEODLIB { display:block; }
 }@media only screen and (max-width: 1199px) { #LPNTLB9NvaTsHcnLgLgMEMlR02QUk24k { width:16.6875rem;height:2.0996125rem;top:2.4375rem;left:30.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi { display:block; }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pp7uLkbs7EAKuJnIwc6SdEaZ4DcXhwr9 { width:30.3125rem;height:1.13769375rem;top:1.125rem;left:8.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#011435;background-image:url("https://images.assets-landingi.com/KT6EFUx3/bg_LP_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO { position:relative;z-index:auto;display:block; }#H3okrixk2xfPtdeLXQN9uvAfFqWSDJnO > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6vkMFAZJNfRgkJ6I3imS1CTtlhTSN9l { top:1rem;left:5.15625rem;width:9.6875rem;height:3rem;z-index:100004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cAuRZXZoJrhhZB8Fffz5vinxXxwBtQah { width:11.375rem;height:3.5rem;top:1.4375rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ { background-color:rgba(9,13,30,0.63);background-image:url("https://images.assets-landingi.com/bzhUtTpt/bg_evergreen_phone.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.adaptive-delivery-prevent-bg, #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.lazyload, #gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ.lazyloading { background-image: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container { background-color: transparent; background-image: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container > .video-iframe-container { display: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row > .video-iframe-container { display: none; }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .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); }#gDgGUXQOaxlZndIpPp5E3CZ9Ts85c7oJ > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fN8PfP9DVSMrfh2DwphcA814BA0ZQEd6 { width:4.375rem;height:14.125rem;top:7.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUX4CrdrqAtQ6Trt1ZJC28EfpFU7Uc0h { width:3.75rem;height:12.125rem;top:10.15625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRGX6NJa1zGhtOpqsZmZICRbwxW2Nens { width:8rem;height:2.3917525773196rem;top:0.375rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVferPzfXB7PBOzg7BO7aHheO9gTGxSo { width:17.1875rem;height:10.4375rem;top:126.331078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZQk6mwcJ7LEcqvbD6V6mW16ksFTqAlG { width:20rem;height:20rem;top:2.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVO7Sda2HgrzPbVlbLdBhgNIqekrX50s { width:18.25rem;height:9.75rem;top:28rem;left:0.875rem;background-color:#3e68bc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FOxOgVKRlTINTJFJCCIuyq7mQFuTb0QQ { width:20rem;height:8.1718618365625rem;top:36.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTT4p798JXVuX1MmmubRHTBDn3hdCmQr { height:9.875rem;width:18.25rem;top:27.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB13343GMwgZNbaLOQnx44SMTseX8P1T { width:16.625rem;height:16.625rem;top:125.615225rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Whs2TQ5B4CW6ceXFpeZKxqdJgOGBGKEt { width:13.75rem;height:17.25rem;top:42.0625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVOsI2WvKPCCeg2obPmRHHT9pcHmvgsv { width:13.4375rem;height:3.125rem;top:23.4892578125rem;left:3.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNgqVJNTZ7bGnndQXKaR7ngrAqy0bR5l { display:block; }
 }@media only screen and (max-width: 763px) { #oLbhgr4tV8EdZDXX65K3ziaoyoTERDcz { width:13.4375rem;height:3.125rem;top:58.375rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdflHLuLFcJTPeoV1RP94Iu02sc5wKSw { display:block; }
 }@media only screen and (max-width: 763px) { #TlrTGTv4Wcq66SCPGQ4pnWkMsMTd036D { width:16.625rem;height:9.1875rem;top:43.9228515625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwGy1ITWJ5fzSTdXHvs217HtAQyQ3LEv { width:13.4375rem;height:3.125rem;top:62.3125rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHfGERMeZlbLDOSVe0CAsTyzcNkqtAVO { display:block; }
 }@media only screen and (max-width: 763px) { #oJWLT2Isr7kCfEPz1Qeqmy6TR3qfXqd9 { width:17.0625rem;height:2.03125rem;top:39.625rem;left:1.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ygfvG0aMQPf4W7OzX9gMUfsk1KtnQqgO { width:20rem;height:4.875rem;top:10.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR1w6AaNIyzTirgPPDDBo8wmgkZoNK4F { width:20rem;height:3.9375rem;top:66.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I8FmUmTdsGK6GFSyx6bD08lhSqcnZTg0 { width:20rem;height:0;top:79.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w { background-color:rgba(9,13,30,0.63);background-image:url("https://images.assets-landingi.com/bzhUtTpt/bg_evergreen_phone.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.adaptive-delivery-prevent-bg, #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.lazyload, #hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w.lazyloading { background-image: none; }#hlxZHVq4lZe4xyoZM8ft8VA3o26ky13w > .row .container { width:20rem;height:65.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OszkKzZvHUZEgBkNmZ3MZKHqn1TEZnft { width:4.375rem;height:14.125rem;top:8.1875rem;left:0rem;z-index:99984;display:block; }
 }@media only screen and (max-width: 763px) { #xa1TCOPrNnMaR96Q8M27qqiRuTNh1zvp { width:2rem;height:6.625rem;top:9.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHghxNIXK0IlJpof21gOSnPxbNKeovEe { width:8rem;height:2.3917525773196rem;top:0.375rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #USTfZnd51xhBNIpo7Qxc5cmleHuFXx5g { width:17.1875rem;height:10.4375rem;top:126.331078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xox1MO2SpcaTca9oMQ40GNdhhISgtMvX { width:5.0625rem;height:2.25rem;top:98.081078125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOxQrATisgcXRn4wLIPOlyfEXnFN1KzL { display:block; }
 }@media only screen and (max-width: 763px) { #N2F8ffT6vtcXtg72qmHUOw8rWPEQFOZU { width:5.0625rem;height:2.25rem;top:101.5810546875rem;left:7.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWHRPVmIoyq31uPy9R9PVCbO5FPA817k { display:block; }
 }@media only screen and (max-width: 763px) { #LKMQL0moy3nFJ3ab98bVbnow3XOVcBIP { width:5.0625rem;height:2.25rem;top:148.769578125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kd4xikmM9uBqWuigHAI5knpgUQlQ7tua { display:block; }
 }@media only screen and (max-width: 763px) { #MU78Ih2ySAgArpHgSLEc7ytGgA4MgN9n { width:18.25rem;height:9.75rem;top:42.75rem;left:0.875rem;background-color:#3e68bc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IiT3Tdzhl56DcsrVQPXnqRZNtTvJ7FQH { width:20rem;height:8.1718618365625rem;top:36.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtThLmdEC5qrKO5D1Ey9cy4r5L1l15fJ { width:16.625rem;height:16.625rem;top:125.615225rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZweK9iMMpfUcMvAig9flcxfVK41bgvy { width:13.75rem;height:17.25rem;top:42.0625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtNd7e8c7SNih3IAZ3ogzrnK5DCdtrPk { width:16.625rem;height:7.875rem;top:53.5625rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SZ7VP2dui8itXOIkzS3RaPE04cEkqUZx { width:17.0625rem;height:2.03125rem;top:39.625rem;left:1.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z2c3MLSWPSvUWaxWuNQLWLVgGf6uqESF { width:20rem;height:4.2246125rem;top:2.867431640625rem;left:0rem;font-size:1.625rem;z-index:99983;color:#1b4ac5;text-shadow:0rem 0rem 0.3125rem rgba(0,0,0,0.5);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #drCZUQQITcDItISIH29FBZHm9prRIzk3 { width:13.75rem;height:12.625rem;top:76.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-regular-label { width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-text { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.125rem solid #f53241;border-left:0.125rem solid #f53241;border-right:0.125rem solid #f53241;border-bottom:0.125rem solid #f53241; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-text {padding-top: 0; padding-bottom: 0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-textarea { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.125rem solid #f53241;border-left:0.125rem solid #f53241;border-right:0.125rem solid #f53241;border-bottom:0.125rem solid #f53241; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-select { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-select {padding-top: 0; padding-bottom: 0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.75rem;background-color:#f53241;background-image:none; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-checkbox-label { width:12.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-container:first-of-type{padding-top:0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .widget-container:last-of-type{padding-bottom:0;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A  { width:13.6875rem;height:auto;top:22.875rem;left:1.96875rem;z-index:100011; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A .radio-container { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A {display:block;}#en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A { width:13.6875rem;height:auto;top:22.875rem;left:1.96875rem;z-index:100011; }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #rc7941EeSQ0aiT40VQprWhDC7X5NOoLX {  }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #KkP0JCUGHegpl63bvEFNxJIW9QXHRvOu {  }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #iiTSSKrRxkihclpU6F06Fw67LtgmX2a9 {  }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #g9ArOz9ozvrRghusn1opLzXzNpQwZXG0 {  }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #KA16M8iVHv8ysOpTbUcJKDREDxKOFE6K {  }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #t6oBmy0i1eWs1Nz7c3M99NL6iuTvGsTw {  }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #TAprQHCOeuoTagCqDeTiJB445RbkwOva {  }
 }@media only screen and (max-width: 763px) { #en1FstoMcu0TRh2aTRKXRnTJr0hP2A8A #bDClKF6FgsKRQH6RRS4QkLMoI3swLw0K {  }
 }@media only screen and (max-width: 763px) { #q2REsFRalv8WMXlTxh3LVGQPQcdApssT { width:19.9375rem;height:17.125rem;top:8.1625419463087rem;left:0rem;z-index:99989;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Oqly5f4fo2Umef0AZZ7XP3LcCVb9FdwU { width:2.75rem;height:9.5rem;top:10.3125rem;left:16.4677734375rem;z-index:99982;display:block; }
 }@media only screen and (max-width: 763px) { #xqR3VKSRA5rUTmoorK7Bic11Dp2e0xBT { top:42.685546875rem;left:0.8740234375rem;width:18.2495rem;height:9.874875rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn { background-color:transparent;background-image:url("https://images.assets-landingi.com/StCukev0/bg_play.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.adaptive-delivery-prevent-bg, #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.lazyload, #tAT7gl3Frdg54IIencoS6SKNIGuvZZFn.lazyloading { background-image: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container { background-color: transparent; background-image: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,24,29,0.49); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container > .video-iframe-container { display: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,24,29,0.49); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row > .video-iframe-container { display: none; }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .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); }#tAT7gl3Frdg54IIencoS6SKNIGuvZZFn > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rd5dJi7BDHSiHxNCUBIVAKus4h7v9LeZ { width:14.3125rem;height:2.2749rem;top:5rem;left:2.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZrnN9e06ToDIRMaO4ZHhLunaa5IeyZBH { width:16.625rem;height:21rem;top:23.375rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ysmPfR5rr8niEdwkAXTzpJTivAWnaBBv { height:10.375rem;width:18.875rem;top:10.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW { background-color:rgba(9,13,30,0.63);background-image:url("https://images.assets-landingi.com/f47sqrkB/Bg_bluev3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.adaptive-delivery-prevent-bg, #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.lazyload, #XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW.lazyloading { background-image: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container { background-color: transparent; background-image: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container > .video-iframe-container { display: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row > .video-iframe-container { display: none; }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .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); }#XW8uQRX0EM5MuAl4J2zLuVxVTzw610hW > .row .container { width:20rem;height:97.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zykMZf4x6vCZabyTsBx3ARlB1LHFhs9o { width:17.25rem;height:3.4375rem;top:54.8125rem;left:1.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWwk54mOx4LXmEeQw94mVDPDATNyXWby { width:14.5rem;height:2.5rem;top:87rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAlGyU8XJMTRkMLTMCm14BIgLRmkJwTv { display:block; }
 }@media only screen and (max-width: 763px) { #dbEFMdM8JSahJTyybyxaIk3xJc6WRdTm { width:14.8125rem;height:11rem;top:40.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEPAVypol5iJPXloP1SMWz7e6ce8i5ym { width:13.75rem;height:2.5rem;top:23.4375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScqEgciGxnni7DPfT1Xkltyy1mqbBbzJ { display:block; }
 }@media only screen and (max-width: 763px) { #wS5HGTQJnD2xHuoZ8hN02lTE3Q5NqPBQ { width:15.3125rem;height:6.8125rem;top:30.125rem;left:2.3125rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #yOU4laXitNVadugT8G7qQ43Q6GBmW1g3 { width:15.8125rem;height:2.5996125rem;top:16.875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCCSTTMyF3Wai8erBlcWLVrwe0Oyx3ot { width:12.1875rem;height:8.5625rem;top:6.5000004768369rem;left:4.4062502980232rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o3a3Gs8zBTDBM0J6kiH74ZmcDcw64itg { width:20rem;height:1.13769375rem;top:20.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuwSqd6WFnPoTDvxB5b1HH92PveT4pGM { width:8.6875rem;height:3.375rem;top:29.25rem;left:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhvrStI1WuPolUMxeHEagQxCROhoamkq { width:20rem;height:22.375rem;top:63.6875rem;left:0rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #ar84gbcCAcVbTm69mTxlUAou0tsI0J8q { width:17.4375rem;height:8.4375rem;top:5rem;left:1.28125rem;z-index:99989;box-shadow: 0rem 0.9375rem 4.375rem rgba(5,15,35,0.74) ;display:none; }
 }@media only screen and (max-width: 763px) { #OJNags5BTBX0lnfzlrVL7BydUA7765vi { width:13.75rem;height:2.5625rem;top:31.78125rem;left:3.125rem;font-size:0.875rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #sAXHrzdKfvKsNuGUWhO1JvAn7KxHqnhn { display:block; }
 }@media only screen and (max-width: 763px) { #SXtJplWxOZQEJCVnpz5r5BoK3MaLXhMn { width:1.9375rem;height:2.8125rem;top:32rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRnBQtPScFsf0tQLDkcuiO9UmihTN7ez { width:1.375rem;height:2.125rem;top:28.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI4xgFlgQUttmTvNMH0PNfli0cw6Xeyx { width:12.375rem;height:27.463815789474rem;top:176.3008125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIE77ovQlOGi2y9J49FsXwMV6ONAA4M1 { width:6.75rem;height:13.125rem;top:138.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4VDH8ZNfSoIQtfVzFU2tFEI8DSG1gP0 { width:13rem;height:14.75rem;top:69.5rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NSwUD99ZXAwPcRzizqvnv0aSmmdn1vpD { width:5.9375rem;height:6.875rem;top:89.0625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVOH0D6mVHUCeQS965llFvTyRKGyCw7U { width:10.5625rem;height:12rem;top:52.875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrzMHPJmNqJkZVknhp4B1iknksKUR7Pg { width:6.25rem;height:7.125rem;top:44.3125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdT8fp6STrdMgLNyQAzPKMxxaFLKZIBg { width:3.3125rem;height:3.9375rem;top:68.5rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlJg30LGiknsseu8NTnnCcs1a4vNe2KT { width:3rem;height:3.5rem;top:84.25rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yReFWTB3RiKk0B3FFPP8Ds7bO7ORo14S { height:10.9375rem;width:20rem;top:2.5625rem;left:0rem;z-index:99990;display:none; }
 }@media only screen and (max-width: 763px) { #UCKksidCnueMWiOC09sKRN8RciVkZE98 { width:20rem;height:1.29980625rem;top:59.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTVEnRd38acyUOBxSiUdCEKOcZ1U6btx { width:6.375rem;height:0;top:93.57421875rem;left:6.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS { background-color:rgba(9,13,30,0.63);background-image:url("https://images.assets-landingi.com/f47sqrkB/Bg_bluev3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.adaptive-delivery-prevent-bg, #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.lazyload, #ON5KWoWXtEzmpwixVfphRvbLBiQJIriS.lazyloading { background-image: none; }#ON5KWoWXtEzmpwixVfphRvbLBiQJIriS > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bww9rtItT4FUQFEkHvNcxOUMNznPkiXs { width:20rem;height:1.0996125rem;top:14.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #flq0LIiZ4NWQwC6hLShOuBq0EFNV9JNO { width:15.3125rem;height:6.8115rem;top:45.249359130859rem;left:2.3120116591454rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #XroAocAA44qMvJ5tiTeTTxMVCk7h8KDQ { width:11.8123125rem;height:2.5996125rem;top:42.1796875rem;left:4.0926105380058rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzbTQQO7HzmoM2AKCmUODXfLGNxBEZL6 { width:12.125rem;height:8.5rem;top:4.375rem;left:4.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ctzoZuHVCX05ThpQaTFtccFfTU11LTy0 { width:4.624025rem;height:1.29345625rem;top:47.749359130859rem;left:4.9373371005058rem;font-size:1.4375rem;color:#ffb300;display:block; }
 }@media only screen and (max-width: 763px) { #kDmTcwHdz5g2lUpr94MO2CWnhA776WNI { width:20rem;height:22.375rem;top:17.9375rem;left:0rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #nTQdpcRePEy387rAo0uT2H0W72dGOAbd { width:17.4375rem;height:8.4375rem;top:5rem;left:1.28125rem;z-index:99989;box-shadow: 0rem 0.9375rem 4.375rem rgba(5,15,35,0.74) ;display:none; }
 }@media only screen and (max-width: 763px) { #pi5tIZI4VyCMDkOiQ1xn09cJsW5J9EOp { width:13.75rem;height:2.5625rem;top:31.78125rem;left:3.125rem;font-size:0.875rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #dSBwfQlJiaCpVRm4DSzuGidxa9rqyESq { display:block; }
 }@media only screen and (max-width: 763px) { #VcCMHMKfwU982rgWARdfNAOZXmX4XUci { width:1.9375rem;height:2.8125rem;top:45.874359130859rem;left:14.812011420727rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAE41q3zLfrUatHsxrwerOVcbIkfFuld { width:1.3745125rem;height:2.124025rem;top:46.999847412109rem;left:3.0623371005058rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhpCtGG6Mz8LA59aaIg0d019avLmsg6K { width:12.375rem;height:27.463815789474rem;top:176.3008125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kf2VVEGPdDtDCd1EOhBmO4bND8S19Jp9 { width:6.75rem;height:13.125rem;top:138.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgTBpMwCuV03vvub733ya5Cy2oVAJrZ0 { width:13rem;height:14.75rem;top:76.375rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCDBO0EObEQh3FF2NcTxtoIACpAEBfZN { width:5.9375rem;height:6.875rem;top:95.9375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHyKp8IZvbz5Qaw3gdo9zXG3Z4kas9T9 { width:10.5625rem;height:12rem;top:59.75rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGCgHnxvr0HIV7pIih3Pmt3rGHuFvyag { width:6.25rem;height:7.125rem;top:51.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGDqQT1Moay2NBz7XizEBhThQn3KLp5L { width:3.3125rem;height:3.9375rem;top:75.375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMP5tkC3NX3PMWRLUV58CG2MDqF667wn { width:3rem;height:3.5rem;top:91.125rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXokEkNmIU2vc98xDKu2f8WRygB5TS3B { height:10.9375rem;width:20rem;top:2.5625rem;left:0rem;z-index:99990;display:none; }
 }@media only screen and (max-width: 763px) { #TX3GAtxvkfTp1TC0Wqt2ADvuL6fdcPPA { width:20rem;height:1.29980625rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAPBTM1bg2nxiRRPLtQi6uXOX2gHOtEC { width:1.5625rem;height:1.5625rem;top:37.0966796875rem;left:16.840819060802rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #kt4A5fAziR18iORIUem62yXBAKTyZMKV { width:1.875rem;height:1.93725625rem;top:36.909515380859rem;left:1.5283202528954rem;z-index:99987;display:block; }
 }@media only screen and (max-width: 763px) { #mV2FoZQH1o3oRawKBo7RBLTLAoTsPyRf { width:20rem;height:2.2744125rem;top:36.84765625rem;left:0rem;font-size:0.875rem;z-index:99986;color:#f53241;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SQ7NVwtwtKSxG0xt65QimbhvXTI3lF8T { width:5.249025rem;height:1.57470625rem;top:45.874359130859rem;left:4.8120114207268rem;font-size:1.75rem;color:#ffb300;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #KBDoq9WH4zJAv0zF35TvLlMSI7zBqqpT { width:2.37305rem;height:2.37305rem;top:54.310302734375rem;left:1.781005859375rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #eubQd0MGy0rVgppA42ClTQJdSs9gI2b3 { width:14.2486875rem;height:1.949225rem;top:54.522705078125rem;left:2.8753662109375rem;font-size:0.75rem;z-index:100013;color:rgba(235,235,235,0.62);display:block; }
 }@media only screen and (max-width: 763px) { #VWwRahJOreQtFa2q2ZbelQDXwST4L1Io { width:2.8125rem;height:2.93579375rem;top:54.028930664062rem;left:15.903930664062rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #hxKTtasOO0cB0lu4itNAtur3xqABFvD7 { background-color:rgba(20,24,29,0.49);background-image:url("https://images.assets-landingi.com/KqPIcIKD/avatar_bg_v2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7.adaptive-delivery-prevent-bg, #hxKTtasOO0cB0lu4itNAtur3xqABFvD7.lazyload, #hxKTtasOO0cB0lu4itNAtur3xqABFvD7.lazyloading { background-image: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container { background-color: transparent; background-image: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container > .video-iframe-container { display: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row > .video-iframe-container { display: none; }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .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); }#hxKTtasOO0cB0lu4itNAtur3xqABFvD7 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpBw087rwKLQeqixR5TtEFNOc1Hff2fe { width:9.3125rem;height:17.683286516854rem;top:232.1748125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCH9RVTWdJ9o4U277P6VFu3qDBuXGRQ6 { width:3.9375rem;height:9.4375rem;top:6.75rem;left:14.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N20dLk2SaZOnARdW3h55PuSMQqvVqyuw { width:7.0625rem;height:11.5625rem;top:5.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTXXqhgx8roqfqoQnZ85agkVkOCISeJ { width:5.0625rem;height:13.25rem;top:4.46875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaQ5pdR1JxXPQZwIraydHi5PqoepWFKd { width:8.6875rem;height:10.875rem;top:93.5302734375rem;left:0rem;z-index:100028;display:none; }
 }@media only screen and (max-width: 763px) { #zF0p8cXfCJ1zJh1QcP8yErAxBtJX6UV6 { width:8.75rem;height:11rem;top:6.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDHSOR06JUUbNT8OprODLC6084C19wc6 { width:4.5625rem;height:9.875rem;top:6.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmDgdmI5ABINoII89qFbFdrA7VnamE1 { width:15.75rem;height:5.25rem;top:24rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmAenu6JsHOJAWf3qPepPeGPR4kUvd3o { width:14.625rem;height:4.125rem;top:18.5625rem;left:3.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTKuSF9fxn6BfEAa6F5F0th0pQZA06vg { width:13.75rem;height:2.5625rem;top:32rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL9KdtBShuxqKVy2GDVfi7uZAc424F36 { display:block; }
 }@media only screen and (max-width: 763px) { #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP { background-color:rgba(20,24,29,0.49);background-image:url("https://images.assets-landingi.com/CNFVqNhw/Bg_blue.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.adaptive-delivery-prevent-bg, #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.lazyload, #i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP.lazyloading { background-image: none; }#i0hNfoyINA8DSP6J1X0tn4GI5JpBsuCP > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u8uBypsgyOcCOURwaMkXdUxlMHv9eGJq { width:9.3125rem;height:17.683286516854rem;top:232.1748125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tn5XQAFkvbn2TD5ZHc2az6keHCiamhOk { width:4.0625rem;height:9.375rem;top:11.74951171875rem;left:14.874674499035rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xnZD9ZWVVnXWbtPV9g4awDLtdUxImiz9 { width:7.0625rem;height:11.25rem;top:10.125rem;left:11.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #thrIXFMapA9QvbpKcE1sPite526vTa2y { width:5.0625rem;height:12.1875rem;top:9.1875rem;left:8.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c2TdWyH42XAvuShgJVDwEyZXqrc9NuBh { width:8.6875rem;height:10.875rem;top:93.5302734375rem;left:0rem;z-index:100028;display:none; }
 }@media only screen and (max-width: 763px) { #vB8Rvv3ef0bJeATNEm19t1oLV5opd5B1 { width:8.75rem;height:10.8125rem;top:10.75rem;left:2.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GxPIyPGr12IX4L3l93n8x7iFV8ld6Pgf { width:4.5625rem;height:9.1875rem;top:12rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BVfcUHIX4XX7w8XVo1LnG1gW3DpfZHNo { width:17.4375rem;height:17.0625rem;top:22.625rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MITn4OIcVyoCEUKAADpnf5ipXVQDvMTX { width:20rem;height:3.4375rem;top:4.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbnTF2TzTeysJtNMyeegWpxMIT2qBv2z { width:13.75rem;height:2.5625rem;top:39.749328613281rem;left:3.1249999403954rem;font-size:0.875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #XnwqzCwo2DosHQ3dFiOUGCP4vnEmJgDX { display:block; }
 }@media only screen and (max-width: 763px) { #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ { background-color:#0b0d12;background-image:url("https://images.assets-landingi.com/a7NZK7jM/bg_partnersv2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.adaptive-delivery-prevent-bg, #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.lazyload, #tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ.lazyloading { background-image: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container { background-color: transparent; background-image: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container > .video-iframe-container { display: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row > .video-iframe-container { display: none; }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .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); }#tXrcC9nL2JShSaNMCJUTfwVS1NzyoUfJ > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2vbJru5wLb5qZ3wpMvAZHT5ZguEyK5L { width:16.5rem;height:4.72265625rem;top:2.4375rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRq9tkfpu8F8ZpVuTWcrhUDWRnXr4bOp { width:6.5rem;height:4.625rem;top:55.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoW8WwnMhU4n17KDKCBTVxnaf3LCIHKn { width:6.125rem;height:4.375rem;top:55.3125rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPZGI96VOselRGBR424BWIEUSAo6b8U { width:7.4375rem;height:5.1875rem;top:37.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7U1ApK9FNZl77htqncPhbl5VX9lkW2 { width:5.4375rem;height:3.375rem;top:33.3125rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN58NK1AbuKeuCAoaTQFe8vmVxcl1L3K { width:7.1875rem;height:1.4375rem;top:33.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVmZGQbD4Z55OsDWVPXXl9OzeA9t4kUL { width:5.4375rem;height:2.875rem;top:38.96875rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7t1mTcsyaARyoms2sH8CTlOJaw81OT { width:6.3125rem;height:2rem;top:50.1875rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsW2WLZ5h34xdOTLWLLBfNiL64LEX0HZ { width:7.25rem;height:2.875rem;top:49.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV130kZWn2hyOD1RLFw6Gx7C7pEJfq6p { width:8.1875rem;height:5.875rem;top:43.0625rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khZge0PlJ1mC2b5Di44AVH2JGvpQ9ivs { width:4.5625rem;height:3.3125rem;top:26.8125rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u54yo0KlKtXCaqcHwEQZ1XXaaU1KnRes { width:7rem;height:2.1875rem;top:27.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw2RCLPcu6JvuSadtZCgmmo7RvWx6PSZ { width:8rem;height:1.8125rem;top:45.1875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9HdvW0fhMaCrVsQAmlxk5RbbK2aA5g { width:6.5625rem;height:2.8125rem;top:14.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfHPVhCZupAexTPVCMMVPNnl3I6Tcwr7 { width:4.6875rem;height:4.125rem;top:20.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5xcWf1NqlQFza5XDdKV7vmyTHJKvTs { width:8.9375rem;height:2.75rem;top:14.90625rem;left:10.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCHLbpTzmNERxMun77NmxleXyibPbDUu { width:4.3125rem;height:4.3125rem;top:8.34375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBViXos9Q2NdxiVenAtfnU7R2xNLATuq { width:8.8125rem;height:1rem;top:21.8125rem;left:10.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dMZsHVwtG7u32BhdpCeiaHxyOZyb33zx { width:6.75rem;height:1.875rem;top:9.5625rem;left:1.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CwqUgFBTkJNuw12ODThU5VCutUqTspCT { background-color:#0b0d12;background-image:url("https://images.assets-landingi.com/f47sqrkB/Bg_bluev3.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT.adaptive-delivery-prevent-bg, #CwqUgFBTkJNuw12ODThU5VCutUqTspCT.lazyload, #CwqUgFBTkJNuw12ODThU5VCutUqTspCT.lazyloading { background-image: none; }#CwqUgFBTkJNuw12ODThU5VCutUqTspCT > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WAZ2S5Zq77f2NpTsy5ZWcOBuQiMprx53 { width:4.3125rem;height:3rem;top:35.71875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TksSmZQwQb1ilpdCKMCF4URt4SkvImii { width:3.8125rem;height:2.625rem;top:35.71875rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UphP0tlNvkSH9zqAWGQnDPTqHTdapGTR { width:4.6875rem;height:3.1875rem;top:26.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnxzI4CX35y8xBnAQF1IXWheeOvoTIJ1 { width:3.1875rem;height:1.875rem;top:21.9375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0wLTb95itg1KyoFOmaFsgZcfURcU5te { width:4.375rem;height:0.8125rem;top:27.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePMFwLNmTs1fwWK993GP1aoDRdyCHzeM { width:4rem;height:2rem;top:26.78125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOQTXgwBO5sNr0ZpWJadorPVcf14zTWm { width:4.3125rem;height:1.3125rem;top:31.9375rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHIUTuCwDUDfS6roib6wGRcWN4BaN1tT { width:3.75rem;height:1.375rem;top:36.71875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLKq2g3pn2DPCQQpL6tIp4U4U1Rh9ieF { width:4.3125rem;height:3.0625rem;top:31.0625rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nia65ezFnnFfzZKyqqJohGI0wWKUK9tQ { width:3rem;height:2.0625rem;top:22rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZa565MgZi3CkTXb6Jr5h6zCTfAuFcQv { width:4.0625rem;height:1.125rem;top:22.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTE5eWb93wFoTMDqoQeRThu9XwFtEas2 { width:4.375rem;height:0.9375rem;top:32.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owOndOft4oM7QI0ocU5khJXGQ815ELmw { width:4.0625rem;height:1.6875rem;top:13.21875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAOmQRh2G2kZrZ0LRgkDASMOLUAkBdXi { width:3.125rem;height:2.75rem;top:17.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxmlImCbuXNe6iEkPPwukLZFfxF2gI81 { width:6.5625rem;height:1.75rem;top:17.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJChNxaUCJqG2C9387WJ8k67Spt542dg { width:2.5625rem;height:2.5625rem;top:12.71875rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLtV9vp9KR1anAIaJu7tRCQ1pTcUQgya { width:6.1875rem;height:0.625rem;top:18.0625rem;left:13.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xMW3gasWKC9qiWNCmARhggJx23IS2P35 { width:5.125rem;height:1.25rem;top:13.5rem;left:1.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T6kOBGg7pcCGpWp8QPqzteTZdr8Kf7s7 { width:16.5rem;height:5.625rem;top:4.1875rem;left:1.75rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu { background-color:#695288;background-image:url("https://images.assets-landingi.com/UuHQp6zY/blue_bg_Evergreen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.adaptive-delivery-prevent-bg, #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.lazyload, #LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu.lazyloading { background-image: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container { background-color: transparent; background-image: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container > .video-iframe-container { display: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row > .video-iframe-container { display: none; }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .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); }#LTgWSF6O5E3PUKaomXZZhcAhHoszLXOu > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saNKwRAgcayJsKWgDSeVUOKzTwLgJc61 { width:17.875rem;height:10.5rem;top:24.25rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #n3HIQ8sgqZ1esuAclovdMC0DwF3bETT6 { width:18.8125rem;height:1.875rem;top:21.1875rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #OI7ypCznADdJNtzrbHrVW0TOph8q2A2Q { width:18.1875rem;height:14.0625rem;top:5.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amT0whXeLCTbO49GzUUnS9P0opr36URA { width:20rem;height:19.1875rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E66Ms6Z7K090WfhO2tTeftnSB2cpQxXh { width:17.4375rem;height:7.875rem;top:64.625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #viNDvm5xrAxVfXfk5iDirzA8GNZlvARz { width:15.625rem;height:4.125rem;top:59.25rem;left:2.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqehTyZ4wCDPJB0sAtk0grHPOrTsg4to { width:14.5rem;height:2.5rem;top:73.75rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBsRTmATd1T30cdu84RaInOt9lu9enJb { display:block; }
 }@media only screen and (max-width: 763px) { #L6CRDuVEUzTROqtn4eH1vcQh469Dt3is { width:18.1875rem;height:15.0625rem;top:83.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCcci0MWmzd1JGUHFF1lAPWAL79CwTJB { width:7.937rem;height:10.743987804878rem;top:73.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxauB1lQREOrXp1FdXoqgZmopsV3RAQg { width:18.375rem;height:3.9375rem;top:103.6875rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlbsHLc7owV8Rk3HaEfo8Fl8BokImJ0T { width:4.8120125rem;height:6.5993314285712rem;top:76rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFqXJMaWLKXSN1x9zol54uIfp3n3LTO0 { width:14.3125rem;height:1.875rem;top:100.5625rem;left:2.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JwXvrlaMMVBimubiEV7mSGIMHRTtLxbA { width:17.0625rem;height:6.75rem;top:9.0078125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0TWMk1I8s6W21SxOqBT7e3vwTt33Rt { width:12.5625rem;height:5rem;top:45.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUFO7MXWVkQEqGwsu06dO9hmhMBDZ96H { width:20rem;height:21.07425rem;top:79.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLWWITKfbkIRTsaRXhk3wLgvg2A2nGM { width:20rem;height:8.126rem;top:83.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b { background-color:#695288;background-image:url("https://images.assets-landingi.com/bzhUtTpt/bg_evergreen_phone.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.adaptive-delivery-prevent-bg, #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.lazyload, #Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b.lazyloading { background-image: none; }#Ic6kihVzKa1JzuMbVsxtV6vMGIcMEE2b > .row .container { width:20rem;height:75.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zMJAUD5J5DVwIIzuM63B0QnTm26S7Gst { width:17.4375rem;height:11.8125rem;top:21.875rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.79);display:block; }
 }@media only screen and (max-width: 763px) { #cOKJInmsxkS1E3O7CBhSB9LBNab7T2O2 { width:18.8125rem;height:1.5625rem;top:19.125rem;left:0.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.88);display:block; }
 }@media only screen and (max-width: 763px) { #WqpGT8PfZNdugrwGTSKLrXXZSckXDJJT { width:18.125rem;height:14.0625rem;top:3.625rem;left:1.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U7CvppS6wBdJ38xV8kMsReVDWaUxDb8y { width:14.375rem;height:2.5rem;top:32.0625rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwXtEbKIp24Nag89xHqmii0lvKukOQlv { display:block; }
 }@media only screen and (max-width: 763px) { #zpbSK2wlAryU6Fe9yXBRRZlShMA76G83 { width:18.5625rem;height:15.0625rem;top:39.125rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N9yq2EHpB1rDEAVEOAkTQrVQOkebUekz { width:17.4375rem;height:7.875rem;top:58.6875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iazUCxJxhkrHlPKLhlVgC76auK1sq6z0 { width:15.625rem;height:3.4375rem;top:54.125rem;left:2.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFr7hTK56tX1vBVETcAHBeTgkuDDBi1T { width:14.5rem;height:2.5rem;top:67.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Gg6ttqETCiTfXyRigmRqbtqCnhsJmC { display:block; }
 }@media only screen and (max-width: 763px) { #TSqXH1kCxidMJexc8Usu4ZXKVn2zmdu6 { width:7.937rem;height:10.743987804878rem;top:73.25rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #QiKeTSiaXQcNPMPFdelKd48a3hoTQ1TO { width:4.8120125rem;height:6.5993314285712rem;top:76rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JecR9IlS7rcUm4hy5ofTsxz5oUBOMcJM { width:17.0625rem;height:6.75rem;top:7.1328125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d33svPiCv5WuME16cw8TovFMtMH8JI6o { width:16.75rem;height:6.5625rem;top:42.65625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6NQCBGC97kbo2FyVtdfTfNsfM6iKBv9 { width:15.4375rem;height:16.25rem;top:4.375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy { position:relative;z-index:auto;background-color:#011435;background-image:url("https://images.assets-landingi.com/XGBTFowe/community_banner.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.adaptive-delivery-prevent-bg, #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.lazyload, #h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy.lazyloading { background-image: none; }#h4zE1DX7SiCkXucwhF1DEI9IKI7dCbAy > .row .container { width:20rem;height:20rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKTHz8URpIxpn2fHTmzw4CICmiDpFxlu { top:0.6875rem;left:1.96875rem;width:16.0625rem;height:5.0625rem;z-index:100004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OdrTcpsqVTnUXUJhsVfOuO5B5Il9L2v6 { width:20rem;height:3.4375rem;top:5.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Rkd3N1HNaO6115ggnSMQh37NFB8B2O12 { width:11.875rem;height:2.5rem;top:14.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJV1qTUqp543E2vZfXsUerPuaCEODLIB { display:block; }
 }@media only screen and (max-width: 763px) { #LPNTLB9NvaTsHcnLgLgMEMlR02QUk24k { width:14.9375rem;height:3.41161875rem;top:10rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi { display:block; }#wwapmHqtduOm5ZiUJbPitxiZS6iiLwgi > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pp7uLkbs7EAKuJnIwc6SdEaZ4DcXhwr9 { width:14.4375rem;height:1.94921875rem;top:1.5625rem;left:2.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }