.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row .container { background-color: transparent; background-image: none; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row .container > .video-iframe-container { display: none; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row > .video-iframe-container { display: none; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .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); }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row .container { border-width: 0; border-radius: 0; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#IMMOyI5JXy3wcAx0TEIsadJRNb0hWsV3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.0625rem;left:56.0625rem;display:block; }
#zIMM7HvKK5X3xAa6o0UwLWleTXNIwOQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emJ04aCrTo8bq0VN2q85XpeL1sfHGlR7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.625rem;top:1.34375rem;left:1.375rem;overflow:hidden;display:block; }
#Qn4mVZWAuBU4c4XAdWrTktK3EcuzvDk6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.5rem;left:54.250003814698rem; }
#Qn4mVZWAuBU4c4XAdWrTktK3EcuzvDk6 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#y6MCf9TocNNrTLESiu2fuGM5fBMeGwiU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.40625rem;left:71.6875038147rem; }
#y6MCf9TocNNrTLESiu2fuGM5fBMeGwiU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#g7fT344uLLFWDNUBGwa54GiT3Fsn69QB { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.5625rem;left:69.5rem; }
#g7fT344uLLFWDNUBGwa54GiT3Fsn69QB > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r.adaptive-delivery-prevent-bg, #HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r.lazyload, #HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r.lazyloading { background-image: none; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row .container { border-width: 0; border-radius: 0; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row .container { font-size:0.875rem;font-family:arial;height:82.75rem;width:75rem;overflow:visible;position:relative;display:none; }#Ucgb2g3nv8XcUuWriveZmzAEVr24srtk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.625rem;width:42.5rem;top:13.9375rem;left:1.5rem;display:block; }
#oWfbQZqx0tBDXbg8pIIb6x3d8ovpemcU { box-sizing:content-box;height:1.3125rem;width:36.0625rem;position:absolute;display:block;z-index:15005;background-color:#1e232e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:69.4375rem;left:19.625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#e94rbu9fDhSX3ATMnBUo601X59d7iPZB { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:19.4375rem;display:block; }
#vkxVSoc3fLzT5IEvJfrABc4dKRnwzSiC { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:24.4375rem;display:block; }
#gcoQEBRAQaBlyTZF0V4TacdT9veFUteC { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:29.4375rem;display:block; }
#y2IdR0FSf85TU05rglNyz3rQ1vBDTxmF { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:34.4375rem;display:block; }
#KwOKVCTRSkwWxZr6QrwUSgW9PagiID12 { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:39.4375rem;display:block; }
#fgkn3D0lxcLFR8oi9Ldlsfd55sbryoJS { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:44.4375rem;display:block; }
#XOvrhxgiH3HUo1pvobGnM0yVcVAvz3kP { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:49.4375rem;display:block; }
#pBVfEyq0GacV2OrnSeTiGsqFHS4nixNv { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.5rem;left:54.4375rem;display:block; }
#N2qB4nL930t5POVkaukx0UVRX86gw8sG { box-sizing:content-box;height:1.3125rem;width:1.875rem;position:absolute;display:block;z-index:15005;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.4375rem;left:19.5rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#LzKeR3pLwm9VqDeWbcLIL9xqen5ly5A1 { color:rgba(var(--color-primary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:67.25rem;left:24.875rem;height:1.3496125rem;text-align:center;text-align-last:center;display:block; }
#v1okCuXDT8Co4HTXXFOWDbKmH6gFTLik { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15006;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.125rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#FrfQN4eNynVBe1JUbVnSzt9AD6t3EfTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));top:55.4375rem;left:48.0625rem; }
#UI5vNr8uSMka0t0ANdPsw0fHvn2iDQeu { color:rgba(var(--color-primary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:55rem;left:51.625rem;height:2.69921875rem;text-align:left;text-align-last:left;display:block; }
#n3so38NFRhGEEQHAMMGN88douCllGdQy { box-sizing:content-box;height:23.3125rem;width:42.5625rem;position:absolute;display:block;z-index:14998;background-color:#131e2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.625rem;left:1.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#z0mXu7zJO6SrgKv5azEwIfMqpgw9i6PV { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.375rem;left:16.21875rem;height:;text-align:center;text-align-last:center;display:block; }
#P7Ky9T40AeW66MGZSbyheNQdOOZIVlSO { color:rgba(var(--color-primary-0),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.375rem;left:2.8125rem;height:25.022125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XJ8BakUkd10E3QfvWOPMpR2vK3H3nL1n { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15000;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M.adaptive-delivery-prevent-bg, #fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M.lazyload, #fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M.lazyloading { background-image: none; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row .container { background-color: transparent; background-image: none; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row .container > .video-iframe-container { display: none; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row > .video-iframe-container { display: none; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .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); }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row .container { border-width: 0; border-radius: 0; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#tfH71CKrn81WT2TTpmLhF1Ks0gmEvoND { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:23.625rem;width:42.5rem;top:13.9375rem;left:1.5rem;display:block; }
#L0gBfp2dxVMMcopXiDBy4zV5BTP3uXQV { color:#091118;display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:14.8125rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#L5csUrWMnrSeXouwZw5k34hrOZF9fvW0 { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:14999;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#THQJugeKzc7TGosDQgK2gmnbnTOVdmwq { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15000;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#fbX8omwIH8pSuX6b41lGSOTG6GRcvZ4u { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:20.375rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#aWskdivKw0vOca19QNh5SIToqaHGcUD2 { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15001;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ey6J2tAkoTIvfEEr2GPoikV9qxCQMS1h { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:26.0625rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#A7T2RUkfsbWgvObMPsMQA2lPIBmZNur0 { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15002;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.875rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Uai2kpxttrGh5ESzhgk9nvCZgEs2Ddb4 { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:31.75rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#TET65CslI32QaIq5Te6Qc2VOBNWTmpUC { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15003;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#S1wiuztaDA2bRkTdMr1TZtnlWrz43SaN { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:37.5625rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#pV2mzGpZaT2IT1wqWD8rONL8tmu4nNxr { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15004;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.4375rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ug4XXPhvLN7n9g9hVwgya8he87tO0nCT { color:rgba(var(--color-primary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:43.3125rem;left:51.625rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#FBLXu1BqaADD0Z0SPPlTiA1GQvZSDVEL { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15005;background-color:#191919;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.3125rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mGfBpZTB4TAfHF3B4haFOHX90sfgyHwt { color:rgba(var(--color-primary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:49.1875rem;left:51.6875rem;height:2.7rem;text-align:left;text-align-last:left;display:block; }
#gO5uRl84k4IHWiJkmCfyu5FMqZGcsAVT { box-sizing:content-box;height:4.5rem;width:26.6875rem;position:absolute;display:block;z-index:15006;background-color:#3eb470;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.125rem;left:46.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#zsbHZbKkTGu9MZgtHz8W7vz03wmQQxa9 { color:rgba(var(--color-primary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:55rem;left:51.625rem;height:;text-align:left;text-align-last:left;display:block; }
#d6Z7JKRWifSTt24HVqfvuXuqc7lxVyO9 { box-sizing:content-box;height:26.875rem;width:42.5625rem;position:absolute;display:block;z-index:14998;background-color:#131e2e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.625rem;left:1.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZStOGRdC9qhxBgDK31saVxQVRmRckfw3 { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.375rem;left:16.21875rem;height:;text-align:center;text-align-last:center;display:block; }
#arEhKWTkxaehubmil08fcG8RxXgS9ltX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:49.630859375rem;left:47.9375rem; }
#arEhKWTkxaehubmil08fcG8RxXgS9ltX > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#JBdalss4kq3AORroSW5LhMA9pOdFOw5z { color:rgba(var(--color-primary-0),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:39.375rem;left:2.8125rem;height:25.017375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kXcvdx0SNMHohTOAAMoPTeA1u0k0Kcbw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:43.755859375rem;left:47.9375rem; }
#kXcvdx0SNMHohTOAAMoPTeA1u0k0Kcbw > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#TAW8PSUMNmGorQXhJd55VkzbSL1h6UUF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:37.943359375rem;left:47.9375rem; }
#TAW8PSUMNmGorQXhJd55VkzbSL1h6UUF > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#XTgKEIM9Rb3CgUoOHT6zQuICSFLZLKxm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:32.068359375rem;left:47.9375rem; }
#XTgKEIM9Rb3CgUoOHT6zQuICSFLZLKxm > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#usZ8JyM8IvtRUp53Uv5N0WGtzJBBBDe5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:26.380859375rem;left:47.9375rem; }
#usZ8JyM8IvtRUp53Uv5N0WGtzJBBBDe5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#M78kTtWFIF6qdpJcUaTH4qpO2O0n4v4t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.693359375rem;left:47.9375rem; }
#M78kTtWFIF6qdpJcUaTH4qpO2O0n4v4t > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#ratx5HUJSEXxKfqbtJdXU94z97InTnG7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.193359375rem;left:47.9375rem; }
#ratx5HUJSEXxKfqbtJdXU94z97InTnG7 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#AxOsmKtHbz0LHwTIMnH0gLbf21Ldv3Vs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:55.38046836853rem;left:47.937503814698rem; }
#AxOsmKtHbz0LHwTIMnH0gLbf21Ldv3Vs > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#q7XCVfMs5vUz01iqU6bSgbDwtxIo2opG { color:#26e890;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:9.9375rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#dJlJC4k4B9gCMuSRAW8MLz6CxJsR16KJ { color:rgba(var(--color-primary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.1875rem;left:17.25rem;height:3.7361125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QnKMQ8TkKNJLTGnKTcToZ5B6rbdphTeA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:29.9375rem;left:35.9375rem; }
#zhivD9asP6Z6H4NTeLS3uUGpxBidAWkt { box-sizing:content-box;height:1.3125rem;width:36.0625rem;position:absolute;display:block;z-index:15005;background-color:#1e232e;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:6.9375rem;left:19.5625rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#DtVuLCs1aap1CdkxJNN919TOPeF8T9ff { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:19.375rem;display:block; }
#KIHo66zxKhxPTxhBIbgsi6FWhRHNgCaA { box-sizing:content-box;height:1.3125rem;width:36.125rem;position:absolute;display:block;z-index:15005;background-color:#26e890;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:19.4375rem;border-top-right-radius:2.625rem;border-bottom-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-top-left-radius:2.625rem;display:block; }
#eMDuc6App0k12Ma6mRahbR7UeWSidFxT { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:24.375rem;display:block; }
#bRMGCB6TrPdaSgBnKJbLHx9udHgnMAV9 { color:rgba(var(--color-primary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.75rem;left:24.8125rem;height:1.35rem;text-align:center;text-align-last:center;display:block; }
#GyCwGOAiRDzXXLgXxkZZUDCFTnp7mWWO { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:29.375rem;display:block; }
#sUv9mMPR1dofkusBqGp04gyO2ipa4a3N { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:34.375rem;display:block; }
#GgmwGfAdbH8FXsI4qvlkt29OuWw7xUZT { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:39.375rem;display:block; }
#hnnnS6EDIfttpTcgRoguNfJ9LUvPNBse { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:44.375rem;display:block; }
#Fno0kTcXQg3u5T2fUJIbSaCCaHX7vamx { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:49.375rem;display:block; }
#fmiqulAnRbQMW5U6DZvNTJDU1QzrXTyq { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(38,232,144,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:54.375rem;display:block; }
#iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh.adaptive-delivery-prevent-bg, #iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh.lazyload, #iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh.lazyloading { background-image: none; }#iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh > .row .container { border-width: 0; border-radius: 0; }#iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#LnvBXGxrBoyqvEVlhO6QqI0DaW3uTEII { color:#26e890;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:9.9375rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#z9WnOxeeksm2xNEkiQGz17rSSEqIKAXW { color:rgba(var(--color-primary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.1875rem;left:17.25rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uWXhpil7mVUk5MWTSzJStK2DvuvOmGEf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:29.9375rem;left:35.9375rem; }
#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f480a92-3621-4709-98ab-e3436cda3f78/Greenabstractwireframepngtechnologybackground.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6.adaptive-delivery-prevent-bg, #JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6.lazyload, #JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6.lazyloading { background-image: none; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row .container { background-color: transparent; background-image: none; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #091118; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row .container > .video-iframe-container { display: none; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #091118; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row > .video-iframe-container { display: none; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .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); }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row .container { border-width: 0; border-radius: 0; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#suHXEihPoGrnKgfAmU9h6gGTiKhGppbc { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:39rem;left:14.75rem;height:3.05555625rem;text-align:left;text-align-last:left;display:block; }
#qCszw6oOQrU8DbJMuyukNJZdxgld7FEM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:30.25rem;top:8.6875rem;left:2.125rem;overflow:hidden;display:block; }
#VqRNQfEtFouP9QX5MlD26FZIAlPIJkAQ { color:rgba(var(--color-tertiary-0),0.61);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:23.25rem;left:38.4375rem;height:1.7875rem;font-style:italic;display:block; }#VqRNQfEtFouP9QX5MlD26FZIAlPIJkAQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VqRNQfEtFouP9QX5MlD26FZIAlPIJkAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_289e29f379e9459f57b1a00061d7891c6ffe92c1.svg); }
#ky6ND35IMIBoBRODqkT0xUd8XAD5eDdt { color:rgba(var(--color-tertiary-0),0.61);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:25.375rem;left:38.4375rem;height:1.7875rem;font-style:italic;display:block; }#ky6ND35IMIBoBRODqkT0xUd8XAD5eDdt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ky6ND35IMIBoBRODqkT0xUd8XAD5eDdt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f39db4defcd11a4482ff63443c26386e0fe62df.svg); }
#rDHrrNTSx4T05OKb0uI51uPHIwGQqsqz { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:38.4375rem;height:7.798625rem;font-style:normal;display:block; }
#UtNmN8ENoZN6Hoo34uVWdFgdH3W5kb2L { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375rem;left:38.4375rem;height:5.3625rem;display:block; }
#LRXhI3zdZlhhceIaMBGNmx4TXNXHhUIa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.1875rem;width:35.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gqdyASh4pbGB2XgkTR9ICEeyuTZWQxvB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:34.812500953674rem;left:41.78125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }#gqdyASh4pbGB2XgkTR9ICEeyuTZWQxvB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gqdyASh4pbGB2XgkTR9ICEeyuTZWQxvB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c44d471e7179a478895211c505dd65f34987ccb.svg); }
#P3SKTZBa13vi7czwTnP2hBx2xXIeX6c2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:6.5rem;top:37.75rem;left:7.4375rem;overflow:hidden;display:block; }
#CUHEOTTMDmgw382dmcf1car2pqcv2O3r { background-color:#3eb470;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.987500190735rem;left:38.4375rem;display:block; }
#k3LoX15eZK5SNOgpEqxhD6MgVqvwpdzr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row .container { background-color: transparent; background-image: none; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row .container > .video-iframe-container { display: none; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row > .video-iframe-container { display: none; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .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); }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row .container { border-width: 0; border-radius: 0; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#J5JtbNdqASSyADAvtDXwkmKGPKxqEWNT { position:absolute;display:block;z-index:15012;height:12.5rem;width:12.5rem;top:0rem;left:31.25rem;display:block; }
#TnMSnycqtdX0vksoU96FXfFsBiPVnDS7 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:13.3125rem;left:0rem;height:7.8368rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:#0b1925;background-image:none;vertical-align:top; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.4375rem;color:rgba(var(--color-primary-0),1);font-style:normal;height:auto; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e68e0c49945382d7bd6d4b81e7a90dafdb41bfe0.svg");background-size:contain !important; }#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-trigger.adaptive-delivery-prevent-bg, #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-trigger.lazyload, #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-trigger.lazyloading { background-image: none; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU { box-sizing:content-box;height:auto;width:63.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:23.8125rem;left:4.4375rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Wpm5aqmfbEowG7W3Za0ZqeIr7sw0Xf2p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #p0IJNG9rnVt4incmIdknvIRmb0Mrg00n { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #pNHLxAp8bg5HBmkO4FciCfpQdqqXqeGR { display:block;position:relative; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Q5K3iyw7nC1PP08DOA1mCExwXp4dNCqc {  }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #VvpUpZSVIhI0KoVGTawoLC469MCx9vtc {  }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #dPsGreHzEIM3EFsq20eS5HoBv023FOhe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Eg3aKGJ8gBkvb5DWQmkTNedN5tlu8RxW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #CpI24UaTzJ1K9GAf1kX1kyzZM9DW7vw5 { display:block;position:relative; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #LkJmColtGyJ7sbm9anz9OpHWymM7nDMP {  }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #TF5QviHKmclnQT9HJ2VQNGPaOOvc3bnV { display:none; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #z9MOHIgf5ngEv8v0fuIzNOoI6Kz7nKIa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #N3gJMkRE7ADZwZzsN21w8WOUZ1KxDg9s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Kub5tclcuH9rbpg3uCyXUH5yXxmsdm42 { display:block;position:relative; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #tmyQGt4cFiDEPG7aIggsucKBE3c2l7dX {  }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #ifDshSoCViH9seQu8FosZIBwwsvmU1J1 { display:none; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #WELAKvKdmzxHDTeWl7wD6mNv9zq1cgUL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #XOuTJJxCRqsMmG9vLnFmrTZmS4K9KJVQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #qu3Utbdg9WKhIFoz44C7JhQLTTbLs3wN { display:block;position:relative; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #vXtWuRtMmqOa3me0ow9T5J76cJFSvMFS {  }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #mr1aLdPMPhRZVG49rSBa7mTtuDmaubIV { display:none; }
#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bbe8e76b-e049-4414-a357-6e4ee0ce1275/AdobeStock_1173535275_W.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g.adaptive-delivery-prevent-bg, #ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g.lazyload, #ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g.lazyloading { background-image: none; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row .container { background-color: transparent; background-image: none; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row .container > .video-iframe-container { display: none; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row > .video-iframe-container { display: none; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .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); }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row .container { border-width: 0; border-radius: 0; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#J6TUgyxeXbusGmRm0dSTBKWvGUNNnLLC { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:35.0625rem;height:6.1736125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1QngmUoZQXPvRAH3fRbwoPVXp5ohGvT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.375rem;left:35.0625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aM2XoTIwcuSrVvdAVAfWX9hI9VDt7tds { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.9375rem;width:28.125rem;top:4.8125rem;left:3.0625rem;overflow:hidden;display:block; }
#V98TDB44RrrGf8yrm84LN3UrJSwb0ywh { background-color:#3eb470;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.67343711853rem;left:35.0625rem;display:block; }
#TpyRbDsWVQ9dMhDL5mZzoColszTTkOfw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row .container { background-color: transparent; background-image: none; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row .container > .video-iframe-container { display: none; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row > .video-iframe-container { display: none; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .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); }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row .container { border-width: 0; border-radius: 0; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Jaqy846aDLWxBz4DFH3fbLwUfqhddtvp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.9375rem;top:7.84375rem;left:4.90625rem;overflow:hidden;display:block; }
#vyL8MXPXReEZNmLuFBKnN3wFP1tV5AwL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.75rem;top:8.28125rem;left:22.25rem;overflow:hidden;display:block; }
#aCWoJTMuEvA1uTonkLt2abhlSt0FmH1h { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11rem;top:8rem;left:41.375rem;overflow:hidden;display:block; }
#XtaFlKU38Eh9GeLp1tJWKV3GuzBfr3dl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.1875rem;top:7rem;left:62.03125rem;overflow:hidden;display:block; }
#noBdoWvD9iMXFyZKGQBvVkqHXJabBMiz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.15625rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LZeptPCcotn4dlJ5T8Enb9MaW73oMvbE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.15625rem;left:21.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PhsDoJslpXTElh4bpwQZyBauJOVEXN5J { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.15625rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yL2dhVIVhafmgg3BC5frF1oXJx6Klk3T { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.15625rem;left:59.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Z1IZKsde6yVlBhIPSTq3UGIDo3yQ6gdr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAhv8p2XuPAQAgId2isdwomu4xaJrv3M { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.1875rem;left:0rem;height:1.21875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { background-color: transparent; background-image: none; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container > .video-iframe-container { display: none; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row > .video-iframe-container { display: none; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .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); }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { border-width: 0; border-radius: 0; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#OVkJmfwSD7rOAmyypSfqyMEmWddnPXNu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.1875rem;top:3.40625rem;left:1.90625rem;overflow:hidden;display:block; }
#r3mdbMUDzNpxBsXvATsLtoheFD1GwdT8 { color:#8e8e8e;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.736328125rem;left:27.78125rem;height:3.8984375rem;display:block; }
#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { background-color: transparent; background-image: none; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container > .video-iframe-container { display: none; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row > .video-iframe-container { display: none; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .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); }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { border-width: 0; border-radius: 0; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#yeKsZOeMp9hFF8opTFZdWG0SEd8BpIEy { color:#8e8e8e;display:block;width:70.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2041015625rem;left:2.03125rem;height:41.58330625rem;display:block; }
#bs3LiGZOBu2IbvFqhFIBimmeZZTOxyk5 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#8e8e8e;background-image:none;top:46.25rem;left:0rem;display:block; }
#dgrN6Z2mRWkHMq4ezxD1N1KNTtvT9Ty7 { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:48.9375rem;left:21.375rem;height:1.3rem;display:block; }
#NyxcqLoKNq9B9u3tah5XQFtEp5iSBT5k { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#8e8e8e;background-image:none;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #maba5T9oCchmFTPQAAADZwHNwwT9rv3o { display:block; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMMOyI5JXy3wcAx0TEIsadJRNb0hWsV3 { width:10.625rem;height:2.1875rem;top:1.0625rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIMM7HvKK5X3xAa6o0UwLWleTXNIwOQn { display:block; }
 }@media only screen and (max-width: 763px) { #emJ04aCrTo8bq0VN2q85XpeL1sfHGlR7 { width:7.625rem;height:1.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4mVZWAuBU4c4XAdWrTktK3EcuzvDk6 { width:1.3125rem;height:1.3125rem;top:1.5rem;left:40.625003814698rem;display:block; }
#Qn4mVZWAuBU4c4XAdWrTktK3EcuzvDk6 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #y6MCf9TocNNrTLESiu2fuGM5fBMeGwiU { width:1.5rem;height:1.5rem;top:1.375rem;left:46.25rem;display:block; }
#y6MCf9TocNNrTLESiu2fuGM5fBMeGwiU > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #g7fT344uLLFWDNUBGwa54GiT3Fsn69QB { width:1.1875rem;height:1.1875rem;top:1.5625rem;left:46.5625rem;display:block; }
#g7fT344uLLFWDNUBGwa54GiT3Fsn69QB > img { max-width: 100%;max-height:100%; width:1.1875rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { #HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r { display:none; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ucgb2g3nv8XcUuWriveZmzAEVr24srtk { top:13.9375rem;left:0rem;width:42.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWfbQZqx0tBDXbg8pIIb6x3d8ovpemcU { top:69.4375rem;left:6rem;width:36.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94rbu9fDhSX3ATMnBUo601X59d7iPZB { top:69.5rem;left:5.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxVSoc3fLzT5IEvJfrABc4dKRnwzSiC { top:69.5rem;left:10.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoQEBRAQaBlyTZF0V4TacdT9veFUteC { top:69.5rem;left:15.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2IdR0FSf85TU05rglNyz3rQ1vBDTxmF { top:69.5rem;left:20.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwOKVCTRSkwWxZr6QrwUSgW9PagiID12 { top:69.5rem;left:25.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgkn3D0lxcLFR8oi9Ldlsfd55sbryoJS { top:69.5rem;left:30.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOvrhxgiH3HUo1pvobGnM0yVcVAvz3kP { top:69.5rem;left:35.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBVfEyq0GacV2OrnSeTiGsqFHS4nixNv { top:69.5rem;left:40.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2qB4nL930t5POVkaukx0UVRX86gw8sG { top:69.4375rem;left:5.875rem;width:1.875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzKeR3pLwm9VqDeWbcLIL9xqen5ly5A1 { top:53.625rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1okCuXDT8Co4HTXXFOWDbKmH6gFTLik { top:54.125rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrfQN4eNynVBe1JUbVnSzt9AD6t3EfTt { top:55.4375rem;left:34.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5vNr8uSMka0t0ANdPsw0fHvn2iDQeu { top:56.9375rem;left:0rem;width:14.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3so38NFRhGEEQHAMMGN88douCllGdQy { top:38.625rem;left:0rem;width:42.5625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0mXu7zJO6SrgKv5azEwIfMqpgw9i6PV { top:1.75rem;left:0rem;width:18.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Ky9T40AeW66MGZSbyheNQdOOZIVlSO { top:39.375rem;left:0rem;width:39.875rem;height:25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJ8BakUkd10E3QfvWOPMpR2vK3H3nL1n { top:19.5rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M { display:block; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfH71CKrn81WT2TTpmLhF1Ks0gmEvoND { top:13.9375rem;left:0rem;width:42.5rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0gBfp2dxVMMcopXiDBy4zV5BTP3uXQV { top:14.8125rem;left:28.625rem;width:19.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5csUrWMnrSeXouwZw5k34hrOZF9fvW0 { top:13.9375rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQJugeKzc7TGosDQgK2gmnbnTOVdmwq { top:19.5rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbX8omwIH8pSuX6b41lGSOTG6GRcvZ4u { top:20.375rem;left:28.625rem;width:19.125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWskdivKw0vOca19QNh5SIToqaHGcUD2 { top:25.1875rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6J2tAkoTIvfEEr2GPoikV9qxCQMS1h { top:26.0625rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7T2RUkfsbWgvObMPsMQA2lPIBmZNur0 { top:30.875rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uai2kpxttrGh5ESzhgk9nvCZgEs2Ddb4 { top:31.75rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TET65CslI32QaIq5Te6Qc2VOBNWTmpUC { top:36.625rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1wiuztaDA2bRkTdMr1TZtnlWrz43SaN { top:37.5625rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV2mzGpZaT2IT1wqWD8rONL8tmu4nNxr { top:42.4375rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug4XXPhvLN7n9g9hVwgya8he87tO0nCT { top:43.3125rem;left:28.625rem;width:19.125rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBLXu1BqaADD0Z0SPPlTiA1GQvZSDVEL { top:48.3125rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGfBpZTB4TAfHF3B4haFOHX90sfgyHwt { top:49.1875rem;left:27.125rem;width:20.625rem;height:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO5uRl84k4IHWiJkmCfyu5FMqZGcsAVT { top:54.125rem;left:21.0625rem;width:26.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsbHZbKkTGu9MZgtHz8W7vz03wmQQxa9 { top:55rem;left:27.125rem;width:20.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6Z7JKRWifSTt24HVqfvuXuqc7lxVyO9 { top:38.625rem;left:0rem;width:42.5625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZStOGRdC9qhxBgDK31saVxQVRmRckfw3 { top:4.375rem;left:2.59375rem;width:42.5625rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arEhKWTkxaehubmil08fcG8RxXgS9ltX { top:49.625rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#arEhKWTkxaehubmil08fcG8RxXgS9ltX > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #JBdalss4kq3AORroSW5LhMA9pOdFOw5z { top:39.375rem;left:0rem;width:39.875rem;height:25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXcvdx0SNMHohTOAAMoPTeA1u0k0Kcbw { top:43.75rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#kXcvdx0SNMHohTOAAMoPTeA1u0k0Kcbw > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #TAW8PSUMNmGorQXhJd55VkzbSL1h6UUF { top:37.9375rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#TAW8PSUMNmGorQXhJd55VkzbSL1h6UUF > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #XTgKEIM9Rb3CgUoOHT6zQuICSFLZLKxm { top:32.0625rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#XTgKEIM9Rb3CgUoOHT6zQuICSFLZLKxm > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #usZ8JyM8IvtRUp53Uv5N0WGtzJBBBDe5 { top:26.375rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#usZ8JyM8IvtRUp53Uv5N0WGtzJBBBDe5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #M78kTtWFIF6qdpJcUaTH4qpO2O0n4v4t { top:20.6875rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#M78kTtWFIF6qdpJcUaTH4qpO2O0n4v4t > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #ratx5HUJSEXxKfqbtJdXU94z97InTnG7 { top:15.1875rem;left:34.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
#ratx5HUJSEXxKfqbtJdXU94z97InTnG7 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #AxOsmKtHbz0LHwTIMnH0gLbf21Ldv3Vs { top:55.375rem;left:34.312503814698rem;width:1.9375rem;height:1.9375rem;display:block; }
#AxOsmKtHbz0LHwTIMnH0gLbf21Ldv3Vs > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7XCVfMs5vUz01iqU6bSgbDwtxIo2opG { top:12.875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJlJC4k4B9gCMuSRAW8MLz6CxJsR16KJ { top:21.1875rem;left:3.625rem;width:40.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnKMQ8TkKNJLTGnKTcToZ5B6rbdphTeA { top:29.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhivD9asP6Z6H4NTeLS3uUGpxBidAWkt { top:6.9375rem;left:5.9375rem;width:36.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVuLCs1aap1CdkxJNN919TOPeF8T9ff { top:7rem;left:5.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIHo66zxKhxPTxhBIbgsi6FWhRHNgCaA { top:6.9375rem;left:5.8125rem;width:36.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMDuc6App0k12Ma6mRahbR7UeWSidFxT { top:7rem;left:10.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRMGCB6TrPdaSgBnKJbLHx9udHgnMAV9 { top:4.75rem;left:11.1875rem;width:25.375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyCwGOAiRDzXXLgXxkZZUDCFTnp7mWWO { top:7rem;left:15.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUv9mMPR1dofkusBqGp04gyO2ipa4a3N { top:7rem;left:20.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgmwGfAdbH8FXsI4qvlkt29OuWw7xUZT { top:7rem;left:25.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnnnS6EDIfttpTcgRoguNfJ9LUvPNBse { top:7rem;left:30.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fno0kTcXQg3u5T2fUJIbSaCCaHX7vamx { top:7rem;left:35.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmiqulAnRbQMW5U6DZvNTJDU1QzrXTyq { top:7rem;left:40.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh { display:none; }#iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LnvBXGxrBoyqvEVlhO6QqI0DaW3uTEII { top:12.875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9WnOxeeksm2xNEkiQGz17rSSEqIKAXW { top:3.9375rem;left:0rem;width:18.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWXhpil7mVUk5MWTSzJStK2DvuvOmGEf { top:29.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 { display:block; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suHXEihPoGrnKgfAmU9h6gGTiKhGppbc { top:39rem;left:1.125rem;width:14.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCszw6oOQrU8DbJMuyukNJZdxgld7FEM { top:8.6875rem;left:0rem;width:30.25rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqRNQfEtFouP9QX5MlD26FZIAlPIJkAQ { top:23.25rem;left:13.4375rem;width:34.3125rem;height:1.75rem;font-size:0.9375rem;display:block; }#VqRNQfEtFouP9QX5MlD26FZIAlPIJkAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_289e29f379e9459f57b1a00061d7891c6ffe92c1.svg); }
 }@media only screen and (max-width: 763px) { #ky6ND35IMIBoBRODqkT0xUd8XAD5eDdt { top:25.375rem;left:16.4375rem;width:31.3125rem;height:1.75rem;font-size:0.9375rem;display:block; }#ky6ND35IMIBoBRODqkT0xUd8XAD5eDdt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f39db4defcd11a4482ff63443c26386e0fe62df.svg); }
 }@media only screen and (max-width: 763px) { #rDHrrNTSx4T05OKb0uI51uPHIwGQqsqz { top:5.6875rem;left:13.0625rem;width:34.6875rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtNmN8ENoZN6Hoo34uVWdFgdH3W5kb2L { top:15.375rem;left:13.4375rem;width:34.3125rem;height:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRXhI3zdZlhhceIaMBGNmx4TXNXHhUIa { top:0rem;left:0rem;width:35.4375rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqdyASh4pbGB2XgkTR9ICEeyuTZWQxvB { top:34.8125rem;left:20.125rem;width:27.625rem;height:2rem;font-size:0.875rem;display:block; }#gqdyASh4pbGB2XgkTR9ICEeyuTZWQxvB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c44d471e7179a478895211c505dd65f34987ccb.svg); }
 }@media only screen and (max-width: 763px) { #P3SKTZBa13vi7czwTnP2hBx2xXIeX6c2 { top:37.75rem;left:0rem;width:6.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUHEOTTMDmgw382dmcf1car2pqcv2O3r { width:33.125rem;height:3.4375rem;top:29.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3LoX15eZK5SNOgpEqxhD6MgVqvwpdzr { display:block; }
 }@media only screen and (max-width: 763px) { #BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w { display:block; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5JtbNdqASSyADAvtDXwkmKGPKxqEWNT { top:0rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMSnycqtdX0vksoU96FXfFsBiPVnDS7 { top:13.3125rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU { display:flex;height:auto;width:27.8125rem;top:26.8125rem;left:8.71875rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Wpm5aqmfbEowG7W3Za0ZqeIr7sw0Xf2p {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #p0IJNG9rnVt4incmIdknvIRmb0Mrg00n {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #pNHLxAp8bg5HBmkO4FciCfpQdqqXqeGR {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Q5K3iyw7nC1PP08DOA1mCExwXp4dNCqc {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #VvpUpZSVIhI0KoVGTawoLC469MCx9vtc {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #dPsGreHzEIM3EFsq20eS5HoBv023FOhe {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Eg3aKGJ8gBkvb5DWQmkTNedN5tlu8RxW {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #CpI24UaTzJ1K9GAf1kX1kyzZM9DW7vw5 {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #LkJmColtGyJ7sbm9anz9OpHWymM7nDMP {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #TF5QviHKmclnQT9HJ2VQNGPaOOvc3bnV {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #z9MOHIgf5ngEv8v0fuIzNOoI6Kz7nKIa {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #N3gJMkRE7ADZwZzsN21w8WOUZ1KxDg9s {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Kub5tclcuH9rbpg3uCyXUH5yXxmsdm42 {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #tmyQGt4cFiDEPG7aIggsucKBE3c2l7dX {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #ifDshSoCViH9seQu8FosZIBwwsvmU1J1 {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #WELAKvKdmzxHDTeWl7wD6mNv9zq1cgUL {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #XOuTJJxCRqsMmG9vLnFmrTZmS4K9KJVQ {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #qu3Utbdg9WKhIFoz44C7JhQLTTbLs3wN {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #vXtWuRtMmqOa3me0ow9T5J76cJFSvMFS {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #mr1aLdPMPhRZVG49rSBa7mTtuDmaubIV {  }
 }@media only screen and (max-width: 763px) { #ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g { display:block; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6TUgyxeXbusGmRm0dSTBKWvGUNNnLLC { top:3.8125rem;left:10.8125rem;width:36.9375rem;height:6.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QngmUoZQXPvRAH3fRbwoPVXp5ohGvT { top:11.375rem;left:10.5625rem;width:37.1875rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM2XoTIwcuSrVvdAVAfWX9hI9VDt7tds { top:4.8125rem;left:0rem;width:28.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V98TDB44RrrGf8yrm84LN3UrJSwb0ywh { width:33.125rem;height:3.4375rem;top:19.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyRbDsWVQ9dMhDL5mZzoColszTTkOfw { display:block; }
 }@media only screen and (max-width: 763px) { #EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl { display:block; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jaqy846aDLWxBz4DFH3fbLwUfqhddtvp { top:7.8125rem;left:1.5rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyL8MXPXReEZNmLuFBKnN3wFP1tV5AwL { top:8.25rem;left:12.03125rem;width:11.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCWoJTMuEvA1uTonkLt2abhlSt0FmH1h { top:8rem;left:24.34375rem;width:11rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtaFlKU38Eh9GeLp1tJWKV3GuzBfr3dl { top:7rem;left:38.1875rem;width:7.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noBdoWvD9iMXFyZKGQBvVkqHXJabBMiz { top:12.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZeptPCcotn4dlJ5T8Enb9MaW73oMvbE { top:12.125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhsDoJslpXTElh4bpwQZyBauJOVEXN5J { top:12.125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL2dhVIVhafmgg3BC5frF1oXJx6Klk3T { top:12.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1IZKsde6yVlBhIPSTq3UGIDo3yQ6gdr { top:2.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAhv8p2XuPAQAgId2isdwomu4xaJrv3M { top:16.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ { display:block; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVkJmfwSD7rOAmyypSfqyMEmWddnPXNu { top:3.375rem;left:0rem;width:12.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3mdbMUDzNpxBsXvATsLtoheFD1GwdT8 { top:2.6875rem;left:12.3125rem;width:19.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo { display:block; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeKsZOeMp9hFF8opTFZdWG0SEd8BpIEy { top:2.1875rem;left:0rem;width:47.75rem;height:41.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs3LiGZOBu2IbvFqhFIBimmeZZTOxyk5 { top:46.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrN6Z2mRWkHMq4ezxD1N1KNTtvT9Ty7 { top:48.9375rem;left:7.75rem;width:32.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyxcqLoKNq9B9u3tah5XQFtEp5iSBT5k { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #maba5T9oCchmFTPQAAADZwHNwwT9rv3o { position:relative;z-index:auto;display:block; }#maba5T9oCchmFTPQAAADZwHNwwT9rv3o > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMMOyI5JXy3wcAx0TEIsadJRNb0hWsV3 { width:10.625rem;height:2.1875rem;top:1.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIMM7HvKK5X3xAa6o0UwLWleTXNIwOQn { display:block; }
 }@media only screen and (max-width: 763px) { #emJ04aCrTo8bq0VN2q85XpeL1sfHGlR7 { width:6.8125rem;height:1.4375rem;top:1.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4mVZWAuBU4c4XAdWrTktK3EcuzvDk6 { width:1.3125rem;height:1.3125rem;top:1.5rem;left:9.3125rem;display:none; }
#Qn4mVZWAuBU4c4XAdWrTktK3EcuzvDk6 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #y6MCf9TocNNrTLESiu2fuGM5fBMeGwiU { width:1.5625rem;height:1.5625rem;top:1.125rem;left:17.625rem;font-size:1.0625rem;display:block; }
#y6MCf9TocNNrTLESiu2fuGM5fBMeGwiU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #g7fT344uLLFWDNUBGwa54GiT3Fsn69QB { width:1.25rem;height:1.25rem;top:1.28125rem;left:15.375rem;font-size:0.875rem;display:block; }
#g7fT344uLLFWDNUBGwa54GiT3Fsn69QB > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r.adaptive-delivery-prevent-bg, #HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r.lazyload, #HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r.lazyloading { background-image: none; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row .container { background-color: transparent; background-image: none; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row .container > .video-iframe-container { display: none; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row > .video-iframe-container { display: none; }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .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); }#HyVpxgmEBXn4VcsruXaM4DXAPSQguT7r > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ucgb2g3nv8XcUuWriveZmzAEVr24srtk { height:11.182625rem;width:20rem;top:6.2343753185123rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWfbQZqx0tBDXbg8pIIb6x3d8ovpemcU { width:20rem;height:1.3125rem;top:50.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94rbu9fDhSX3ATMnBUo601X59d7iPZB { width:1.1875rem;height:1.1875rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxVSoc3fLzT5IEvJfrABc4dKRnwzSiC { width:1.1875rem;height:1.1875rem;top:50.8125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoQEBRAQaBlyTZF0V4TacdT9veFUteC { width:1.1875rem;height:1.1875rem;top:50.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2IdR0FSf85TU05rglNyz3rQ1vBDTxmF { width:1.1875rem;height:1.1875rem;top:50.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwOKVCTRSkwWxZr6QrwUSgW9PagiID12 { width:1.1875rem;height:1.1875rem;top:50.78515625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgkn3D0lxcLFR8oi9Ldlsfd55sbryoJS { width:1.1875rem;height:1.1875rem;top:50.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOvrhxgiH3HUo1pvobGnM0yVcVAvz3kP { width:1.1875rem;height:1.1875rem;top:50.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBVfEyq0GacV2OrnSeTiGsqFHS4nixNv { width:1.1875rem;height:1.1875rem;top:50.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2qB4nL930t5POVkaukx0UVRX86gw8sG { width:20rem;height:1.3125rem;top:50.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzKeR3pLwm9VqDeWbcLIL9xqen5ly5A1 { width:20rem;height:1.125rem;top:48.824609279632rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1okCuXDT8Co4HTXXFOWDbKmH6gFTLik { width:20rem;height:4.5rem;top:53.0625rem;left:0rem;z-index:15030;background-color:#3eb470;background-image:none;box-shadow: 0rem -0.1875rem 0.375rem rgba(38,232,144,0.22) ;display:block; }
 }@media only screen and (max-width: 763px) { #FrfQN4eNynVBe1JUbVnSzt9AD6t3EfTt { display:flex;width:1.5rem;height:1.5rem;top:54.5625rem;left:0.8125rem;font-size:1rem;z-index:15031;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2)); }
 }@media only screen and (max-width: 763px) { #UI5vNr8uSMka0t0ANdPsw0fHvn2iDQeu { width:14.75rem;height:2.09895625rem;top:54.25rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #n3so38NFRhGEEQHAMMGN88douCllGdQy { width:20rem;height:29.3125rem;top:18.156251272187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0mXu7zJO6SrgKv5azEwIfMqpgw9i6PV { width:18.75rem;height:;top:1.7626953125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Ky9T40AeW66MGZSbyheNQdOOZIVlSO { width:18.25rem;height:28.2699375rem;top:18.589193344116rem;left:0.875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XJ8BakUkd10E3QfvWOPMpR2vK3H3nL1n { width:20rem;height:4.5rem;top:54rem;left:0rem;background-color:#191919;background-image:none;z-index:15029;box-shadow: 0rem -0.1875rem 0.375rem rgba(231,239,255,0.26) ;display:block; }
 }@media only screen and (max-width: 763px) { #fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M { background-color:#091118;background-image:url("https://images.assets-landingi.com/uc/21a8c6cd-377f-49f0-a656-be4d0c62f832/greenabstract25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M.adaptive-delivery-prevent-bg, #fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M.lazyload, #fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M.lazyloading { background-image: none; }#fhmm0U9BNoSvCATnTbiGlVL6vvZuZ69M > .row .container { width:20rem;height:122.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tfH71CKrn81WT2TTpmLhF1Ks0gmEvoND { height:11.182625rem;width:20rem;top:7.921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0gBfp2dxVMMcopXiDBy4zV5BTP3uXQV { width:14.3125rem;height:2.09895625rem;top:56.9501953125rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L5csUrWMnrSeXouwZw5k34hrOZF9fvW0 { width:20rem;height:4.5rem;top:55.75rem;left:0rem;background-color:#3eb470;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THQJugeKzc7TGosDQgK2gmnbnTOVdmwq { width:20rem;height:4.5rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbX8omwIH8pSuX6b41lGSOTG6GRcvZ4u { width:13.875rem;height:2.09895625rem;top:62.0126953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aWskdivKw0vOca19QNh5SIToqaHGcUD2 { width:20rem;height:4.5rem;top:65.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6J2tAkoTIvfEEr2GPoikV9qxCQMS1h { width:14.5625rem;height:2.09895625rem;top:67.1376953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A7T2RUkfsbWgvObMPsMQA2lPIBmZNur0 { width:20rem;height:4.5rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uai2kpxttrGh5ESzhgk9nvCZgEs2Ddb4 { width:12.1875rem;height:2.09895625rem;top:72.2626953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TET65CslI32QaIq5Te6Qc2VOBNWTmpUC { width:20rem;height:4.5rem;top:76.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1wiuztaDA2bRkTdMr1TZtnlWrz43SaN { width:12.875rem;height:2.09895625rem;top:77.3876953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pV2mzGpZaT2IT1wqWD8rONL8tmu4nNxr { width:20rem;height:4.5rem;top:81.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug4XXPhvLN7n9g9hVwgya8he87tO0nCT { width:12.875rem;height:2.09895625rem;top:82.5126953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FBLXu1BqaADD0Z0SPPlTiA1GQvZSDVEL { width:20rem;height:4.5rem;top:86.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGfBpZTB4TAfHF3B4haFOHX90sfgyHwt { width:16.3125rem;height:2.09895625rem;top:87.6376953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gO5uRl84k4IHWiJkmCfyu5FMqZGcsAVT { width:20rem;height:4.5rem;top:91.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsbHZbKkTGu9MZgtHz8W7vz03wmQQxa9 { width:14.75rem;height:2.09895625rem;top:92.7626953125rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d6Z7JKRWifSTt24HVqfvuXuqc7lxVyO9 { width:20rem;height:23.3125rem;top:19.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZStOGRdC9qhxBgDK31saVxQVRmRckfw3 { width:20rem;height:3.0872375rem;top:1.8251953125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arEhKWTkxaehubmil08fcG8RxXgS9ltX { display:flex;width:1.9375rem;height:1.9375rem;top:116.4375rem;left:9rem;font-size:1rem; }
#arEhKWTkxaehubmil08fcG8RxXgS9ltX > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #JBdalss4kq3AORroSW5LhMA9pOdFOw5z { width:20rem;height:26.3144375rem;top:27.91796875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kXcvdx0SNMHohTOAAMoPTeA1u0k0Kcbw { display:flex;width:1.9375rem;height:1.9375rem;top:113.25rem;left:9rem;font-size:1rem; }
#kXcvdx0SNMHohTOAAMoPTeA1u0k0Kcbw > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #TAW8PSUMNmGorQXhJd55VkzbSL1h6UUF { display:flex;width:1.9375rem;height:1.9375rem;top:110.0625rem;left:9rem;font-size:1rem; }
#TAW8PSUMNmGorQXhJd55VkzbSL1h6UUF > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #XTgKEIM9Rb3CgUoOHT6zQuICSFLZLKxm { display:flex;width:1.9375rem;height:1.9375rem;top:106.875rem;left:9rem;font-size:1rem; }
#XTgKEIM9Rb3CgUoOHT6zQuICSFLZLKxm > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #usZ8JyM8IvtRUp53Uv5N0WGtzJBBBDe5 { display:flex;width:1.9375rem;height:1.9375rem;top:103.6875rem;left:9rem;font-size:1rem; }
#usZ8JyM8IvtRUp53Uv5N0WGtzJBBBDe5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #M78kTtWFIF6qdpJcUaTH4qpO2O0n4v4t { display:flex;width:1.9375rem;height:1.9375rem;top:100.5rem;left:9rem;font-size:1rem; }
#M78kTtWFIF6qdpJcUaTH4qpO2O0n4v4t > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #ratx5HUJSEXxKfqbtJdXU94z97InTnG7 { display:flex;width:1.9375rem;height:1.9375rem;top:97.3125rem;left:9rem;font-size:1rem; }
#ratx5HUJSEXxKfqbtJdXU94z97InTnG7 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #AxOsmKtHbz0LHwTIMnH0gLbf21Ldv3Vs { display:flex;width:1.9375rem;height:1.9375rem;top:119.625rem;left:9rem;font-size:1rem; }
#AxOsmKtHbz0LHwTIMnH0gLbf21Ldv3Vs > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:77.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q7XCVfMs5vUz01iqU6bSgbDwtxIo2opG { width:20rem;height:2.6rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJlJC4k4B9gCMuSRAW8MLz6CxJsR16KJ { width:20rem;height:7.475rem;top:9.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnKMQ8TkKNJLTGnKTcToZ5B6rbdphTeA { display:flex;width:3.125rem;height:3.125rem;top:18.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zhivD9asP6Z6H4NTeLS3uUGpxBidAWkt { width:20rem;height:1.3125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtVuLCs1aap1CdkxJNN919TOPeF8T9ff { width:1.1875rem;height:1.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIHo66zxKhxPTxhBIbgsi6FWhRHNgCaA { width:2.5625rem;height:1.3125rem;top:3.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMDuc6App0k12Ma6mRahbR7UeWSidFxT { width:1.1875rem;height:1.1875rem;top:3.125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRMGCB6TrPdaSgBnKJbLHx9udHgnMAV9 { width:20rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyCwGOAiRDzXXLgXxkZZUDCFTnp7mWWO { width:1.1875rem;height:1.1875rem;top:3.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUv9mMPR1dofkusBqGp04gyO2ipa4a3N { width:1.1875rem;height:1.1875rem;top:3.125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgmwGfAdbH8FXsI4qvlkt29OuWw7xUZT { width:1.1875rem;height:1.1875rem;top:3.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnnnS6EDIfttpTcgRoguNfJ9LUvPNBse { width:1.1875rem;height:1.1875rem;top:3.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fno0kTcXQg3u5T2fUJIbSaCCaHX7vamx { width:1.1875rem;height:1.1875rem;top:3.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmiqulAnRbQMW5U6DZvNTJDU1QzrXTyq { width:1.1875rem;height:1.1875rem;top:3.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh { display:block; }#iv7dKd5qiHNOvn9MZSIECL4fqE89RqQh > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnvBXGxrBoyqvEVlhO6QqI0DaW3uTEII { width:20rem;height:2.9236125rem;top:0.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9WnOxeeksm2xNEkiQGz17rSSEqIKAXW { width:18.8125rem;height:3.41145625rem;top:4.5625rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWXhpil7mVUk5MWTSzJStK2DvuvOmGEf { display:flex;width:2.1875rem;height:2.1875rem;top:10.0625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 { display:block; }#JKX0BOEKNDIBVygTcCC4T9nK0FpUlmZ6 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suHXEihPoGrnKgfAmU9h6gGTiKhGppbc { width:11.6875rem;height:2.4375rem;top:19.177734375rem;left:4.15625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qCszw6oOQrU8DbJMuyukNJZdxgld7FEM { width:20rem;height:16.652375rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqRNQfEtFouP9QX5MlD26FZIAlPIJkAQ { width:15.5rem;height:1.21875rem;top:34.0625rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#VqRNQfEtFouP9QX5MlD26FZIAlPIJkAQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_289e29f379e9459f57b1a00061d7891c6ffe92c1.svg); }
 }@media only screen and (max-width: 763px) { #ky6ND35IMIBoBRODqkT0xUd8XAD5eDdt { width:15.8125rem;height:2.4375rem;top:36.25rem;left:2.09375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ky6ND35IMIBoBRODqkT0xUd8XAD5eDdt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f39db4defcd11a4482ff63443c26386e0fe62df.svg); }
 }@media only screen and (max-width: 763px) { #rDHrrNTSx4T05OKb0uI51uPHIwGQqsqz { width:20rem;height:4.3875rem;top:22.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UtNmN8ENoZN6Hoo34uVWdFgdH3W5kb2L { width:20rem;height:4.875rem;top:27.7353515625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRXhI3zdZlhhceIaMBGNmx4TXNXHhUIa { width:20rem;height:22.1161875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqdyASh4pbGB2XgkTR9ICEeyuTZWQxvB { width:16.0625rem;height:1.1375rem;top:45.3125rem;left:2rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#gqdyASh4pbGB2XgkTR9ICEeyuTZWQxvB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c44d471e7179a478895211c505dd65f34987ccb.svg); }
 }@media only screen and (max-width: 763px) { #P3SKTZBa13vi7czwTnP2hBx2xXIeX6c2 { width:4rem;height:3.3125rem;top:18.8125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUHEOTTMDmgw382dmcf1car2pqcv2O3r { width:19rem;height:3.4375rem;top:41rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3LoX15eZK5SNOgpEqxhD6MgVqvwpdzr { display:block; }
 }@media only screen and (max-width: 763px) { #BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w { display:block; }#BUCOW6nefzaI7K3I2cwFCXVb4FwQa86w > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5JtbNdqASSyADAvtDXwkmKGPKxqEWNT { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMSnycqtdX0vksoU96FXfFsBiPVnDS7 { width:20rem;height:5.361975rem;top:12.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-heading-text { font-size:0.875rem;height:auto; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-desc-text { font-size:1rem;height:auto; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU { display:flex;height:auto;width:17.5rem;top:19.1875rem;left:0rem; }
#AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Wpm5aqmfbEowG7W3Za0ZqeIr7sw0Xf2p {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #p0IJNG9rnVt4incmIdknvIRmb0Mrg00n {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #pNHLxAp8bg5HBmkO4FciCfpQdqqXqeGR {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Q5K3iyw7nC1PP08DOA1mCExwXp4dNCqc {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #VvpUpZSVIhI0KoVGTawoLC469MCx9vtc {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #dPsGreHzEIM3EFsq20eS5HoBv023FOhe {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Eg3aKGJ8gBkvb5DWQmkTNedN5tlu8RxW {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #CpI24UaTzJ1K9GAf1kX1kyzZM9DW7vw5 {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #LkJmColtGyJ7sbm9anz9OpHWymM7nDMP {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #TF5QviHKmclnQT9HJ2VQNGPaOOvc3bnV {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #z9MOHIgf5ngEv8v0fuIzNOoI6Kz7nKIa {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #N3gJMkRE7ADZwZzsN21w8WOUZ1KxDg9s {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #Kub5tclcuH9rbpg3uCyXUH5yXxmsdm42 {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #tmyQGt4cFiDEPG7aIggsucKBE3c2l7dX {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #ifDshSoCViH9seQu8FosZIBwwsvmU1J1 {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #WELAKvKdmzxHDTeWl7wD6mNv9zq1cgUL {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #XOuTJJxCRqsMmG9vLnFmrTZmS4K9KJVQ {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #qu3Utbdg9WKhIFoz44C7JhQLTTbLs3wN {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #vXtWuRtMmqOa3me0ow9T5J76cJFSvMFS {  }
 }@media only screen and (max-width: 763px) { #AJ4lfuTB414qzpHQBcPLthV4iv8RfVAU #mr1aLdPMPhRZVG49rSBa7mTtuDmaubIV {  }
 }@media only screen and (max-width: 763px) { #ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g { display:block; }#ALBaJcS5xT8eSUgdZgbn2xwP5WSsDl9g > .row .container { width:20rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6TUgyxeXbusGmRm0dSTBKWvGUNNnLLC { width:20rem;height:3.575rem;top:2.087890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1QngmUoZQXPvRAH3fRbwoPVXp5ohGvT { width:18.9375rem;height:5.847225rem;top:18.451171875rem;left:0.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aM2XoTIwcuSrVvdAVAfWX9hI9VDt7tds { width:12.1875rem;height:8.625rem;top:7.5rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V98TDB44RrrGf8yrm84LN3UrJSwb0ywh { width:19rem;height:3.4375rem;top:25.550782775879rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyRbDsWVQ9dMhDL5mZzoColszTTkOfw { display:block; }
 }@media only screen and (max-width: 763px) { #EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl { display:block; }#EZFtbUEFQRB1V3fVZBWIP8FL1TKrXrBl > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jaqy846aDLWxBz4DFH3fbLwUfqhddtvp { width:8.9375rem;height:3.0625rem;top:5.9249992370606rem;left:5.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyL8MXPXReEZNmLuFBKnN3wFP1tV5AwL { width:11.75rem;height:2.1875rem;top:12.924999237061rem;left:4.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCWoJTMuEvA1uTonkLt2abhlSt0FmH1h { width:11rem;height:2.75rem;top:19.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtaFlKU38Eh9GeLp1tJWKV3GuzBfr3dl { width:7.1875rem;height:3.8125rem;top:26.625rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noBdoWvD9iMXFyZKGQBvVkqHXJabBMiz { width:12.5rem;height:1.1375rem;top:8.9375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZeptPCcotn4dlJ5T8Enb9MaW73oMvbE { width:12.5rem;height:1.1375rem;top:15.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhsDoJslpXTElh4bpwQZyBauJOVEXN5J { width:12.5rem;height:1.1375rem;top:22.1875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL2dhVIVhafmgg3BC5frF1oXJx6Klk3T { width:12.5rem;height:1.1375rem;top:30.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1IZKsde6yVlBhIPSTq3UGIDo3yQ6gdr { width:20rem;height:2.4375rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAhv8p2XuPAQAgId2isdwomu4xaJrv3M { width:20rem;height:1.21875rem;top:34.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ { display:block; }#TvPDUcNhwrwryVdemSwACBI1tPlpmVTJ > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVkJmfwSD7rOAmyypSfqyMEmWddnPXNu { width:8.375rem;height:1.6875rem;top:1.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3mdbMUDzNpxBsXvATsLtoheFD1GwdT8 { width:19.4375rem;height:2.924475rem;top:4.375rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo { display:block; }#tPAdXitLtOtmaymQtWk5Xv6AfbLSwUyo > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yeKsZOeMp9hFF8opTFZdWG0SEd8BpIEy { width:20rem;height:80.22220625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bs3LiGZOBu2IbvFqhFIBimmeZZTOxyk5 { width:20rem;height:0.0625rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrN6Z2mRWkHMq4ezxD1N1KNTtvT9Ty7 { width:20rem;height:1.95rem;top:84.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyxcqLoKNq9B9u3tah5XQFtEp5iSBT5k { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }