.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,233;--color-primary-1:255,243,182;--color-primary-2:255,231,108;--color-primary-3:128,116,54;--color-primary-4:38,35,16;--color-secondary-0:224,227,232;--color-secondary-1:163,170,187;--color-secondary-2:102,113,142;--color-secondary-3:61,68,85;--color-secondary-4:0,18,66;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"ADELLE";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa { position:relative;display:block; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa { background-color: transparent; background-image: none; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.3); }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container > .video-iframe-container { display: none; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row > .video-iframe-container { display: none; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,16,51,0.3); }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa { border-width: 0; border-radius: 0; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .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; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1e57fb8-1d10-43b9-87a5-67da950d871e/pexelsgeorgepak7972528.crop_5059x3409_941,396.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container.adaptive-delivery-prevent-bg, #TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container.lazyload, #TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container.lazyloading { background-image: none; }#LaX40IQsMLumfTT9HRIbuBt09MzvW6xf { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:10.5625rem;left:2.46875rem;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;text-align:center;text-align-last:center;display:block; }
#ITb6HDktTzUBkwBCPhuyX544p3fBiOcG { color:#00b9e5;display:block;width:42.0625rem;position:absolute;font-family:guthen;font-size:4.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.25rem;left:8.96875rem;height:6.255875rem;text-align:center;text-align-last:center;display:block; }
#G6gCOeZVM03Ry6O8eVSGG1H2RW76UNwG { position:absolute;display:block;z-index:15025;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:10.5625rem;top:1.75rem;left:3.78125rem;overflow:hidden;display:block; }
#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU { 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; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row .container { background-color: transparent; background-image: none; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row .container > .video-iframe-container { display: none; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row > .video-iframe-container { display: none; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .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); }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row .container { border-width: 0; border-radius: 0; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#LUK54hkRsd9Nc0E5vnxz9qtrbLEZvX9d { color:#071033;display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.2802734375rem;left:2.03125rem;height:18.75rem;text-align:center;text-align-last:center;display:block; }
#lytbKIoTZxmQL8LRuRCC7kkCMK03TB1R { background-color:transparent;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5454375rem;height:2.796875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:23.548828125rem;left:22.72705078125rem;display:block; }
#zyhg0rdebdTwqITir1VR7SkFVmqOyzI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt { 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/84633d31-20a1-4e18-8cd4-e95a3444943a/Untitleddesign20240917T115958731.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; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt.adaptive-delivery-prevent-bg, #tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt.lazyload, #tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt.lazyloading { background-image: none; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row .container { background-color: transparent; background-image: none; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row .container > .video-iframe-container { display: none; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row > .video-iframe-container { display: none; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .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); }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row .container { border-width: 0; border-radius: 0; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row .container { font-size:0.875rem;font-family:arial;height:65.3125rem;width:60rem;position:relative;display:block; }#vcLAO6qiThOageZtAADAl98EFugsBtwd { 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:27rem;width:22.8125rem;top:3.09375rem;left:3.677734375rem;overflow:hidden;display:block; }
#Ax1wDa4S12HkstMwou3dR5OPBE8xIvu2 { box-sizing:content-box;height:2.375rem;width:15.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.375rem;left:29.5625rem;display:block; }
#GiQyp5b9kWPyZAv5hzgXuevHHK7K31DW { color:#071033;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.912109375rem;left:29.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uWXekaPe0SuHvmq0vdcQeHhxubaBPm2i { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.75rem;left:29.5625rem;height:4.0625rem;display:block; }
#moDWmyGR0Vue2UEldgklDzgcqHDPMEX2 { position:absolute;display:block;z-index:15029;height:21.75rem;width:25.1875rem;top:21.0625rem;left:29.5625rem;display:block; }
#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W { position:relative;display:block; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W { background-color: transparent; background-image: none; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .row .container > .video-iframe-container { display: none; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .row > .video-iframe-container { display: none; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .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); }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W { border-width: 0; border-radius: 0; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .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; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .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:20.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zdTZOoCDcyJ9LnOJkUrd9aBpLPeNCU0s { box-sizing:content-box;height:0.125rem;width:56.5625rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:none;top:2.1875rem;left:1.71875rem;display:block; }
#B24GLLpy6a9V0xcDGGTVz5xZREAd4tyJ { box-sizing:content-box;height:2.375rem;width:36.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4rem;left:11.6875rem;display:block; }
#StEXi9oXwyrzcWzMtohAhD1GVso5N8wD { color:#071033;display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:4.625rem;left:12.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lgoDMmDRq9G6O0A0px4UTKaPpaQCXAoM { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.71875rem;left:3.03125rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr { position:relative;display:block; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr { background-color: transparent; background-image: none; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .row .container > .video-iframe-container { display: none; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .row > .video-iframe-container { display: none; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .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); }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr { border-width: 0; border-radius: 0; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .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; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .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:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ux9tIJnJzvcTTnC0Ayhc7eRHhTQ0L2Wf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:1.4375rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XaNDr8KC8cFndauXIIqZR2uC1wkSFs5I { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.4375rem;height:6.474625rem;display:block; }#XaNDr8KC8cFndauXIIqZR2uC1wkSFs5I li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XaNDr8KC8cFndauXIIqZR2uC1wkSFs5I li:before{  }
#WRtuTTTNzU6PcbxNFtcE6yo7CXAxR2Zv { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.25rem;left:1.4375rem;height:4.38720625rem;display:block; }
#UzBcdUoSgLifWr9V6PTvTpCEQhcUb66R { background-color:transparent;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4619375rem;height:2.71386875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:30.5625rem;left:1.4375rem;display:block; }
#CAXboktMOtaliTTWKTesunlodkbxyGhb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JehqAaUgvCIs8CKfFEtL2t00vDaVMAfV { box-sizing:content-box;height:9.1875rem;width:11.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/09f72c80-f555-42bd-b190-f21eb1865b46/Group32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:29.75rem;left:16.875rem;display:block; }#JehqAaUgvCIs8CKfFEtL2t00vDaVMAfV.adaptive-delivery-prevent-bg, #JehqAaUgvCIs8CKfFEtL2t00vDaVMAfV.lazyload, #JehqAaUgvCIs8CKfFEtL2t00vDaVMAfV.lazyloading { background-image: none; }
#anZ7X6SUisQ4lxnZzhxB3hlLM97ZisZ4 { box-sizing:content-box;height:33.9375rem;width:27.375rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/114a2d5c-29a7-448e-a1d3-894e91011b95/Group9.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2rem;left:31.3125rem;display:block; }#anZ7X6SUisQ4lxnZzhxB3hlLM97ZisZ4.adaptive-delivery-prevent-bg, #anZ7X6SUisQ4lxnZzhxB3hlLM97ZisZ4.lazyload, #anZ7X6SUisQ4lxnZzhxB3hlLM97ZisZ4.lazyloading { background-image: none; }
#Negl6GhmgOHvJZbG4O8ixhf3Cn7T5XxE { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:1.4375rem;height:1.4624rem;display:block; }
#lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH { position:relative;display:none; }#lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH { border-width: 0; border-radius: 0; }#lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH > .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; }#lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FO68wxbB4I0vDpIvKqJlPDUy0s5cJKkq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M9elNkHRAXeEgcuZuuUa3rKeXqwGCwPf { background-color:transparent;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4619375rem;height:2.71386875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:30.5625rem;left:1.4375rem;display:none; }
#mpKA3IfOl8gpM49pVkTvcTTlCJcixoGN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQzCIxZUZgoTzDEACQqNm1io7WpCAJcS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tP7Pd7JdLwT7NcO3vc3k4hS9Nz6IOHa0 { box-sizing:content-box;height:9.1875rem;width:11.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/09f72c80-f555-42bd-b190-f21eb1865b46/Group32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:29.75rem;left:16.875rem;display:none; }#tP7Pd7JdLwT7NcO3vc3k4hS9Nz6IOHa0.adaptive-delivery-prevent-bg, #tP7Pd7JdLwT7NcO3vc3k4hS9Nz6IOHa0.lazyload, #tP7Pd7JdLwT7NcO3vc3k4hS9Nz6IOHa0.lazyloading { background-image: none; }
#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row .container { background-color: transparent; background-image: none; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row .container > .video-iframe-container { display: none; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row > .video-iframe-container { display: none; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .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); }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row .container { border-width: 0; border-radius: 0; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#i3kMhIB2JXqF3Akqsfd8rDswvtVZL2q2 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:3.28173828125rem;left:2.375rem;height:14.624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz { position:relative;display:block; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz { background-color: transparent; background-image: none; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .row .container > .video-iframe-container { display: none; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .row > .video-iframe-container { display: none; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .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); }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz { border-width: 0; border-radius: 0; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .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; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .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:13.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EWRSQiwrdQZazmWIMvaFZrX57HmqCyGQ { color:#071033;display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:6.59375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV { position:relative;display:block; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV { background-color: transparent; background-image: none; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .row .container > .video-iframe-container { display: none; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .row > .video-iframe-container { display: none; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .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); }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV { border-width: 0; border-radius: 0; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .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; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .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:36.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x2NcwHogO1gTCPC50wfAa1GElbbH7Eu1 { box-sizing:content-box;height:2.375rem;width:14.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.5rem;left:3.4375rem;display:block; }
#GuUWZs2krqvwtFpLcr5mrupsPxmoDIdC { color:#071033;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.037109375rem;left:3.09375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zvut5QpBVzaaQxuneZPp27gTT1cbEd0f { color:#071033;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:9rem;left:2.0625rem;height:1.4624rem;font-style:normal;display:block; }#Zvut5QpBVzaaQxuneZPp27gTT1cbEd0f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zvut5QpBVzaaQxuneZPp27gTT1cbEd0f li:before{  }
#cM3RIRw19dGW1VNfGI36JTL4J36B1Td2 { color:#071033;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.9375rem;height:5.8496125rem;font-style:normal;display:block; }
#B9n7HNhAh2E73lIm5nriPSJ9JNrhNOr6 { color:#071033;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.0625rem;height:1.4624rem;font-style:normal;display:block; }#B9n7HNhAh2E73lIm5nriPSJ9JNrhNOr6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B9n7HNhAh2E73lIm5nriPSJ9JNrhNOr6 li:before{  }
#lz5OSG81KKbsR6ypB05VOi971FOk1cKZ { color:#071033;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:19.625rem;left:3.9375rem;height:5.8496125rem;font-style:normal;display:block; }
#xWhETTPaQNcGpno7B3chsd8f7eWfc6pV { background-color:transparent;background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:29.03125rem;left:2.4375rem;display:block; }
#QThI2Q8CsiaeOPN9QaZNgNGPZIPTGQMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmV8lJFL7nzXQTvNxoGHLSUFcT6a0iH7 { box-sizing:content-box;height:27.75rem;width:24.8125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1bc5bf17-a5f0-4a99-9bee-d8dadb0d853f/harvarduniversitycambridgeusa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.90625rem;left:32.59375rem;display:block; }#EmV8lJFL7nzXQTvNxoGHLSUFcT6a0iH7.adaptive-delivery-prevent-bg, #EmV8lJFL7nzXQTvNxoGHLSUFcT6a0iH7.lazyload, #EmV8lJFL7nzXQTvNxoGHLSUFcT6a0iH7.lazyloading { background-image: none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;overflow:visible;position:relative;display:block; }#RUyrNxNvmJ0rm1gaQlnVBQNIJW4e4igN { box-sizing:content-box;height:2.375rem;width:8.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.3125rem;left:25.875rem;display:block; }
#ww0nd8gvDI25vBdBeU6FsuBI7FxC5GON { color:#071033;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.849609375rem;left:26.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kZMMIk9q5Es918As7p9gqLqTruCKMeAZ { color:#071033;display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.96875rem;left:6.59375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fso9y5VxzZtArdDaELGBnE63IgyBGQpJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6.875rem;top:3.3125rem;left:26.5625rem;overflow:hidden;display:block; }
#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row .container { background-color: transparent; background-image: none; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row .container > .video-iframe-container { display: none; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row > .video-iframe-container { display: none; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .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); }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row .container { border-width: 0; border-radius: 0; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#FqhgU0yWBTslTD1E7BVPmxVHAvPBLQSy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.1875rem;left:10rem;display:block; }
#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row .container { background-color: transparent; background-image: none; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row .container > .video-iframe-container { display: none; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row > .video-iframe-container { display: none; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .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); }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row .container { border-width: 0; border-radius: 0; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#S8n7TofiFaPEKTIJugvolXPJoo2SDtRx { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:18.9375rem;top:2rem;left:0rem;display:block; }
#BimNwFvJ84a2zw5JLoAQQsa56OqOoy1t { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:3.125rem;left:0.9375rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUvOJzGqVqcJpImN5ghL3Cv6rR6574gk { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.9375rem;left:1.0625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AB66QTq9kv7PrHFf10l2mg7V4zkpN7CA { box-sizing:content-box;height:1.25rem;width:9.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9d7ed991-054c-4b5f-b362-f7ce760c8163/Frame48.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.625rem;left:4.9375rem;display:block; }#AB66QTq9kv7PrHFf10l2mg7V4zkpN7CA.adaptive-delivery-prevent-bg, #AB66QTq9kv7PrHFf10l2mg7V4zkpN7CA.lazyload, #AB66QTq9kv7PrHFf10l2mg7V4zkpN7CA.lazyloading { background-image: none; }
#XvuDR5E9WFeBaaNZ9DrlXIiE4K5XKDDp { position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:18.9375rem;top:2rem;left:20.375rem;display:block; }
#TfWSVgCdGqQHJXa2eRs2Di5E5zRUAfbT { box-sizing:content-box;height:1.25rem;width:9.5rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9d7ed991-054c-4b5f-b362-f7ce760c8163/Frame48.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.625rem;left:25.3125rem;display:block; }#TfWSVgCdGqQHJXa2eRs2Di5E5zRUAfbT.adaptive-delivery-prevent-bg, #TfWSVgCdGqQHJXa2eRs2Di5E5zRUAfbT.lazyload, #TfWSVgCdGqQHJXa2eRs2Di5E5zRUAfbT.lazyloading { background-image: none; }
#LTFsdUfAIw828pe9uuHQlgpw6TwriWXr { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.9375rem;left:21.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7etUsWFJQR4HPMMV8iArevTblOAgX14 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:3.125rem;left:21.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCdnoeSLTrSMPIM82q4Uc7lOoED2pudT { position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:18.9375rem;top:2rem;left:40.6875rem;display:block; }
#arxQVarhkZ8H9ltXDV2x5fDSBZvVuuhE { box-sizing:content-box;height:1.25rem;width:9.5rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9d7ed991-054c-4b5f-b362-f7ce760c8163/Frame48.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.625rem;left:45.59375rem;display:block; }#arxQVarhkZ8H9ltXDV2x5fDSBZvVuuhE.adaptive-delivery-prevent-bg, #arxQVarhkZ8H9ltXDV2x5fDSBZvVuuhE.lazyload, #arxQVarhkZ8H9ltXDV2x5fDSBZvVuuhE.lazyloading { background-image: none; }
#JPsIXiEL3B6eTQ9nNZTBfyuHDFpIaoiZ { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.75rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5hPyT229pFRfdVvsnpr773FArRDb0fW { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:2;letter-spacing:0;top:3.125rem;left:41.59375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr { background-color:#101b6e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row .container { background-color: transparent; background-image: none; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row .container > .video-iframe-container { display: none; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row > .video-iframe-container { display: none; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .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); }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row .container { border-width: 0; border-radius: 0; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:60rem;overflow:visible;position:relative;display:block; }#xPbE28DzITBuZD2BCFhaoXvrxEVcGTG9 { color:#071033;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:32.25rem;height:3.73730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DuwzLSSQ3yMBLUbes9BWU17mQBZ85Wp2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:32.125rem;width:28.6875rem;top:26.125rem;left:28.3125rem;display:block; }
#eWZSExHM6T5k7eLA05s9u0OHHkOtkJfQ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.5625rem solid #00b9e5;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:7.9375rem;width:28.75rem;top:20.3125rem;left:28.25rem;display:block; }
#tF4k70yzUf8Ug0oSlmbPHrSP3RvyUaD7 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:10.5625rem;left:2.5rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gw1WqJFwy6dsVUED8eW4zim9siE6ncDA { color:#071033;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:32.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aaayty66oiMmicDkGcwGX9wfI1WyWu8o { box-sizing:content-box;height:2.375rem;width:43.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.6875rem;left:2.5rem;display:block; }
#aoNQMVEdBfyZhzxtP65bqF4Py3uW5SPI { color:#071033;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EftkXhX200ZSrhLcwacmoTKmJVCwAt3V { box-sizing:content-box;height:37.9375rem;width:25.3125rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80a28598-e4dd-4318-a4b7-be9c9ef97331/pexelslauragarcia16674524857127.crop_2634x2602_0,1390.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.3125rem;left:3rem;display:block; }#EftkXhX200ZSrhLcwacmoTKmJVCwAt3V.adaptive-delivery-prevent-bg, #EftkXhX200ZSrhLcwacmoTKmJVCwAt3V.lazyload, #EftkXhX200ZSrhLcwacmoTKmJVCwAt3V.lazyloading { background-image: none; }
#IP9ROdsXF4gXMZRe9mqbIqGveOTLFC3T { position:absolute;display:block;z-index:15036;height:24.1875rem;width:27.375rem;top:29.0625rem;left:29.3125rem;display:block; }
#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row .container { background-color: transparent; background-image: none; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row .container > .video-iframe-container { display: none; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row > .video-iframe-container { display: none; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .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); }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row .container { border-width: 0; border-radius: 0; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#Lx1DeNK3vPoWX16CVSCwrIhmLhZ0EEus { box-sizing:content-box;height:2.375rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.75rem;left:25.625rem;display:block; }
#NDx5zFoAOtD1br385308kONOEL1GGsva { color:#071033;display:block;width:8.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:4.3125rem;left:25.6875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7cdQPv2AIF2qSJRuXH9ns94U4uGwqBw { box-sizing:content-box;height:5.4375rem;width:5.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ba377c6-33ca-43e6-b225-10f06b27fd1d/Untitleddesign20240917T113701309.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:32.625rem;display:block; }#G7cdQPv2AIF2qSJRuXH9ns94U4uGwqBw.adaptive-delivery-prevent-bg, #G7cdQPv2AIF2qSJRuXH9ns94U4uGwqBw.lazyload, #G7cdQPv2AIF2qSJRuXH9ns94U4uGwqBw.lazyloading { background-image: none; }
#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row .container { background-color: transparent; background-image: none; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row .container > .video-iframe-container { display: none; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row > .video-iframe-container { display: none; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .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); }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row .container { border-width: 0; border-radius: 0; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#o6gLzd6woEDdeK00pi8xbpq1xiDmtXvm { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:13.3125rem;top:1.375rem;left:0.65625rem;display:block; }
#qMeecb7zQ8dKsZvkJvsqizFIeXazRKHR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.9375rem;left:20.9375rem;overflow:hidden;display:block; }
#aL03VPA3y8WflTMxbveIITrcLoTzhihn { color:#071033;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNM83qVrv573uopndTbRHGdebdJxWrCC { color:#071033;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:13.375rem;left:1.59375rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyauTsrgWRXu29yRbexmrsJWKRqVTN1V { position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:13.3125rem;top:1.375rem;left:15.6875rem;display:block; }
#kAgsVDNzbWU8UMtUkwLvuezXoTamyPBN { color:#071033;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:16.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHugTC5LHAlysMW8wUeqWr3fUEfBII7F { color:#071033;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:13.375rem;left:16.625rem;height:12.598625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTr1STePKD7HQoks0rvIAiOo6iTJ7oCh { position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:13.3125rem;top:1.375rem;left:30.6875rem;display:block; }
#xaJMyVnGBrr7WF74JKaDGtRFXO0OZCpS { color:#071033;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:13.375rem;left:31.625rem;height:10.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMVkBETEigB7uquSASJleTTUJwJ7n9wQ { color:#071033;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.6875rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8Ud1rx5CnliQPo6zmv2JTsyqzARWVNp { position:absolute;display:block;z-index:15013;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:13.3125rem;top:1.375rem;left:45.6875rem;display:block; }
#Q8OUPTWnrLDR1auchaN1RP8k8R71CFm3 { color:#071033;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:13.375rem;left:46.59375rem;height:8.999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTTARJ2trukpTcZDDQbf22GLpLneFHU1 { color:#071033;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.5625rem;left:46.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgbDQcOTC8lwFZ7sCkIzPTtaSXsLqTBJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.9375rem;left:50.9375rem;overflow:hidden;display:block; }
#BJd70lAGMyuyM2TWd6wWy9cOv6bycRWX { 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:3.125rem;width:3.125rem;top:2.875rem;left:35.9375rem;overflow:hidden;display:block; }
#fKrJFcv5WJrZFrLBXoLaWkUgxoTXKmzS { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.9375rem;left:5.9375rem;overflow:hidden;display:block; }
#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101b6e;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; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row .container { background-color: transparent; background-image: none; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row .container > .video-iframe-container { display: none; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row > .video-iframe-container { display: none; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .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); }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row .container { border-width: 0; border-radius: 0; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#aXUiVxJzoeC1DHUggw9tk5G8SVEy0UsA { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #071033;border-left:0.0625rem solid #071033;border-right:0.0625rem solid #071033;border-bottom:0.0625rem solid #071033;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#071033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.41973625rem;height:2.67166125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:29.345703125rem;left:2.1884765625rem;display:block; }
#MBDKAkT76QpTMBnWqh6qAiVsRDxRf1xP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tn0T13GZugNCWdtUfnJRiJaBh0e811M0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:3.6826171875rem;left:2.1884765625rem;height:10.5rem;font-style:normal;display:block; }
#oQW7cMvbZSpnwI5JtGqgAZqwNqLZTUgf { box-sizing:content-box;height:11rem;width:11rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd69fd45-8258-4ff9-9818-29314bc7d6fb/Group59.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:8.7451171875rem;left:24.3759765625rem;display:block; }#oQW7cMvbZSpnwI5JtGqgAZqwNqLZTUgf.adaptive-delivery-prevent-bg, #oQW7cMvbZSpnwI5JtGqgAZqwNqLZTUgf.lazyload, #oQW7cMvbZSpnwI5JtGqgAZqwNqLZTUgf.lazyloading { background-image: none; }
#f5xXST8ZkwSzmTEhVXI42GXfRV5LnSqn { color:#00b9e5;display:block;width:22.1875rem;position:absolute;font-family:guthen;font-size:2.5rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:17.18359375rem;left:2.1884765625rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#gbJOEH2ggfeHAF3bHMWepXSM2ocKdknV { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:22.3232421875rem;left:2.1884765625rem;height:3.7373rem;text-align:left;text-align-last:left;display:block; }
#HHIEdMttfpSkciZsQsZUiobsZGPeVKGT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kAka2iWAWsrDk5u8VUWSI1taLkZWKTSg { box-sizing:content-box;height:27.375rem;width:26.625rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67bb28c9-df4b-475f-b3f5-f281557789cf/Addaheading86.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.25rem;left:31.6875rem;display:block; }#kAka2iWAWsrDk5u8VUWSI1taLkZWKTSg.adaptive-delivery-prevent-bg, #kAka2iWAWsrDk5u8VUWSI1taLkZWKTSg.lazyload, #kAka2iWAWsrDk5u8VUWSI1taLkZWKTSg.lazyloading { background-image: none; }
#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row .container { background-color: transparent; background-image: none; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row .container > .video-iframe-container { display: none; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row > .video-iframe-container { display: none; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .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); }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row .container { border-width: 0; border-radius: 0; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#CGOe5FFtIHPS6XiiG3XFI7E4Sx1sXJSF { 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:10.125rem;width:10.125rem;top:3.03125rem;left:2.4375rem;overflow:hidden;display:block; }
#n4yddbso5cNIz9fycFyS3ElPRFNyXIxz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:16.250000953674rem;height:1.2999125rem;display:block; }
#LPISyHaelM6NonvXS83kmMuFmJi1rupN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:16.250000953674rem;height:5.847675rem;display:block; }
#nMumI0LX7Nzy4479fZHPHFyiFx39vhrC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:31.25rem;height:1.2999125rem;display:block; }
#JETGHHby6sdMTUxpL4CQftBCPdRzi1SE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.451171875rem;left:31.250000953674rem;height:4.8730625rem;display:block; }
#GuTiabQoXR6yTLhqkWVDxQJx9WselEXe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3125rem;left:46.25rem;height:1.2999125rem;display:block; }
#mtyPpblXPZxvmPCtcAhIzgzV6KweeeOe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:46.25rem;height:5.847675rem;display:block; }
#JaLzaD61TTWU1asZ9bGa26rRkn6mk3Nh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.451171875rem;left:30.000000953674rem; }
#CF3pFcEk6vry1yMyLv08Ttrlvx9vfktF { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.44921875rem;left:30.000000953674rem; }
#rTTFO3qqBHL3RsDew6mRs54lcFCusfEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.553384780884rem;left:30.000000953674rem; }
#TQMom6NnMrNFHv4EGNVXBH0p44URpmfO { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.451171875rem;left:45.000000953674rem; }
#UUINmkBrTATUVGQ0rPa74lwfHl7SkvsO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.48046875rem;left:45.000000953674rem; }
#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row .container { background-color: transparent; background-image: none; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row .container > .video-iframe-container { display: none; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row > .video-iframe-container { display: none; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .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); }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row .container { border-width: 0; border-radius: 0; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#nLi7zURBzlkTP3TiNIfDoi0MphVNN1on { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:37.645833015442rem;height:0.9746125rem;display:block; }
#ive2Mx7sSBxpNnW1hF9uT7WLoiRZaVbN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:46.145833015442rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TT2GtHoTNVpMpGV2aGZNk5AussztPmfa { display:block; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaX40IQsMLumfTT9HRIbuBt09MzvW6xf { width:47.75rem;height:;top:10.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITb6HDktTzUBkwBCPhuyX544p3fBiOcG { top:19.25rem;left:2.84375rem;width:42.0625rem;height:6.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6gCOeZVM03Ry6O8eVSGG1H2RW76UNwG { top:1.75rem;left:0rem;width:10.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU { display:block; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUK54hkRsd9Nc0E5vnxz9qtrbLEZvX9d { top:2.25rem;left:0rem;width:47.75rem;height:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lytbKIoTZxmQL8LRuRCC7kkCMK03TB1R { width:14.5rem;height:2.75rem;top:23.5rem;left:16.60205078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhg0rdebdTwqITir1VR7SkFVmqOyzI5 { display:block; }
 }@media only screen and (max-width: 763px) { #tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt { display:block; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcLAO6qiThOageZtAADAl98EFugsBtwd { top:3.0625rem;left:0rem;width:22.8125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax1wDa4S12HkstMwou3dR5OPBE8xIvu2 { top:4.375rem;left:23.4375rem;width:15.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiQyp5b9kWPyZAv5hzgXuevHHK7K31DW { top:4.875rem;left:23.6875rem;width:14.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWXekaPe0SuHvmq0vdcQeHhxubaBPm2i { top:7.75rem;left:23.25rem;width:24.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moDWmyGR0Vue2UEldgklDzgcqHDPMEX2 { top:21.0625rem;left:22.5625rem;width:25.1875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8tyexXGwSchMRMNzaTnQgvqrFawsz5W { display:block; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdTZOoCDcyJ9LnOJkUrd9aBpLPeNCU0s { top:2.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B24GLLpy6a9V0xcDGGTVz5xZREAd4tyJ { top:4rem;left:5.5625rem;width:36.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StEXi9oXwyrzcWzMtohAhD1GVso5N8wD { top:4.625rem;left:6.1875rem;width:36rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgoDMmDRq9G6O0A0px4UTKaPpaQCXAoM { top:8.6875rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr { display:block; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ux9tIJnJzvcTTnC0Ayhc7eRHhTQ0L2Wf { top:3.8125rem;left:0rem;width:27.125rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaNDr8KC8cFndauXIIqZR2uC1wkSFs5I { top:13.5625rem;left:0rem;width:23.0625rem;height:6.4375rem;font-size:1.125rem;display:block; }#XaNDr8KC8cFndauXIIqZR2uC1wkSFs5I li:before{  }
 }@media only screen and (max-width: 763px) { #WRtuTTTNzU6PcbxNFtcE6yo7CXAxR2Zv { top:22.25rem;left:0rem;width:26.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzBcdUoSgLifWr9V6PTvTpCEQhcUb66R { width:14.4375rem;height:2.6875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAXboktMOtaliTTWKTesunlodkbxyGhb { display:block; }
 }@media only screen and (max-width: 763px) { #JehqAaUgvCIs8CKfFEtL2t00vDaVMAfV { top:29.75rem;left:12.125rem;width:11.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anZ7X6SUisQ4lxnZzhxB3hlLM97ZisZ4 { top:2rem;left:20.375rem;width:27.375rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Negl6GhmgOHvJZbG4O8ixhf3Cn7T5XxE { top:11.0625rem;left:0rem;width:26.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH { display:none; }#lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FO68wxbB4I0vDpIvKqJlPDUy0s5cJKkq { width:20rem;height:5.8125rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9elNkHRAXeEgcuZuuUa3rKeXqwGCwPf { width:14.4375rem;height:2.6875rem;top:30.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpKA3IfOl8gpM49pVkTvcTTlCJcixoGN { display:block; }
 }@media only screen and (max-width: 763px) { #AQzCIxZUZgoTzDEACQqNm1io7WpCAJcS { display:none; }
 }@media only screen and (max-width: 763px) { #tP7Pd7JdLwT7NcO3vc3k4hS9Nz6IOHa0 { top:29.75rem;left:12.125rem;width:11.75rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh { display:block; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3kMhIB2JXqF3Akqsfd8rDswvtVZL2q2 { top:3.25rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz { display:block; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWRSQiwrdQZazmWIMvaFZrX57HmqCyGQ { top:2.8125rem;left:0.46875rem;width:46.8125rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV { display:block; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2NcwHogO1gTCPC50wfAa1GElbbH7Eu1 { top:4.5rem;left:0.375rem;width:14.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuUWZs2krqvwtFpLcr5mrupsPxmoDIdC { top:5rem;left:0.03125rem;width:15.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvut5QpBVzaaQxuneZPp27gTT1cbEd0f { top:9rem;left:0rem;width:15.75rem;height:1.4375rem;font-size:1.125rem;display:block; }#Zvut5QpBVzaaQxuneZPp27gTT1cbEd0f li:before{  }
 }@media only screen and (max-width: 763px) { #cM3RIRw19dGW1VNfGI36JTL4J36B1Td2 { top:10.9375rem;left:0rem;width:23.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9n7HNhAh2E73lIm5nriPSJ9JNrhNOr6 { top:17.6875rem;left:0rem;width:21.75rem;height:1.4375rem;font-size:1.125rem;display:block; }#B9n7HNhAh2E73lIm5nriPSJ9JNrhNOr6 li:before{  }
 }@media only screen and (max-width: 763px) { #lz5OSG81KKbsR6ypB05VOi971FOk1cKZ { top:19.625rem;left:0.125rem;width:23.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWhETTPaQNcGpno7B3chsd8f7eWfc6pV { width:16.5rem;height:2.6875rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QThI2Q8CsiaeOPN9QaZNgNGPZIPTGQMs { display:block; }
 }@media only screen and (max-width: 763px) { #EmV8lJFL7nzXQTvNxoGHLSUFcT6a0iH7 { top:3.875rem;left:22.9375rem;width:24.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUyrNxNvmJ0rm1gaQlnVBQNIJW4e4igN { top:10.3125rem;left:19.75rem;width:8.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww0nd8gvDI25vBdBeU6FsuBI7FxC5GON { top:10.8125rem;left:20rem;width:7.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMMIk9q5Es918As7p9gqLqTruCKMeAZ { top:15.9375rem;left:0.46875rem;width:46.8125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fso9y5VxzZtArdDaELGBnE63IgyBGQpJ { width:6.875rem;height:5.25rem;top:3.3125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 { display:block; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqhgU0yWBTslTD1E7BVPmxVHAvPBLQSy { top:5.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrE0mynS72kWSX8ODTRTRwNa38FrK7y { display:block; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8n7TofiFaPEKTIJugvolXPJoo2SDtRx { width:18.9375rem;height:22rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimNwFvJ84a2zw5JLoAQQsa56OqOoy1t { width:17.5rem;height:13.5rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUvOJzGqVqcJpImN5ghL3Cv6rR6574gk { width:17.1875rem;height:2.5625rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB66QTq9kv7PrHFf10l2mg7V4zkpN7CA { top:21.625rem;left:0rem;width:9.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvuDR5E9WFeBaaNZ9DrlXIiE4K5XKDDp { width:18.9375rem;height:22rem;top:2rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWSVgCdGqQHJXa2eRs2Di5E5zRUAfbT { top:21.625rem;left:19.1875rem;width:9.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFsdUfAIw828pe9uuHQlgpw6TwriWXr { width:17.1875rem;height:1.25rem;top:17.9375rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7etUsWFJQR4HPMMV8iArevTblOAgX14 { width:17.5rem;height:9rem;top:3.125rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCdnoeSLTrSMPIM82q4Uc7lOoED2pudT { width:18.9375rem;height:22rem;top:2rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arxQVarhkZ8H9ltXDV2x5fDSBZvVuuhE { top:21.625rem;left:38.25rem;width:9.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPsIXiEL3B6eTQ9nNZTBfyuHDFpIaoiZ { width:17.1875rem;height:2.5625rem;top:17.9375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5hPyT229pFRfdVvsnpr773FArRDb0fW { width:17.5rem;height:6.75rem;top:3.125rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr { display:block; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPbE28DzITBuZD2BCFhaoXvrxEVcGTG9 { width:20.625rem;height:3.6875rem;top:23.75rem;left:26.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwzLSSQ3yMBLUbes9BWU17mQBZ85Wp2 { width:28.6875rem;height:32.125rem;top:26.125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWZSExHM6T5k7eLA05s9u0OHHkOtkJfQ { width:28.75rem;height:7.9375rem;top:20.3125rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4k70yzUf8Ug0oSlmbPHrSP3RvyUaD7 { width:47.75rem;height:7.875rem;top:10.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WqJFwy6dsVUED8eW4zim9siE6ncDA { width:20.625rem;height:2.4375rem;top:21.0625rem;left:26.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaayty66oiMmicDkGcwGX9wfI1WyWu8o { top:5.6875rem;left:0rem;width:43.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoNQMVEdBfyZhzxtP65bqF4Py3uW5SPI { top:6.25rem;left:0rem;width:43.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EftkXhX200ZSrhLcwacmoTKmJVCwAt3V { top:20.3125rem;left:0rem;width:25.3125rem;height:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9ROdsXF4gXMZRe9mqbIqGveOTLFC3T { top:29.0625rem;left:20.375rem;width:27.375rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy { display:block; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx1DeNK3vPoWX16CVSCwrIhmLhZ0EEus { top:3.75rem;left:19.5rem;width:8.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDx5zFoAOtD1br385308kONOEL1GGsva { top:4.3125rem;left:19.5625rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cdQPv2AIF2qSJRuXH9ns94U4uGwqBw { top:0rem;left:26.5rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ { display:block; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6gLzd6woEDdeK00pi8xbpq1xiDmtXvm { width:13.3125rem;height:25.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMeecb7zQ8dKsZvkJvsqizFIeXazRKHR { width:3.125rem;height:3.125rem;top:2.9375rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL03VPA3y8WflTMxbveIITrcLoTzhihn { width:12.5rem;height:4.875rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNM83qVrv573uopndTbRHGdebdJxWrCC { width:11.8125rem;height:12.5625rem;top:13.375rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyauTsrgWRXu29yRbexmrsJWKRqVTN1V { width:13.3125rem;height:25.6875rem;top:1.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAgsVDNzbWU8UMtUkwLvuezXoTamyPBN { width:12.5rem;height:3.25rem;top:7.6875rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHugTC5LHAlysMW8wUeqWr3fUEfBII7F { width:11.8125rem;height:12.5625rem;top:13.375rem;left:12.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTr1STePKD7HQoks0rvIAiOo6iTJ7oCh { width:13.3125rem;height:25.6875rem;top:1.375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaJMyVnGBrr7WF74JKaDGtRFXO0OZCpS { width:11.8125rem;height:10.75rem;top:13.375rem;left:23.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMVkBETEigB7uquSASJleTTUJwJ7n9wQ { width:12.5rem;height:3.25rem;top:7.6875rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Ud1rx5CnliQPo6zmv2JTsyqzARWVNp { width:13.3125rem;height:25.6875rem;top:1.375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8OUPTWnrLDR1auchaN1RP8k8R71CFm3 { width:11.8125rem;height:8.9375rem;top:13.375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTARJ2trukpTcZDDQbf22GLpLneFHU1 { width:12.5rem;height:1.625rem;top:8.5625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbDQcOTC8lwFZ7sCkIzPTtaSXsLqTBJ { width:3.125rem;height:3.125rem;top:2.9375rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJd70lAGMyuyM2TWd6wWy9cOv6bycRWX { width:3.125rem;height:3.125rem;top:2.875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKrJFcv5WJrZFrLBXoLaWkUgxoTXKmzS { width:3.125rem;height:3.125rem;top:2.9375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE { display:block; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXUiVxJzoeC1DHUggw9tk5G8SVEy0UsA { width:14.375rem;height:2.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDKAkT76QpTMBnWqh6qAiVsRDxRf1xP { display:block; }
 }@media only screen and (max-width: 763px) { #Tn0T13GZugNCWdtUfnJRiJaBh0e811M0 { top:3.625rem;left:0rem;width:27.25rem;height:10.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQW7cMvbZSpnwI5JtGqgAZqwNqLZTUgf { top:8.6875rem;left:12.875rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5xXST8ZkwSzmTEhVXI42GXfRV5LnSqn { top:17.125rem;left:0rem;width:22.1875rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbJOEH2ggfeHAF3bHMWepXSM2ocKdknV { top:22.3125rem;left:0rem;width:26.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHIEdMttfpSkciZsQsZUiobsZGPeVKGT { display:none; }
 }@media only screen and (max-width: 763px) { #kAka2iWAWsrDk5u8VUWSI1taLkZWKTSg { top:4.25rem;left:21.125rem;width:26.625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy { display:block; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGOe5FFtIHPS6XiiG3XFI7E4Sx1sXJSF { top:3rem;left:0.90625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4yddbso5cNIz9fycFyS3ElPRFNyXIxz { top:4.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPISyHaelM6NonvXS83kmMuFmJi1rupN { top:6.4375rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMumI0LX7Nzy4479fZHPHFyiFx39vhrC { top:4.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JETGHHby6sdMTUxpL4CQftBCPdRzi1SE { top:6.4375rem;left:23.3125rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuTiabQoXR6yTLhqkWVDxQJx9WselEXe { top:4.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtyPpblXPZxvmPCtcAhIzgzV6KweeeOe { top:6.4375rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaLzaD61TTWU1asZ9bGa26rRkn6mk3Nh { top:6.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF3pFcEk6vry1yMyLv08Ttrlvx9vfktF { top:8.4375rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTFO3qqBHL3RsDew6mRs54lcFCusfEt { top:10.5rem;left:23.875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMom6NnMrNFHv4EGNVXBH0p44URpmfO { top:6.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUINmkBrTATUVGQ0rPa74lwfHl7SkvsO { top:8.4375rem;left:35.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId { display:block; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLi7zURBzlkTP3TiNIfDoi0MphVNN1on { top:0.625rem;left:29.1875rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ive2Mx7sSBxpNnW1hF9uT7WLoiRZaVbN { top:0.625rem;left:35.8125rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TT2GtHoTNVpMpGV2aGZNk5AussztPmfa { display:block; }#TT2GtHoTNVpMpGV2aGZNk5AussztPmfa > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LaX40IQsMLumfTT9HRIbuBt09MzvW6xf { width:18.125rem;height:6.07470625rem;top:5.576171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITb6HDktTzUBkwBCPhuyX544p3fBiOcG { width:16.0625rem;height:3.0058625rem;top:15.85546875rem;left:1.96875rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6gCOeZVM03Ry6O8eVSGG1H2RW76UNwG { width:8.75rem;height:2.25rem;top:1rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU { display:block; }#b41tUmHl2P4CM2mVstL8TOs8pwiPeXkU > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUK54hkRsd9Nc0E5vnxz9qtrbLEZvX9d { width:20rem;height:33.75rem;top:3.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lytbKIoTZxmQL8LRuRCC7kkCMK03TB1R { width:14.5rem;height:2.75rem;top:38.625rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyhg0rdebdTwqITir1VR7SkFVmqOyzI5 { display:block; }
 }@media only screen and (max-width: 763px) { #tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt { display:block; }#tuRdNbywgeJuOAXoxChCzt1Tuwt8zeLt > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcLAO6qiThOageZtAADAl98EFugsBtwd { width:15.5rem;height:18.4375rem;top:11.40625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax1wDa4S12HkstMwou3dR5OPBE8xIvu2 { width:13.5rem;height:2.0625rem;top:1.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiQyp5b9kWPyZAv5hzgXuevHHK7K31DW { width:11.3125rem;height:1.29980625rem;top:1.6875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWXekaPe0SuHvmq0vdcQeHhxubaBPm2i { width:16.0625rem;height:6.09375rem;top:4.6875rem;left:1.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moDWmyGR0Vue2UEldgklDzgcqHDPMEX2 { width:20rem;height:21.75rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8tyexXGwSchMRMNzaTnQgvqrFawsz5W { display:block; }#H8tyexXGwSchMRMNzaTnQgvqrFawsz5W > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdTZOoCDcyJ9LnOJkUrd9aBpLPeNCU0s { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B24GLLpy6a9V0xcDGGTVz5xZREAd4tyJ { width:20rem;height:3.6875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StEXi9oXwyrzcWzMtohAhD1GVso5N8wD { width:20rem;height:2.5996125rem;top:3.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgoDMmDRq9G6O0A0px4UTKaPpaQCXAoM { width:18.4375rem;height:17.875rem;top:7.162109375rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr { display:none; }#Wv99hbqWXgIurt0QSMWOWRksfF1EsXCr > .row .container { width:20rem;height:75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ux9tIJnJzvcTTnC0Ayhc7eRHhTQ0L2Wf { width:20rem;height:4.38574375rem;top:1.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaNDr8KC8cFndauXIIqZR2uC1wkSFs5I { width:18.5625rem;height:6.472625rem;top:8.625rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#XaNDr8KC8cFndauXIIqZR2uC1wkSFs5I li:before{  }
 }@media only screen and (max-width: 763px) { #WRtuTTTNzU6PcbxNFtcE6yo7CXAxR2Zv { width:20rem;height:5.84765625rem;top:60.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzBcdUoSgLifWr9V6PTvTpCEQhcUb66R { width:14.4375rem;height:2.6875rem;top:68.0625rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAXboktMOtaliTTWKTesunlodkbxyGhb { display:block; }
 }@media only screen and (max-width: 763px) { #JehqAaUgvCIs8CKfFEtL2t00vDaVMAfV { width:6.9375rem;height:5.375rem;top:69.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anZ7X6SUisQ4lxnZzhxB3hlLM97ZisZ4 { width:20rem;height:25.4375rem;top:18.72265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Negl6GhmgOHvJZbG4O8ixhf3Cn7T5XxE { width:20rem;height:1.4619125rem;top:5.6982421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH { display:block; }#lagkq5ClPbJ9LKxAEnnPDBzoosR22CEH > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FO68wxbB4I0vDpIvKqJlPDUy0s5cJKkq { width:20rem;height:5.8496125rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:satoshi;color:#071033;font-weight:400;font-style:normal;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #M9elNkHRAXeEgcuZuuUa3rKeXqwGCwPf { width:14.4375rem;height:2.6875rem;top:9.0625rem;left:2.78125rem;font-size:0.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #mpKA3IfOl8gpM49pVkTvcTTlCJcixoGN { display:block; }
 }@media only screen and (max-width: 763px) { #AQzCIxZUZgoTzDEACQqNm1io7WpCAJcS { top:18.0625rem;left:0rem;width:20rem;height:26.375rem;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/114a2d5c-29a7-448e-a1d3-894e91011b95/Group9.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AQzCIxZUZgoTzDEACQqNm1io7WpCAJcS.adaptive-delivery-prevent-bg, #AQzCIxZUZgoTzDEACQqNm1io7WpCAJcS.lazyload, #AQzCIxZUZgoTzDEACQqNm1io7WpCAJcS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tP7Pd7JdLwT7NcO3vc3k4hS9Nz6IOHa0 { width:6.9375rem;height:5.375rem;top:11.75rem;left:12.40625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh { display:block; }#ubLaSAqmogcRO7UkvGiXGlQZ70L4PqZh > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3kMhIB2JXqF3Akqsfd8rDswvtVZL2q2 { width:20rem;height:20.3125rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz { display:block; }#HpsVH0LIvLGzOHLzsoAWbwFLE3A4pOsz > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWRSQiwrdQZazmWIMvaFZrX57HmqCyGQ { width:20rem;height:7.3125rem;top:2.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV { display:block; }#KTJsvV39skdbsK5TZuyXs6E0zDz2VwaV > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2NcwHogO1gTCPC50wfAa1GElbbH7Eu1 { width:16.3125rem;height:2.375rem;top:2.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuUWZs2krqvwtFpLcr5mrupsPxmoDIdC { width:15.625rem;height:1.29980625rem;top:2.875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvut5QpBVzaaQxuneZPp27gTT1cbEd0f { width:15.75rem;height:1.4624rem;top:27.36328125rem;left:2.125rem;font-size:1.125rem;display:block; }#Zvut5QpBVzaaQxuneZPp27gTT1cbEd0f li:before{  }
 }@media only screen and (max-width: 763px) { #cM3RIRw19dGW1VNfGI36JTL4J36B1Td2 { width:20rem;height:5.8496125rem;top:30rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9n7HNhAh2E73lIm5nriPSJ9JNrhNOr6 { width:16.25rem;height:1.4624rem;top:37.25rem;left:1.8125rem;font-size:1.125rem;display:block; }#B9n7HNhAh2E73lIm5nriPSJ9JNrhNOr6 li:before{  }
 }@media only screen and (max-width: 763px) { #lz5OSG81KKbsR6ypB05VOi971FOk1cKZ { width:20rem;height:7.312rem;top:39.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWhETTPaQNcGpno7B3chsd8f7eWfc6pV { width:14.25rem;height:2.6875rem;top:48.9375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QThI2Q8CsiaeOPN9QaZNgNGPZIPTGQMs { display:block; }
 }@media only screen and (max-width: 763px) { #EmV8lJFL7nzXQTvNxoGHLSUFcT6a0iH7 { width:20rem;height:17.625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUyrNxNvmJ0rm1gaQlnVBQNIJW4e4igN { width:8.375rem;height:2.375rem;top:8.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww0nd8gvDI25vBdBeU6FsuBI7FxC5GON { width:7.75rem;height:1.29980625rem;top:9.1875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMMIk9q5Es918As7p9gqLqTruCKMeAZ { width:20rem;height:7.7988125rem;top:12.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fso9y5VxzZtArdDaELGBnE63IgyBGQpJ { width:4.6875rem;height:3.5625rem;top:2.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 { display:block; }#qorfo59WsTv2lL8ae4LO3P1HuxzphQm6 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqhgU0yWBTslTD1E7BVPmxVHAvPBLQSy { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqrE0mynS72kWSX8ODTRTRwNa38FrK7y { display:block; }#qqrE0mynS72kWSX8ODTRTRwNa38FrK7y > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8n7TofiFaPEKTIJugvolXPJoo2SDtRx { width:17.1875rem;height:19rem;top:1.25rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BimNwFvJ84a2zw5JLoAQQsa56OqOoy1t { width:16.25rem;height:10.2368125rem;top:2.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#071033;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IUvOJzGqVqcJpImN5ghL3Cv6rR6574gk { width:16.5625rem;height:2.5996125rem;top:13.5rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;color:#071033;display:block; }
 }@media only screen and (max-width: 763px) { #AB66QTq9kv7PrHFf10l2mg7V4zkpN7CA { width:9.5rem;height:1.25rem;top:18rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvuDR5E9WFeBaaNZ9DrlXIiE4K5XKDDp { width:17.1875rem;height:14.8125rem;top:22.9375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWSVgCdGqQHJXa2eRs2Di5E5zRUAfbT { width:9.5rem;height:1.25rem;top:35.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFsdUfAIw828pe9uuHQlgpw6TwriWXr { width:14.9375rem;height:2.5996125rem;top:31.875rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1rem;color:#071033;display:block; }
 }@media only screen and (max-width: 763px) { #E7etUsWFJQR4HPMMV8iArevTblOAgX14 { width:16.125rem;height:5.8496125rem;top:24.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#071033;display:block; }
 }@media only screen and (max-width: 763px) { #JCdnoeSLTrSMPIM82q4Uc7lOoED2pudT { width:17.1875rem;height:14.875rem;top:40.375rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arxQVarhkZ8H9ltXDV2x5fDSBZvVuuhE { width:9.5rem;height:1.25rem;top:52.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPsIXiEL3B6eTQ9nNZTBfyuHDFpIaoiZ { width:17.1875rem;height:2.5996125rem;top:48.3125rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1rem;color:#071033;display:block; }
 }@media only screen and (max-width: 763px) { #y5hPyT229pFRfdVvsnpr773FArRDb0fW { width:16.125rem;height:5.8496125rem;top:41.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#071033;display:block; }
 }@media only screen and (max-width: 763px) { #bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr { display:block; }#bDbcggW6yWpeUK2TJ98ezfVTL75S1Qkr > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPbE28DzITBuZD2BCFhaoXvrxEVcGTG9 { width:20rem;height:3.25rem;top:28.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwzLSSQ3yMBLUbes9BWU17mQBZ85Wp2 { width:20rem;height:33.0625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWZSExHM6T5k7eLA05s9u0OHHkOtkJfQ { width:20rem;height:8.25rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4k70yzUf8Ug0oSlmbPHrSP3RvyUaD7 { width:20rem;height:13.5rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WqJFwy6dsVUED8eW4zim9siE6ncDA { width:20rem;height:2.4375rem;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaayty66oiMmicDkGcwGX9wfI1WyWu8o { width:20rem;height:4.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoNQMVEdBfyZhzxtP65bqF4Py3uW5SPI { width:20rem;height:3.8994125rem;top:2.1435546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EftkXhX200ZSrhLcwacmoTKmJVCwAt3V { width:20rem;height:16.6875rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP9ROdsXF4gXMZRe9mqbIqGveOTLFC3T { width:18.5625rem;height:30.1875rem;top:33rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy { display:block; }#TM8xZwMoupp3ixO6qz4mxtGcCKXhTTdy > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx1DeNK3vPoWX16CVSCwrIhmLhZ0EEus { width:8.75rem;height:2.375rem;top:2.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDx5zFoAOtD1br385308kONOEL1GGsva { width:8.5rem;height:1.29980625rem;top:3.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7cdQPv2AIF2qSJRuXH9ns94U4uGwqBw { width:3.75rem;height:3.75rem;top:0rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ { display:block; }#sGSniphf4sL6T7lIuTTLAKKywnUq5OuQ > .row .container { width:20rem;height:94.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6gLzd6woEDdeK00pi8xbpq1xiDmtXvm { width:17.1875rem;height:19.9375rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMeecb7zQ8dKsZvkJvsqizFIeXazRKHR { width:3.125rem;height:3.125rem;top:25.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL03VPA3y8WflTMxbveIITrcLoTzhihn { width:15.125rem;height:2.92480625rem;top:7.5625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNM83qVrv573uopndTbRHGdebdJxWrCC { width:15.875rem;height:7.312rem;top:11.3125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PyauTsrgWRXu29yRbexmrsJWKRqVTN1V { width:17.1875rem;height:19.9375rem;top:23.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAgsVDNzbWU8UMtUkwLvuezXoTamyPBN { width:15.625rem;height:1.4624rem;top:30.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHugTC5LHAlysMW8wUeqWr3fUEfBII7F { width:15.625rem;height:7.312rem;top:33.1875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BTr1STePKD7HQoks0rvIAiOo6iTJ7oCh { width:17.1875rem;height:19.9375rem;top:47.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaJMyVnGBrr7WF74JKaDGtRFXO0OZCpS { width:15.0625rem;height:7.312rem;top:56.3125rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VMVkBETEigB7uquSASJleTTUJwJ7n9wQ { width:17.0625rem;height:1.4624rem;top:53.875rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8Ud1rx5CnliQPo6zmv2JTsyqzARWVNp { width:17.1875rem;height:19.9375rem;top:70.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8OUPTWnrLDR1auchaN1RP8k8R71CFm3 { width:15.125rem;height:5.8496125rem;top:80.0625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WTTARJ2trukpTcZDDQbf22GLpLneFHU1 { width:12.5rem;height:1.4624rem;top:77.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgbDQcOTC8lwFZ7sCkIzPTtaSXsLqTBJ { width:3.125rem;height:3.125rem;top:72.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJd70lAGMyuyM2TWd6wWy9cOv6bycRWX { width:3.125rem;height:3.125rem;top:49rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKrJFcv5WJrZFrLBXoLaWkUgxoTXKmzS { width:3.125rem;height:3.125rem;top:2.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE { display:block; }#ZtaKyT3oaeu2bZGOkw81d3qiLlnounIE > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXUiVxJzoeC1DHUggw9tk5G8SVEy0UsA { width:14.4375rem;height:2.6875rem;top:19.84665625rem;left:2.75rem;font-size:0.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MBDKAkT76QpTMBnWqh6qAiVsRDxRf1xP { display:block; }
 }@media only screen and (max-width: 763px) { #Tn0T13GZugNCWdtUfnJRiJaBh0e811M0 { width:20rem;height:8.398425rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQW7cMvbZSpnwI5JtGqgAZqwNqLZTUgf { width:5.3125rem;height:5.3125rem;top:24.5605234375rem;left:5.0029296875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5xXST8ZkwSzmTEhVXI42GXfRV5LnSqn { width:15.9375rem;height:3.19970625rem;top:10.8974375rem;left:2rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbJOEH2ggfeHAF3bHMWepXSM2ocKdknV { width:15.4375rem;height:3.25rem;top:15.34665625rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHIEdMttfpSkciZsQsZUiobsZGPeVKGT { top:21.375rem;left:0rem;width:8rem;height:8rem;z-index:15031;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/25dfef17-5257-4ce2-a30d-9503233c281c/Group61.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HHIEdMttfpSkciZsQsZUiobsZGPeVKGT.adaptive-delivery-prevent-bg, #HHIEdMttfpSkciZsQsZUiobsZGPeVKGT.lazyload, #HHIEdMttfpSkciZsQsZUiobsZGPeVKGT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kAka2iWAWsrDk5u8VUWSI1taLkZWKTSg { width:17.375rem;height:15.125rem;top:25.78369140625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy { display:block; }#c208GC2T2wgTbtb3Z7GV4SnsbE0erQPy > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGOe5FFtIHPS6XiiG3XFI7E4Sx1sXJSF { width:7.1875rem;height:7.1875rem;top:1.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4yddbso5cNIz9fycFyS3ElPRFNyXIxz { width:4.0625rem;height:1.29980625rem;top:1.07421875rem;left:12.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LPISyHaelM6NonvXS83kmMuFmJi1rupN { width:6.125rem;height:5.847675rem;top:2.77734375rem;left:12.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMumI0LX7Nzy4479fZHPHFyiFx39vhrC { width:6.5625rem;height:1.29980625rem;top:11.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JETGHHby6sdMTUxpL4CQftBCPdRzi1SE { width:7.5625rem;height:4.8730625rem;top:13.125rem;left:1.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuTiabQoXR6yTLhqkWVDxQJx9WselEXe { width:8.5rem;height:1.29980625rem;top:11.07421875rem;left:11.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtyPpblXPZxvmPCtcAhIzgzV6KweeeOe { width:8.6875rem;height:5.847675rem;top:13.125rem;left:11.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JaLzaD61TTWU1asZ9bGa26rRkn6mk3Nh { display:flex;width:0.8125rem;height:0.8125rem;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CF3pFcEk6vry1yMyLv08Ttrlvx9vfktF { display:flex;width:0.8125rem;height:0.8125rem;top:15.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rTTFO3qqBHL3RsDew6mRs54lcFCusfEt { display:flex;width:0.8125rem;height:0.8125rem;top:17.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TQMom6NnMrNFHv4EGNVXBH0p44URpmfO { display:flex;width:0.8125rem;height:0.8125rem;top:13.125rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #UUINmkBrTATUVGQ0rPa74lwfHl7SkvsO { display:flex;width:0.8125rem;height:0.8125rem;top:15.1875rem;left:10rem; }
 }@media only screen and (max-width: 763px) { #MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId { display:block; }#MtMrqkdBCJ0TbGtrR3qHvleQiI7WORId > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLi7zURBzlkTP3TiNIfDoi0MphVNN1on { width:6.625rem;height:0.9746125rem;top:1.3994140625rem;left:6.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ive2Mx7sSBxpNnW1hF9uT7WLoiRZaVbN { width:5rem;height:0.9746125rem;top:1.3994140625rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }