.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:93,146,255;--color-primary-1:7,124,255;--color-primary-2:2,78,167;--color-primary-3:0,79,167;--color-primary-4:0,42,91;--color-secondary-0:227,248,235;--color-secondary-1:172,235,195;--color-secondary-2:116,222,155;--color-secondary-3:37,211,102;--color-secondary-4:24,200,89;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:90,90,90;--color-tertiary-4:34,34,34;--headlines-font-family:"Futura";--paragraphs-font-family:"Futura"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);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; }#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:46.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ika04rgTUqQLzcrJ2qHDKGe0Uun0dRMQ { color:#0e5bb7;display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:17.3125rem;left:3.75rem;height:13.5rem;display:block; }
#tO7fWlGdoRy1tK74dK4X2IGuK04vNbl7 { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:1.875rem solid rgba(var(--color-tertiary-0),0);border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.6875rem;left:3.75rem;display:block; }
#kC2TTTbQ4blP7xy5NFw2EoqHAskqKzND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIa4gfLIvVN7lDpl9lbFfmgiI605OkLe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:33.78125rem;left:4.75rem; }
#lTWlTmAyqVT4lVBla17E7vCnRlLCgJ8v { color:#3c3c3c;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:28.03125rem;left:3.75rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aJ2z4ZGkIgotnuDzkKaTwAo4lTLXdu5K { position:absolute;display:block;z-index:15001;background-color:#f1f2ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:56.0625rem;top:12.875rem;left:0rem;display:block; }
#Cf2OmB5mQCnyxZedh96f6TxgXLo5xUxX { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(187deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(187deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(187deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(187deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-1),1));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:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30.1875rem;width:23.375rem;top:12.875rem;left:51.625rem;display:block; }
#y57EogCUrN9JzgEcsRGS0z9TT4TryhIl { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/781940a0-1f84-47bf-842d-5eadfa75b902/download20250527T170511576.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:37.0625rem;width:23.6875rem;top:6.03125rem;left:42.75rem;display:block; }#y57EogCUrN9JzgEcsRGS0z9TT4TryhIl.adaptive-delivery-prevent-bg, #y57EogCUrN9JzgEcsRGS0z9TT4TryhIl.lazyload, #y57EogCUrN9JzgEcsRGS0z9TT4TryhIl.lazyloading { background-image: none; }
#W5pGBdhmUlXh6lwHzvyNXTWy2vsyopmW { box-sizing:content-box;height:7.75rem;width:41.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/54a76d3c-335e-4998-95fa-b539acf662c2/logo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.1875rem;left:0rem;display:block; }#W5pGBdhmUlXh6lwHzvyNXTWy2vsyopmW.adaptive-delivery-prevent-bg, #W5pGBdhmUlXh6lwHzvyNXTWy2vsyopmW.lazyload, #W5pGBdhmUlXh6lwHzvyNXTWy2vsyopmW.lazyloading { background-image: none; }
#sO8g7KFSFzB4o6cJ15U7EVEFzS053D1C { color:#3c3c3c;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:8.3125rem;left:10.5rem;height:1.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PCrDS5EPSil3uAdxX7xAcLFrbZbq3UMg { color:#0e5bb7;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:61.5625rem;height:2.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#szruT4UMwqUkX7u68ZFhawumt3rebab8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.625rem;left:61.125rem; }
#EVasSoAtvTXMfXT7wl0zPSsJLQiaHFLq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:18.2998046875rem;left:65.3125rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ty8L3foccZNlPIPkTKiW0iPcDvFczWW6 { color:#3c3c3c;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:33.625rem;left:28.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row .container { background-color: transparent; background-image: none; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row .container > .video-iframe-container { display: none; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row > .video-iframe-container { display: none; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .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); }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row .container { border-width: 0; border-radius: 0; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#tXBGnDyVU9nNQwQCRdwRVDTGtOSatxrl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.375rem;width:23.125rem;top:2.5rem;left:0rem;display:block; }
#movFSIg0Xo3md00qcF9qPohZZc6JdCCT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.4375rem;left:2.5625rem;height:10.7988625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSIx64THoEOIcWRXoqq4oAydBJRlJ5mt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.1875rem;top:7rem;left:0rem;display:block; }
#rPFRZ7zDFKy0DNBzuCuTAuivDGLy2she { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.375rem;width:23.125rem;top:2.5625rem;left:25.9375rem;display:block; }
#AU2FRTWNK19Sz1nRK4A7BnWKGp01i8ED { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.5rem;left:28.5rem;height:10.7988625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5vzhi9hN0iyK7qobzKcwRebTT1m5Zms { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.1875rem;top:7.0625rem;left:25.9375rem;display:block; }
#r9AGu4LgamaGR0H3zDLuTAb8GZlef3iL { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:14.375rem;width:23.125rem;top:2.5625rem;left:51.8125rem;display:block; }
#XzQJ98I1X4Je1lFDAxzQUtzdEQhT73Ry { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.4375rem;left:53.5625rem;height:12.5986125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gv07nTbCoiHNGWUvMzRKLE4pVGfE9wEO { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:23.1875rem;top:7.0625rem;left:51.8125rem;display:block; }
#xbOffODxTmseexkntHlJoMHq22ID9BOw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row .container { background-color: transparent; background-image: none; }#xbOffODxTmseexkntHlJoMHq22ID9BOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row .container > .video-iframe-container { display: none; }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row > .video-iframe-container { display: none; }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .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); }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row .container { border-width: 0; border-radius: 0; }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;position:relative;display:block; }#dxaXEsHSsv3y2FsW6uN1v88A7LdGHw4I { color:#3c3c3c;display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:36.625rem;left:0rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1CxpkXgtyfWAmIBGGGN1i4gvZgGIXkh { color:#3c3c3c;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.849609375rem;left:0rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzsKrrLtDAAkhqyVLmOr7k9WdaQCsmNu { color:#3c3c3c;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:53.75rem;left:0rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cbzihTZCSlyKm1R4DzLWkMMdd5qm8P3p { color:#3c3c3c;display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:12.1494140625rem;left:0rem;height:22rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUPU6BmvVn842m9M0bvXDDxCs4bIuMr6 { color:#3c3c3c;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:38.9375rem;left:0rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PippJJcLLbteJ0yQXhW4V2PZSCg0R08K { color:#3c3c3c;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:51.4375rem;left:0rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kEqwDMF6A4lg1rs8yWT8mlVCHg7I01dz { color:#3c3c3c;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:26.6748046875rem;left:37.5rem;height:16rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mvXIZkW9UvlmbluMVBLWozm5lPS0nI6M { color:#3c3c3c;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.375rem;left:37.5rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NITX0pBVNx5XFQmRtOO34ouruKg1P6BH { color:#3c3c3c;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:11.875rem;left:37.5rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8i1vJPZT8rLLeDvCbG3MMEM3phCiePq { color:#3c3c3c;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:9.875rem;left:37.5rem;height:2.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7MTudV3C5erqbFTqZpFThAa6MkhuqWq { color:#0e5bb7;display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#eztPbd5i7OsxKNvW8f9wehVmFv6f9XDH { color:#0d58af;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:46.375rem;left:37.5rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEdiEp7SX3AqsQm3cohb2BSbAQrU16J4 { background-color:transparent;background-image:none;border-top:0.125rem solid #39a32b;border-left:0.125rem solid #39a32b;border-right:0.125rem solid #39a32b;border-bottom:0.125rem solid #39a32b;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#39a32b;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:53.375rem;left:37.5rem;display:block; }
#Zu85TCvrnJl0rA3epiTSuZ3FZ6dJ9TTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#latp1psoxKt2zU9heXV0ltwTa9F2mh4P { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:48rem;left:37.5rem;display:none; }
#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row .container { background-color: transparent; background-image: none; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row .container > .video-iframe-container { display: none; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row > .video-iframe-container { display: none; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .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); }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row .container { border-width: 0; border-radius: 0; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#FlHsoFNOsD4S0fOCPMoqKo5vhmyid0GP { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #faf9f6);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #faf9f6);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #faf9f6);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #faf9f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#faf9f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#faf9f6' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-0),1), #faf9f6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.375rem;width:53.75rem;top:3.375rem;left:0rem;display:block; }
#m3cdWAvl2EZsoS99ulFhqrObZ51rgEsa { color:#0e5bb7;display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.5rem;left:2.875rem;height:6.75rem;font-style:normal;display:block; }
#minkSulTJF1pifP4vBfvkIzDukLnDHd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.6875rem;left:2.875rem;height:21.375rem;font-style:normal;display:block; }
#DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva { position:absolute;display:block;z-index:15004;background-color:#adaab8;background-image:url("https://images.assets-landingi.com/uc/5867514c-c730-4499-9635-01b76ee7fd34/BANNERconvertio.crop_609x586_607,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.3125rem;width:29.1875rem;top:3.375rem;left:45.8125rem;display:block; }#DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva.adaptive-delivery-prevent-bg, #DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva.lazyload, #DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva.lazyloading { background-image: none; }
#kXO0B1RfcnFyi3w904R38KCCKReQqLys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row .container { background-color: transparent; background-image: none; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row .container > .video-iframe-container { display: none; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row > .video-iframe-container { display: none; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .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); }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row .container { border-width: 0; border-radius: 0; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#TnRoaepTl5TCyK0PqQMQi0P7ubbfoHgH { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.0625rem;width:73.1875rem;top:3.125rem;left:0rem;display:block; }
#s8NWK9TOFGZUyDDPIoKx9PaVcLr6mstK { background-color:#23c561;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.8125rem;left:37.875rem;display:block; }
#cW3LEGEpxqPRurNvOPq1cDfMkEiFRkEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VpWqEOnp5qEpbuVwnl0J8nl3A4Fr6v4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:8.8125rem;left:37.875rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vvKpsQ42VgKLE3e2LFVbu3zGrX0BWA7c { position:absolute;display:block;z-index:15014;height:12.6875rem;width:28.375rem;top:5.75rem;left:3.3125rem;display:block; }
#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row .container { background-color: transparent; background-image: none; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row .container > .video-iframe-container { display: none; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row > .video-iframe-container { display: none; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .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); }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row .container { border-width: 0; border-radius: 0; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#TTAhFtoPHwW1TzEngN94kfJUPDvKCVKm { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:3.9375rem;left:29.4375rem;height:28rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mW92x4u4qwA8Nw3moo04VUIeTfqoEvi8 { color:#0e5bb7;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#aWMsVD53PhRnfAVxTXOZo6JfuJCG0898 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#f8f8f8' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:37.5rem;top:7.3125rem;left:37.5rem;display:block; }
#a8lvqktCKlTVCWCDdioHXZnqRq81PCrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a8lvqktCKlTVCWCDdioHXZnqRq81PCrt > .row .container { border-width: 0; border-radius: 0; }#a8lvqktCKlTVCWCDdioHXZnqRq81PCrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8lvqktCKlTVCWCDdioHXZnqRq81PCrt > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:none; }#c3WkWLc2y3TauFru0UVUU47Wn3w9QD93 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:11.6875rem;left:0rem;height:28rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAVmA8wRnkQfyw65SgSRPZAiQBg64J96 { color:#0e5bb7;display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#siNhHMoXbrnF0LcNdw68DuOOEX6ScMn1 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#f8f8f8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0)', endColorstr='#f8f8f8' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-2),0), #f8f8f8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:37.5rem;top:7.3125rem;left:37.5rem;display:block; }
#BFicP1luvG1ttKozzp9qaiWoFVs74l9L { color:rgba(var(--color-tertiary-3),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:11.6875rem;left:40rem;height:34rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E { position:relative;display:none; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E { border-width: 0; border-radius: 0; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .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; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK { position:relative;display:block; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK { background-color: transparent; background-image: none; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .row .container > .video-iframe-container { display: none; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .row > .video-iframe-container { display: none; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .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); }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK { border-width: 0; border-radius: 0; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .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; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .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:11.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mvFBFEmuHgZINJiGMhCDqZLywoJU7Erx { color:#0e5bb7;display:block;width:54.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.0625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf { position:relative;display:block; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf { background-color: transparent; background-image: none; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .row .container > .video-iframe-container { display: none; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .row > .video-iframe-container { display: none; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .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); }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf { border-width: 0; border-radius: 0; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .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; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .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:21.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fGXqSvf3gX4sgE7WqpIobJdtuc6254Cs { 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:13.8125rem;width:22.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HzlaikxkTWXWhXe45f1zTdKIQWkkFTgK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:23.5rem;top:0.1875rem;left:25.75rem;overflow:hidden;display:block; }
#b03OxHgHiDcXvbx4DtTApPmG4TZEBKiu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:23.3125rem;top:0rem;left:51.6875rem;overflow:hidden;display:block; }
#TE05X9fcWWLiknSwczhsQUgos5Jbd69y { position:relative;display:block; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y { background-color: transparent; background-image: none; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .row .container > .video-iframe-container { display: none; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .row > .video-iframe-container { display: none; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .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); }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y { border-width: 0; border-radius: 0; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .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; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .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:14.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VxuuZCq7SFyATnCXNWNBe2flgPQBp7mq { 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:8.3125rem;width:21.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yX7SyfNInzrLusve8GAfM4ZlcOQTkHtp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:23rem;top:0rem;left:26rem;overflow:hidden;display:block; }
#rclVMNCcdgMdAcSkTqoRXU0OSU8EeaP1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:22.6875rem;top:0.0625rem;left:52.3125rem;overflow:hidden;display:block; }
#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ { position:relative;display:block; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ { background-color: transparent; background-image: none; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .row .container > .video-iframe-container { display: none; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .row > .video-iframe-container { display: none; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .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); }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ { border-width: 0; border-radius: 0; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .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; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .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:14.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B2cmTM4nkBOLDm8Fi5mxHz32H1WSXkQM { 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:7.4375rem;width:22.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hr2fuyh4h090Sh5CkuXxhh3aPUxwgInA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:23.1875rem;top:0rem;left:25.90625rem;overflow:hidden;display:block; }
#ErdEnkdZCydoelk8Dc3TO3NTCPcpc8zu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:23rem;top:0rem;left:52rem;overflow:hidden;display:block; }
#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 { position:relative;display:block; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 { background-color: transparent; background-image: none; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .row .container > .video-iframe-container { display: none; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .row > .video-iframe-container { display: none; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .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); }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 { border-width: 0; border-radius: 0; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .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; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .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:15.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FeBUuyy35AnNWvz5AUUN1RhQRwGkz8mg { 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:8.375rem;width:22.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PvkrUIlItNInTxrAVE89yuEgXGVtZSPe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:18.4375rem;top:0rem;left:26.34375rem;overflow:hidden;display:block; }
#Zpkxvti0cdShqGLvE56o7mRNEyNTetOF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:23.8125rem;top:0rem;left:51.1875rem;overflow:hidden;display:block; }
#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w { position:relative;display:block; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w { background-color: transparent; background-image: none; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .row .container > .video-iframe-container { display: none; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .row > .video-iframe-container { display: none; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .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); }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w { border-width: 0; border-radius: 0; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .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; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .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:12.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R9a41qxrUV1ST15pfnai3hHMQKSygKu1 { color:#3c3c3c;display:block;width:73.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:2.8125rem;left:0rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x { position:relative;display:none; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x { border-width: 0; border-radius: 0; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .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; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row .container { background-color: transparent; background-image: none; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row .container > .video-iframe-container { display: none; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row > .video-iframe-container { display: none; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .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); }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row .container { border-width: 0; border-radius: 0; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#XbNkTVGO3ktn1WCE6hwBQ8ewFMVoByPi { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.375rem;left:34.875rem;height:5.625rem;font-style:normal;display:block; }
#rlkM8aDo0xmNeghgKOmwMUe6PLdEP2H0 { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:10.375rem;left:34.875rem;height:3.5625rem;font-style:normal;display:block; }
#ahowcmpP3hg1lfRTtPi1k8V77NEB4Df9 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f9434734-c24a-4cfe-9cc2-f8ffdd299c01/download20250527T173539566.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:43.3125rem;width:29.1875rem;top:4.5rem;left:0rem;display:block; }#ahowcmpP3hg1lfRTtPi1k8V77NEB4Df9.adaptive-delivery-prevent-bg, #ahowcmpP3hg1lfRTtPi1k8V77NEB4Df9.lazyload, #ahowcmpP3hg1lfRTtPi1k8V77NEB4Df9.lazyloading { background-image: none; }
#a1tTJapIgH9e7MD0pLZ4qayP8yIDLNOo { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.625rem;left:34.875rem;height:10.5rem;font-style:normal;display:block; }#a1tTJapIgH9e7MD0pLZ4qayP8yIDLNOo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a1tTJapIgH9e7MD0pLZ4qayP8yIDLNOo li:before{  }
#q6gSHiTd2A5CDO98APPcS7wOchDM4Www { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:28.25rem;left:34.875rem;height:19.49709375rem;font-style:normal;display:block; }
#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row .container { background-color: transparent; background-image: none; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row .container > .video-iframe-container { display: none; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row > .video-iframe-container { display: none; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .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); }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row .container { border-width: 0; border-radius: 0; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#IpwB7MqclT880i5iXPqpfzLWdcTzS0Pz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.8;letter-spacing:0;top:19.25rem;left:19.0625rem;height:1.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z0OIuJqRPZwkm98l8e3nsC6JweH3hvZt { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.3125rem;left:13.5rem;height:9.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aAoJmmotZh9Uo2r3kXLeWRLC4bASXdcl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:11.375rem;left:17rem;height:3.3984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#woIccmzIs0d9kSI08NpTLTXs5eTFwbQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:7.4375rem;left:40.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bV9HxyuQTTHw7cpPb3dTD0HPpoOu5cpA { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:12.75rem;left:40.5rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWt78MLM9Glo78I9J2ZyV6vpeHBTkAmM { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:15.5625rem;left:13.5rem;height:3.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nPhMlZzOetB1JTATk009mJWD9R1ndKvz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:21.875rem;width:0.0625rem;top:2.1875rem;left:37.4375rem;display:block; }
#vChsLxzUxyQ2Osh5nMGE68csCxi1wP6G { background-color:#23c561;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19rem;left:40.5rem;display:block; }
#BXZyB4GBckG8AuWaWHfWEkLOvA4z6gEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOpbqkaglwStyESCErNADwW8H514bWes { background-color:#23c561;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:21.625rem;left:40.5rem;display:none; }
#B1cvdpOxJl9HTXI1OKyzaWQwz7F8XDfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 { background-color: transparent; background-image: none; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .row .container > .video-iframe-container { display: none; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .row > .video-iframe-container { display: none; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .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); }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 { border-width: 0; border-radius: 0; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .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; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BzNuFzezh4Ol9Dq6TpGC18DxHtN2v9kk { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.25rem;display:block; }
#lGbFo4MnqZS0nTQDT7EWrIBom7yTUTe9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A420zfJzwzTlcbQlzwncuEmZsGcRFC5s { box-sizing:content-box;color:#000000;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#dxe5gsCHwHcMaZAT17tPF5S8swOK9eq1 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#JrP8IUCt7WSTrbov4Ry4Z8XrGesC64yN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qw85rPWqzp4spnpVRdhGs4JORUVPfC7d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#cDSKtCaWSenBeXgpllmcZOU5QhnUZMlp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ika04rgTUqQLzcrJ2qHDKGe0Uun0dRMQ { width:40.25rem;height:10.125rem;top:17.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO7fWlGdoRy1tK74dK4X2IGuK04vNbl7 { width:22.3125rem;height:4.375rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2TTTbQ4blP7xy5NFw2EoqHAskqKzND { display:block; }
 }@media only screen and (max-width: 763px) { #mIa4gfLIvVN7lDpl9lbFfmgiI605OkLe { width:1.8125rem;height:1.8125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWlTmAyqVT4lVBla17E7vCnRlLCgJ8v { width:40.8125rem;height:1.5rem;top:28rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ2z4ZGkIgotnuDzkKaTwAo4lTLXdu5K { width:47.75rem;height:30.25rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2OmB5mQCnyxZedh96f6TxgXLo5xUxX { width:23.375rem;height:30.1875rem;top:12.875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y57EogCUrN9JzgEcsRGS0z9TT4TryhIl { width:23.6875rem;height:37.0625rem;top:6rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pGBdhmUlXh6lwHzvyNXTWy2vsyopmW { width:41.25rem;height:7.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO8g7KFSFzB4o6cJ15U7EVEFzS053D1C { width:22.6875rem;height:1.875rem;top:8.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCrDS5EPSil3uAdxX7xAcLFrbZbq3UMg { width:13.4375rem;height:1.375rem;top:8.4375rem;left:34.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szruT4UMwqUkX7u68ZFhawumt3rebab8 { width:0.9375rem;height:0.9375rem;top:8.625rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVasSoAtvTXMfXT7wl0zPSsJLQiaHFLq { width:7.4375rem;height:2.25rem;top:18.25rem;left:40.3125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty8L3foccZNlPIPkTKiW0iPcDvFczWW6 { width:10.375rem;height:2rem;top:33.625rem;left:14.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T { display:block; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXBGnDyVU9nNQwQCRdwRVDTGtOSatxrl { width:23.125rem;height:14.375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #movFSIg0Xo3md00qcF9qPohZZc6JdCCT { width:18.0625rem;height:8.9375rem;top:4.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSIx64THoEOIcWRXoqq4oAydBJRlJ5mt { width:23.1875rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPFRZ7zDFKy0DNBzuCuTAuivDGLy2she { width:23.125rem;height:14.375rem;top:2.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU2FRTWNK19Sz1nRK4A7BnWKGp01i8ED { width:18.0625rem;height:10.75rem;top:4.5rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5vzhi9hN0iyK7qobzKcwRebTT1m5Zms { width:23.1875rem;height:0.0625rem;top:7.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9AGu4LgamaGR0H3zDLuTAb8GZlef3iL { width:23.125rem;height:14.375rem;top:2.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzQJ98I1X4Je1lFDAxzQUtzdEQhT73Ry { width:19.8125rem;height:10.75rem;top:4.4375rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv07nTbCoiHNGWUvMzRKLE4pVGfE9wEO { width:23.1875rem;height:0.0625rem;top:7.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbOffODxTmseexkntHlJoMHq22ID9BOw { display:block; }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxaXEsHSsv3y2FsW6uN1v88A7LdGHw4I { width:22.6875rem;height:2.25rem;top:36.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CxpkXgtyfWAmIBGGGN1i4gvZgGIXkh { width:33rem;height:2.25rem;top:9.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzsKrrLtDAAkhqyVLmOr7k9WdaQCsmNu { width:13.375rem;height:4rem;top:53.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbzihTZCSlyKm1R4DzLWkMMdd5qm8P3p { width:30.6875rem;height:22rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPU6BmvVn842m9M0bvXDDxCs4bIuMr6 { width:33.1875rem;height:10rem;top:38.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PippJJcLLbteJ0yQXhW4V2PZSCg0R08K { width:17.3125rem;height:2.25rem;top:51.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqwDMF6A4lg1rs8yWT8mlVCHg7I01dz { width:20.3125rem;height:16rem;top:26.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvXIZkW9UvlmbluMVBLWozm5lPS0nI6M { width:23.75rem;height:2.25rem;top:24.375rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITX0pBVNx5XFQmRtOO34ouruKg1P6BH { width:24.5rem;height:10rem;top:11.875rem;left:23.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8i1vJPZT8rLLeDvCbG3MMEM3phCiePq { width:29rem;height:2.25rem;top:9.875rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7MTudV3C5erqbFTqZpFThAa6MkhuqWq { width:40.125rem;height:3.375rem;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztPbd5i7OsxKNvW8f9wehVmFv6f9XDH { width:22.375rem;height:5.25rem;top:46.375rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEdiEp7SX3AqsQm3cohb2BSbAQrU16J4 { width:22.0625rem;height:3.625rem;top:53.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu85TCvrnJl0rA3epiTSuZ3FZ6dJ9TTg { display:block; }
 }@media only screen and (max-width: 763px) { #latp1psoxKt2zU9heXV0ltwTa9F2mh4P { width:31.25rem;height:0.125rem;top:48rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp { display:block; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlHsoFNOsD4S0fOCPMoqKo5vhmyid0GP { width:47.75rem;height:31.375rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3cdWAvl2EZsoS99ulFhqrObZ51rgEsa { width:40.125rem;height:6.8125rem;top:6.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #minkSulTJF1pifP4vBfvkIzDukLnDHd8 { width:39rem;height:17.8125rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva { width:29.1875rem;height:31.3125rem;top:3.375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXO0B1RfcnFyi3w904R38KCCKReQqLys { display:block; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnRoaepTl5TCyK0PqQMQi0P7ubbfoHgH { width:47.75rem;height:18.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8NWK9TOFGZUyDDPIoKx9PaVcLr6mstK { width:30.8125rem;height:4.0625rem;top:13.8125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3LEGEpxqPRurNvOPq1cDfMkEiFRkEp { display:block; }
 }@media only screen and (max-width: 763px) { #VpWqEOnp5qEpbuVwnl0J8nl3A4Fr6v4Q { width:31.25rem;height:3.5625rem;top:8.8125rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKpsQ42VgKLE3e2LFVbu3zGrX0BWA7c { width:28.375rem;height:12.6875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf069JO6ICbhEzkA1tgssEAIT9yzexkk { display:block; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTAhFtoPHwW1TzEngN94kfJUPDvKCVKm { width:30.8125rem;height:28rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW92x4u4qwA8Nw3moo04VUIeTfqoEvi8 { width:21.4375rem;height:6.75rem;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWMsVD53PhRnfAVxTXOZo6JfuJCG0898 { width:37.5rem;height:3.5rem;top:7.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8lvqktCKlTVCWCDdioHXZnqRq81PCrt { display:block; }#a8lvqktCKlTVCWCDdioHXZnqRq81PCrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3WkWLc2y3TauFru0UVUU47Wn3w9QD93 { width:30.8125rem;height:28rem;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVmA8wRnkQfyw65SgSRPZAiQBg64J96 { width:40.125rem;height:3.375rem;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siNhHMoXbrnF0LcNdw68DuOOEX6ScMn1 { width:37.5rem;height:3.5rem;top:7.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFicP1luvG1ttKozzp9qaiWoFVs74l9L { width:34rem;height:34rem;top:11.6875rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E { display:none; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK { display:block; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvFBFEmuHgZINJiGMhCDqZLywoJU7Erx { width:47.75rem;height:3.375rem;top:4.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf { display:block; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGXqSvf3gX4sgE7WqpIobJdtuc6254Cs { width:22.5625rem;height:13.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzlaikxkTWXWhXe45f1zTdKIQWkkFTgK { width:23.5rem;height:14.9375rem;top:0.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03OxHgHiDcXvbx4DtTApPmG4TZEBKiu { width:23.3125rem;height:15.5rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE05X9fcWWLiknSwczhsQUgos5Jbd69y { display:block; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxuuZCq7SFyATnCXNWNBe2flgPQBp7mq { width:21.625rem;height:8.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX7SyfNInzrLusve8GAfM4ZlcOQTkHtp { width:23rem;height:8.5625rem;top:0rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rclVMNCcdgMdAcSkTqoRXU0OSU8EeaP1 { width:22.6875rem;height:8.1875rem;top:0.0625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ { display:block; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2cmTM4nkBOLDm8Fi5mxHz32H1WSXkQM { width:22.6875rem;height:7.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr2fuyh4h090Sh5CkuXxhh3aPUxwgInA { width:23.1875rem;height:8.75rem;top:0rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErdEnkdZCydoelk8Dc3TO3NTCPcpc8zu { width:23rem;height:9.875rem;top:0rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 { display:block; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeBUuyy35AnNWvz5AUUN1RhQRwGkz8mg { width:22.3125rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvkrUIlItNInTxrAVE89yuEgXGVtZSPe { width:18.4375rem;height:7.1875rem;top:0rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpkxvti0cdShqGLvE56o7mRNEyNTetOF { width:23.8125rem;height:13.0625rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w { display:block; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9a41qxrUV1ST15pfnai3hHMQKSygKu1 { width:47.75rem;height:3.25rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x { display:none; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI { display:block; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbNkTVGO3ktn1WCE6hwBQ8ewFMVoByPi { width:27.5rem;height:5.625rem;top:4.375rem;left:20.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlkM8aDo0xmNeghgKOmwMUe6PLdEP2H0 { width:39rem;height:3.5625rem;top:10.375rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahowcmpP3hg1lfRTtPi1k8V77NEB4Df9 { width:29.1875rem;height:43.3125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tTJapIgH9e7MD0pLZ4qayP8yIDLNOo { width:35.0625rem;height:10.5rem;top:15.625rem;left:12.6875rem;font-size:1.0625rem;display:block; }#a1tTJapIgH9e7MD0pLZ4qayP8yIDLNOo li:before{  }
 }@media only screen and (max-width: 763px) { #q6gSHiTd2A5CDO98APPcS7wOchDM4Www { width:39rem;height:19.4375rem;top:28.25rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 { display:block; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpwB7MqclT880i5iXPqpfzLWdcTzS0Pz { width:15.625rem;height:1.125rem;top:19.25rem;left:5.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OIuJqRPZwkm98l8e3nsC6JweH3hvZt { width:21.1875rem;height:6.125rem;top:4.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAoJmmotZh9Uo2r3kXLeWRLC4bASXdcl { width:17.6875rem;height:3.375rem;top:11.375rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woIccmzIs0d9kSI08NpTLTXs5eTFwbQQ { width:21rem;height:4rem;top:7.4375rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV9HxyuQTTHw7cpPb3dTD0HPpoOu5cpA { width:18.625rem;height:4rem;top:12.75rem;left:26.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWt78MLM9Glo78I9J2ZyV6vpeHBTkAmM { width:21.1875rem;height:3.0625rem;top:15.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPhMlZzOetB1JTATk009mJWD9R1ndKvz { width:0.0625rem;height:21.875rem;top:2.1875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vChsLxzUxyQ2Osh5nMGE68csCxi1wP6G { width:18rem;height:3.75rem;top:19rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXZyB4GBckG8AuWaWHfWEkLOvA4z6gEu { display:block; }
 }@media only screen and (max-width: 763px) { #WOpbqkaglwStyESCErNADwW8H514bWes { width:18rem;height:3.75rem;top:21.625rem;left:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1cvdpOxJl9HTXI1OKyzaWQwz7F8XDfd { display:block; }
 }@media only screen and (max-width: 763px) { #FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 { display:block; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzNuFzezh4Ol9Dq6TpGC18DxHtN2v9kk { width:8.0625rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbFo4MnqZS0nTQDT7EWrIBom7yTUTe9 { display:block; }
 }@media only screen and (max-width: 763px) { #A420zfJzwzTlcbQlzwncuEmZsGcRFC5s { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxe5gsCHwHcMaZAT17tPF5S8swOK9eq1 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrP8IUCt7WSTrbov4Ry4Z8XrGesC64yN { display:block; }
 }@media only screen and (max-width: 763px) { #qw85rPWqzp4spnpVRdhGs4JORUVPfC7d { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDSKtCaWSenBeXgpllmcZOU5QhnUZMlp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;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 { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ika04rgTUqQLzcrJ2qHDKGe0Uun0dRMQ { width:20rem;height:5.361325rem;top:11.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tO7fWlGdoRy1tK74dK4X2IGuK04vNbl7 { width:17.8125rem;height:4.375rem;top:21.6875rem;left:1.125rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.15) ;background-color:#23c561;background-image:none;color:#ffffff;border-top:0;border-left:1.875rem solid #23c561;border-right:0;border-bottom:0;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2TTTbQ4blP7xy5NFw2EoqHAskqKzND { display:block; }
 }@media only screen and (max-width: 763px) { #mIa4gfLIvVN7lDpl9lbFfmgiI605OkLe { display:flex;width:1.5625rem;height:1.5625rem;top:23rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #lTWlTmAyqVT4lVBla17E7vCnRlLCgJ8v { width:20rem;height:2.923825rem;top:17.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aJ2z4ZGkIgotnuDzkKaTwAo4lTLXdu5K { width:20rem;height:31.6875rem;top:9.3125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2OmB5mQCnyxZedh96f6TxgXLo5xUxX { width:20rem;height:22.0625rem;top:33.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y57EogCUrN9JzgEcsRGS0z9TT4TryhIl { width:20rem;height:26.75rem;top:29.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5pGBdhmUlXh6lwHzvyNXTWy2vsyopmW { width:20rem;height:3.75rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO8g7KFSFzB4o6cJ15U7EVEFzS053D1C { width:14.4375rem;height:1.29980625rem;top:7.125rem;left:5.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCrDS5EPSil3uAdxX7xAcLFrbZbq3UMg { width:9.875rem;height:1rem;top:1.3125rem;left:5.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szruT4UMwqUkX7u68ZFhawumt3rebab8 { display:flex;width:0.6875rem;height:0.6875rem;top:1.5rem;left:5.0625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #EVasSoAtvTXMfXT7wl0zPSsJLQiaHFLq { width:6.625rem;height:2.0234375rem;top:36.6875rem;left:12.4375rem;font-size:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ty8L3foccZNlPIPkTKiW0iPcDvFczWW6 { width:10.375rem;height:2rem;top:27.125rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T { display:block; }#gWxLTCptvzLz3HeNiAMT5BuN1IZ7RB0T > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXBGnDyVU9nNQwQCRdwRVDTGtOSatxrl { width:20rem;height:12.375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #movFSIg0Xo3md00qcF9qPohZZc6JdCCT { width:19.3125rem;height:8.999025rem;top:3.4375rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSIx64THoEOIcWRXoqq4oAydBJRlJ5mt { width:20rem;height:0.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPFRZ7zDFKy0DNBzuCuTAuivDGLy2she { width:20rem;height:14.125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU2FRTWNK19Sz1nRK4A7BnWKGp01i8ED { width:19.3125rem;height:10.7988625rem;top:18.4375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5vzhi9hN0iyK7qobzKcwRebTT1m5Zms { width:20rem;height:0.125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9AGu4LgamaGR0H3zDLuTAb8GZlef3iL { width:20rem;height:16rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzQJ98I1X4Je1lFDAxzQUtzdEQhT73Ry { width:18.125rem;height:12.5986125rem;top:35.27734375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv07nTbCoiHNGWUvMzRKLE4pVGfE9wEO { width:20rem;height:0.125rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbOffODxTmseexkntHlJoMHq22ID9BOw { display:block; }#xbOffODxTmseexkntHlJoMHq22ID9BOw > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxaXEsHSsv3y2FsW6uN1v88A7LdGHw4I { width:19.3125rem;height:2rem;top:29.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1CxpkXgtyfWAmIBGGGN1i4gvZgGIXkh { width:19.9375rem;height:2rem;top:7.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzsKrrLtDAAkhqyVLmOr7k9WdaQCsmNu { width:13.375rem;height:3.199225rem;top:44.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbzihTZCSlyKm1R4DzLWkMMdd5qm8P3p { width:16.5rem;height:17.5957375rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPU6BmvVn842m9M0bvXDDxCs4bIuMr6 { width:20rem;height:7.9980625rem;top:31.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PippJJcLLbteJ0yQXhW4V2PZSCg0R08K { width:17.3125rem;height:2rem;top:42.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqwDMF6A4lg1rs8yWT8mlVCHg7I01dz { width:13.375rem;height:14.39650625rem;top:66.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvXIZkW9UvlmbluMVBLWozm5lPS0nI6M { width:20rem;height:2rem;top:64.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NITX0pBVNx5XFQmRtOO34ouruKg1P6BH { width:20rem;height:7.9980625rem;top:54.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8i1vJPZT8rLLeDvCbG3MMEM3phCiePq { width:20rem;height:4rem;top:50.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7MTudV3C5erqbFTqZpFThAa6MkhuqWq { width:17.75rem;height:2.4rem;top:3.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztPbd5i7OsxKNvW8f9wehVmFv6f9XDH { width:18.625rem;height:4.986325rem;top:85.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEdiEp7SX3AqsQm3cohb2BSbAQrU16J4 { width:18rem;height:3.625rem;top:91.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu85TCvrnJl0rA3epiTSuZ3FZ6dJ9TTg { display:block; }
 }@media only screen and (max-width: 763px) { #latp1psoxKt2zU9heXV0ltwTa9F2mh4P { width:20rem;height:0.125rem;top:82.9375rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp { display:block; }#mbQH7LLy17pHB55EHe8BOFg6VbKDXPBp > .row .container { width:20rem;height:57.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlHsoFNOsD4S0fOCPMoqKo5vhmyid0GP { width:20rem;height:40.25rem;top:4.0625rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3cdWAvl2EZsoS99ulFhqrObZ51rgEsa { width:14.625rem;height:4.798825rem;top:6.625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #minkSulTJF1pifP4vBfvkIzDukLnDHd8 { width:16.125rem;height:21rem;top:12.875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva { width:20rem;height:19.375rem;top:35.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#adaab8;background-image:url("https://images.assets-landingi.com/uc/5867514c-c730-4499-9635-01b76ee7fd34/BANNERconvertio.crop_609x586_607,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva.adaptive-delivery-prevent-bg, #DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva.lazyload, #DGPN3E0wVV5CMViWT2GZUJlLnbpuVJva.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kXO0B1RfcnFyi3w904R38KCCKReQqLys { display:block; }#kXO0B1RfcnFyi3w904R38KCCKReQqLys > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnRoaepTl5TCyK0PqQMQi0P7ubbfoHgH { width:20rem;height:16.6875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8NWK9TOFGZUyDDPIoKx9PaVcLr6mstK { width:17.0625rem;height:4.0625rem;top:11rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW3LEGEpxqPRurNvOPq1cDfMkEiFRkEp { display:block; }
 }@media only screen and (max-width: 763px) { #VpWqEOnp5qEpbuVwnl0J8nl3A4Fr6v4Q { width:17.125rem;height:7.2rem;top:2.5rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKpsQ42VgKLE3e2LFVbu3zGrX0BWA7c { width:20rem;height:12.6875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf069JO6ICbhEzkA1tgssEAIT9yzexkk { display:block; }#Rf069JO6ICbhEzkA1tgssEAIT9yzexkk > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTAhFtoPHwW1TzEngN94kfJUPDvKCVKm { width:20rem;height:22.3906375rem;top:10.8125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mW92x4u4qwA8Nw3moo04VUIeTfqoEvi8 { width:19rem;height:4.798825rem;top:2.787109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWMsVD53PhRnfAVxTXOZo6JfuJCG0898 { width:20rem;height:1.625rem;top:50.63671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8lvqktCKlTVCWCDdioHXZnqRq81PCrt { display:none; }#a8lvqktCKlTVCWCDdioHXZnqRq81PCrt > .row .container { width:20rem;height:72.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c3WkWLc2y3TauFru0UVUU47Wn3w9QD93 { width:20rem;height:22.3906375rem;top:10.8125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EAVmA8wRnkQfyw65SgSRPZAiQBg64J96 { width:19rem;height:4.798825rem;top:2.787109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #siNhHMoXbrnF0LcNdw68DuOOEX6ScMn1 { width:20rem;height:1.625rem;top:50.63671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFicP1luvG1ttKozzp9qaiWoFVs74l9L { width:20rem;height:29.3876625rem;top:37.9375rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E { background-color:#0635c9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row .container { background-color: transparent; background-image: none; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row .container > .video-iframe-container { display: none; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row > .video-iframe-container { display: none; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .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); }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row .container { border-width: 0; border-radius: 0; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uUq9lZEECyMvTII6cUDxbmvAeLJJqy7E > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK { display:block; }#DkUcPNzdtDenhOnoK8PGrPZlsmTTUkyK > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvFBFEmuHgZINJiGMhCDqZLywoJU7Erx { width:18.5rem;height:5.25rem;top:4rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf { display:block; }#RUkcRJftTBlM9JC7MB5J0RZcdMVbl9Vf > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGXqSvf3gX4sgE7WqpIobJdtuc6254Cs { width:20rem;height:12.2431875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzlaikxkTWXWhXe45f1zTdKIQWkkFTgK { width:20rem;height:12.7119375rem;top:15.3681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b03OxHgHiDcXvbx4DtTApPmG4TZEBKiu { width:20rem;height:13.296875rem;top:31.205078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE05X9fcWWLiknSwczhsQUgos5Jbd69y { display:block; }#TE05X9fcWWLiknSwczhsQUgos5Jbd69y > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxuuZCq7SFyATnCXNWNBe2flgPQBp7mq { width:20rem;height:7.6875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX7SyfNInzrLusve8GAfM4ZlcOQTkHtp { width:20rem;height:7.4453125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rclVMNCcdgMdAcSkTqoRXU0OSU8EeaP1 { width:20rem;height:7.2168125rem;top:24.5078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ { display:block; }#nBAUTqQvAi8SGMtmZcePfT7rp5InnbuZ > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2cmTM4nkBOLDm8Fi5mxHz32H1WSXkQM { width:20rem;height:6.5556875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr2fuyh4h090Sh5CkuXxhh3aPUxwgInA { width:20rem;height:7.5471698113206rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErdEnkdZCydoelk8Dc3TO3NTCPcpc8zu { width:20rem;height:8.5869375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 { display:block; }#yLEM0rwXEG1PNJT2SBb32ufJ7nqNRcs5 > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FeBUuyy35AnNWvz5AUUN1RhQRwGkz8mg { width:20rem;height:7.5068125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvkrUIlItNInTxrAVE89yuEgXGVtZSPe { width:18.4375rem;height:7.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zpkxvti0cdShqGLvE56o7mRNEyNTetOF { width:20rem;height:10.9706875rem;top:22.505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w { display:block; }#Ww6sOTaKiCGDxGfX9G5u2LI9VpuxOt2w > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9a41qxrUV1ST15pfnai3hHMQKSygKu1 { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9434734-c24a-4cfe-9cc2-f8ffdd299c01/download20250527T173539566.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x.adaptive-delivery-prevent-bg, #MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x.lazyload, #MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x.lazyloading { background-image: none; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row .container { background-color: transparent; background-image: none; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row .container > .video-iframe-container { display: none; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row > .video-iframe-container { display: none; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .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); }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row .container { border-width: 0; border-radius: 0; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIS37VA9wJswqylTAtNKP2FFmoTZ3h7x > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI { display:block; }#cmfXg1cFsXnPu6vTtLQuL0HVsVBe4kFI > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbNkTVGO3ktn1WCE6hwBQ8ewFMVoByPi { width:18.8125rem;height:3.75rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlkM8aDo0xmNeghgKOmwMUe6PLdEP2H0 { width:20rem;height:4.21875rem;top:6.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahowcmpP3hg1lfRTtPi1k8V77NEB4Df9 { width:20rem;height:28.75rem;top:44.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1tTJapIgH9e7MD0pLZ4qayP8yIDLNOo { width:20rem;height:16.875rem;top:12.625rem;left:0rem;font-size:1.0625rem;display:block; }#a1tTJapIgH9e7MD0pLZ4qayP8yIDLNOo li:before{  }
 }@media only screen and (max-width: 763px) { #q6gSHiTd2A5CDO98APPcS7wOchDM4Www { width:20rem;height:19rem;top:31.125rem;left:0rem;font-size:0.625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 { display:block; }#WksSI5Ug5S7EKg0mQgusX1HXw3tTkHk1 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpwB7MqclT880i5iXPqpfzLWdcTzS0Pz { width:15.625rem;height:1.125rem;top:2.75rem;left:2.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0OIuJqRPZwkm98l8e3nsC6JweH3hvZt { width:20rem;height:4.798825rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aAoJmmotZh9Uo2r3kXLeWRLC4bASXdcl { width:17.6875rem;height:2.9746125rem;top:9.171875rem;left:1.15625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #woIccmzIs0d9kSI08NpTLTXs5eTFwbQQ { width:20rem;height:4rem;top:31.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bV9HxyuQTTHw7cpPb3dTD0HPpoOu5cpA { width:18.625rem;height:4rem;top:37.0625rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWt78MLM9Glo78I9J2ZyV6vpeHBTkAmM { width:20rem;height:1.92480625rem;top:24.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPhMlZzOetB1JTATk009mJWD9R1ndKvz { width:20rem;height:0.0625rem;top:21.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vChsLxzUxyQ2Osh5nMGE68csCxi1wP6G { width:19rem;height:3.75rem;top:14.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXZyB4GBckG8AuWaWHfWEkLOvA4z6gEu { display:block; }
 }@media only screen and (max-width: 763px) { #WOpbqkaglwStyESCErNADwW8H514bWes { width:14.5rem;height:3.75rem;top:19.4375rem;left:2.75rem;z-index:15013;color:#ffffff;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B1cvdpOxJl9HTXI1OKyzaWQwz7F8XDfd { display:block; }
 }@media only screen and (max-width: 763px) { #FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#FviNNSWzI7xviudGx3dxHcAvf3d8Z2e2 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzNuFzezh4Ol9Dq6TpGC18DxHtN2v9kk { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbFo4MnqZS0nTQDT7EWrIBom7yTUTe9 { display:block; }
 }@media only screen and (max-width: 763px) { #A420zfJzwzTlcbQlzwncuEmZsGcRFC5s { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dxe5gsCHwHcMaZAT17tPF5S8swOK9eq1 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrP8IUCt7WSTrbov4Ry4Z8XrGesC64yN { display:block; }
 }@media only screen and (max-width: 763px) { #qw85rPWqzp4spnpVRdhGs4JORUVPfC7d { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDSKtCaWSenBeXgpllmcZOU5QhnUZMlp { display:block; }
 }