.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:223,226,252;--color-primary-1:171,176,198;--color-primary-2:115,124,160;--color-primary-3:69,74,96;--color-primary-4:21,37,97;--color-secondary-0:248,254,251;--color-secondary-1:232,253,241;--color-secondary-2:208,251,227;--color-secondary-3:104,126,114;--color-secondary-4:31,38,34;--color-tertiary-0:255,255,255;--color-tertiary-1:164,169,185;--color-tertiary-2:103,111,139;--color-tertiary-3:62,67,83;--color-tertiary-4:2,15,62;--headlines-font-family:"Instrument Sans";--paragraphs-font-family:"Instrument Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-2),0.7);background-image:url("https://images.assets-landingi.com/uc/41519a14-06aa-4a8f-8ece-61bff21d61fa/Banner_withoutstar.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;overflow:visible;position:relative;display:block; }#W7t4g9cenPhIGuhu7uxWAScazStmMBui { color:rgba(var(--color-primary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:5.0616321563721rem;left:1.0625rem;height:9.26075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kZUAyT4KPKleGCH757w2821J9OKsQVZT { color:rgba(var(--color-primary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:15.499132156372rem;left:1.0625rem;height:8.9355625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { color:rgba(var(--color-primary-4),1);display:block;width:23.49825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:26.9609375rem;left:1.0625rem;height:11.722625rem;font-style:normal;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
#zGOMXa97erTJPfSy66Dt7GV6gZ4f7tzz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:4.625rem;top:1.3736978769302rem;left:0.5rem;overflow:hidden;display:block; }
#Dx9r8H9cT12ueglFpTKnCKRI3RqBqDAu { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.9652775rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:22.996528625488rem;left:28rem;display:block; }
#IKX054yBc1zubBrAD966npCgLqvLnVRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POxFFfJvg9P4OLNWkyc7TGql704xM36O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefcfb;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; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { background-color: transparent; background-image: none; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container > .video-iframe-container { display: none; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row > .video-iframe-container { display: none; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .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); }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { border-width: 0; border-radius: 0; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#KPsrslNHQPGpfEJzFppRvQI65TXMJtFT { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:6.173825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gLI7KXqwUWAr5Ge8TpJ6RZA3wf8Bpn3u { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:14.3125rem;left:0.5625rem;display:block; }
#vsrCgL9lFRI0W7Kfpz7kGl4CulgTVoEp { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1ywEpZ13s39qEUGtGhSPaLXGq2sT9GH { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:14.3125rem;left:20.5rem;display:block; }
#rf8wAPXJTFryQ7BS9qz8J1mJcwWONze8 { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:21rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTfEgegogcNnAfPDCXQ43HGPU1XIgzNg { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.625rem;left:1rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3EFr6lRDdmi6HADWPNNreWxho8X4qvP { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.625rem;left:20.9375rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lq2m8lNhAH1EocUWKFXEDT5kJiTKzBLX { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:14.3125rem;left:40.5rem;display:block; }
#nzaFnGCGcUKay941WQKywPCvTGt32FQ8 { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.625rem;left:40.9375rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMsnxddkyXgG41CO6f6GVLuTVbziTvNc { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.0625rem;left:40.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { background-color: transparent; background-image: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .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); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { border-width: 0; border-radius: 0; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.83203125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { background-color: transparent; background-image: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .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); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { border-width: 0; border-radius: 0; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:2.5rem;display:block; }
#dRzgn5CfwDccW7GJATVrzbISMMycDTWD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.8125rem;display:block; }
#PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { 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.1875rem;width:13.1875rem;top:0.96875rem;left:3.40625rem;overflow:hidden;display:block; }
#p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:22.5rem;display:block; }
#Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:24.875rem;display:block; }
#Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:0.96875rem;left:23.40625rem;overflow:hidden;display:block; }
#a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:42.5rem;display:block; }
#uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:44.875rem;display:block; }
#MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:0.96875rem;left:43.406253814698rem;overflow:hidden;display:block; }
#cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.75rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.75rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.75rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIf2ci3pMN49knwKmbGhrHxpyKypO466 { color:rgba(var(--color-primary-4),1);display:block;width:14.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:21.098631858826rem;left:2.875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { color:rgba(var(--color-primary-4),1);display:block;width:14.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.125rem;left:22.875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { color:rgba(var(--color-primary-4),1);display:block;width:14.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0986328125rem;left:42.875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { background-color: transparent; background-image: none; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container > .video-iframe-container { display: none; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row > .video-iframe-container { display: none; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .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); }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { border-width: 0; border-radius: 0; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#wingiVDe01aeBkMJ4GSrBSmTqMygA20H { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:2.5rem;display:block; }
#ydXx0lboK6iAvyhHQlduOoBdAGs7nTiA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:4.8125rem;display:block; }
#TNqTwIVndO0mgiP2oTobgxyLCpnt5TM7 { 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.1875rem;width:13rem;top:0.96875rem;left:3.5rem;overflow:hidden;display:block; }
#tJgAWlK42QT0xO4qmTeCmKmJOAItHJ6q { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:22.5rem;display:block; }
#Kh5ZxfWsZ59TsU3rP1645EkLdbB7GIrK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:24.875rem;display:block; }
#iTzUnCRNi4TV7mTH548FLne6S71on53s { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:0.96875rem;left:23.40625rem;overflow:hidden;display:block; }
#G7Lgv4yMm9von0lrDQ4uXymTRFNVMJ6e { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:42.5rem;display:block; }
#Bue2AUetTVbszp8HSbX89uhTzDhcECnF { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.1) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:44.875rem;display:block; }
#zAz02MT0ac7a7UBCCKJe7LDN1yFmXady { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:0.96875rem;left:43.406253814698rem;overflow:hidden;display:block; }
#TLTT0b7ig9u4kk5akSZEZBDwsTJy50nx { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:3.75rem;height:3.57465rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfwwbSFWr4gHnIEyDCfr9fDGpCEdeGfU { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:23.75rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eo3XwwIE7rGwCWgoPdRWzfDHxnhJeLMP { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:43.75rem;height:1.787925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMAvNTBI3vUgaUH3ktI2CE7aXxGD8iv3 { color:rgba(var(--color-primary-4),1);display:block;width:14.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.098631858826rem;left:2.875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zh55u8y0H9BtFMAlHl0EtFO1riyr1mPi { color:rgba(var(--color-primary-4),1);display:block;width:14.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.125rem;left:22.875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0hdHgLE4guH6fedTpBA9xZF1GOrC20r { color:rgba(var(--color-primary-4),1);display:block;width:14.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0986328125rem;left:42.875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { background-color: transparent; background-image: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container > .video-iframe-container { display: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container { display: none; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .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); }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { border-width: 0; border-radius: 0; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#krHcmupf9ra0mOsLLyMT0hzWer5xGspI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.7187442779541rem;left:22.8125rem;display:block; }
#rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5f1;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; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { background-color: transparent; background-image: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .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); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { border-width: 0; border-radius: 0; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.83203125rem;left:0rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5f1;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; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { background-color: transparent; background-image: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { display: none; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .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); }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { border-width: 0; border-radius: 0; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:60rem;position:relative;display:block; }#Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { 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.125rem;width:19.375rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#DwKd986NpuM9ladk6a0845mcpHEofIAG { 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:13.125rem;width:19.375rem;top:1.875rem;left:20.3125rem;overflow:hidden;display:block; }
#weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { 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.125rem;width:19.375rem;top:1.875rem;left:40.625rem;overflow:hidden;display:block; }
#gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3125rem;left:0rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOzTovqET7FComN8sfewTO6vxFdl8NAw { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3125rem;left:20rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5nMvbHOSJzfaDs1k1TlORMS73D3827t { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.3125rem;left:40rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nloHvLgFdpJnegfTuJZ0z7NLqvovN0iz { color:rgba(var(--color-primary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.1875rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#HoTXBCGA5esVL2f4wf3qG5S1AkTlRT8E { color:rgba(var(--color-primary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:19.875rem;left:22.1875rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#mVRHgDThKkXQdRvRaUMazqbzq80ILQIQ { color:rgba(var(--color-primary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.875rem;left:42.5rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#eIFlchsobWMCJOp8RatgBS95or9xqc5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f5f1;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; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { background-color: transparent; background-image: none; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container > .video-iframe-container { display: none; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row > .video-iframe-container { display: none; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .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); }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { border-width: 0; border-radius: 0; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#iPkh6LGve2env9fUmoWg9NdaIiXJUwfW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;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:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.7187566757202rem;left:22.5rem;display:block; }
#xQkAzXuOZf8l7WOluFXC249sZF5X7JQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { background-color: transparent; background-image: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .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); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { border-width: 0; border-radius: 0; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8312273025512rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { background-color: transparent; background-image: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .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); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { border-width: 0; border-radius: 0; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:0rem;left:21.125rem; }
#lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:0rem;left:24.875rem; }
#n9bStoq1cahxZs7TVcLXbiP7luEgvIEP { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0rem;left:28.625rem; }
#M9pw27hrHrNot2OGqGS1J0D4658cQ3c4 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:0rem;left:32.375rem; }
#sDhRIMU2fl4hmbL2ydMTMagb69l9w2VA { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.7498375rem;width:2.7498375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:0rem;left:36.125rem; }
#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { background-color: transparent; background-image: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .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); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { border-width: 0; border-radius: 0; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(0,0,0,0.05) ;height:30.75rem;width:29.375rem;top:0.8125rem;left:30.625rem;display:block; }
#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0a6ac96b-5175-45bc-9484-d8ffae1c6ccc/WhatsAppImage20250107at201710modified.jpeg");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;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:10.375rem;display:block; }#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.adaptive-delivery-prevent-bg, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyload, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyloading { background-image: none; }
#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/49VkzJde/img1.jpg");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;height:9.1875rem;width:9.1875rem;top:3.3125009536743rem;left:40.71875rem;display:block; }#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.adaptive-delivery-prevent-bg, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyload, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyloading { background-image: none; }
#vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.625rem;left:4.5rem;overflow:hidden;display:block; }
#slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.4375rem;left:21.3125rem;overflow:hidden;display:block; }
#u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.6875rem;left:35rem;overflow:hidden;display:block; }
#zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.5rem;left:51.8125rem;overflow:hidden;display:block; }
#PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.125rem;left:2.5rem;height:10.233375rem;font-style:normal;display:block; }
#NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:32.8125rem;height:10.233375rem;font-style:normal;display:block; }
#bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.25rem;left:32.5rem;height:1.4619125rem;font-style:normal;display:block; }
#LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.25rem;left:2.5rem;height:1.4619125rem;font-style:normal;display:block; }
#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf8;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; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { background-color: transparent; background-image: none; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container > .video-iframe-container { display: none; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row > .video-iframe-container { display: none; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .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); }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { border-width: 0; border-radius: 0; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fcfaf8;background-image:none;vertical-align:top; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);height:auto; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;height:auto; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger.adaptive-delivery-prevent-bg, #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger.lazyload, #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-trigger.lazyloading { background-image: none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn { box-sizing:content-box;height:auto;width:26.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#fcfaf8;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.123046875rem;left:30.4375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TobU7ZdGTVUeLT0UCq6loQ8Q26HbxqDX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #JWw5aJHHkzo3DuW4AzcWFE9ax6S9Drpm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #wRL7NMCPcwRcaGEfbcEKo88sfAzaUzRW { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #n5CXdxL0ZJoUTbH6beezL03DT1TPVK1b {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #A3u1NV95vqFIm3dpKQU6M6E3kG7Nu4le {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #awXWRHSLd6xNbRLxyTaWtMGF1o8vyClf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #tMMn7CTe66ApOVbR4ZO1T27ueElzeTwO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #mVvzURdE7C4MZvnHbhxsZhrTzdJnErDU { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #eGTMqTP5DiUuWi1gb7MAsqxFEZ5wuH9I {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #FuOURFecTma6wVNJgKoyowSaXtiA6Bqy { display:none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #VceyRNqTwGN6DRqXTXcSBTehNmqynk3v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #HrilO5gz2b3MuZvdU0OUaQzQkW3wx7XB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #C12pXZw8oDtIEaHT1UIClfmS6Pe7ahoz { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #p166ZnfdBq7qfdEngT1nT7KTRHza6GTF {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #goldxKDGKoK0GgrQVm3iT3P51ZEHpECc { display:none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #WzriS1pcEOKSDFRDMpJ4bLM3TlgV8cba { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #lKDfikEV8TxTE6JLIGlOW1Si5pom5Vks { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #o6re9DPqrKqTcCcuvz8Nbkh0GQ9tGUrG { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ccXUiIp3kSZKez0g0LpXB0LPb2flH8I9 {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #OVKqTPaP5NGf7bMXrcHHMgmoWmnKA040 { display:none; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #MhSaq6BOTnqgz2EaylVRm20xX8oQd8Cd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #LKesbWvT033A1JXtdSTDXGI80eC5iVV1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #Z5Ae5O3RHOzAmmksDp7osJVKUFCFGQPL { display:block;position:relative; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #LWfmPkQvolsTxZ2wToOrTe0Lg01brTqw {  }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #UC1mLBdqwcXx5noDaGknwnfegDci6eRG { display:none; }
#H7Q5qhc7Mw8zespHS1XqvMQgZNl9Fyie { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5867509841919rem;left:2.125rem;height:6.173825rem;font-style:normal;display:block; }
#msk7mxtdkfvbpcVOQU90GQbH7w8NhMVy { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.312005996704rem;left:2.125rem;display:block; }
#c2nBcBxuQOxxhUNki0y6gtcLkJBQrtiO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqG2XT0BrHtcadTfzvQBrtvt0IElWRuy { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.940267562866rem;left:2.125rem;height:2.923825rem;display:block; }
#aHuTExEVLDfOtv234073552o9rhKoeKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row .container { background-color: transparent; background-image: none; }#aHuTExEVLDfOtv234073552o9rhKoeKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row .container > .video-iframe-container { display: none; }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row > .video-iframe-container { display: none; }#aHuTExEVLDfOtv234073552o9rhKoeKK > .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); }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row .container { border-width: 0; border-radius: 0; }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:60rem;position:relative;display:block; }#Pu4JJRslToUi0ukpc5kpH3XzyBwAdXqI { color:rgba(var(--color-primary-4),1);display:block;width:35.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4375rem;left:12.249349594116rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#SxSDSv4KTbHuZz1Ir15p8myBmRQyA5J9 { position:absolute;display:block;z-index:15012;height:7.561875rem;width:11.3745rem;top:8.6588535308837rem;left:48.625484466552rem;display:block; }
#ghxICHmiBq1dNfFzNPzLAJ5HIm1cKAHU { color:rgba(var(--color-primary-4),1);display:block;width:40.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.7802734375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Up12h43ZouruT6bDHNCKJs3cnvks3JzB { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.8125rem;left:15.6875rem;height:1.29980625rem;display:block; }
#TGotSnLcZgOI7QN8dAAaqrJdqsBaTeok { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:26.5625rem;height:1.29980625rem;display:block; }
#Rl9gRkGqN0dff95c5iaiZlS0JyxqlFge { color:#000000;display:block;width:8.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.8125rem;left:36.375rem;height:1.29980625rem;display:block; }
#ZXvAmmLm5bSCqkWlEZBo3ZGRcJ1yGir2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.9375rem;top:12rem;left:14.125rem;overflow:hidden;display:block; }
#z0oOQ1lAW2s0bNTAKBcTm9dS3PUSkw1X { position:absolute;display:block;z-index:15010;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.875rem;width:0.9375rem;top:12.0625rem;left:25rem;overflow:hidden;display:block; }
#hrHQOnlL0uli0gQ99WLU97ATZHXaee9p { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.9375rem;top:12rem;left:34.8125rem;overflow:hidden;display:block; }
#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fefcfb;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; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { background-color: transparent; background-image: none; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container > .video-iframe-container { display: none; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row > .video-iframe-container { display: none; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .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); }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { border-width: 0; border-radius: 0; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#pZxrKX9AOmnaLQmedNLG3NbJeQu9kEQM { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9001655578613rem;left:0.9375rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
#WLRB4itI5UP6y39ZGMXciDGH8oyvrcEb { color:rgba(var(--color-primary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.7717132568359rem;left:20.375rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#zZWV1qXENOsoFH9VILVq2r0UOhAUw8Eh { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:20.9375rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#okiZBUfaFs5v3AW8xiXznCB8P1tzrJRF { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0190887451172rem;left:40rem;height:2.2743rem;text-align:center;text-align-last:center;display:block; }
#xPEy3egie8bPTXG0QgrinrHLJMCsLcZx { color:rgba(var(--color-primary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1276035308838rem;left:40rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iznN2RSdNsNEA8JpETCG6NLvtg80N8J2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.9375rem;top:2.0676994323731rem;left:8.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:32.5rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:25.4375rem;height:3.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:20.6875rem;height:15.375rem;top:24rem;left:2.375rem;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #zGOMXa97erTJPfSy66Dt7GV6gZ4f7tzz { top:1.3125rem;left:0rem;width:4.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9r8H9cT12ueglFpTKnCKRI3RqBqDAu { width:8.25rem;height:3.875rem;top:22.9375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKX054yBc1zubBrAD966npCgLqvLnVRW { display:block; }
 }@media only screen and (max-width: 763px) { #POxFFfJvg9P4OLNWkyc7TGql704xM36O { display:block; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPsrslNHQPGpfEJzFppRvQI65TXMJtFT { width:47.75rem;height:6.125rem;top:4.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLI7KXqwUWAr5Ge8TpJ6RZA3wf8Bpn3u { width:18.875rem;height:10.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsrCgL9lFRI0W7Kfpz7kGl4CulgTVoEp { width:18.125rem;height:1.1875rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ywEpZ13s39qEUGtGhSPaLXGq2sT9GH { width:18.875rem;height:10.3125rem;top:14.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8wAPXJTFryQ7BS9qz8J1mJcwWONze8 { width:18.125rem;height:1.1875rem;top:21.0625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTfEgegogcNnAfPDCXQ43HGPU1XIgzNg { width:18.125rem;height:3.0625rem;top:16.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3EFr6lRDdmi6HADWPNNreWxho8X4qvP { width:18.125rem;height:3.0625rem;top:16.625rem;left:14.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq2m8lNhAH1EocUWKFXEDT5kJiTKzBLX { width:18.875rem;height:10.3125rem;top:14.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzaFnGCGcUKay941WQKywPCvTGt32FQ8 { width:18.125rem;height:3.0625rem;top:16.625rem;left:29.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMsnxddkyXgG41CO6f6GVLuTVbziTvNc { width:18.125rem;height:1.1875rem;top:21.0625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:47.75rem;height:3.0625rem;top:2.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:13.1875rem;height:13.1875rem;top:0.9375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:13.1875rem;height:13.1875rem;top:0.9375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:13.1875rem;height:13.1875rem;top:0.9375rem;left:33.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:3.5625rem;top:16.6875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:3.5625rem;top:16.6875rem;left:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:1.75rem;top:16.6875rem;left:33.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV { display:block; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wingiVDe01aeBkMJ4GSrBSmTqMygA20H { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydXx0lboK6iAvyhHQlduOoBdAGs7nTiA { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNqTwIVndO0mgiP2oTobgxyLCpnt5TM7 { width:13rem;height:13.1875rem;top:0.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJgAWlK42QT0xO4qmTeCmKmJOAItHJ6q { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5ZxfWsZ59TsU3rP1645EkLdbB7GIrK { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzUnCRNi4TV7mTH548FLne6S71on53s { width:13.1875rem;height:13.1875rem;top:0.9375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Lgv4yMm9von0lrDQ4uXymTRFNVMJ6e { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bue2AUetTVbszp8HSbX89uhTzDhcECnF { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAz02MT0ac7a7UBCCKJe7LDN1yFmXady { width:13.1875rem;height:13.1875rem;top:0.9375rem;left:33.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTT0b7ig9u4kk5akSZEZBDwsTJy50nx { width:12.5rem;height:3.5625rem;top:16.6875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfwwbSFWr4gHnIEyDCfr9fDGpCEdeGfU { width:12.5rem;height:1.75rem;top:16.6875rem;left:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3XwwIE7rGwCWgoPdRWzfDHxnhJeLMP { width:12.5rem;height:1.75rem;top:16.6875rem;left:33.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMAvNTBI3vUgaUH3ktI2CE7aXxGD8iv3 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zh55u8y0H9BtFMAlHl0EtFO1riyr1mPi { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S0hdHgLE4guH6fedTpBA9xZF1GOrC20r { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krHcmupf9ra0mOsLLyMT0hzWer5xGspI { width:14.375rem;height:4.0625rem;top:1.6875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:47.75rem;height:3.0625rem;top:2.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { width:19.375rem;height:13.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKd986NpuM9ladk6a0845mcpHEofIAG { width:19.375rem;height:13.125rem;top:1.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { width:19.375rem;height:13.125rem;top:1.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nloHvLgFdpJnegfTuJZ0z7NLqvovN0iz { top:19.875rem;left:0.125rem;width:15.3125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTXBCGA5esVL2f4wf3qG5S1AkTlRT8E { top:19.875rem;left:16rem;width:15.3125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVRHgDThKkXQdRvRaUMazqbzq80ILQIQ { top:19.875rem;left:32.1875rem;width:15.3125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFlchsobWMCJOp8RatgBS95or9xqc5I { display:block; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPkh6LGve2env9fUmoWg9NdaIiXJUwfW { width:15rem;height:4.0625rem;top:1.6875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkAzXuOZf8l7WOluFXC249sZF5X7JQa { display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:47.75rem;height:3.0625rem;top:2.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.6875rem;height:2.6875rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.6875rem;height:2.6875rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bStoq1cahxZs7TVcLXbiP7luEgvIEP { width:2.6875rem;height:2.6875rem;top:0rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9pw27hrHrNot2OGqGS1J0D4658cQ3c4 { width:2.6875rem;height:2.6875rem;top:0rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDhRIMU2fl4hmbL2ydMTMagb69l9w2VA { width:2.6875rem;height:2.6875rem;top:0rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:29.375rem;height:30.75rem;top:0.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:31.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:10.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:5.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:10.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:5.5rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:25rem;height:10.1875rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:25rem;height:10.1875rem;top:16.0625rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:25rem;height:1.4375rem;top:27.25rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:25rem;height:1.4375rem;top:27.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 { display:block; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn { display:flex;height:auto;width:26.5625rem;top:1.5625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TobU7ZdGTVUeLT0UCq6loQ8Q26HbxqDX {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #JWw5aJHHkzo3DuW4AzcWFE9ax6S9Drpm {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #wRL7NMCPcwRcaGEfbcEKo88sfAzaUzRW {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #n5CXdxL0ZJoUTbH6beezL03DT1TPVK1b {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #A3u1NV95vqFIm3dpKQU6M6E3kG7Nu4le {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #awXWRHSLd6xNbRLxyTaWtMGF1o8vyClf {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #tMMn7CTe66ApOVbR4ZO1T27ueElzeTwO {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #mVvzURdE7C4MZvnHbhxsZhrTzdJnErDU {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #eGTMqTP5DiUuWi1gb7MAsqxFEZ5wuH9I {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #FuOURFecTma6wVNJgKoyowSaXtiA6Bqy {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #VceyRNqTwGN6DRqXTXcSBTehNmqynk3v {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #HrilO5gz2b3MuZvdU0OUaQzQkW3wx7XB {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #C12pXZw8oDtIEaHT1UIClfmS6Pe7ahoz {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #p166ZnfdBq7qfdEngT1nT7KTRHza6GTF {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #goldxKDGKoK0GgrQVm3iT3P51ZEHpECc {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #WzriS1pcEOKSDFRDMpJ4bLM3TlgV8cba {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #lKDfikEV8TxTE6JLIGlOW1Si5pom5Vks {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #o6re9DPqrKqTcCcuvz8Nbkh0GQ9tGUrG {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ccXUiIp3kSZKez0g0LpXB0LPb2flH8I9 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #OVKqTPaP5NGf7bMXrcHHMgmoWmnKA040 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #MhSaq6BOTnqgz2EaylVRm20xX8oQd8Cd {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #LKesbWvT033A1JXtdSTDXGI80eC5iVV1 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #Z5Ae5O3RHOzAmmksDp7osJVKUFCFGQPL {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #LWfmPkQvolsTxZ2wToOrTe0Lg01brTqw {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #UC1mLBdqwcXx5noDaGknwnfegDci6eRG {  }
 }@media only screen and (max-width: 763px) { #H7Q5qhc7Mw8zespHS1XqvMQgZNl9Fyie { top:5.5625rem;left:0rem;width:19.375rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msk7mxtdkfvbpcVOQU90GQbH7w8NhMVy { width:11.25rem;height:3.75rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2nBcBxuQOxxhUNki0y6gtcLkJBQrtiO { display:block; }
 }@media only screen and (max-width: 763px) { #TqG2XT0BrHtcadTfzvQBrtvt0IElWRuy { top:12.9375rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHuTExEVLDfOtv234073552o9rhKoeKK { display:block; }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pu4JJRslToUi0ukpc5kpH3XzyBwAdXqI { top:5.4375rem;left:6.1240234375rem;width:35.4375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxSDSv4KTbHuZz1Ir15p8myBmRQyA5J9 { top:8.625rem;left:36.375rem;width:11.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxICHmiBq1dNfFzNPzLAJ5HIm1cKAHU { width:40.375rem;height:3.1875rem;top:1.375rem;left:3.6552734375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up12h43ZouruT6bDHNCKJs3cnvks3JzB { top:11.8125rem;left:9.5625rem;width:8rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGotSnLcZgOI7QN8dAAaqrJdqsBaTeok { top:11.8125rem;left:20.4375rem;width:6.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl9gRkGqN0dff95c5iaiZlS0JyxqlFge { top:11.8125rem;left:30.25rem;width:8rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXvAmmLm5bSCqkWlEZBo3ZGRcJ1yGir2 { top:12rem;left:8rem;width:0.9375rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0oOQ1lAW2s0bNTAKBcTm9dS3PUSkw1X { top:12.0625rem;left:18.875rem;width:0.9375rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHQOnlL0uli0gQ99WLU97ATZHXaee9p { top:12rem;left:28.6875rem;width:0.9375rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n { display:block; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZxrKX9AOmnaLQmedNLG3NbJeQu9kEQM { width:18.125rem;height:1.125rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLRB4itI5UP6y39ZGMXciDGH8oyvrcEb { width:19.375rem;height:3.375rem;top:3.75rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZWV1qXENOsoFH9VILVq2r0UOhAUw8Eh { width:18.125rem;height:1.125rem;top:2.125rem;left:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okiZBUfaFs5v3AW8xiXznCB8P1tzrJRF { width:18.125rem;height:2.25rem;top:4rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPEy3egie8bPTXG0QgrinrHLJMCsLcZx { width:18.125rem;height:1.125rem;top:2.125rem;left:29.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iznN2RSdNsNEA8JpETCG6NLvtg80N8J2 { top:2.0625rem;left:5.96875rem;width:3.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#d0fbe3;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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:20rem;height:8.7744375rem;top:4.4368486404419rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:20rem;height:9.746125rem;top:14.874674320221rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT { width:18.9375rem;height:11.49575rem;top:27.185764312744rem;left:0.53125rem;font-size:1.25rem;display:block; }#DCUhLKRaSWcpKKKz75bWVna1SbwEXDhT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Fpc5efQ5/tick.png); }
 }@media only screen and (max-width: 763px) { #zGOMXa97erTJPfSy66Dt7GV6gZ4f7tzz { width:4.625rem;height:1.4998901988448rem;top:0.93734741210938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx9r8H9cT12ueglFpTKnCKRI3RqBqDAu { width:10.625rem;height:4.16634125rem;top:40.435381889343rem;left:4.6866862177849rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKX054yBc1zubBrAD966npCgLqvLnVRW { display:block; }
 }@media only screen and (max-width: 763px) { #POxFFfJvg9P4OLNWkyc7TGql704xM36O { display:block; }#POxFFfJvg9P4OLNWkyc7TGql704xM36O > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPsrslNHQPGpfEJzFppRvQI65TXMJtFT { width:20rem;height:7.8003125rem;top:2.6871738433838rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLI7KXqwUWAr5Ge8TpJ6RZA3wf8Bpn3u { width:18.9375rem;height:8.75rem;top:15rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsrCgL9lFRI0W7Kfpz7kGl4CulgTVoEp { width:17.5rem;height:1.29964375rem;top:20.1875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1ywEpZ13s39qEUGtGhSPaLXGq2sT9GH { width:18.9375rem;height:8.75rem;top:25.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf8wAPXJTFryQ7BS9qz8J1mJcwWONze8 { width:17.5rem;height:1.29964375rem;top:30.9375rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTfEgegogcNnAfPDCXQ43HGPU1XIgzNg { width:17.5rem;height:2.6001rem;top:17.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3EFr6lRDdmi6HADWPNNreWxho8X4qvP { width:17.5rem;height:2.6001rem;top:27.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq2m8lNhAH1EocUWKFXEDT5kJiTKzBLX { width:18.9375rem;height:8.75rem;top:36.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzaFnGCGcUKay941WQKywPCvTGt32FQ8 { width:17.5rem;height:2.6001rem;top:38.375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMsnxddkyXgG41CO6f6GVLuTVbziTvNc { width:17.5rem;height:2.59928125rem;top:41.5625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:20rem;height:5.5240875rem;top:2.2361106872559rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayT5r2sMDCWlBAvNWXKnhH5wbnWueMs { width:9.75rem;height:9.75rem;top:3.875rem;left:5.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:28.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:30.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3EXP2JwWH6dIIpMx3Q8xGoEXBfLWVU { width:9.75rem;height:9.875rem;top:30.687499046326rem;left:5.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:54.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:57.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKLd2xUtqxfbsgxOBBvkNKNTGiBG5TDe { width:9.75rem;height:9.75rem;top:57.562509536743rem;left:5.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:3.57584375rem;top:17.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:3.57584375rem;top:44.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:1.787925rem;top:72.125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:14.1875rem;height:5.84635625rem;top:21.4375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:14.1875rem;height:4.38541875rem;top:75.5rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:14.1875rem;height:5.84635625rem;top:48.375rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV { display:block; }#SXpnifBG0L2Vk5uOXNzRd8V1gQKdTmaV > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wingiVDe01aeBkMJ4GSrBSmTqMygA20H { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydXx0lboK6iAvyhHQlduOoBdAGs7nTiA { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNqTwIVndO0mgiP2oTobgxyLCpnt5TM7 { width:9.75rem;height:9.75rem;top:3.8749961853027rem;left:5.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJgAWlK42QT0xO4qmTeCmKmJOAItHJ6q { width:15rem;height:15rem;top:28.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5ZxfWsZ59TsU3rP1645EkLdbB7GIrK { width:10.3125rem;height:10.3125rem;top:30.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTzUnCRNi4TV7mTH548FLne6S71on53s { width:9.75rem;height:9.875rem;top:30.687500953674rem;left:5.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Lgv4yMm9von0lrDQ4uXymTRFNVMJ6e { width:15rem;height:15rem;top:54.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bue2AUetTVbszp8HSbX89uhTzDhcECnF { width:10.3125rem;height:10.3125rem;top:57.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAz02MT0ac7a7UBCCKJe7LDN1yFmXady { width:9.75rem;height:9.75rem;top:57.562491416931rem;left:5.1250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTT0b7ig9u4kk5akSZEZBDwsTJy50nx { width:12.5rem;height:3.57584375rem;top:17.4375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfwwbSFWr4gHnIEyDCfr9fDGpCEdeGfU { width:12.5rem;height:1.787925rem;top:44.75rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eo3XwwIE7rGwCWgoPdRWzfDHxnhJeLMP { width:12.5rem;height:1.787925rem;top:71.875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMAvNTBI3vUgaUH3ktI2CE7aXxGD8iv3 { width:14.1875rem;height:5.84635625rem;top:21.5rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh55u8y0H9BtFMAlHl0EtFO1riyr1mPi { width:14.1875rem;height:5.84635625rem;top:75.3125rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hdHgLE4guH6fedTpBA9xZF1GOrC20r { width:14.1875rem;height:4.38541875rem;top:48.125rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW { display:block; }#FiV0rydFyf2Z2C52zWMMQu5cTBPp6GdW > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krHcmupf9ra0mOsLLyMT0hzWer5xGspI { width:10.625rem;height:4.375rem;top:2.5000305175781rem;left:4.6874997019768rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rW50lAuTxgQVuWtvWvnkhJxACkgCN47C { display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:20rem;height:8.2864375rem;top:2.0746536254883rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83I5B5ZJKgXRieemhJNyLLSTEJASeFI { display:block; }#L83I5B5ZJKgXRieemhJNyLLSTEJASeFI > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn8zKar9Qv1a5tL6lgTrZtIzgh0LcEvA { width:19.375rem;height:13.125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwKd986NpuM9ladk6a0845mcpHEofIAG { width:19.375rem;height:13.125rem;top:28.124997615814rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMxHcX7DMUzCk20JbTKe7hMmAGNWrbh { width:19.375rem;height:13.125rem;top:53.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWg4lGeE0w70B4ZAm88pJwvESZwi0MK { width:20rem;height:2.274575rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOzTovqET7FComN8sfewTO6vxFdl8NAw { width:20rem;height:2.44965rem;top:42.125020027161rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n5nMvbHOSJzfaDs1k1TlORMS73D3827t { width:20rem;height:2.44965rem;top:67.812494277956rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nloHvLgFdpJnegfTuJZ0z7NLqvovN0iz { width:17.1875rem;height:7.3079375rem;top:18.371520996094rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoTXBCGA5esVL2f4wf3qG5S1AkTlRT8E { width:17.1875rem;height:5.84635625rem;top:45.124124526978rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVRHgDThKkXQdRvRaUMazqbzq80ILQIQ { width:17.1875rem;height:8.7695rem;top:71.3125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIFlchsobWMCJOp8RatgBS95or9xqc5I { display:block; }#eIFlchsobWMCJOp8RatgBS95or9xqc5I > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPkh6LGve2env9fUmoWg9NdaIiXJUwfW { width:12.5rem;height:4.375rem;top:2.5000047683716rem;left:3.7499997019767rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkAzXuOZf8l7WOluFXC249sZF5X7JQa { display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:20rem;height:5.8496125rem;top:2.5434036254883rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te3nX5Ig0Wu0A0TZ2CAKpH1bc6QRVioG { width:2.7498375rem;height:2.7498375rem;top:0.71701431274412rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZg0DliqTyxbBCcM8OJwnL037BtUOdxs { width:2.7498375rem;height:2.7498375rem;top:0.71788215637206rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bStoq1cahxZs7TVcLXbiP7luEgvIEP { width:2.6875rem;height:2.6875rem;top:0.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9pw27hrHrNot2OGqGS1J0D4658cQ3c4 { width:2.6875rem;height:2.6875rem;top:0.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDhRIMU2fl4hmbL2ydMTMagb69l9w2VA { width:2.6875rem;height:2.6875rem;top:0.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:20rem;height:31.3125rem;top:30.74967956543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.187rem;height:9.187rem;top:0.99040699005125rem;left:5.4060871005058rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.187rem;height:9.187rem;top:32.677408218384rem;left:5.4060871005058rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:7.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:0.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:39.06184387207rem;left:1.0620116591454rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:31.81201171875rem;left:15.749510467053rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:20rem;height:13.1543125rem;top:11.929682731628rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:20rem;height:13.1543125rem;top:44.18717956543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:20rem;height:2.923175rem;top:58.299955368042rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:20rem;height:1.4615875rem;top:25.964842319489rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 { display:block; }#DRgcJSMQkNaMqgA1c5zKOtzypTArM9Q0 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W1UxCLioDLA4rToDI7kTTiBGtenS3gAn { display:flex;height:auto;width:17.5rem;top:7.98611164093rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #TobU7ZdGTVUeLT0UCq6loQ8Q26HbxqDX {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #JWw5aJHHkzo3DuW4AzcWFE9ax6S9Drpm {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #wRL7NMCPcwRcaGEfbcEKo88sfAzaUzRW {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #n5CXdxL0ZJoUTbH6beezL03DT1TPVK1b {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #A3u1NV95vqFIm3dpKQU6M6E3kG7Nu4le {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #awXWRHSLd6xNbRLxyTaWtMGF1o8vyClf {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #tMMn7CTe66ApOVbR4ZO1T27ueElzeTwO {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #mVvzURdE7C4MZvnHbhxsZhrTzdJnErDU {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #eGTMqTP5DiUuWi1gb7MAsqxFEZ5wuH9I {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #FuOURFecTma6wVNJgKoyowSaXtiA6Bqy {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #VceyRNqTwGN6DRqXTXcSBTehNmqynk3v {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #HrilO5gz2b3MuZvdU0OUaQzQkW3wx7XB {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #C12pXZw8oDtIEaHT1UIClfmS6Pe7ahoz {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #p166ZnfdBq7qfdEngT1nT7KTRHza6GTF {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #goldxKDGKoK0GgrQVm3iT3P51ZEHpECc {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #WzriS1pcEOKSDFRDMpJ4bLM3TlgV8cba {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #lKDfikEV8TxTE6JLIGlOW1Si5pom5Vks {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #o6re9DPqrKqTcCcuvz8Nbkh0GQ9tGUrG {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #ccXUiIp3kSZKez0g0LpXB0LPb2flH8I9 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #OVKqTPaP5NGf7bMXrcHHMgmoWmnKA040 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #MhSaq6BOTnqgz2EaylVRm20xX8oQd8Cd {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #LKesbWvT033A1JXtdSTDXGI80eC5iVV1 {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #Z5Ae5O3RHOzAmmksDp7osJVKUFCFGQPL {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #LWfmPkQvolsTxZ2wToOrTe0Lg01brTqw {  }
 }@media only screen and (max-width: 763px) { #W1UxCLioDLA4rToDI7kTTiBGtenS3gAn #UC1mLBdqwcXx5noDaGknwnfegDci6eRG {  }
 }@media only screen and (max-width: 763px) { #H7Q5qhc7Mw8zespHS1XqvMQgZNl9Fyie { width:19.375rem;height:5.20019375rem;top:1.1875rem;left:0.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msk7mxtdkfvbpcVOQU90GQbH7w8NhMVy { width:13.625rem;height:3.75rem;top:55.373533248901rem;left:3.1868488192558rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2nBcBxuQOxxhUNki0y6gtcLkJBQrtiO { display:block; }
 }@media only screen and (max-width: 763px) { #TqG2XT0BrHtcadTfzvQBrtvt0IElWRuy { width:15rem;height:2.923175rem;top:50.999347686767rem;left:2.4999999403954rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aHuTExEVLDfOtv234073552o9rhKoeKK { display:block; }#aHuTExEVLDfOtv234073552o9rhKoeKK > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pu4JJRslToUi0ukpc5kpH3XzyBwAdXqI { width:20rem;height:4.3847625rem;top:8.45947265625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SxSDSv4KTbHuZz1Ir15p8myBmRQyA5J9 { width:4.874675rem;height:4.562175rem;top:19.320474624634rem;left:0.96761065721512rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ghxICHmiBq1dNfFzNPzLAJ5HIm1cKAHU { width:20rem;height:5.20019375rem;top:1.5690102577209rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up12h43ZouruT6bDHNCKJs3cnvks3JzB { width:6.0620125rem;height:1.0555rem;top:16.577310562134rem;left:0.375rem;font-size:0.8125rem;color:#152561;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TGotSnLcZgOI7QN8dAAaqrJdqsBaTeok { width:4.74935rem;height:1.0555rem;top:16.577310562134rem;left:7.6253249049187rem;font-size:0.8125rem;color:#152561;display:block; }
 }@media only screen and (max-width: 763px) { #Rl9gRkGqN0dff95c5iaiZlS0JyxqlFge { width:5.625rem;height:1.0555rem;top:16.577310562134rem;left:13.9375rem;font-size:0.8125rem;color:#152561;display:block; }
 }@media only screen and (max-width: 763px) { #ZXvAmmLm5bSCqkWlEZBo3ZGRcJ1yGir2 { width:1.5625rem;height:1.3125rem;top:14.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0oOQ1lAW2s0bNTAKBcTm9dS3PUSkw1X { width:1.5625rem;height:1.4375rem;top:14.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHQOnlL0uli0gQ99WLU97ATZHXaee9p { width:1.5625rem;height:1.4375rem;top:14.625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n { display:block; }#o2DQTmHk0uJm75B9opbwnZzVoAo1vN5n > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZxrKX9AOmnaLQmedNLG3NbJeQu9kEQM { width:18.125rem;height:1.4615875rem;top:5.1849174499512rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLRB4itI5UP6y39ZGMXciDGH8oyvrcEb { width:16.75rem;height:5.52409375rem;top:10.5rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZWV1qXENOsoFH9VILVq2r0UOhAUw8Eh { width:18.125rem;height:1.4615875rem;top:8.6875rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okiZBUfaFs5v3AW8xiXznCB8P1tzrJRF { width:18.125rem;height:2.923175rem;top:19.375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPEy3egie8bPTXG0QgrinrHLJMCsLcZx { width:18.125rem;height:1.4615875rem;top:17.8125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iznN2RSdNsNEA8JpETCG6NLvtg80N8J2 { width:3.937175rem;height:1.25rem;top:2.5358076095581rem;left:8.031412780285rem;display:block; }
 }