.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,229,209;--color-primary-1:255,229,124;--color-primary-2:255,211,36;--color-primary-3:237,103,8;--color-primary-4:51,42,7;--color-secondary-0:217,237,240;--color-secondary-1:128,194,204;--color-secondary-2:0,132,152;--color-secondary-3:0,66,76;--color-secondary-4:0,20,23;--color-tertiary-0:255,255,255;--color-tertiary-1:49,51,57;--color-tertiary-2:49,49,49;--color-tertiary-3:28,27,27;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Roboto"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.adaptive-delivery-prevent-bg, #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.lazyload, #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.lazyloading { background-image: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container { background-color: transparent; background-image: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container > .video-iframe-container { display: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row > .video-iframe-container { display: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .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); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container { border-width: 0; border-radius: 0; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#M8SPalaEKFhnp6RdmEamO4TSHSRDuxQZ { color:#f72429;display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8041667938231rem;left:2.65625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCVDZIH1sfJMiIWDMuSxbXn4pU4MvRkW { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:5.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.15625rem;left:6.6875rem;display:block; }
#AFm98MN7174dOX9qJkWxqxlaoaHHKeur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPGiI91B4F7XAVQADXBTUTcaioQVAI3g { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:18.3125rem;left:0rem;overflow:hidden;display:none; }
#Ln2TNLgBTMGiC72gV9iDi3Fp4twMsFH8 { box-sizing:content-box;height:39.0625rem;width:40.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.92);background-image:none;top:4.0625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.125rem solid #8d3989;border-left:0.125rem solid #8d3989;border-right:0.125rem solid #8d3989;border-bottom:0.125rem solid #8d3989;display:block; }
#IJf6cWWurNHoUA3AOfnxp9a7VOniVDhR { position:absolute;display:block;z-index:15011;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:17.3125rem;width:10.8125rem;top:30.575000762939rem;left:62.5rem;overflow:hidden;display:block; }
#yDNaTw1buN6BwO8lQWJnKraIm4iUnGTU { 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:15012;opacity:1;top:35.34375rem;left:28.849998474121rem; }
#s3aJtAoyz0UTG8ak4EnXudD3fq0lcBIu { position:absolute;display:block;z-index:15013;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:12.1875rem;width:12.1875rem;top:0.61666679382324rem;left:43.163543701172rem;overflow:hidden;display:block; }
#Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu { color:rgba(var(--color-tertiary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.862499237061rem;left:2.65625rem;height:13.7125rem;overflow:hidden;font-style:normal;display:block; }#Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
#tfDKToQ3fJqvqmCiiMyy8eLwlv9H7LB1 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:28.75rem;top:4.84375rem;left:43.163543701172rem;overflow:hidden;display:block; }
#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row .container { background-color: transparent; background-image: none; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row .container > .video-iframe-container { display: none; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row > .video-iframe-container { display: none; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .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); }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row .container { border-width: 0; border-radius: 0; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#Z2PrlP1IVEWkTWL3z6JzyvGJcqsP3k1I { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #8d3989;border-left:0.125rem solid #8d3989;border-right:0.125rem solid #8d3989;border-bottom:0.125rem solid #8d3989;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:34.5rem;width:39.6875rem;top:12.584373474121rem;left:28.506248474121rem;display:block; }
#BO1VWzLlCmontT7DMP2LP66hRJtWG17T { 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:29.6875rem;width:23.6875rem;top:15.11562538147rem;left:2.8125rem;overflow:hidden;display:block; }
#b9q90JQqzTh6zhSkwOsm2HRa29Ts93pD { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:5.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:51.46875rem;left:23.59375rem;display:block; }
#aQa0WovvRm9VStnC80HAeSGCoeFtMiMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pD0OKhVPQPrHnywTm24FDU0JaKL7fFl4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:52.78125rem;left:45.849998474121rem; }
#O2NmOKh3JRsUukmqKuegufygV231uhgD { color:rgba(var(--color-tertiary-2),1);display:block;width:70.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.4375rem;left:2.125rem;height:6.475rem;text-align:center;text-align-last:center;display:block; }
#PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.909374237061rem;left:30.349998474121rem;height:;overflow:hidden;display:block; }#PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
#RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl { color:rgba(var(--color-tertiary-2),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.234375rem;left:30.349998474121rem;height:;overflow:hidden;display:block; }#RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7.adaptive-delivery-prevent-bg, #Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7.lazyload, #Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7.lazyloading { background-image: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container { background-color: transparent; background-image: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container > .video-iframe-container { display: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row > .video-iframe-container { display: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .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); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container { border-width: 0; border-radius: 0; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#ZCvQeo3ETwibRdqnfCwZpK0mNkL6LXtd { color:rgba(var(--color-tertiary-2),1);display:block;width:65.8125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:3.0187501907349rem;left:4.59375rem;height:6.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row .container { background-color: transparent; background-image: none; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row .container > .video-iframe-container { display: none; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row > .video-iframe-container { display: none; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .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); }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row .container { border-width: 0; border-radius: 0; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row .container { font-size:0.875rem;font-family:arial;height:116.375rem;width:75rem;position:relative;display:block; }#uHqyqvvW62W5mVbRpHhb3zRT3d5Ggww8 { position:absolute;display:block;z-index:15009;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:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#T3FFR5r1nuJXwI1akmnaMtKSv99cdLFC { position:absolute;display:block;z-index:15009;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:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#Tlt7TOdIDt1oPInCrfGCSBT6clFr6TWT { color:rgba(var(--color-tertiary-2),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4375rem;left:32.6875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#cmx83vT4vSmEnX6rMnclomsikQkEiXIv { box-sizing:content-box;height:4.9375rem;width:40.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.487499237061rem;left:32.625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#hHnVeTO1azsgeoqBTbszD9Xu7Hf49yie { color:rgba(var(--color-tertiary-2),1);display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.456250190735rem;left:34.4375rem;height:;display:block; }#hHnVeTO1azsgeoqBTbszD9Xu7Hf49yie li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hHnVeTO1azsgeoqBTbszD9Xu7Hf49yie li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#M9Bca00QW6oNnhnu7l1aWdw32h5y1KIK { box-sizing:content-box;height:5.375rem;width:40.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.8125rem;left:32.625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#paJma84NH4xzF5cPGSDHAIBxuw2h52Ud { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:25.90625rem;left:34.40625rem;height:3.25rem;display:block; }#paJma84NH4xzF5cPGSDHAIBxuw2h52Ud li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#paJma84NH4xzF5cPGSDHAIBxuw2h52Ud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#tBUWA1TUsOTzBUuLmUacxdfpi60UGTqN { box-sizing:content-box;height:5.4375rem;width:40.5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.6875rem;left:32.5625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#inWhE0cHzprkFBkeXhw1mRtLUN7QmD6M { color:rgba(var(--color-tertiary-2),1);display:block;width:36.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19rem;left:34.4375rem;height:3.25rem;display:block; }#inWhE0cHzprkFBkeXhw1mRtLUN7QmD6M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#inWhE0cHzprkFBkeXhw1mRtLUN7QmD6M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#nr2xHkwRgnUk8tTOJmXC46an72zARNTv { box-sizing:content-box;height:6.4375rem;width:40.4375rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:69.0625rem;left:0rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#icNox0eTHi4tGxErZ8Ju8XZoNqvRQBro { color:rgba(var(--color-tertiary-2),1);display:block;width:36.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:70.78125rem;left:1.9375rem;height:3.25rem;display:block; }#icNox0eTHi4tGxErZ8Ju8XZoNqvRQBro li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#icNox0eTHi4tGxErZ8Ju8XZoNqvRQBro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#mz1tR9fzyvkkn5gZJmHFRJRNEPLgkky6 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:61.9375rem;left:4.125rem;height:1.625rem;display:block; }
#NNXyfFQxJtqIEa8DJQSNLQsRAsuqLTiN { box-sizing:content-box;height:16rem;width:20rem;position:absolute;display:block;z-index:15050;background-color:#eff0f1;background-image:none;top:22.362499237061rem;left:5.59375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#pz6SVCHzlZcwsnHkxm9HAWW6gm2PhQwJ { box-sizing:content-box;height:6.3125rem;width:40.5rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.3125rem;left:0.1875rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#DrDDUe5S4Jnx8zWKOGnBxWTxTa7hKxIR { box-sizing:content-box;height:5.5rem;width:40.4375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:53.9375rem;left:0.25rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#FrXr2u7a1luXPtJ658VwHqCnbATCTqJK { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:55.1875rem;left:2.1000003814698rem;height:3.25rem;display:block; }#FrXr2u7a1luXPtJ658VwHqCnbATCTqJK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FrXr2u7a1luXPtJ658VwHqCnbATCTqJK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#LBAx2ObZ2Ipkel6r2mdW4LzkqeFXqCd6 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:47.96875rem;left:2.1000003814698rem;height:3.25rem;display:block; }#LBAx2ObZ2Ipkel6r2mdW4LzkqeFXqCd6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LBAx2ObZ2Ipkel6r2mdW4LzkqeFXqCd6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#ZgK2B5V61UxVMDz0CCIGBc7qTKlFqT8h { color:rgba(var(--color-tertiary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:39.6875rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B56BmUAOT8TtTk8dqw9uUhwxeDLE4hMB { box-sizing:content-box;height:6.125rem;width:40.4375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:98.43750190735rem;left:32.75rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#HrzUXTq2wPQ4rt4XbGBqsbRV33pErJo4 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:100rem;left:33.724998474121rem;height:3.25rem;display:block; }#HrzUXTq2wPQ4rt4XbGBqsbRV33pErJo4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HrzUXTq2wPQ4rt4XbGBqsbRV33pErJo4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#x7zbCHME8dImDHqwtSGmQvRmsyxslkri { box-sizing:content-box;height:5.9375rem;width:40.4375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:91.25000190735rem;left:32.75rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#Up4vqCf9QWDV48b77MmwS5TdXvhxTm1O { color:rgba(var(--color-tertiary-2),1);display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:92.71875rem;left:33.724998474121rem;height:3.25rem;display:block; }#Up4vqCf9QWDV48b77MmwS5TdXvhxTm1O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Up4vqCf9QWDV48b77MmwS5TdXvhxTm1O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#hQ6WVd0Z5xqaS6fSlgf9XUloxBi3hF7S { box-sizing:content-box;height:5.9375rem;width:40.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:83.93750190735rem;left:32.5625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#Ji5Nbflzbzum7wE43TwB7qPxDEIxb0p4 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:84.59375rem;left:33.724998474121rem;height:4.875rem;display:block; }#Ji5Nbflzbzum7wE43TwB7qPxDEIxb0p4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ji5Nbflzbzum7wE43TwB7qPxDEIxb0p4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#Oiyw65a7nGpdWUTJnUiq2pb3QPoGuFQx { color:#e62121;display:block;width:71.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:79.161458015444rem;left:0.875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Dn45IcVqv8yTyxK4qp6VEIxPpAB6m5Tl { position:absolute;display:block;z-index:15009;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:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#RVPauFcfy48SKH4pPq7BWSJTTyEWZ6Ww { position:absolute;display:block;z-index:15009;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:0.8125rem;width:0.8125rem;top:30.187498092651rem;left:42.062496185302rem;overflow:hidden;display:none; }
#lfTP2Kxt4FHmESJtJH07ABdau8TiG1ef { box-sizing:content-box;height:19.6875rem;width:13.875rem;position:absolute;display:block;z-index:15028;background-color:#eff0f1;background-image:none;top:95.3125rem;left:17.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#XvZv5l9oPiEmuxLVz9CGF8QdRVByXzgo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:106.61249923706rem;left:17.875rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#upiiQdUgQO5X10Kk87PpLPd4h9zStExk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:103.1875rem;left:17.875rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r82TyD96wvT3XZJ1nQcuiNaJThyZgdlQ { position:absolute;display:block;z-index:15029;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.625rem;width:4.5rem;top:96.544792175294rem;left:21.875rem;overflow:hidden;display:block; }
#n89GLhuHqJ3ZDhg0fUMxXRmXvqVA8e79 { position:absolute;display:block;z-index:15012;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:28.3125rem;width:17.625rem;top:83.572914123538rem;left:4.4312496185303rem;overflow:hidden;display:block; }
#vBcAUa0DF03uTsEAohaXqXNcupi4SU53 { box-sizing:content-box;height:6.25rem;width:40.5rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:105.99999427796rem;left:32.625rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#Q4QRGwsJW8tXehADkkrtVEeNZHK1OsGX { color:rgba(var(--color-tertiary-2),1);display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:107.625rem;left:33.724998474121rem;height:3.25rem;display:block; }#Q4QRGwsJW8tXehADkkrtVEeNZHK1OsGX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q4QRGwsJW8tXehADkkrtVEeNZHK1OsGX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#vp5IZBtZMJGok5PBBArxtV6h7yvAUl1S { box-sizing:content-box;height:6.125rem;width:40.4375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:90.125rem;left:32.75rem;border-top:0.125rem solid #1e77c1;border-left:0.125rem solid #1e77c1;border-right:0.125rem solid #1e77c1;border-bottom:0.125rem solid #1e77c1;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:none; }
#qN0075G50Uulw3VeCwJDQppSexIlyd2b { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.875rem;width:3.9375rem;top:23.4375rem;left:13.59375rem;overflow:hidden;display:block; }
#aIGFohQv6rnzQsWfX5owhTOgTMwubgzl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:29.0625rem;left:7.4375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rItb4S91ukPpBbsG3vGVLxTEEaRwCoer { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:32.577083587646rem;left:5.59375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LZNbipXT4z1t0Sku2y78Bs4PvzrTZJ9P { box-sizing:content-box;height:6.3125rem;width:40.4375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.89582824707rem;left:32.375rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#adz5UfOuUlc476fTWH01qw8p9SFWtrPO { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.552082061767rem;left:34.5rem;height:;display:block; }#adz5UfOuUlc476fTWH01qw8p9SFWtrPO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#adz5UfOuUlc476fTWH01qw8p9SFWtrPO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#qUNAloll6KikMyvvVJKkRfRD79ohxLXT { box-sizing:content-box;height:6.6875rem;width:40.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:60.75rem;left:0rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#hi9lEdkMuA6kvTkbTCFC5sP78XnJfXo9 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:62.875rem;left:2.1000003814698rem;height:3.25rem;display:block; }#hi9lEdkMuA6kvTkbTCFC5sP78XnJfXo9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hi9lEdkMuA6kvTkbTCFC5sP78XnJfXo9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
#Ed3UnhpgTEaNsOZawdF4mwDs6kqNggtW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:28.125rem;top:4.46875rem;left:0.71875rem;overflow:hidden;display:block; }
#nzWlZGE1WsLTM89feSIfgOn7L9s2GUQT { box-sizing:content-box;height:3.5rem;width:72.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;top:78.505212783812rem;left:0.12187194824219rem;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:0.25rem;border-top-left-radius:1rem;display:block; }
#OZ99aAohy5RSCXa8HwFFOw1pt6yrwACf { box-sizing:content-box;height:15.5625rem;width:20.5rem;position:absolute;display:block;z-index:15029;background-color:#eff0f1;background-image:none;top:40.28125rem;left:51.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dnaaOETwEBtd79Pge9rflbpTpJnuA2i8 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.9375rem;width:3.9375rem;top:41.125rem;left:59.25rem;overflow:hidden;display:block; }
#TzKwInW9TBUnr3T6dvlisUGLvXBg5pg6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:46.862499237061rem;left:50.9375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fA2F4gTeawPEu6RaVZPuMyDrgmrhLeSM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:50.049999237061rem;left:51.6875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J24ddDw9CKcJOoHvJymlryeB6BKeQqwv { position:absolute;display:block;z-index:15074;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:21.3125rem;top:59.125rem;left:50.125rem;overflow:hidden;display:block; }
#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.adaptive-delivery-prevent-bg, #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.lazyload, #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.lazyloading { background-image: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container { background-color: transparent; background-image: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container > .video-iframe-container { display: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row > .video-iframe-container { display: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .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); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container { border-width: 0; border-radius: 0; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#eGOMCqRMb2O0uAH35WSis6IMhsIELsXs { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:5.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.3125rem;left:22.0625rem;display:block; }
#avW1gRHueSmftbFQf8pVsD1i4HbalrcB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M5yNsEvRwCCEil1LIszzE9QxezN1mqx1 { 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:15014;opacity:1;top:4.5rem;left:47.0625rem; }
#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { position:relative;display:block; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { background-color: transparent; background-image: none; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container > .video-iframe-container { display: none; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row > .video-iframe-container { display: none; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .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); }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { border-width: 0; border-radius: 0; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XqE2t3si03Hb47mEKx1zztLMreOaC70R { color:#313131;display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8062496185302rem;left:17.125rem;height:6.0125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { position:relative;display:block; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { background-color: transparent; background-image: none; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container > .video-iframe-container { display: none; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row > .video-iframe-container { display: none; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .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); }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { border-width: 0; border-radius: 0; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gsh0kI4e2w8fsq0zDHP53zVR4luVnesn { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:0.028645833333332rem;display:block; }
#hQ8NtrenbEocNow7c5oXL9BI5P30yfpW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:18.5625rem;left:2.185417175293rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#XPe5dTEW43Q8IwKdKsq3LypxVfIV4BtB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:18.5625rem;left:27.21875rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#y5uRm9nfXa0F6m7ro2NMfRGd4iOJuAnX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.5625rem;left:54.0625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#gZVHyNHFg0xGJ6lziT1GmW3ff3T53hrL { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:26.375rem;display:block; }
#fzUVo1HvUd8IVt2QT3sTTzhKqcxOupz5 { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:3.125rem;left:52.75rem;display:block; }
#bmFncfTtIKEEwcxV4pd9mdTeRT6RDWWQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.1875rem;left:59.59375rem; }
#ToOeMNennvmIbz5OJZHbh5cPksESObGn { color:#f72429;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:14.9375rem;left:4.904167175293rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#ulvCG4NVo7F5zbIChtUsN73Xlnrn4Xty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5625rem;width:7.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.625rem;left:33.71875rem; }
#FStGAXd9vwqSFVBCbxG5lhqg8oxq8HeJ { color:#f72429;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:14.9375rem;left:29.5rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#NRp4tcqmEm6BqBXJbfcktKUJ8Hy16pnN { color:#f72429;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:14.9375rem;left:54rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#Kgb2bUcc6PKgzHIeuET4DoXzTtcm6u9y { position:absolute;display:block;z-index:15001;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:0rem;display:block; }
#DqsdN0B1fnNfEveLW7bs37vV1yNlzpcu { position:absolute;display:block;z-index:15002;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:26.375rem;display:block; }
#zIVE1ta6O2GK2obvioUcCdXdZmAZl9b7 { position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.1875rem;width:22.25rem;top:29rem;left:52.75rem;display:block; }
#NiHgPa74ny0z93D8FXUqEGaJx6q6Dmhn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.1875rem;left:6.9354171752931rem; }
#X7IkrBChF4uNtIic98IIrw4wGXkp0XSH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31.875rem;left:6.9354171752931rem; }
#TlLoLOwWAxFMt0dVDCqTJSiTCzBi1d2D { color:#f72429;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:41.875rem;left:4.904167175293rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#Q0MI5dlPUvTzy6dnHqt1p5ZOLfPqLwTk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:45.0625rem;left:1.591667175293rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#KlSzkHAl4uvbtCOBJTZ2vlW90iLdRvRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.875rem;left:33.28125rem; }
#pc9Dek9THAcaLZVmaym1FmE4lN3oHie1 { color:#f72429;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:41.875rem;left:30.3125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#iR5TnQu9QlCwAOroJlnxaX34bGaXXRNm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:45.0625rem;left:27.71875rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#UQSd6neJMUTcaaAcS2iowJkRpBGnJwE9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:31.875rem;left:59.84375rem; }
#mr8JJmevbmmgOxp7buCTvvfVxf3811Jc { color:#f72429;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:41.875rem;left:53.8125rem;height:1.78125rem;text-align:center;text-align-last:center;display:block; }
#EazshKzUhhg6JASqEPVAZLAIwv5QOFcx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:45.0625rem;left:54.0625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#x29v8Azdnt59wyIIT4dEi657XTV2yByp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#13bfc1;background-image:url("https://images.assets-landingi.com/uc/f8bfdd51-1209-4618-8cc3-48afba604772/akademiawip.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp.adaptive-delivery-prevent-bg, #x29v8Azdnt59wyIIT4dEi657XTV2yByp.lazyload, #x29v8Azdnt59wyIIT4dEi657XTV2yByp.lazyloading { background-image: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { background-color: transparent; background-image: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container > .video-iframe-container { display: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row > .video-iframe-container { display: none; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .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); }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { border-width: 0; border-radius: 0; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.21249961853rem;left:0rem;height:5.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:before{  }
#hLy1QTmaFJcMKv3WiZAuxPCVKlbkDay7 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:5.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fzL3PiDz9Dtde9KHB9VrAS4XpnVxvJn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.52499961853rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i8P7p9Nf9LJQGTn1G7vnADDRALT9PU2O { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.89999961853rem;left:0rem;height:3.575rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row .container { background-color: transparent; background-image: none; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row .container > .video-iframe-container { display: none; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row > .video-iframe-container { display: none; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .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); }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row .container { border-width: 0; border-radius: 0; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#f5WkhcJwSuwcnmD7txzrdFomuTcrxBLk { color:rgba(var(--color-tertiary-2),1);display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.8125rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.57187461853rem;left:3.625rem;height:17.91875rem;overflow:hidden;display:block; }#qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
#y7Q9hdCnJPnTuvk7vSvn1vs40DFUhcmt { box-sizing:content-box;height:23.9375rem;width:74.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:11.4375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;border-top:0.125rem solid #f15b38;border-left:0.125rem solid #f15b38;border-right:0.125rem solid #f15b38;border-bottom:0.125rem solid #f15b38;display:block; }
#F7AueHWNmQxAfTpckq6uy49vRpVfCJa3 { background-color:#8d3989;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1875rem;height:5.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.1875rem;left:21.90625rem;display:block; }
#VAbvyOSypboeZlr1PitEN71eezc1zS1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZfQ6gHSpRq8tgypZ9GyMAJZgxa2iqxJ { 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:26.6875rem;width:21.3125rem;top:8.03125rem;left:53.09375rem;overflow:hidden;display:block; }
#Z6UNkxdITNVp5kzqJk5ass6zsoKEdCzT { 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:15015;opacity:1;top:41.375rem;left:47.75rem; }
#hS8pOOuUzI8FgB9dvLJRZ4lbd3CWVzlK { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:10.0625rem;top:25.0625rem;left:64.9375rem;overflow:hidden;display:block; }
#Bim2K8TsRcOSH3FdZfxoqa59trF88uOA { position:absolute;display:block;z-index:15019;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:9.875rem;width:9.875rem;top:14.25rem;left:48.75rem;overflow:hidden;display:block; }
#iNXxA33l0AvyLTdamHNX2xhzCiF5qMhg { position:absolute;display:block;z-index:15007;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:17.6875rem;width:26.3125rem;top:20.9375rem;left:34.423957824707rem;overflow:hidden;display:block; }
#hki08sZk3to3qmZb5Gkh4J30gW4KnclU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU.adaptive-delivery-prevent-bg, #hki08sZk3to3qmZb5Gkh4J30gW4KnclU.lazyload, #hki08sZk3to3qmZb5Gkh4J30gW4KnclU.lazyloading { background-image: none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { border-width: 0; border-radius: 0; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#l5d1wRIHRfxTTKVT3SKR0SEvIf7X4Cfw { color:rgba(var(--color-tertiary-4),1);display:block;width:34.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7371959686279rem;left:20.281036376953rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { border-width: 0; border-radius: 0; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:none; }#KlTlPFkiJy6ZbGm6ODBCW135QmGpHDPT { 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:9.5rem;width:9.5rem;top:2.3968811035156rem;left:4.0625009536743rem;overflow:hidden;display:block; }
#xbTAePvAI6d9STvqx0vT5TMHlkuNPwXx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.300130844116rem;left:1.8435344696045rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#a5paZPbfFpb9DwQb8PnLKBEbwiww5Pcg { 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:1.06228125rem;width:4.18728125rem;top:6.0514321327209rem;left:16.905384063721rem;overflow:hidden;display:block; }
#MJAkt8OgpErChNnqSUNFsbaNwxIBFOL2 { 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:10.125rem;width:10.125rem;top:2.0843753814698rem;left:23.0625rem;overflow:hidden;display:block; }
#Z524reGvXPnfJVl2hqaU0d3Shy407KGG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.153125762939rem;left:21.21875rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#qad2eeIrxs7x9KoAteEOspnofBwLTwcn { 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:1.0612rem;width:4.1862rem;top:6.052517414093rem;left:35.296661376953rem;overflow:hidden;display:block; }
#ssW2xtcX1VRi9VPQRMT4fcwqyfvwiNzl { 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:9.875rem;width:9.875rem;top:1.8343811035156rem;left:41.500000953674rem;overflow:hidden;display:block; }
#C8sCCc2emihV7nauHuKHpUvdkQPc0Fm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.340624809265rem;left:38.125001907349rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#A9JLx4GZr7UfvQv6ulK78NiK8F8ETFE7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0612rem;width:4.1862rem;top:6.052517414093rem;left:54.249134063721rem;overflow:hidden;display:block; }
#zDx9rwTkKSUSOy2RXTKk3BU1NpCgpr0s { position:absolute;display:block;z-index:15007;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:10.125rem;width:9.9375rem;top:1.9906311035156rem;left:60.312500953674rem;overflow:hidden;display:block; }
#MGLxPWJSbLfyaRAdbcPHBBkXMf7gGpDy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.278125762939rem;left:57.34375rem;height:4.63125rem;text-align:center;text-align-last:center;display:block; }
#UzS75y03kH9biUDJAOJp8vDecPTWUN9L { 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.8125rem;width:1rem;display:none; }
#ASanCVUbmVKAQORH6AdioGXGBV3wEFeV { 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.8125rem;width:1rem;display:none; }
#A1cdpRPeFHfwRcpPIoGJTbAVXwbcWKnH { 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.8125rem;width:1rem;display:none; }
#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { border-width: 0; border-radius: 0; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:none; }#x1W3Ed48KrI14SXyzOdQZUrKHPJ7maqZ { color:rgba(var(--color-tertiary-2),1);display:block;width:58.0625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:8.6250019073488rem;height:0;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#cZruOSJxVJ8seerUaIR1EcmfH94BxFfq { 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:3.6875rem;width:21.125rem;top:8.79904460907rem;left:26.936851501465rem;overflow:hidden;display:block; }
#kXcoMMdWhXty86e5AJ10ZoPd6CrxQd0E { color:rgba(var(--color-tertiary-2),1);display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:15.539583206177rem;left:2.8125rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dde6e5;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; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { background-color: transparent; background-image: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .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); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { border-width: 0; border-radius: 0; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu { background-color:#eff0f1;background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.adaptive-delivery-prevent-bg, #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.lazyload, #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.lazyloading { background-image: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container { background-color: transparent; background-image: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container > .video-iframe-container { display: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row > .video-iframe-container { display: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .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); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container { width:47.75rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M8SPalaEKFhnp6RdmEamO4TSHSRDuxQZ { width:23.9375rem;height:5.525rem;top:4.0375003814697rem;left:1.125rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WCVDZIH1sfJMiIWDMuSxbXn4pU4MvRkW { width:22.25rem;height:4.4375rem;top:26.34375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFm98MN7174dOX9qJkWxqxlaoaHHKeur { display:block; }
 }@media only screen and (max-width: 1199px) { #kPGiI91B4F7XAVQADXBTUTcaioQVAI3g { width:1.25rem;height:1.25rem;top:20.311458587646rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ln2TNLgBTMGiC72gV9iDi3Fp4twMsFH8 { width:30.6875rem;height:31.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJf6cWWurNHoUA3AOfnxp9a7VOniVDhR { width:7.125rem;height:11.4375rem;top:25.375rem;left:40.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #yDNaTw1buN6BwO8lQWJnKraIm4iUnGTU { width:2rem;height:2rem;top:27.5625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s3aJtAoyz0UTG8ak4EnXudD3fq0lcBIu { width:9.8125rem;height:9.8125rem;top:1.0187501907349rem;left:36.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu { width:28.375rem;height:11.7625rem;top:11.80624961853rem;left:1.125rem;font-size:1.1875rem;display:block; }#Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
 }@media only screen and (max-width: 1199px) { #tfDKToQ3fJqvqmCiiMyy8eLwlv9H7LB1 { width:17.5625rem;height:22rem;top:9.6875rem;left:30.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 1199px) { #bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP { display:block; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row .container { width:47.75rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z2PrlP1IVEWkTWL3z6JzyvGJcqsP3k1I { width:27.5rem;height:36.25rem;top:8.9958343505863rem;left:19.883333206177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BO1VWzLlCmontT7DMP2LP66hRJtWG17T { width:17.0625rem;height:21.375rem;top:13.440625190735rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9q90JQqzTh6zhSkwOsm2HRa29Ts93pD { width:17.375rem;height:4.4375rem;top:37.110416412354rem;left:0.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQa0WovvRm9VStnC80HAeSGCoeFtMiMV { display:block; }
 }@media only screen and (max-width: 1199px) { #pD0OKhVPQPrHnywTm24FDU0JaKL7fFl4 { width:1.75rem;height:1.75rem;top:38.454166412354rem;left:15.668750762939rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2NmOKh3JRsUukmqKuegufygV231uhgD { width:46.1875rem;height:4.6875rem;top:2rem;left:0.78125rem;font-size:1.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW { width:25rem;height:19.79375rem;top:23.422916412354rem;left:21.258333206177rem;font-size:1.1875rem;display:block; }#PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
 }@media only screen and (max-width: 1199px) { #RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl { width:25.25rem;height:11.74375rem;top:11.065625190735rem;left:21.289583206177rem;font-size:1.1875rem;display:block; }#RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
 }@media only screen and (max-width: 1199px) { #Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 { display:block; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZCvQeo3ETwibRdqnfCwZpK0mNkL6LXtd { width:44.9375rem;height:4.55rem;top:1.7250003814698rem;left:1.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 { display:block; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row .container { width:47.75rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uHqyqvvW62W5mVbRpHhb3zRT3d5Ggww8 { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T3FFR5r1nuJXwI1akmnaMtKSv99cdLFC { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tlt7TOdIDt1oPInCrfGCSBT6clFr6TWT { width:26.3125rem;height:3.25rem;top:1.8874998092651rem;left:21.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmx83vT4vSmEnX6rMnclomsikQkEiXIv { width:25.625rem;height:5.25rem;top:6.5625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hHnVeTO1azsgeoqBTbszD9Xu7Hf49yie { width:23.1875rem;height:4.14375rem;top:7.24062538147rem;left:23.71875rem;font-size:1.0625rem;display:block; }#hHnVeTO1azsgeoqBTbszD9Xu7Hf49yie li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #M9Bca00QW6oNnhnu7l1aWdw32h5y1KIK { width:25.5rem;height:5.4375rem;top:12.987503051757rem;left:22.22500038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paJma84NH4xzF5cPGSDHAIBxuw2h52Ud { width:22.9375rem;height:4.14375rem;top:13.939582824707rem;left:23.59375rem;font-size:1.0625rem;display:block; }#paJma84NH4xzF5cPGSDHAIBxuw2h52Ud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #tBUWA1TUsOTzBUuLmUacxdfpi60UGTqN { width:25.4375rem;height:5.5625rem;top:19.5rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #inWhE0cHzprkFBkeXhw1mRtLUN7QmD6M { width:23.1875rem;height:4.14375rem;top:20.334373474121rem;left:23.71875rem;font-size:1.0625rem;display:block; }#inWhE0cHzprkFBkeXhw1mRtLUN7QmD6M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #nr2xHkwRgnUk8tTOJmXC46an72zARNTv { width:25.5rem;height:6.3125rem;top:57.790618896484rem;left:0.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #icNox0eTHi4tGxErZ8Ju8XZoNqvRQBro { width:22.375rem;height:2.7625rem;top:59rem;left:1.40625rem;font-size:1.0625rem;display:block; }#icNox0eTHi4tGxErZ8Ju8XZoNqvRQBro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #mz1tR9fzyvkkn5gZJmHFRJRNEPLgkky6 { width:22.375rem;height:1.38125rem;top:50.624998092651rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNXyfFQxJtqIEa8DJQSNLQsRAsuqLTiN { width:17.125rem;height:16.375rem;top:15.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pz6SVCHzlZcwsnHkxm9HAWW6gm2PhQwJ { width:26rem;height:6.125rem;top:36.625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #DrDDUe5S4Jnx8zWKOGnBxWTxTa7hKxIR { width:25.8125rem;height:5.75rem;top:43.697917938233rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #FrXr2u7a1luXPtJ658VwHqCnbATCTqJK { width:23.875rem;height:4.14375rem;top:44.235416412354rem;left:1.03125rem;font-size:1.0625rem;display:block; }#FrXr2u7a1luXPtJ658VwHqCnbATCTqJK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #LBAx2ObZ2Ipkel6r2mdW4LzkqeFXqCd6 { width:23rem;height:4.14375rem;top:38.43124961853rem;left:1.4375rem;font-size:1.0625rem;display:block; }#LBAx2ObZ2Ipkel6r2mdW4LzkqeFXqCd6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #ZgK2B5V61UxVMDz0CCIGBc7qTKlFqT8h { width:25.1875rem;height:3.25rem;top:32.25rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B56BmUAOT8TtTk8dqw9uUhwxeDLE4hMB { width:25.75rem;height:5.875rem;top:87.887512207031rem;left:21.299999237061rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #HrzUXTq2wPQ4rt4XbGBqsbRV33pErJo4 { width:23.5625rem;height:4.14375rem;top:82.418750762938rem;left:21.4375rem;font-size:1.0625rem;display:block; }#HrzUXTq2wPQ4rt4XbGBqsbRV33pErJo4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #x7zbCHME8dImDHqwtSGmQvRmsyxslkri { width:25.875rem;height:5.0625rem;top:75.5rem;left:21.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #Up4vqCf9QWDV48b77MmwS5TdXvhxTm1O { width:24.8125rem;height:2.7625rem;top:76.774999618531rem;left:21.4375rem;font-size:1.0625rem;display:block; }#Up4vqCf9QWDV48b77MmwS5TdXvhxTm1O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #hQ6WVd0Z5xqaS6fSlgf9XUloxBi3hF7S { width:25.375rem;height:5.0625rem;top:69.5rem;left:21.562500953674rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Ji5Nbflzbzum7wE43TwB7qPxDEIxb0p4 { width:26.0625rem;height:4.14375rem;top:70.084375381469rem;left:20.90625rem;font-size:1.0625rem;display:block; }#Ji5Nbflzbzum7wE43TwB7qPxDEIxb0p4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #Oiyw65a7nGpdWUTJnUiq2pb3QPoGuFQx { width:47.5625rem;height:3.9rem;top:65.0625038147rem;left:-0.12499904632568rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dn45IcVqv8yTyxK4qp6VEIxPpAB6m5Tl { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RVPauFcfy48SKH4pPq7BWSJTTyEWZ6Ww { width:0.8125rem;height:0.8125rem;top:38.498958587646rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lfTP2Kxt4FHmESJtJH07ABdau8TiG1ef { width:12.375rem;height:17.625rem;top:79.962493896488rem;left:7.949999809265rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XvZv5l9oPiEmuxLVz9CGF8QdRVByXzgo { width:10.9375rem;height:7.3125rem;top:89.680206298825rem;left:8.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upiiQdUgQO5X10Kk87PpLPd4h9zStExk { width:11.5625rem;height:2.6rem;top:86.5000038147rem;left:8.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r82TyD96wvT3XZJ1nQcuiNaJThyZgdlQ { width:4.3125rem;height:5.375rem;top:80.6875038147rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n89GLhuHqJ3ZDhg0fUMxXRmXvqVA8e79 { width:12.875rem;height:20.6875rem;top:69.043750762938rem;left:1.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #vBcAUa0DF03uTsEAohaXqXNcupi4SU53 { width:25.875rem;height:5.1875rem;top:81.8125rem;left:21.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4QRGwsJW8tXehADkkrtVEeNZHK1OsGX { width:24.5rem;height:2.7625rem;top:89.099998474119rem;left:21.4375rem;font-size:1.0625rem;display:block; }#Q4QRGwsJW8tXehADkkrtVEeNZHK1OsGX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #vp5IZBtZMJGok5PBBArxtV6h7yvAUl1S { width:25.375rem;height:5.875rem;top:83.699996948244rem;left:21.674999237061rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 1199px) { #qN0075G50Uulw3VeCwJDQppSexIlyd2b { width:3.5625rem;height:4.4375rem;top:16.076042175293rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIGFohQv6rnzQsWfX5owhTOgTMwubgzl { width:16.375rem;height:2.6rem;top:21.352083206177rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rItb4S91ukPpBbsG3vGVLxTEEaRwCoer { width:15.8125rem;height:6.09375rem;top:24.47812461853rem;left:1.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LZNbipXT4z1t0Sku2y78Bs4PvzrTZJ9P { width:25.4375rem;height:5.375rem;top:26.362503051757rem;left:22.22500038147rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adz5UfOuUlc476fTWH01qw8p9SFWtrPO { width:22.5rem;height:4.14375rem;top:27.103126525879rem;left:23.8125rem;font-size:1.0625rem;display:block; }#adz5UfOuUlc476fTWH01qw8p9SFWtrPO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #qUNAloll6KikMyvvVJKkRfRD79ohxLXT { width:25.625rem;height:6.375rem;top:50.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 1199px) { #hi9lEdkMuA6kvTkbTCFC5sP78XnJfXo9 { width:22.875rem;height:4.14375rem;top:52.00625038147rem;left:1.5rem;font-size:1.0625rem;display:block; }#hi9lEdkMuA6kvTkbTCFC5sP78XnJfXo9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 1199px) { #Ed3UnhpgTEaNsOZawdF4mwDs6kqNggtW { width:18.6875rem;height:12.625rem;top:2.421875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzWlZGE1WsLTM89feSIfgOn7L9s2GUQT { width:26rem;height:5.0625rem;top:69.5rem;left:20.9375rem;z-index:15000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #OZ99aAohy5RSCXa8HwFFOw1pt6yrwACf { width:15.375rem;height:15.5625rem;top:33.879180908203rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnaaOETwEBtd79Pge9rflbpTpJnuA2i8 { width:3.375rem;height:4.25rem;top:34.875rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzKwInW9TBUnr3T6dvlisUGLvXBg5pg6 { width:13.3125rem;height:2.6rem;top:40.46249961853rem;left:30.59375rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #fA2F4gTeawPEu6RaVZPuMyDrgmrhLeSM { width:14.1875rem;height:3.65625rem;top:43.697917938233rem;left:30.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J24ddDw9CKcJOoHvJymlryeB6BKeQqwv { width:15.5rem;height:12.8125rem;top:51.478126525879rem;left:29.427631578948rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/540b1b90-5c4e-4038-a059-31c53d2a3da8/winieta2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.adaptive-delivery-prevent-bg, #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.lazyload, #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.lazyloading { background-image: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container { background-color: transparent; background-image: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container > .video-iframe-container { display: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row > .video-iframe-container { display: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .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); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eGOMCqRMb2O0uAH35WSis6IMhsIELsXs { width:31rem;height:4.4375rem;top:2.125rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #avW1gRHueSmftbFQf8pVsD1i4HbalrcB { display:block; }
 }@media only screen and (max-width: 1199px) { #M5yNsEvRwCCEil1LIszzE9QxezN1mqx1 { width:2.4375rem;height:2.4375rem;top:3.1250085830689rem;left:30.599999427796rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { display:block; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XqE2t3si03Hb47mEKx1zztLMreOaC70R { width:29.375rem;height:4.875rem;top:1.9375rem;left:9.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { display:block; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gsh0kI4e2w8fsq0zDHP53zVR4luVnesn { width:13.125rem;height:17.5rem;top:3.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQ8NtrenbEocNow7c5oXL9BI5P30yfpW { width:12.5rem;height:6rem;top:12.578125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPe5dTEW43Q8IwKdKsq3LypxVfIV4BtB { width:11.6875rem;height:6rem;top:13.328125rem;left:18.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5uRm9nfXa0F6m7ro2NMfRGd4iOJuAnX { width:12.8125rem;height:7.5rem;top:12.578125rem;left:34.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gZVHyNHFg0xGJ6lziT1GmW3ff3T53hrL { width:13.125rem;height:16.625rem;top:24.75rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzUVo1HvUd8IVt2QT3sTTzhKqcxOupz5 { width:13.125rem;height:16.625rem;top:24.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmFncfTtIKEEwcxV4pd9mdTeRT6RDWWQ { width:4.625rem;height:4.625rem;top:4.265625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToOeMNennvmIbz5OJZHbh5cPksESObGn { width:12.5rem;height:1.5rem;top:10.46875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulvCG4NVo7F5zbIChtUsN73Xlnrn4Xty { width:5.25rem;height:5.25rem;top:4.265625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FStGAXd9vwqSFVBCbxG5lhqg8oxq8HeJ { width:12.75rem;height:3rem;top:10.46875rem;left:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRp4tcqmEm6BqBXJbfcktKUJ8Hy16pnN { width:12.5rem;height:1.5rem;top:9.65625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kgb2bUcc6PKgzHIeuET4DoXzTtcm6u9y { width:13.125rem;height:16.625rem;top:24.75rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqsdN0B1fnNfEveLW7bs37vV1yNlzpcu { width:13.125rem;height:17.375rem;top:3.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIVE1ta6O2GK2obvioUcCdXdZmAZl9b7 { width:13.125rem;height:17.3125rem;top:3.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NiHgPa74ny0z93D8FXUqEGaJx6q6Dmhn { width:4.375rem;height:4.375rem;top:4.703125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7IkrBChF4uNtIic98IIrw4wGXkp0XSH { width:3.75rem;height:3.75rem;top:26.4375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlLoLOwWAxFMt0dVDCqTJSiTCzBi1d2D { width:12.5rem;height:1.5rem;top:31.078125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q0MI5dlPUvTzy6dnHqt1p5ZOLfPqLwTk { width:12.5rem;height:6rem;top:33.453125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KlSzkHAl4uvbtCOBJTZ2vlW90iLdRvRw { width:4.6875rem;height:4.6875rem;top:25.96875rem;left:22.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pc9Dek9THAcaLZVmaym1FmE4lN3oHie1 { width:12.5rem;height:1.5rem;top:31.078125rem;left:18.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iR5TnQu9QlCwAOroJlnxaX34bGaXXRNm { width:12.5rem;height:6rem;top:33.453125rem;left:18.703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UQSd6neJMUTcaaAcS2iowJkRpBGnJwE9 { width:4.9375rem;height:4.9375rem;top:25.84375rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mr8JJmevbmmgOxp7buCTvvfVxf3811Jc { width:13.0625rem;height:1.5rem;top:31.078125rem;left:33.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EazshKzUhhg6JASqEPVAZLAIwv5QOFcx { width:12.5rem;height:7.5rem;top:33.453125rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x29v8Azdnt59wyIIT4dEi657XTV2yByp { display:block; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { width:47.75rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 { width:35.0625rem;height:8.75rem;top:15.6875rem;left:0rem;font-size:1.25rem;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:before{  }
 }@media only screen and (max-width: 1199px) { #hLy1QTmaFJcMKv3WiZAuxPCVKlbkDay7 { width:47.75rem;height:4.0625rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fzL3PiDz9Dtde9KHB9VrAS4XpnVxvJn3 { width:33.875rem;height:1.625rem;top:12.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8P7p9Nf9LJQGTn1G7vnADDRALT9PU2O { width:33.875rem;height:3.25rem;top:7.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdECX9Gog5eztgGsOGOrTLIyp31UVcZs { display:block; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f5WkhcJwSuwcnmD7txzrdFomuTcrxBLk { width:47.75rem;height:2.4375rem;top:2.3124999403954rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 { width:24.5625rem;height:21.4125rem;top:10.138549804688rem;left:1.75rem;font-size:1.125rem;display:block; }#qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
 }@media only screen and (max-width: 1199px) { #y7Q9hdCnJPnTuvk7vSvn1vs40DFUhcmt { width:46.25rem;height:30.625rem;top:7.5625rem;left:0.64791679382325rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F7AueHWNmQxAfTpckq6uy49vRpVfCJa3 { width:25.9375rem;height:4.4375rem;top:32.207290649414rem;left:10.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VAbvyOSypboeZlr1PitEN71eezc1zS1U { display:block; }
 }@media only screen and (max-width: 1199px) { #dZfQ6gHSpRq8tgypZ9GyMAJZgxa2iqxJ { width:12.375rem;height:15.5rem;top:5.59375rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6UNkxdITNVp5kzqJk5ass6zsoKEdCzT { width:2.75rem;height:2.75rem;top:33.051040649414rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hS8pOOuUzI8FgB9dvLJRZ4lbd3CWVzlK { width:8.25rem;height:13.25rem;top:18.238544464111rem;left:37.215626716614rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bim2K8TsRcOSH3FdZfxoqa59trF88uOA { width:9.875rem;height:9.875rem;top:10.437503814698rem;left:27.391667366028rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNXxA33l0AvyLTdamHNX2xhzCiF5qMhg { width:18.6875rem;height:12.625rem;top:17.526042938233rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hki08sZk3to3qmZb5Gkh4J30gW4KnclU { display:none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #l5d1wRIHRfxTTKVT3SKR0SEvIf7X4Cfw { width:34.375rem;height:2.19375rem;top:2.0281219482422rem;left:6.2281246185303rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR { display:none; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { width:47.75rem;height:19.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KlTlPFkiJy6ZbGm6ODBCW135QmGpHDPT { width:8.5rem;height:8.5rem;top:1.75rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbTAePvAI6d9STvqx0vT5TMHlkuNPwXx { width:11.186rem;height:3.9rem;top:12.383897781372rem;left:0.37543404102326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5paZPbfFpb9DwQb8PnLKBEbwiww5Pcg { width:2.5rem;height:0.625rem;top:5.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJAkt8OgpErChNnqSUNFsbaNwxIBFOL2 { width:8.8125rem;height:8.8125rem;top:1.5rem;left:12.920833587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z524reGvXPnfJVl2hqaU0d3Shy407KGG { width:10.1248125rem;height:3.9rem;top:12.5rem;left:12.842882633209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qad2eeIrxs7x9KoAteEOspnofBwLTwcn { width:2.5rem;height:0.625rem;top:5.9993515014649rem;left:22.624349117279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ssW2xtcX1VRi9VPQRMT4fcwqyfvwiNzl { width:9.3125rem;height:9.3125rem;top:1.4995660781861rem;left:25.373265743256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8sCCc2emihV7nauHuKHpUvdkQPc0Fm0 { width:11.5625rem;height:5.2rem;top:12.38437461853rem;left:24.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9JLx4GZr7UfvQv6ulK78NiK8F8ETFE7 { width:2.5rem;height:0.625rem;top:5.7486982345581rem;left:34.811633586884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDx9rwTkKSUSOy2RXTKk3BU1NpCgpr0s { width:8.625rem;height:8.8125rem;top:1.5625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGLxPWJSbLfyaRAdbcPHBBkXMf7gGpDy { width:10.625rem;height:5.2rem;top:12.38437461853rem;left:36.405206680298rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UzS75y03kH9biUDJAOJp8vDecPTWUN9L { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ASanCVUbmVKAQORH6AdioGXGBV3wEFeV { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #A1cdpRPeFHfwRcpPIoGJTbAVXwbcWKnH { width:1rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 { display:none; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { width:47.75rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #x1W3Ed48KrI14SXyzOdQZUrKHPJ7maqZ { width:47.75rem;height:1.95rem;top:1.5625002384186rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cZruOSJxVJ8seerUaIR1EcmfH94BxFfq { width:21.125rem;height:3.6875rem;top:5.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXcoMMdWhXty86e5AJ10ZoPd6CrxQd0E { width:45.9375rem;height:7.5rem;top:11.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:47.75rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.adaptive-delivery-prevent-bg, #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.lazyload, #TlI106JwGxS8bVOUAfu8hIqcJdICRQCu.lazyloading { background-image: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container { background-color: transparent; background-image: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container > .video-iframe-container { display: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row > .video-iframe-container { display: none; }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .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); }#TlI106JwGxS8bVOUAfu8hIqcJdICRQCu > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8SPalaEKFhnp6RdmEamO4TSHSRDuxQZ { width:16rem;height:2.875rem;top:2.3583335876465rem;left:2rem;font-size:1.4375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCVDZIH1sfJMiIWDMuSxbXn4pU4MvRkW { width:16.3125rem;height:3.5rem;top:25.094791412354rem;left:1.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFm98MN7174dOX9qJkWxqxlaoaHHKeur { display:block; }
 }@media only screen and (max-width: 763px) { #kPGiI91B4F7XAVQADXBTUTcaioQVAI3g { width:1.25rem;height:1.25rem;top:14.5rem;left:0rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ln2TNLgBTMGiC72gV9iDi3Fp4twMsFH8 { width:19.75rem;height:29.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJf6cWWurNHoUA3AOfnxp9a7VOniVDhR { width:7.6875rem;height:12.3125rem;top:45.355209350586rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDNaTw1buN6BwO8lQWJnKraIm4iUnGTU { display:flex;width:1.8125rem;height:1.8125rem;top:25.938541412354rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #s3aJtAoyz0UTG8ak4EnXudD3fq0lcBIu { width:8.1875rem;height:8.1875rem;top:31.891666412354rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu { width:16.8125rem;height:16.8rem;top:6.824999809265rem;left:1.59375rem;font-size:1rem;display:block; }#Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rm2dZrvwiVwEo6vNyTVZ7JlS4BTLoeTu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
 }@media only screen and (max-width: 763px) { #tfDKToQ3fJqvqmCiiMyy8eLwlv9H7LB1 { width:15.0625rem;height:18.875rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP { display:block; }#bpCTAgC4WZ2kEAcTZXlN9J0SNl6I4GSP > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2PrlP1IVEWkTWL3z6JzyvGJcqsP3k1I { width:19.9375rem;height:36.25rem;top:8.25rem;left:0.0010414123535156rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO1VWzLlCmontT7DMP2LP66hRJtWG17T { width:20rem;height:25.065963060686rem;top:15.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9q90JQqzTh6zhSkwOsm2HRa29Ts93pD { width:16.0625rem;height:4.3125rem;top:46.939582824707rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQa0WovvRm9VStnC80HAeSGCoeFtMiMV { display:block; }
 }@media only screen and (max-width: 763px) { #pD0OKhVPQPrHnywTm24FDU0JaKL7fFl4 { display:flex;width:1.6875rem;height:1.6875rem;top:48.252082824707rem;left:15.269790649414rem; }
 }@media only screen and (max-width: 763px) { #O2NmOKh3JRsUukmqKuegufygV231uhgD { width:19.4375rem;height:6.5rem;top:0.80104160308838rem;left:0.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW { width:17.75rem;height:20.65rem;top:22.424999237061rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#PlCyEyxrBdrZ20XuRZ5yhCacb2nDVlPW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5c6d9150bc45f6dbb519b4848c389bd2.svg); }
 }@media only screen and (max-width: 763px) { #RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl { width:17.8125rem;height:11.65rem;top:9.887499809265rem;left:1.09375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#RxzQ5tuUHEnF1lS3HcHO6oKrUVyIRWTl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
 }@media only screen and (max-width: 763px) { #Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/b9b6aa71-8a96-4f8a-93c4-5c6ce28fc606/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7.adaptive-delivery-prevent-bg, #Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7.lazyload, #Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7.lazyloading { background-image: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container { background-color: transparent; background-image: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container > .video-iframe-container { display: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row > .video-iframe-container { display: none; }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .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); }#Xpr5oCbXfuS3sBnCPn7Wip1Nx5OH3iE7 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCvQeo3ETwibRdqnfCwZpK0mNkL6LXtd { width:17.5625rem;height:6.65rem;top:1.7687492370606rem;left:1.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 { display:block; }#sUPqzDHO0XZsW9q7zl6cZW6Hvo5JatE4 > .row .container { width:20rem;height:191.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHqyqvvW62W5mVbRpHhb3zRT3d5Ggww8 { width:0.625rem;height:0.625rem;top:59.375rem;left:1rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #T3FFR5r1nuJXwI1akmnaMtKSv99cdLFC { width:0.875rem;height:0.875rem;top:63.25rem;left:1rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #Tlt7TOdIDt1oPInCrfGCSBT6clFr6TWT { width:20rem;height:3.0875rem;top:1.4562501907349rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmx83vT4vSmEnX6rMnclomsikQkEiXIv { width:19.75rem;height:5.6875rem;top:6.0979156494141rem;left:0.048958778381347rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #hHnVeTO1azsgeoqBTbszD9Xu7Hf49yie { width:18.5rem;height:3.9rem;top:7.1166687011719rem;left:0.90625rem;font-size:1rem;display:block; }#hHnVeTO1azsgeoqBTbszD9Xu7Hf49yie li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #M9Bca00QW6oNnhnu7l1aWdw32h5y1KIK { width:19.75rem;height:6.5rem;top:13.091667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paJma84NH4xzF5cPGSDHAIBxuw2h52Ud { width:18.875rem;height:5.2rem;top:13.841668128968rem;left:0.5625rem;font-size:1rem;display:block; }#paJma84NH4xzF5cPGSDHAIBxuw2h52Ud li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #tBUWA1TUsOTzBUuLmUacxdfpi60UGTqN { width:19.875rem;height:5.5625rem;top:21.027084350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inWhE0cHzprkFBkeXhw1mRtLUN7QmD6M { width:18.1875rem;height:3.9rem;top:21.958333015442rem;left:0.90625rem;font-size:1rem;display:block; }#inWhE0cHzprkFBkeXhw1mRtLUN7QmD6M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #nr2xHkwRgnUk8tTOJmXC46an72zARNTv { width:19.8125rem;height:5.375rem;top:77.609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icNox0eTHi4tGxErZ8Ju8XZoNqvRQBro { width:18.0625rem;height:2.7625rem;top:79.03125rem;left:0.90625rem;font-size:1.0625rem;display:block; }#icNox0eTHi4tGxErZ8Ju8XZoNqvRQBro li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #mz1tR9fzyvkkn5gZJmHFRJRNEPLgkky6 { width:16.6875rem;height:1.38125rem;top:71.4375rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNXyfFQxJtqIEa8DJQSNLQsRAsuqLTiN { width:17.875rem;height:15.0625rem;top:35.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz6SVCHzlZcwsnHkxm9HAWW6gm2PhQwJ { width:19.75rem;height:5.3125rem;top:56.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrDDUe5S4Jnx8zWKOGnBxWTxTa7hKxIR { width:19.8125rem;height:6.375rem;top:63.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrXr2u7a1luXPtJ658VwHqCnbATCTqJK { width:18.5625rem;height:5.525rem;top:63.924999237063rem;left:0.71875rem;font-size:1.0625rem;display:block; }#FrXr2u7a1luXPtJ658VwHqCnbATCTqJK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #LBAx2ObZ2Ipkel6r2mdW4LzkqeFXqCd6 { width:19.25rem;height:4.14375rem;top:57.64687538147rem;left:0.375rem;font-size:1.0625rem;display:block; }#LBAx2ObZ2Ipkel6r2mdW4LzkqeFXqCd6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #ZgK2B5V61UxVMDz0CCIGBc7qTKlFqT8h { width:20rem;height:3.0875rem;top:51.512500762939rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B56BmUAOT8TtTk8dqw9uUhwxeDLE4hMB { width:19.75rem;height:6.9375rem;top:165.42395782471rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrzUXTq2wPQ4rt4XbGBqsbRV33pErJo4 { width:19.1875rem;height:4.14375rem;top:158.10625076294rem;left:0rem;font-size:1.0625rem;display:block; }#HrzUXTq2wPQ4rt4XbGBqsbRV33pErJo4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #x7zbCHME8dImDHqwtSGmQvRmsyxslkri { width:19.75rem;height:6.8125rem;top:149.39999961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up4vqCf9QWDV48b77MmwS5TdXvhxTm1O { width:18.5625rem;height:4.14375rem;top:150.16875076294rem;left:0rem;font-size:1.0625rem;display:block; }#Up4vqCf9QWDV48b77MmwS5TdXvhxTm1O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #hQ6WVd0Z5xqaS6fSlgf9XUloxBi3hF7S { width:19.9375rem;height:7.3125rem;top:140.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji5Nbflzbzum7wE43TwB7qPxDEIxb0p4 { width:20rem;height:6.90625rem;top:141.140625rem;left:0rem;font-size:1.0625rem;display:block; }#Ji5Nbflzbzum7wE43TwB7qPxDEIxb0p4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #Oiyw65a7nGpdWUTJnUiq2pb3QPoGuFQx { width:16.4375rem;height:4.63125rem;top:119.48229122162rem;left:1.78125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dn45IcVqv8yTyxK4qp6VEIxPpAB6m5Tl { width:0.625rem;height:0.625rem;top:48.5625rem;left:11.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #RVPauFcfy48SKH4pPq7BWSJTTyEWZ6Ww { width:0.875rem;height:0.875rem;top:55.4375rem;left:13.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #lfTP2Kxt4FHmESJtJH07ABdau8TiG1ef { width:15.9375rem;height:15.3125rem;top:174.35000610351rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZv5l9oPiEmuxLVz9CGF8QdRVByXzgo { width:15.0625rem;height:4.55rem;top:183.8125rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upiiQdUgQO5X10Kk87PpLPd4h9zStExk { width:12.5rem;height:2.6rem;top:180.57500076294rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r82TyD96wvT3XZJ1nQcuiNaJThyZgdlQ { width:4.3125rem;height:5.375rem;top:175.26250076294rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n89GLhuHqJ3ZDhg0fUMxXRmXvqVA8e79 { width:9.875rem;height:15.875rem;top:124.73854064941rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBcAUa0DF03uTsEAohaXqXNcupi4SU53 { width:19.75rem;height:6.375rem;top:181.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4QRGwsJW8tXehADkkrtVEeNZHK1OsGX { width:19.4375rem;height:4.14375rem;top:166.25520706177rem;left:0rem;font-size:1.0625rem;display:block; }#Q4QRGwsJW8tXehADkkrtVEeNZHK1OsGX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #vp5IZBtZMJGok5PBBArxtV6h7yvAUl1S { width:19.75rem;height:6.4375rem;top:157.52499961853rem;left:0rem;z-index:14999;border-top:0.125rem solid #646262;border-left:0.125rem solid #646262;border-right:0.125rem solid #646262;border-bottom:0.125rem solid #646262;display:block; }
 }@media only screen and (max-width: 763px) { #qN0075G50Uulw3VeCwJDQppSexIlyd2b { width:3.8125rem;height:4.75rem;top:36.793749809265rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIGFohQv6rnzQsWfX5owhTOgTMwubgzl { width:15.6875rem;height:2.275rem;top:41.981246948243rem;left:2.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rItb4S91ukPpBbsG3vGVLxTEEaRwCoer { width:16.8125rem;height:4.55rem;top:44.950000762939rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZNbipXT4z1t0Sku2y78Bs4PvzrTZJ9P { width:20rem;height:6.125rem;top:28.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adz5UfOuUlc476fTWH01qw8p9SFWtrPO { width:18.375rem;height:5.2rem;top:28.650001525879rem;left:0.90625rem;font-size:1rem;display:block; }#adz5UfOuUlc476fTWH01qw8p9SFWtrPO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #qUNAloll6KikMyvvVJKkRfRD79ohxLXT { width:19.6875rem;height:5.4375rem;top:70.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi9lEdkMuA6kvTkbTCFC5sP78XnJfXo9 { width:19.5rem;height:4.14375rem;top:71.4375rem;left:0.25rem;font-size:1.0625rem;display:block; }#hi9lEdkMuA6kvTkbTCFC5sP78XnJfXo9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_641484c51c7664488599fa8bbd2f853209c40306.svg); }
 }@media only screen and (max-width: 763px) { #Ed3UnhpgTEaNsOZawdF4mwDs6kqNggtW { width:20rem;height:13.5114375rem;top:186.9999961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzWlZGE1WsLTM89feSIfgOn7L9s2GUQT { width:19.75rem;height:3.5rem;top:175.52500152588rem;left:0.0625rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #OZ99aAohy5RSCXa8HwFFOw1pt6yrwACf { width:15.75rem;height:14.6875rem;top:85.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnaaOETwEBtd79Pge9rflbpTpJnuA2i8 { width:3.875rem;height:4.875rem;top:86.034374237062rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzKwInW9TBUnr3T6dvlisUGLvXBg5pg6 { width:11.5rem;height:2.275rem;top:91.393749237062rem;left:4.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA2F4gTeawPEu6RaVZPuMyDrgmrhLeSM { width:16rem;height:3.4125rem;top:94.643749237062rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J24ddDw9CKcJOoHvJymlryeB6BKeQqwv { width:16.75rem;height:13.8125rem;top:102.78749847412rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh { background-color:#dde6e5;background-image:url("https://images.assets-landingi.com/uc/540b1b90-5c4e-4038-a059-31c53d2a3da8/winieta2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.adaptive-delivery-prevent-bg, #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.lazyload, #SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh.lazyloading { background-image: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container { background-color: transparent; background-image: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container > .video-iframe-container { display: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row > .video-iframe-container { display: none; }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .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); }#SCswft1pHIBy1dHDsZkeGBxDxTJtlTxh > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGOMCqRMb2O0uAH35WSis6IMhsIELsXs { width:17.0625rem;height:4.625rem;top:1.6875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avW1gRHueSmftbFQf8pVsD1i4HbalrcB { display:block; }
 }@media only screen and (max-width: 763px) { #M5yNsEvRwCCEil1LIszzE9QxezN1mqx1 { display:flex;width:1.9375rem;height:1.9375rem;top:2.96875rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM { display:block; }#rXGixxzLRqBVhiv1nZm0vH46dxO2U7VM > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqE2t3si03Hb47mEKx1zztLMreOaC70R { width:20rem;height:3.25rem;top:1.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG { display:block; }#R9CFITPrppnX8gH1nQ8OJ19XOwRI6KZG > .row .container { width:20rem;height:123.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsh0kI4e2w8fsq0zDHP53zVR4luVnesn { width:16.8125rem;height:17.5rem;top:2.125rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ8NtrenbEocNow7c5oXL9BI5P30yfpW { width:15.0625rem;height:4.5rem;top:13.625rem;left:2.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPe5dTEW43Q8IwKdKsq3LypxVfIV4BtB { width:15.1875rem;height:4.5rem;top:33.5rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5uRm9nfXa0F6m7ro2NMfRGd4iOJuAnX { width:16.375rem;height:4.5rem;top:53.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZVHyNHFg0xGJ6lziT1GmW3ff3T53hrL { width:16.8125rem;height:17.625rem;top:82.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzUVo1HvUd8IVt2QT3sTTzhKqcxOupz5 { width:16.75rem;height:17.5625rem;top:42.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmFncfTtIKEEwcxV4pd9mdTeRT6RDWWQ { display:flex;width:5.4375rem;height:5.4375rem;top:43.75rem;left:7.28125rem; }
 }@media only screen and (max-width: 763px) { #ToOeMNennvmIbz5OJZHbh5cPksESObGn { width:12.5rem;height:1.5rem;top:10.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulvCG4NVo7F5zbIChtUsN73Xlnrn4Xty { display:flex;width:4.9375rem;height:4.9375rem;top:24.265625rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #FStGAXd9vwqSFVBCbxG5lhqg8oxq8HeJ { width:13.9375rem;height:1.5rem;top:30.25rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRp4tcqmEm6BqBXJbfcktKUJ8Hy16pnN { width:12.375rem;height:1.5rem;top:50.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgb2bUcc6PKgzHIeuET4DoXzTtcm6u9y { width:16.75rem;height:17.6875rem;top:62.46875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqsdN0B1fnNfEveLW7bs37vV1yNlzpcu { width:16.8125rem;height:17.5rem;top:22.25rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIVE1ta6O2GK2obvioUcCdXdZmAZl9b7 { width:16.875rem;height:17.625rem;top:102.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiHgPa74ny0z93D8FXUqEGaJx6q6Dmhn { display:flex;width:5.125rem;height:5.125rem;top:3.875rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #X7IkrBChF4uNtIic98IIrw4wGXkp0XSH { display:flex;width:4.9375rem;height:4.9375rem;top:64.0625rem;left:7.53125rem; }
 }@media only screen and (max-width: 763px) { #TlLoLOwWAxFMt0dVDCqTJSiTCzBi1d2D { width:12.5rem;height:1.5rem;top:70.65625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0MI5dlPUvTzy6dnHqt1p5ZOLfPqLwTk { width:15.6875rem;height:4.5rem;top:73.703125rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlSzkHAl4uvbtCOBJTZ2vlW90iLdRvRw { display:flex;width:5.125rem;height:5.125rem;top:84.15625rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #pc9Dek9THAcaLZVmaym1FmE4lN3oHie1 { width:14.375rem;height:1.5rem;top:90.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR5TnQu9QlCwAOroJlnxaX34bGaXXRNm { width:14.875rem;height:4.5rem;top:93.890625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQSd6neJMUTcaaAcS2iowJkRpBGnJwE9 { display:flex;width:5rem;height:5rem;top:103.90625rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #mr8JJmevbmmgOxp7buCTvvfVxf3811Jc { width:20rem;height:1.5rem;top:110.78125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EazshKzUhhg6JASqEPVAZLAIwv5QOFcx { width:15.9375rem;height:4.5rem;top:113.765625rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x29v8Azdnt59wyIIT4dEi657XTV2yByp { display:block; }#x29v8Azdnt59wyIIT4dEi657XTV2yByp > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 { width:20rem;height:7.125rem;top:18.185417175293rem;left:0rem;font-size:1rem;display:block; }#MaFUy2zUXd821kErsh4C76ZcOgHKLHm8 li:before{  }
 }@media only screen and (max-width: 763px) { #hLy1QTmaFJcMKv3WiZAuxPCVKlbkDay7 { width:20rem;height:8.45rem;top:1.7854166030884rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzL3PiDz9Dtde9KHB9VrAS4XpnVxvJn3 { width:20rem;height:1.3rem;top:15.597915649414rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8P7p9Nf9LJQGTn1G7vnADDRALT9PU2O { width:20rem;height:2.6rem;top:11.710416793823rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdECX9Gog5eztgGsOGOrTLIyp31UVcZs { display:block; }#VdECX9Gog5eztgGsOGOrTLIyp31UVcZs > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5WkhcJwSuwcnmD7txzrdFomuTcrxBLk { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 { width:18.5rem;height:23.7875rem;top:8.5541667938231rem;left:0.75rem;font-size:1rem;display:block; }#qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#qtHc7eRctrd1TfKnMEeZpEO6deOyBKZ0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cc60763cc0b2616be2fde709b4cc5006.svg); }
 }@media only screen and (max-width: 763px) { #y7Q9hdCnJPnTuvk7vSvn1vs40DFUhcmt { width:20.0625rem;height:26.875rem;top:6.8854064941406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7AueHWNmQxAfTpckq6uy49vRpVfCJa3 { width:19rem;height:5rem;top:59rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAbvyOSypboeZlr1PitEN71eezc1zS1U { display:block; }
 }@media only screen and (max-width: 763px) { #dZfQ6gHSpRq8tgypZ9GyMAJZgxa2iqxJ { width:14.8125rem;height:18.5625rem;top:36.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6UNkxdITNVp5kzqJk5ass6zsoKEdCzT { display:flex;width:1.6875rem;height:1.6875rem;top:60.65625rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #hS8pOOuUzI8FgB9dvLJRZ4lbd3CWVzlK { width:7.375rem;height:11.8125rem;top:46.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bim2K8TsRcOSH3FdZfxoqa59trF88uOA { width:7.625rem;height:7.625rem;top:34.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXxA33l0AvyLTdamHNX2xhzCiF5qMhg { width:20rem;height:13.444180522565rem;top:20.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hki08sZk3to3qmZb5Gkh4J30gW4KnclU { display:none; }#hki08sZk3to3qmZb5Gkh4J30gW4KnclU > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l5d1wRIHRfxTTKVT3SKR0SEvIf7X4Cfw { width:13.6875rem;height:3.4125rem;top:0.9375rem;left:3.15625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR { background-color:#ffffff;background-image:none;display:none; }#RH8BMBPiaVfHytmb1TS5E8PbfcNZV7sR > .row .container { width:20rem;height:66.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KlTlPFkiJy6ZbGm6ODBCW135QmGpHDPT { width:6.8125rem;height:6.8125rem;top:1.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTAePvAI6d9STvqx0vT5TMHlkuNPwXx { width:16.6239375rem;height:3.9rem;top:9.75rem;left:1.6885414123535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5paZPbfFpb9DwQb8PnLKBEbwiww5Pcg { width:4.125rem;height:1.03125rem;top:5.9346790313721rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJAkt8OgpErChNnqSUNFsbaNwxIBFOL2 { width:7.25rem;height:7.25rem;top:18.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z524reGvXPnfJVl2hqaU0d3Shy407KGG { width:12.5rem;height:3.9rem;top:26.975006103516rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qad2eeIrxs7x9KoAteEOspnofBwLTwcn { width:4.125rem;height:1.03125rem;top:20.897382751465rem;left:13.64060523407rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssW2xtcX1VRi9VPQRMT4fcwqyfvwiNzl { width:7.75rem;height:7.75rem;top:34.9375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8sCCc2emihV7nauHuKHpUvdkQPc0Fm0 { width:13.8114375rem;height:3.9rem;top:44.0625rem;left:3.0947923660278rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9JLx4GZr7UfvQv6ulK78NiK8F8ETFE7 { width:4.125rem;height:1.03125rem;top:53.64414375rem;left:1.4986991882324rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDx9rwTkKSUSOy2RXTKk3BU1NpCgpr0s { width:6.875rem;height:7rem;top:51.75rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGLxPWJSbLfyaRAdbcPHBBkXMf7gGpDy { width:11.6239375rem;height:5.2rem;top:60.181251525879rem;left:4.1885414123535rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzS75y03kH9biUDJAOJp8vDecPTWUN9L { top:14.274993896484rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ASanCVUbmVKAQORH6AdioGXGBV3wEFeV { top:31.4375rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A1cdpRPeFHfwRcpPIoGJTbAVXwbcWKnH { top:48.25rem;left:9.5010414123538rem;width:0.99895625rem;height:2.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 { background-color:transparent;background-image:none;display:none; }#ClCPMwT8NoQaWpei30yO7HQvNy8GRMr0 > .row .container { width:20rem;height:32.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x1W3Ed48KrI14SXyzOdQZUrKHPJ7maqZ { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZruOSJxVJ8seerUaIR1EcmfH94BxFfq { width:16.5625rem;height:2.875rem;top:6.7328605651856rem;left:1.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXcoMMdWhXty86e5AJ10ZoPd6CrxQd0E { width:19rem;height:19.5rem;top:11.4736328125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }