.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000c2c;background-image:url("https://images.assets-landingi.com/uc/b692d256-a003-4af4-8e51-4128d63fb72d/Frame2085666755.jpg");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:62.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#MVO3IJFo2dRllET0LK0WnghsRGSlTQME { color:rgba(var(--color-tertiary-4),1);display:block;width:23.936625rem;position:absolute;font-family:manrope;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.774957656861rem;left:49.341363906861rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qae2xS4neJhM83zbsr626V86oTV1GmNX { box-sizing:content-box;height:45.3125rem;width:27.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.9375rem;left:47.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#svzJCHIk58mTxTK56ZOWgfN59fFg0iwf { color:rgba(var(--color-tertiary-0),1);display:block;width:42.9373125rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.9370660781863rem;left:0rem;height:13.2rem;font-style:normal;display:block; }
#E8gg9wS0JZa4xFcxGQJC3bhg3uVDQbmX { 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.9375rem;width:13.8125rem;top:3.7500002384186rem;left:0rem;overflow:hidden;display:block; }
#cW85bxURL9VZdiQlJfUmKq9sng1skxHp { color:rgba(var(--color-tertiary-0),0.8);display:block;width:34.810125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.070747375488rem;left:0rem;height:4.38801875rem;display:block; }
#cNQhc7OoTgeBsSgppHMTuW5CZvf635Ho { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.6873125rem;width:20.999375rem;top:27.435982704163rem;left:0rem;display:block; }
#Lp7RlZ7tdDVqhl3CJmhh0As3GivgixaF { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31055rem;width:14.0625rem;top:49.497616767883rem;left:0rem;overflow:hidden;display:block; }
#PpP25KtWeNExOnlTtiuLra3CEZJTGm15 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:13.75rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:54.220921516419rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#V3r6OH6Ifu8385zGA90ktPgRInfVlq97 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6870625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.041233062744rem;left:49.466150283814rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#IwxIrm6rNgDsiDByhHqBv5g9XQyHNwCo { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.125rem;top:3.3116321563721rem;left:66.813158035281rem;overflow:hidden;display:block; }
#k6vSyWgJIeXT82xMNkxKLzN9V2HQhAiK { position:absolute;display:block;z-index:15017;height:13.25rem;width:23.9375rem;top:24.340279340744rem;left:49.339197158814rem;display:block; }
#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z { position:relative;display:block; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z { background-color: transparent; background-image: none; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row .container > .video-iframe-container { display: none; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row > .video-iframe-container { display: none; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .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); }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z { border-width: 0; border-radius: 0; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u6ROuU33mXh380xP4Pi0hkKJwmpGImdG { color:#0c1737;display:block;width:45.1855625rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:9.9468307495119rem;left:14.906686782837rem;height:6.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIeLZmx3ROak2y17NJxoeohc7rGhiM0D { color:rgba(12,23,55,0.8);display:block;width:45rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.863525390625rem;left:15rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#XBHIP6C680vhDxwZXPm7xKxwp5lnNWtz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63.0625rem;width:75rem;top:5.9915382592314rem;left:0rem;overflow:hidden;display:block; }
#gBaoUaltqUXTOpRh84NUKcqxex4H0bZX { color:rgba(12,23,55,0.8);display:block;width:45rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.593994140625rem;left:15rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNEzvqWRJBb5sIzGPdc4ACmz3NV7C5Pq { box-sizing:content-box;height:13.5rem;width:21.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;top:32.8125rem;left:9.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WyoMpzJZ5tTzMXAHuOmcSIWdKwwTiAC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.49975rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:37rem;left:10.9375rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#wwhpZcosOxBVHlTUC9u04nrFAsZylfhh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4985625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:56.55029296875rem;left:10.91064453125rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#xkkqh1rOtDIQa2zbaamdxIF5044DfqoI { box-sizing:content-box;height:12.8125rem;width:21.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;top:51.985595703125rem;left:9.208984375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xHXsGBlhAXBpK43umvsMJRii7WvhPeXb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:48.25rem;left:46.25rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#HEDpkQSFXDaqa9umkqyNg8ZcV0cmLAB3 { box-sizing:content-box;height:13.875rem;width:24.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;top:43.9375rem;left:44.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#XDvDyQWbFBoRVuMm5Bpl0U3uLvPlHQWp { color:#0c1737;display:block;width:18.6865rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:34.5625rem;left:10.875rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCmXGBoAeZUraDLheLVeCQskwc915XuT { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:3.5620125rem;top:30.8125rem;left:7.5rem;overflow:hidden;display:block; }
#b0sMTCm6JJ76nClOHyxHJ6ugdP3N0dvk { color:#0c1737;display:block;width:18.6853125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:54.046630859375rem;left:10.91064453125rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lDxfDiwKZgsi8rdUKOBTSvU8lCipA4rt { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:3.5620125rem;top:50.187744140625rem;left:7.452392578125rem;overflow:hidden;display:block; }
#LOMNlzNgVL2GthvGzceVTLWoaEJhFqiQ { color:#0c1737;display:block;width:21.875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:45.875rem;left:46.25rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CThreHrDzqgwTI3HOgwIOXgA4XrQBw0V { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:3.5620125rem;top:41.859130859375rem;left:43.335205078125rem;overflow:hidden;display:block; }
#CFD4FhpNecTwQx4tZo6LR7baDewdKDah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah.adaptive-delivery-prevent-bg, #CFD4FhpNecTwQx4tZo6LR7baDewdKDah.lazyload, #CFD4FhpNecTwQx4tZo6LR7baDewdKDah.lazyloading { background-image: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container { background-color: transparent; background-image: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container > .video-iframe-container { display: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row > .video-iframe-container { display: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .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); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container { border-width: 0; border-radius: 0; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#BqwzETlPoL9n2q65mMTfCfl13uNyIGvh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:75rem;top:1.405029296875rem;left:0rem;overflow:hidden;display:block; }
#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS { position:relative;display:block; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS { background-color: transparent; background-image: none; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row .container > .video-iframe-container { display: none; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row > .video-iframe-container { display: none; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .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); }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS { border-width: 0; border-radius: 0; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qkiu0UEpGBVvD6kG6MnC7wgigDIy3BZq { color:#0c1737;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:7.781982421875rem;left:0rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XycGBLvZgHTgWV4QJ0EiE10LFcbSNwf2 { color:rgba(12,23,55,0.8);display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.501220703125rem;left:0rem;height:8.775rem;text-align:left;text-align-last:left;display:block; }
#sMoxOklJtSm51IDdBMHqCnJ2u9XUOllg { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.6245rem;width:30.5615rem;top:7.781982421875rem;left:44.4384765625rem;overflow:hidden;display:block; }
#IbfSkfb4h6iVAtHzn3TmLKHUT1ilCx8Q { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8745rem;width:13.8745rem;top:28.433837890625rem;left:37.5rem;overflow:hidden;display:block; }
#nhM7sE3Z7eSp0kbgu81lOC9yeRA8XgNq { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:10.4980625rem;top:58.701171875rem;left:0rem;overflow:hidden;display:block; }
#BG6tUIy8AfIs3z0dIqAOsf39pq1byX5v { color:#0c1737;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:30.75rem;left:0rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ITGaecx4WA5NgLRaJz48XrdCJTchi64y { color:rgba(12,23,55,0.8);display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:32.8125rem;left:0rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#W6MC3qR5UcF7sWNCpDVfffROJy7uHrm9 { color:rgba(12,23,55,0.8);display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:39.125rem;left:0rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#qo0MC995zNScmQSgcxrgkaxIuNEtnMCl { color:#0c1737;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:37rem;left:0rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvbh2EySsbxazUcog9QbXuTdXKJsr8BO { color:rgba(12,23,55,0.8);display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.4375rem;left:0rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#NBG3zrwOAvKf8lbpebGi7R77aRx0TQdn { color:#0c1737;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:43.3125rem;left:0rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w28mvDqkpipIZ72qwhCpC37GPr6WTieK { color:rgba(12,23,55,0.8);display:block;width:37.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:51.75rem;left:0rem;height:4.38801875rem;text-align:left;text-align-last:left;display:block; }
#EiToH84ZqfCd9DahNX5tAcwELRynMbVk { color:#0c1737;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:49.625rem;left:0rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#glpmAslB1nu2AaZR7AB8Q26TA692MnKR { position:relative;display:block; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR { background-color: transparent; background-image: none; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row .container > .video-iframe-container { display: none; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row > .video-iframe-container { display: none; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .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); }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR { border-width: 0; border-radius: 0; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6e0ed;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#SIusTzGTOkMU5tig2Dp7PvMUryBJ0TwD { color:#0c1737;display:block;width:39.6875rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.517333984375rem;left:17.65625rem;height:9.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aB7TkkLUh0gf5XDJvWxN0TlVRaf1xZMs { color:rgba(56,111,246,0.8);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:18.75rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 { position:relative;display:block; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 { background-color: transparent; background-image: none; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row .container > .video-iframe-container { display: none; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row > .video-iframe-container { display: none; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .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); }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 { border-width: 0; border-radius: 0; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6e0ed;background-image:none;font-size:0.875rem;font-family:arial;height:31rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iPOvEEtD77H8wqROixJLpRgNiGk9Ts0N { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:28.5rem;width:18.5rem;top:1.8125rem;left:48rem;overflow:hidden;display:block; }
#TiURdzNzlMGeVbckpJPxvFEfTyxnKzyi { color:#ffffff;display:block;width:15.1855625rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.5rem;left:49.3125rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XnaHiFIkWfzerwcAnNgFhaDRHwaZ578h { box-sizing:content-box;height:28.5rem;width:18.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:28.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tfm55Mz8F2tqH608xFkbxhSJXtT4ocVo { color:rgba(12,23,55,0.8);display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:29.4375rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#DlIvlPIE8fhTDcSaqX7GVTsM1QMOGoyA { color:#0c1737;display:block;width:16.25rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:13.875rem;left:29.4375rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlVKvLml30NT2H5F0R4IirBBEzeJ1Psh { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.3125rem;width:16.683625rem;top:2.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#P3CpPSZ6M10zGwfEXbt2xMmEu0VW7ilT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:26.375rem;width:18.5rem;top:2.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#o7TgL59opIhoCoFwymQmoPimiiVGlfH8 { box-sizing:content-box;height:28.5rem;width:18.5rem;position:absolute;display:block;z-index:14999;background-color:#0a1633;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:8.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#VPwfhWA2KC3Uzl0GwIvuTKxoEbQDDCta { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.8125rem;left:10.125rem;height:4.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yOnuVWMuusrue3MTFz0zST7pewoeDo2N { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.25rem;left:10.125rem;height:0.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#toOztGXJXMAeBheSss74pgevgHay3Ed3 { position:relative;display:block; }#toOztGXJXMAeBheSss74pgevgHay3Ed3 { background-color: transparent; background-image: none; }#toOztGXJXMAeBheSss74pgevgHay3Ed3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row .container > .video-iframe-container { display: none; }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row > .video-iframe-container { display: none; }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .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); }#toOztGXJXMAeBheSss74pgevgHay3Ed3 { border-width: 0; border-radius: 0; }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6e0ed;background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kocg5dT4vGctgC0UaspgLDgA0gCl5R0y { color:rgba(12,23,55,0.8);display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.3125rem;left:9.6875rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#IWsKt6oAHO4eTeZovbxLFa76dQ2eeJxZ { color:#0c1737;display:block;width:16.25rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:12.6875rem;left:9.6875rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XI6x4rDWr8unUmMmAsVlMERTs2PShacs { box-sizing:content-box;height:28.5rem;width:18.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:8.5625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ZxVLbfxyqQEHaXZHrH99SFi5flWIN0O7 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.3125rem;width:16.625rem;top:1.5rem;left:9.5rem;overflow:hidden;display:block; }
#JT4OviuHveTHnxl2O2hVilE4PUtzQVRG { box-sizing:content-box;height:28.5rem;width:18.5rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:28.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PBefTd2KUgoQZIveWxqTMkODwr3eII4u { color:rgba(12,23,55,0.8);display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.3125rem;left:29.375rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#Gzpc8dJcTfSvSKbVBcFHRomcFh7CGrVT { color:#0c1737;display:block;width:16.25rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:12.6875rem;left:29.375rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThI1qXXam7wriXWE1Lz6qEwDCF1ydhJy { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.3125rem;width:16.625rem;top:1.5rem;left:29.1875rem;overflow:hidden;display:block; }
#Jnccy2eeJba9sP5PuyR9F1RTfmA9cyww { box-sizing:content-box;height:28.5rem;width:18.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:48rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#nUyVFDwARcOn8HqOHL1nbmOZ73JqV31F { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.3125rem;width:16.625rem;top:1.5rem;left:48.9375rem;overflow:hidden;display:block; }
#EJIxXdrGFBElMkOHFEXmKHgn80OScgPm { color:#0c1737;display:block;width:16.25rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:12.6875rem;left:49.125rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CA04nehknTPBvxC6vFPlUxilnmihZdWu { color:rgba(12,23,55,0.8);display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.3125rem;left:49.125rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV { position:relative;display:block; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV { background-color: transparent; background-image: none; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row .container > .video-iframe-container { display: none; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row > .video-iframe-container { display: none; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .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); }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV { border-width: 0; border-radius: 0; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6e0ed;background-image:none;font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#hRoU7VMn1U8cFGww88N29USexvxBx80a { color:#0c1737;display:block;width:25.125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:13.125rem;left:9.75rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ft2KxLWuoKMDqlu3T5eqbb4hCoI4CHD0 { color:rgba(12,23,55,0.8);display:block;width:25.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.375rem;left:9.6875rem;height:5.2rem;text-align:left;text-align-last:left;display:block; }
#S5CmNkZonlBJLMhrWdTJ27npZsSBezfy { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.5rem;width:26.6875rem;top:1.5625rem;left:9.3125rem;overflow:hidden;display:block; }
#uyEXcR3E50xcslxhGHklFzuQOsV8fyxT { color:rgba(12,23,55,0.8);display:block;width:25.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.3125rem;left:39.375rem;height:5.2rem;text-align:left;text-align-last:left;display:block; }
#Kgfun59R6PdK6gsuzCiF5v96sEnQzOhP { color:#0c1737;display:block;width:25.125rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:13.0625rem;left:39.4375rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ANvewqfyUz8lGDN8ARITey5RiEBcQZk1 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:10.4375rem;width:26.125rem;top:1.5rem;left:39rem;overflow:hidden;display:block; }
#cBwquNNLZUWaKSSUyVuPq9GKetLh50u7 { box-sizing:content-box;height:21.3748125rem;width:28.125rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:38.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#mIltqIRn34b0T1BCuTX7lyZUJ6LkoN8X { box-sizing:content-box;height:21.375rem;width:28.125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:8.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq { position:relative;display:block; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq { background-color: transparent; background-image: none; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row .container > .video-iframe-container { display: none; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row > .video-iframe-container { display: none; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .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); }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq { border-width: 0; border-radius: 0; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km { position:relative;display:block; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km { background-color: transparent; background-image: none; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container > .video-iframe-container { display: none; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row > .video-iframe-container { display: none; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .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); }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km { border-width: 0; border-radius: 0; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fb1c538d-05c0-4b02-9535-98a2ba64e338/Frame2085666727.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:53.875rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container.adaptive-delivery-prevent-bg, #TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container.lazyload, #TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container.lazyloading { background-image: none; }#xWTTCGKbh4zkBgOsLKDmrReVQBLlS73l { color:#0c1737;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.6705741882324rem;left:2.9155826568604rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQSoglmVJgAz3p3STmvsAHrL31dFEfIX { color:#0c1737;display:block;width:16.25rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:13.064235687256rem;left:2.9155826568604rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GQVdfVHqAsfwbgB1aOAPGn9ZOPiczXHo { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:16.740452766419rem;left:2.9155826568604rem;overflow:hidden;display:block; }
#rVVRJIw3Z6xQXGHmd674de7MXrt3BcbX { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.945529937744rem;left:5.3526477813721rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#E6dSodV9LL8i6uw6CVtgnN5JP0GoGDpS { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:19.25rem;left:2.9375rem;overflow:hidden;display:block; }
#NNAERI1sCne7NRxhRuoC7HVT6s2RJOEE { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.4375rem;left:5.375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#OeDovq0UybFUgrucm5ZFwqfVrigl0HGA { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.6875rem;left:5.375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#CFhKbcKlwXNDGrXOdToHTIcCOVv90EmC { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.5rem;left:2.9375rem;overflow:hidden;display:block; }
#CDuA3smi85n4VnB8zLKskNRy5rBfyToz { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23.75rem;left:2.9375rem;overflow:hidden;display:block; }
#SfxeQ9flDP45WwgnqwymZrCcpQ9zhAVi { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.9375rem;left:5.375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#BJybTmhHDTN3lIwx80MGU0hii8KIvtDZ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:26.125rem;left:2.9375rem;overflow:hidden;display:block; }
#bQnW1n6UOWR5feBr4KzLSfC8tlw2F12U { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:26.3125rem;left:5.375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#Twe3T89w6uiavSQv3pWDOpEv5gsqEihV { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#E15kVDqtTsNQr4eI5P8kBrLbTEBncJyQ { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.75rem;left:5.375rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#gdBZPDEyyxZ2X1oBQZ8T6IE40D4P2fAs { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:32.4375rem;left:5.375rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#a36TKoM6ADgzlZgHP70tEdDwcV6CRlnn { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:32.25rem;left:2.9375rem;overflow:hidden;display:block; }
#E2lw53M0uTyozc00akPe41TP8rTfdPrq { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:36.0625rem;left:5.375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#tvetevElRpOpKKGEuuTpsiKbWMf9HFTl { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:35.875rem;left:2.9375rem;overflow:hidden;display:block; }
#TWrcqLV4M79RvsoK7zFU9JaCs8eXPgfT { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:38.125rem;left:2.9375rem;overflow:hidden;display:block; }
#eADwOoH4XNZaXMCNSwQC9NFVHxvluIEe { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:38.3125rem;left:5.375rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#U5Kfdnt5lXVOZ2INFIlhcgOHl7eMAqgQ { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:41.875rem;left:5.375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#GcN9oBymrTwZdWPJmTLXDXcsKBnTCzMD { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:41.6875rem;left:2.9375rem;overflow:hidden;display:block; }
#PQgoTunoAZ3W8oXhiX90rTf0CveFrHun { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:44.1875rem;left:5.375rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#K2TEh04Z0VDGvxftF5aCQKgAkn5BmdcX { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:44rem;left:2.9375rem;overflow:hidden;display:block; }
#kWm4P1yKMX8FUKBGwg0gARm0gfKh5bCi { box-sizing:content-box;height:44.875rem;width:28.125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:44.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#k4KskMX3zTXzE3lPaGzIwHlWI4tJTsEO { color:#b0b0b0;display:block;width:23.75rem;position:absolute;font-family:manrope;font-size:3.75rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:6.3125rem;left:46.8125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3XLgrFERVQPMXPxIvnoZgolusnCh8OP { box-sizing:content-box;height:12.125rem;width:24.5625rem;position:absolute;display:block;z-index:15020;background-color:#f7f7fa;background-image:none;box-shadow: none;border-top:0.0625rem solid #dee0fb;border-left:0.0625rem solid #dee0fb;border-right:0.0625rem solid #dee0fb;border-bottom:0.0625rem solid #dee0fb;top:12.8125rem;left:46.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#t29xhKxkb7sPLccTugikDTOntICfLkg5 { color:#000c2c;display:block;width:23.75rem;position:absolute;font-family:manrope;font-size:4.375rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:16.1875rem;left:46.8125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#StmXXbe0ATfR0tlevyiSV2mb2kg7k9K6 { color:rgba(0,12,44,0.8);display:block;width:16.9998125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.375rem;left:50.1875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#w9iAf7DpRwBOEOzoN6lkdtsHCEXTNPyF { color:rgba(255,255,255,0.8);display:block;width:16.9998125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:12.625rem;left:50.25rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#oUk0FHf5TcyJZXlDkGicPhArN03FzHJS { box-sizing:content-box;height:3.24978125rem;width:18.2498125rem;position:absolute;display:block;z-index:15021;background-color:#f73535;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.8125rem;left:49.5625rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#hsxpSIPyR8LrqL2ZCoFdErcJnfglvZlE { box-sizing:content-box;height:16.25rem;width:24.5625rem;position:absolute;display:block;z-index:15021;background-color:#f7f7fa;background-image:none;box-shadow: none;border-top:0.0625rem solid #dee0fb;border-left:0.0625rem solid #dee0fb;border-right:0.0625rem solid #dee0fb;border-bottom:0.0625rem solid #dee0fb;top:26.25rem;left:46.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rJynTcDSK1fu8Mrz2QmonBy1fHDqIwne { color:#3573f7;display:block;width:23.75rem;position:absolute;font-family:manrope;font-size:4.375rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:28.6875rem;left:46.8125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oS8hENHfixGnThJwSP5sPiWZwc2TXaXB { color:rgba(0,12,44,0.8);display:block;width:16.9998125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.3125rem;left:50.1875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#w1NvMQnyt6EHRuukFQV9TdcNNErmBoh3 { color:rgba(0,12,44,0.8);display:block;width:19.874125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:34.3125rem;left:48.75rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#OMi0OabTqhhz6dotLO7U5lugFnu0zyvy { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:24.5625rem;top:43.3125rem;left:46.5rem;overflow:hidden;display:block; }
#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 { position:relative;display:block; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 { background-color: transparent; background-image: none; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row .container > .video-iframe-container { display: none; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row > .video-iframe-container { display: none; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .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); }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 { border-width: 0; border-radius: 0; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#phXhfHLtUKCZ2lhXqr85cdxdN0zN4EMg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5rem;width:26.124125rem;top:3.6859798431396rem;left:4.1243495941162rem;overflow:hidden;display:block; }
#Wq3ggIhaSrvcqrCBhoCJIiPlRiGCuDsO { color:#0c1737;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:34.0625rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qGZPhfGvWQhZoJqIq8phANzLFuD2aTCE { color:#0c1737;display:block;width:29.625rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.9375rem;left:34.0625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fRs2WhlBEl83gNQ0ReOydSOWfImIkV3O { color:rgba(0,12,44,0.8);display:block;width:33.2498125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:30.424913406372rem;left:34.062501907349rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#iG4yXishrGtbNqTctrsUhMDQ4DFTKCL6 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.25rem;top:27.937284469604rem;left:69.635346217256rem;overflow:hidden;display:block; }
#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 { position:relative;display:block; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 { background-color: transparent; background-image: none; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row .container > .video-iframe-container { display: none; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row > .video-iframe-container { display: none; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .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); }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 { border-width: 0; border-radius: 0; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000c2c;background-image:none;font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#ymFcDC4ZJc0HEpUpTODoKRlCLxWmiXzW { color:#ffffff;display:block;width:33.6870625rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.3229169845581rem;left:3.3116321563721rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cuX0EGbhorAX8qUNyVzHB6ezRpQB8oUp { box-sizing:content-box;height:24.5rem;width:17.125rem;position:absolute;display:block;z-index:15020;background-color:#0c1b41;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.8758687973023rem;left:37.500001907349rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ovKpGyPPS8BOXmCioeIqLEo6Old7w7eO { color:rgba(255,255,255,0.8);display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.811851501465rem;left:38.718538284302rem;height:11.7rem;text-align:left;text-align-last:left;display:block; }
#kSCuiwvPuuRvo3SFhgT3vcsXeAQwrSgf { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:11rem;left:38.875rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mW9TKy4JDbUtv5R7zzGsRL7cqPB2oX4R { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:3.061525rem;top:5.9130859375rem;left:38.71826171875rem;overflow:hidden;display:block; }
#cJbxBsaKQ9SK5p54nsXJQxodb39bxO8N { box-sizing:content-box;height:24.5rem;width:17.125rem;position:absolute;display:block;z-index:15024;background-color:#0c1b41;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:55.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rSPleNEbQdntQSAmX0x3wnRHwmUi6aIz { color:rgba(255,255,255,0.8);display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:14.8125rem;left:56.5625rem;height:9.1rem;text-align:left;text-align-last:left;display:block; }
#ZGpgQp6Q4g8b1NqLZ7uK4cpO8iC2WwQ1 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:11rem;left:56.75rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q3geIoFDMr6Wylx5HqZvy25wyMlLBgI2 { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:3.061525rem;top:5.9375rem;left:56.5625rem;overflow:hidden;display:block; }
#pDnbbZLngE87wT9nHTfg8KDTiszJ2uwh { box-sizing:content-box;height:24.5rem;width:17.125rem;position:absolute;display:block;z-index:15032;background-color:#0c1b41;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.3125rem;left:55.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MBbgTVoLB03Ss1LRZisXccXg6x4peIHV { box-sizing:content-box;height:24.5rem;width:17.125rem;position:absolute;display:block;z-index:15028;background-color:#0c1b41;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.3125rem;left:37.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#RlMGCNTt6idufbzPwPiQ01bwZuebD7VC { color:rgba(255,255,255,0.8);display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:40.25rem;left:56.5625rem;height:10.4rem;text-align:left;text-align-last:left;display:block; }
#RQO30kfLkVkdvOZUsMmTvJ5hhyUPxZmv { color:rgba(255,255,255,0.8);display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:40.25rem;left:38.6875rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#BKLEM0UIhHPthdQiv3n3FTcwntwCh5On { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:36.4375rem;left:38.875rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AJdOiTqAU7CT1rRO2Va8ccZ7zLPGRxl2 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:36.4375rem;left:56.75rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnDVJxqnictvVBJbmU6T54gKfLFHRct8 { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:3.061525rem;top:31.375rem;left:38.6875rem;overflow:hidden;display:block; }
#i4HnZXAxZUlTPkfPIEDPityoiK9ZZGEp { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.061525rem;width:3.061525rem;top:31.375rem;left:56.5625rem;overflow:hidden;display:block; }
#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM { position:relative;display:block; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM { background-color: transparent; background-image: none; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row .container > .video-iframe-container { display: none; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row > .video-iframe-container { display: none; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .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); }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM { border-width: 0; border-radius: 0; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS { position:relative;display:block; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS { background-color: transparent; background-image: none; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row .container > .video-iframe-container { display: none; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row > .video-iframe-container { display: none; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .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); }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS { border-width: 0; border-radius: 0; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6e0ed;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#LVzhHxmSqX27ONQCuQJtDWGvR3y3LAGp { color:#0c1737;display:block;width:38.31175rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5rem;left:3.8125rem;height:13.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVELXEx3SF3X0X6dTxEfqXiTIJ797q4m { color:#0c1737;display:block;width:19.6875rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:25.25rem;left:3.9375rem;height:1.5125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1yQwCRoZlVaiE97sTxbE3yIN5tX0Roy { color:rgba(12,23,55,0.8);display:block;width:29.74975rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:23.375rem;left:3.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#sh61TJ3HxlvW3RMTUeQmpxXAdQxq4ud1 { color:rgba(0,12,44,0.8);display:block;width:19.8730625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:21.5rem;left:50.4375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#qWgqUInHAJR2zwfPlQTykfT7HVVWiPk9 { color:rgba(0,12,44,0.8);display:block;width:16.9995rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.875rem;left:51.875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Fvix6T8aicIDe3wDfVBQldkUWpaV5sDn { color:#000c2c;display:block;width:19.4995rem;position:absolute;font-family:manrope;font-size:4.375rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:15.9375rem;left:50.625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lsy22L6c9Drg3gZyaoNhz4kthvTvdiyk { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:14.624rem;top:24.375rem;left:53.0625rem;overflow:hidden;display:block; }
#kJf4R7ZgTFrDbMeAV7rzokFQr8zSOKDh { box-sizing:content-box;height:20.249rem;width:20.68725rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.875rem;left:50.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MPiaT1zH41rFPvOsCKZT94POqrk3McAD { box-sizing:content-box;height:7.5625rem;width:20.6875rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.75rem;left:50.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#HX7gpkpzdkvMyPcRF7dP2inbS3vL4qGn { box-sizing:content-box;height:6.375rem;width:5.9375rem;position:absolute;display:block;z-index:15033;background-color:#3573f7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:64.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zQVD7wkh9KVuvUqlhOAuCohCTaX8elb6 { color:#ffffff;display:block;width:4.56176875rem;position:absolute;font-family:manrope;font-size:2.625rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:4rem;left:65rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UqOb5gP0BJN0hLlThtOafxDRyT7euAUV { color:rgba(255,255,255,0.8);display:block;width:3.061525rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:7.1875rem;left:65.75rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#C72kAKm0uyCMbXfFO9LoFS6Sxh5DvOdk { color:#0c1737;display:block;width:10.9985625rem;position:absolute;font-family:manrope;font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:5rem;left:51.4375rem;height:3.025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK { position:relative;display:block; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK { background-color: transparent; background-image: none; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row .container > .video-iframe-container { display: none; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row > .video-iframe-container { display: none; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .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); }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK { border-width: 0; border-radius: 0; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z { position:relative;display:block; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z { background-color: transparent; background-image: none; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row .container > .video-iframe-container { display: none; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row > .video-iframe-container { display: none; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .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); }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z { border-width: 0; border-radius: 0; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3573f7;background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#m4ZzF3dip72DGOEIQbOxJsqBqOM5U5cZ { color:#ffffff;display:block;width:38.3105625rem;position:absolute;font-family:manrope;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.5625rem;left:32.9375rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bW2k19KwiTb4GpgB5sGbOKbZMTkRAILs { color:rgba(255,255,255,0.8);display:block;width:29.7485625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.5625rem;left:32.9375rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#kKSI9kzxhTTuM69WO1JPBVuoiiig2Erg { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:20.625rem;top:18.4365234375rem;left:32.93701171875rem;overflow:hidden;display:block; }
#r06I3y3PtttnBDcLqlGaWPPbISOTuSyT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:21rem;top:1.6875rem;left:3.78125rem;overflow:hidden;display:block; }
#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX { position:relative;display:block; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX { background-color: transparent; background-image: none; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row .container > .video-iframe-container { display: none; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row > .video-iframe-container { display: none; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .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); }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX { border-width: 0; border-radius: 0; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO { position:relative;display:block; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO { background-color: transparent; background-image: none; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row .container > .video-iframe-container { display: none; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row > .video-iframe-container { display: none; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .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); }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO { border-width: 0; border-radius: 0; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-2),0.32);border-left:0.0625rem solid rgba(var(--color-primary-2),0.32);border-right:0.0625rem solid rgba(var(--color-primary-2),0.32);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.32); }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .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; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-heading-text { display:block;position:relative;width:100%;font-family:manrope;font-weight:700;font-size:1.125rem;height:auto;font-style:normal;line-height:1.4;overflow:hidden; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:rubik;line-height:1.4;overflow:hidden;height:auto;color:rgba(var(--color-primary-4),1); }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .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; }#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-trigger.adaptive-delivery-prevent-bg, #csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-trigger.lazyload, #csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-trigger.lazyloading { background-image: none; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv { box-sizing:content-box;height:auto;width:39.933125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:4.527587890625rem;left:35.000732421875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #P8Q3F4brQFyT4pnc1FXrmxAIPhkKGTCK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Q2578Zie6ztokIgdDbW6idoTsl3Qi91l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #vF9vOcnuGROTmMgh0TQLMfd9vX9JSWeU { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #EHTeTmfGl2dqtdSobwP3WIipl7TAeh33 {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #iiJu1NnUWCZPGm5TgIhipfAtGsX4XTE2 {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #B2RpQrcn5q24CfPiXtQwHezMWT8qOnkJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #xC8fQ3O4hPJ4zttGCCoRZX2XINkDttNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #GyUJpCMkEWNeWtJgT8OLrrfhGzWTGidO { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #MEsQ6nWOvNZrohF4UpmZt1DhpEDIwroh {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #kHGoayTB5AcmNf6D9CApv5qG83OO9JPO { display:none; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #lheveEnwW9pCFEfDfwE5i6hFOMN5TcJO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #T65aBt5VhwJuk3rTQoDg7VaerP5Sao8s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ulbnuTb44T6qHfcvTEHWwS54cwDzE30h { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PCTRN5am4ZhnBeAqzwRpMuuA7QKAhOy4 {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #D2fTQ3UyFeERccWzNAaPplddmdNNtONi { display:none; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #mXhADCwSawECL8EBDz2XI27F1t2gkPTZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #KVsWkdinQMazVqQAzFsGe4Lx4Egqhu9N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #goRd95vSLMiHWJKDknwKXEE4QWvTX3Um { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #CxzvOeCMwtTb5qC9P6aBgTzGpEqVoKKE {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #NlHB5f1v97NmREf4rHLM5T1p7PdTHpSP { display:none; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ppAUJKeryB6bxmvhlxuowTyylU7timpG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PKwtnEW0StTbxwR1gD7M8I2yEbtpKBsQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #bOyC0oPTZdKZpNTLT6H6hfXAD7URdZa3 { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #lbLyqdZtphTlTgUeCCiVcFK7b7a0uJBT {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Ky3cd6xsr2kZn5OsyNQyZurlHI92PWzk { display:none; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #y2h7uTbNPa34ar6lfzRm68bih6LS7Tn5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #HZOftXI0LBvdxN8BdBemuoKQzN74aJWu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #uCLbIA8gJfBmIMmsZ7yElyo4eWTRi3sA { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #F6u7XulEFFTK5FQS89fTQBl3hf51nlMx {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PBlhR53U8hGDDG4dmkKln9p8iGOWI90R { display:none; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Iv9RTZXTnSuheL3tyqdVxWEgaMUik3oZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #JXuRciVJRWSHmocBQFXvwBpWfuGTxWB8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ZV2koG25r4K41Kmw71O8wVeVuBDXDXoi { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ly7SDWb3OT9e12IDyb0LUFNe2HCM4cB9 {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #orUb5RNzUGcQrZgv7ncTqqlsZHvIcklx { display:none; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #MNbFaBvk1wJ7MwlqJvS9JzZZ4o4DU8ag { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PbOBgV3ibZPOWL0uXJiFKpg9NFDrG6zT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #bTpx9GsnJKudhxX5K98Lg9Rx3XZCDbkK { display:block;position:relative; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #QCdE4LT8nybC7td4GaFuhTpphnmn24U0 {  }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv #NtsrSNmbceCzWfiouM5vr7A2iGA0CvE5 { display:none; }
#eznWcwgmGNUt7r2NMnBhmK19GiTUhzxP { color:#0c1737;display:block;width:29.125rem;position:absolute;font-family:manrope;font-size:3rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.527587890625rem;left:0rem;height:6.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ToJ8FSRXqIuHgR4OfpHZzmzTM2QAMSzP { color:rgba(12,23,55,0.8);display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.601318359375rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#aM6L6qNm1gH9uPQE07xyzrCV44VfebFq { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5620125rem;width:15.1245rem;top:18.66455078125rem;left:0rem;overflow:hidden;display:block; }
#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz { position:relative;display:block; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz { background-color: transparent; background-image: none; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row .container > .video-iframe-container { display: none; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row > .video-iframe-container { display: none; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .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); }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz { border-width: 0; border-radius: 0; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 { position:relative;display:block; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 { background-color: transparent; background-image: none; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row .container > .video-iframe-container { display: none; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row > .video-iframe-container { display: none; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .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); }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 { border-width: 0; border-radius: 0; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#d6e0ed;background-image:none;font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#mt97iT8Gb9bgiwVUDLweeVzyVr9JPfOy { color:rgba(0,12,44,0.8);display:block;width:11.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:13.56103515625rem;left:6.873779296875rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#bF9cK2AMW7WsMgro4Sd3kr5NBhbGCX3Z { color:#000c2c;display:block;width:14.625rem;position:absolute;font-family:manrope;font-size:4.375rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:7.4990234375rem;left:3.8720703125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#xeupUeJ4u0whoTm34T08fQO9imna9QZq { box-sizing:content-box;height:12.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3115234375rem;left:2.32666015625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#K9d2qomTCw5DsFeVXX2kntEzOgJ25lEw { box-sizing:content-box;height:12.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3115234375rem;left:20.999755859375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ge4AAd2PkNMh3IaBgKOUQqZ1uLv4EuD8 { color:rgba(0,12,44,0.8);display:block;width:15.06225rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13.559814453125rem;left:22.5rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#tKoH5X18FqwMZDopRPVZQ783wUT7ErrC { color:#000c2c;display:block;width:13.93675rem;position:absolute;font-family:manrope;font-size:4.375rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:7.4990234375rem;left:22.62451171875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MDFIoKmcAsAgeRSSfVhBmckDHgGEMXyR { position:absolute;display:block;z-index:15063;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56225625rem;width:15.6860625rem;top:11.4375rem;left:52rem;overflow:hidden;display:block; }
#f9LOOSnnabXT9B4GfItLT7nJ8oNrzqeH { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:18.3125rem;top:14.625rem;left:52rem;overflow:hidden;display:block; }
#AMuz2KbABekCeKudxnrSNqTFR5kwtUDu { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9355625rem;width:8.9355625rem;top:6.1555995941162rem;left:35.307077407837rem;overflow:hidden;display:block; }
#o8gzWXfTqTAlzxpNZB2qtC6A9zBnBwCo { color:rgba(0,12,44,0.8);display:block;width:20.437rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:8.1875rem;left:52rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#Z223hSkVmCrGUyHkgW8apgGTANuNlzWz { color:#0c1737;display:block;width:19.125rem;position:absolute;font-family:manrope;font-size:1.625rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:5.6875rem;left:52rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#svJoioGtSB8ZsCrmwJdHXEiWwmTo7RkN { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.3120125rem;top:13.4365234375rem;left:3.8720703125rem;overflow:hidden;display:block; }
#neFHLCSxQ7tf7rTsT3yh2b4KZiHTkdyu { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.249375rem;top:0.3125rem;left:36.559244155884rem;overflow:hidden;display:block; }
#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA { position:relative;display:block; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA { background-color: transparent; background-image: none; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row .container > .video-iframe-container { display: none; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row > .video-iframe-container { display: none; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .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); }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA { border-width: 0; border-radius: 0; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020827;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; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row .container { background-color: transparent; background-image: none; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row .container > .video-iframe-container { display: none; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row > .video-iframe-container { display: none; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .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); }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row .container { border-width: 0; border-radius: 0; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#esy3mPUFa2Kc3cwtICED3Lw8vABCDR18 { 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:3rem;width:21.3745rem;top:5.032958984375rem;left:26.8115234375rem;overflow:hidden;display:block; }
#QA3LPGRSK2OdbBkuCeFgK4FIDTDHICVb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15011;opacity:1;top:12.875rem;left:28.75rem; }
#QA3LPGRSK2OdbBkuCeFgK4FIDTDHICVb > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#hNRgLKE0lGx7ihN81Wu1y4EbEQ0CL67h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.875rem;left:33.6875rem; }
#hNRgLKE0lGx7ihN81Wu1y4EbEQ0CL67h > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; }#pMSHKBHLwusTPf78GTGD3bebBBKkQcsz { box-sizing:content-box;height:0.062255875rem;width:74.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),0.2);background-image:none;top:21.873779296875rem;left:0rem;display:block; }
#TpA2iR1nbTZfob2Te6PXRoepiPtO1TUP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.75rem;left:38.3125rem; }
#TpA2iR1nbTZfob2Te6PXRoepiPtO1TUP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#P8bOoqdSItczzoLkXCqoMrI3o5EEFRts { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:24.310302734375rem;left:16.8115234375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#fFu8NykZkNyfdrXuGdkTmaaIgkwy5FOU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.75rem;left:43.125rem; }
#fFu8NykZkNyfdrXuGdkTmaaIgkwy5FOU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVO3IJFo2dRllET0LK0WnghsRGSlTQME { top:13.75rem;left:23.8125rem;width:23.875rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qae2xS4neJhM83zbsr626V86oTV1GmNX { top:9.9375rem;left:20.375rem;width:27.375rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svzJCHIk58mTxTK56ZOWgfN59fFg0iwf { top:9.875rem;left:0rem;width:42.875rem;height:13.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8gg9wS0JZa4xFcxGQJC3bhg3uVDQbmX { top:3.75rem;left:0rem;width:13.8125rem;height:1.937535068508rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW85bxURL9VZdiQlJfUmKq9sng1skxHp { top:43.0625rem;left:0rem;width:34.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQhc7OoTgeBsSgppHMTuW5CZvf635Ho { top:27.375rem;left:0rem;width:20.9375rem;height:11.65287564362rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp7RlZ7tdDVqhl3CJmhh0As3GivgixaF { top:49.4375rem;left:0rem;width:14.0625rem;height:3.31055rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpP25KtWeNExOnlTtiuLra3CEZJTGm15 { top:54.1875rem;left:0rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3r6OH6Ifu8385zGA90ktPgRInfVlq97 { top:20rem;left:24.0625rem;width:23.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwxIrm6rNgDsiDByhHqBv5g9XQyHNwCo { top:3.25rem;left:39.625rem;width:8.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6vSyWgJIeXT82xMNkxKLzN9V2HQhAiK { top:24.3125rem;left:23.8125rem;width:23.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z { display:block; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6ROuU33mXh380xP4Pi0hkKJwmpGImdG { top:9.9375rem;left:1.2816867828369rem;width:45.125rem;height:6.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIeLZmx3ROak2y17NJxoeohc7rGhiM0D { top:18.8125rem;left:1.375rem;width:45rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBHIP6C680vhDxwZXPm7xKxwp5lnNWtz { top:5.9375rem;left:0rem;width:47.75rem;height:40.149791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBaoUaltqUXTOpRh84NUKcqxex4H0bZX { top:22.5625rem;left:1.375rem;width:45rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNEzvqWRJBb5sIzGPdc4ACmz3NV7C5Pq { top:32.8125rem;left:0rem;width:21.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyoMpzJZ5tTzMXAHuOmcSIWdKwwTiAC4 { top:37rem;left:0rem;width:18.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwhpZcosOxBVHlTUC9u04nrFAsZylfhh { top:56.5rem;left:0rem;width:18.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkqh1rOtDIQa2zbaamdxIF5044DfqoI { top:51.9375rem;left:0rem;width:21.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHXsGBlhAXBpK43umvsMJRii7WvhPeXb { top:48.25rem;left:26.1875rem;width:21.5625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEDpkQSFXDaqa9umkqyNg8ZcV0cmLAB3 { top:43.9375rem;left:23.1875rem;width:24.5rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvDyQWbFBoRVuMm5Bpl0U3uLvPlHQWp { top:34.5625rem;left:0rem;width:18.625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmXGBoAeZUraDLheLVeCQskwc915XuT { top:30.8125rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0sMTCm6JJ76nClOHyxHJ6ugdP3N0dvk { top:54rem;left:0rem;width:18.625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDxfDiwKZgsi8rdUKOBTSvU8lCipA4rt { top:50.1875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOMNlzNgVL2GthvGzceVTLWoaEJhFqiQ { top:45.875rem;left:25.875rem;width:21.875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThreHrDzqgwTI3HOgwIOXgA4XrQBw0V { top:41.8125rem;left:29.710205078125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFD4FhpNecTwQx4tZo6LR7baDewdKDah { display:block; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqwzETlPoL9n2q65mMTfCfl13uNyIGvh { top:1.375rem;left:0rem;width:47.75rem;height:3.5016666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS { display:block; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkiu0UEpGBVvD6kG6MnC7wgigDIy3BZq { top:7.75rem;left:0rem;width:37.5rem;height:9.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycGBLvZgHTgWV4QJ0EiE10LFcbSNwf2 { top:19.5rem;left:0rem;width:37.5rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoxOklJtSm51IDdBMHqCnJ2u9XUOllg { top:7.75rem;left:17.25rem;width:30.5rem;height:42.538725193462rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfSkfb4h6iVAtHzn3TmLKHUT1ilCx8Q { top:28.375rem;left:23.875rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhM7sE3Z7eSp0kbgu81lOC9yeRA8XgNq { top:58.6875rem;left:0rem;width:10.4375rem;height:3.0438633021569rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG6tUIy8AfIs3z0dIqAOsf39pq1byX5v { top:30.75rem;left:0rem;width:37.5rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGaecx4WA5NgLRaJz48XrdCJTchi64y { top:32.8125rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6MC3qR5UcF7sWNCpDVfffROJy7uHrm9 { top:39.125rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo0MC995zNScmQSgcxrgkaxIuNEtnMCl { top:37rem;left:0rem;width:37.5rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvbh2EySsbxazUcog9QbXuTdXKJsr8BO { top:45.4375rem;left:0rem;width:37.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBG3zrwOAvKf8lbpebGi7R77aRx0TQdn { top:43.3125rem;left:0rem;width:37.5rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w28mvDqkpipIZ72qwhCpC37GPr6WTieK { top:51.75rem;left:0rem;width:37.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiToH84ZqfCd9DahNX5tAcwELRynMbVk { top:49.625rem;left:0rem;width:37.5rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpmAslB1nu2AaZR7AB8Q26TA692MnKR { display:block; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIusTzGTOkMU5tig2Dp7PvMUryBJ0TwD { top:6.5rem;left:4.03125rem;width:39.6875rem;height:9.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7TkkLUh0gf5XDJvWxN0TlVRaf1xZMs { top:4.125rem;left:5.125rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 { display:block; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPOvEEtD77H8wqROixJLpRgNiGk9Ts0N { top:1.8125rem;left:13.25rem;width:18.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiURdzNzlMGeVbckpJPxvFEfTyxnKzyi { top:3.5rem;left:16.625rem;width:15.125rem;height:8.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnaHiFIkWfzerwcAnNgFhaDRHwaZ578h { top:1.8125rem;left:13.25rem;width:18.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfm55Mz8F2tqH608xFkbxhSJXtT4ocVo { top:17.5rem;left:15.5rem;width:16.25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlIvlPIE8fhTDcSaqX7GVTsM1QMOGoyA { top:13.875rem;left:15.5rem;width:16.25rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlVKvLml30NT2H5F0R4IirBBEzeJ1Psh { top:2.6875rem;left:15.125rem;width:16.625rem;height:10.276262652751rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3CpPSZ6M10zGwfEXbt2xMmEu0VW7ilT { top:2.9375rem;left:0rem;width:18.5rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7TgL59opIhoCoFwymQmoPimiiVGlfH8 { top:1.8125rem;left:0rem;width:18.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPwfhWA2KC3Uzl0GwIvuTKxoEbQDDCta { top:4.8125rem;left:1.1875rem;width:14.6875rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOnuVWMuusrue3MTFz0zST7pewoeDo2N { top:3.25rem;left:1.1875rem;width:14.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toOztGXJXMAeBheSss74pgevgHay3Ed3 { display:block; }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kocg5dT4vGctgC0UaspgLDgA0gCl5R0y { top:16.3125rem;left:0rem;width:16.25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWsKt6oAHO4eTeZovbxLFa76dQ2eeJxZ { top:12.6875rem;left:0rem;width:16.25rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6x4rDWr8unUmMmAsVlMERTs2PShacs { top:0.625rem;left:0rem;width:18.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVLbfxyqQEHaXZHrH99SFi5flWIN0O7 { top:1.5rem;left:0rem;width:16.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4OviuHveTHnxl2O2hVilE4PUtzQVRG { top:0.625rem;left:13.25rem;width:18.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBefTd2KUgoQZIveWxqTMkODwr3eII4u { top:16.3125rem;left:15.5rem;width:16.25rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzpc8dJcTfSvSKbVBcFHRomcFh7CGrVT { top:12.6875rem;left:15.5rem;width:16.25rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThI1qXXam7wriXWE1Lz6qEwDCF1ydhJy { top:1.5rem;left:15.125rem;width:16.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnccy2eeJba9sP5PuyR9F1RTfmA9cyww { top:0.625rem;left:13.25rem;width:18.5rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUyVFDwARcOn8HqOHL1nbmOZ73JqV31F { top:1.5rem;left:15.125rem;width:16.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJIxXdrGFBElMkOHFEXmKHgn80OScgPm { top:12.6875rem;left:15.5rem;width:16.25rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA04nehknTPBvxC6vFPlUxilnmihZdWu { top:16.3125rem;left:15.5rem;width:16.25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV { display:block; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRoU7VMn1U8cFGww88N29USexvxBx80a { top:13.125rem;left:0rem;width:25.125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft2KxLWuoKMDqlu3T5eqbb4hCoI4CHD0 { top:15.375rem;left:0rem;width:25.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5CmNkZonlBJLMhrWdTJ27npZsSBezfy { top:1.5625rem;left:0rem;width:26.6875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyEXcR3E50xcslxhGHklFzuQOsV8fyxT { top:15.3125rem;left:22.5625rem;width:25.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgfun59R6PdK6gsuzCiF5v96sEnQzOhP { top:13.0625rem;left:22.6875rem;width:25.0625rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANvewqfyUz8lGDN8ARITey5RiEBcQZk1 { top:1.5rem;left:21.625rem;width:26.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwquNNLZUWaKSSUyVuPq9GKetLh50u7 { top:0.8125rem;left:19.625rem;width:28.125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIltqIRn34b0T1BCuTX7lyZUJ6LkoN8X { top:0.875rem;left:0rem;width:28.125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq { display:block; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km { display:block; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWTTCGKbh4zkBgOsLKDmrReVQBLlS73l { top:5.625rem;left:0rem;width:37.5rem;height:3.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQSoglmVJgAz3p3STmvsAHrL31dFEfIX { top:13.0625rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQVdfVHqAsfwbgB1aOAPGn9ZOPiczXHo { top:16.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVVRJIw3Z6xQXGHmd674de7MXrt3BcbX { top:16.9375rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6dSodV9LL8i6uw6CVtgnN5JP0GoGDpS { top:19.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNAERI1sCne7NRxhRuoC7HVT6s2RJOEE { top:19.4375rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDovq0UybFUgrucm5ZFwqfVrigl0HGA { top:21.6875rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhKbcKlwXNDGrXOdToHTIcCOVv90EmC { top:21.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDuA3smi85n4VnB8zLKskNRy5rBfyToz { top:23.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfxeQ9flDP45WwgnqwymZrCcpQ9zhAVi { top:23.9375rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJybTmhHDTN3lIwx80MGU0hii8KIvtDZ { top:26.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQnW1n6UOWR5feBr4KzLSfC8tlw2F12U { top:26.3125rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twe3T89w6uiavSQv3pWDOpEv5gsqEihV { top:28.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E15kVDqtTsNQr4eI5P8kBrLbTEBncJyQ { top:28.75rem;left:0rem;width:33.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdBZPDEyyxZ2X1oBQZ8T6IE40D4P2fAs { top:32.4375rem;left:0rem;width:33.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a36TKoM6ADgzlZgHP70tEdDwcV6CRlnn { top:32.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2lw53M0uTyozc00akPe41TP8rTfdPrq { top:36.0625rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvetevElRpOpKKGEuuTpsiKbWMf9HFTl { top:35.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWrcqLV4M79RvsoK7zFU9JaCs8eXPgfT { top:38.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eADwOoH4XNZaXMCNSwQC9NFVHxvluIEe { top:38.3125rem;left:0rem;width:33.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Kfdnt5lXVOZ2INFIlhcgOHl7eMAqgQ { top:41.875rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcN9oBymrTwZdWPJmTLXDXcsKBnTCzMD { top:41.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQgoTunoAZ3W8oXhiX90rTf0CveFrHun { top:44.125rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2TEh04Z0VDGvxftF5aCQKgAkn5BmdcX { top:44rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWm4P1yKMX8FUKBGwg0gARm0gfKh5bCi { top:4.5rem;left:19.625rem;width:28.125rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KskMX3zTXzE3lPaGzIwHlWI4tJTsEO { top:6.3125rem;left:24rem;width:23.75rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3XLgrFERVQPMXPxIvnoZgolusnCh8OP { top:12.8125rem;left:23.0625rem;width:24.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29xhKxkb7sPLccTugikDTOntICfLkg5 { top:16.1875rem;left:24rem;width:23.75rem;height:5.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StmXXbe0ATfR0tlevyiSV2mb2kg7k9K6 { top:21.375rem;left:29.75rem;width:16.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9iAf7DpRwBOEOzoN6lkdtsHCEXTNPyF { top:12.625rem;left:29.8125rem;width:16.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUk0FHf5TcyJZXlDkGicPhArN03FzHJS { top:11.8125rem;left:29.125rem;width:18.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsxpSIPyR8LrqL2ZCoFdErcJnfglvZlE { top:26.25rem;left:23.0625rem;width:24.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJynTcDSK1fu8Mrz2QmonBy1fHDqIwne { top:28.6875rem;left:24rem;width:23.75rem;height:5.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS8hENHfixGnThJwSP5sPiWZwc2TXaXB { top:27.3125rem;left:29.75rem;width:16.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1NvMQnyt6EHRuukFQV9TdcNNErmBoh3 { top:34.3125rem;left:27.9375rem;width:19.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMi0OabTqhhz6dotLO7U5lugFnu0zyvy { top:43.3125rem;left:23.1875rem;width:24.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 { display:block; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phXhfHLtUKCZ2lhXqr85cdxdN0zN4EMg { top:3.625rem;left:0rem;width:26.0625rem;height:32.423334752839rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq3ggIhaSrvcqrCBhoCJIiPlRiGCuDsO { top:4.75rem;left:0rem;width:37.5rem;height:19.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGZPhfGvWQhZoJqIq8phANzLFuD2aTCE { top:27.9375rem;left:0rem;width:29.625rem;height:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRs2WhlBEl83gNQ0ReOydSOWfImIkV3O { top:30.375rem;left:0rem;width:33.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4yXishrGtbNqTctrsUhMDQ4DFTKCL6 { top:27.875rem;left:41.9375rem;width:5.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 { display:block; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymFcDC4ZJc0HEpUpTODoKRlCLxWmiXzW { top:4.3125rem;left:0rem;width:33.625rem;height:9.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuX0EGbhorAX8qUNyVzHB6ezRpQB8oUp { top:3.875rem;left:23.875rem;width:17.125rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovKpGyPPS8BOXmCioeIqLEo6Old7w7eO { top:14.75rem;left:23.875rem;width:14.6875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSCuiwvPuuRvo3SFhgT3vcsXeAQwrSgf { top:11rem;left:23.875rem;width:14.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW9TKy4JDbUtv5R7zzGsRL7cqPB2oX4R { top:5.875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJbxBsaKQ9SK5p54nsXJQxodb39bxO8N { top:3.875rem;left:30.6875rem;width:17.0625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSPleNEbQdntQSAmX0x3wnRHwmUi6aIz { top:14.75rem;left:33.0625rem;width:14.6875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpgQp6Q4g8b1NqLZ7uK4cpO8iC2WwQ1 { top:10.9375rem;left:33.0625rem;width:14.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3geIoFDMr6Wylx5HqZvy25wyMlLBgI2 { top:5.9375rem;left:36.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDnbbZLngE87wT9nHTfg8KDTiszJ2uwh { top:29.3125rem;left:30.6875rem;width:17.0625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBbgTVoLB03Ss1LRZisXccXg6x4peIHV { top:29.3125rem;left:23.875rem;width:17.0625rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMGCNTt6idufbzPwPiQ01bwZuebD7VC { top:40.1875rem;left:33.0625rem;width:14.6875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQO30kfLkVkdvOZUsMmTvJ5hhyUPxZmv { top:40.1875rem;left:23.875rem;width:14.6875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKLEM0UIhHPthdQiv3n3FTcwntwCh5On { top:36.375rem;left:23.875rem;width:14.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJdOiTqAU7CT1rRO2Va8ccZ7zLPGRxl2 { top:36.375rem;left:33.0625rem;width:14.6875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDVJxqnictvVBJbmU6T54gKfLFHRct8 { top:31.375rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4HnZXAxZUlTPkfPIEDPityoiK9ZZGEp { top:31.375rem;left:36.125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM { display:block; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS { display:block; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVzhHxmSqX27ONQCuQJtDWGvR3y3LAGp { top:5rem;left:0rem;width:38.25rem;height:13.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVELXEx3SF3X0X6dTxEfqXiTIJ797q4m { top:25.25rem;left:0rem;width:19.6875rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yQwCRoZlVaiE97sTxbE3yIN5tX0Roy { top:23.375rem;left:0rem;width:29.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh61TJ3HxlvW3RMTUeQmpxXAdQxq4ud1 { top:21.5rem;left:27.9375rem;width:19.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWgqUInHAJR2zwfPlQTykfT7HVVWiPk9 { top:13.875rem;left:30.8125rem;width:16.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvix6T8aicIDe3wDfVBQldkUWpaV5sDn { top:15.9375rem;left:28.3125rem;width:19.4375rem;height:5.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsy22L6c9Drg3gZyaoNhz4kthvTvdiyk { top:24.375rem;left:32.625rem;width:14.5625rem;height:4.2937419058406rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJf4R7ZgTFrDbMeAV7rzokFQr8zSOKDh { top:10.875rem;left:27.125rem;width:20.625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPiaT1zH41rFPvOsCKZT94POqrk3McAD { top:2.75rem;left:27.0625rem;width:20.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX7gpkpzdkvMyPcRF7dP2inbS3vL4qGn { top:3.375rem;left:41.8125rem;width:5.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQVD7wkh9KVuvUqlhOAuCohCTaX8elb6 { top:4rem;left:43.25rem;width:4.5rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqOb5gP0BJN0hLlThtOafxDRyT7euAUV { top:7.1875rem;left:44.75rem;width:3rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C72kAKm0uyCMbXfFO9LoFS6Sxh5DvOdk { top:5rem;left:31rem;width:10.9375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK { display:block; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z { display:block; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4ZzF3dip72DGOEIQbOxJsqBqOM5U5cZ { top:6.5625rem;left:0rem;width:38.25rem;height:9.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2k19KwiTb4GpgB5sGbOKbZMTkRAILs { top:4.5625rem;left:0rem;width:29.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSI9kzxhTTuM69WO1JPBVuoiiig2Erg { top:18.375rem;left:6.0625rem;width:20.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r06I3y3PtttnBDcLqlGaWPPbISOTuSyT { top:1.6875rem;left:0rem;width:21rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ReSZDvNr47dALhQ37XdGIW01R2g1TX { display:block; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO { display:block; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv { display:flex;height:auto;width:35rem;top:2.125rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #P8Q3F4brQFyT4pnc1FXrmxAIPhkKGTCK {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Q2578Zie6ztokIgdDbW6idoTsl3Qi91l {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #vF9vOcnuGROTmMgh0TQLMfd9vX9JSWeU {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #EHTeTmfGl2dqtdSobwP3WIipl7TAeh33 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #iiJu1NnUWCZPGm5TgIhipfAtGsX4XTE2 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #B2RpQrcn5q24CfPiXtQwHezMWT8qOnkJ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #xC8fQ3O4hPJ4zttGCCoRZX2XINkDttNd {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #GyUJpCMkEWNeWtJgT8OLrrfhGzWTGidO {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #MEsQ6nWOvNZrohF4UpmZt1DhpEDIwroh {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #kHGoayTB5AcmNf6D9CApv5qG83OO9JPO {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #lheveEnwW9pCFEfDfwE5i6hFOMN5TcJO {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #T65aBt5VhwJuk3rTQoDg7VaerP5Sao8s {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ulbnuTb44T6qHfcvTEHWwS54cwDzE30h {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PCTRN5am4ZhnBeAqzwRpMuuA7QKAhOy4 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #D2fTQ3UyFeERccWzNAaPplddmdNNtONi {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #mXhADCwSawECL8EBDz2XI27F1t2gkPTZ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #KVsWkdinQMazVqQAzFsGe4Lx4Egqhu9N {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #goRd95vSLMiHWJKDknwKXEE4QWvTX3Um {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #CxzvOeCMwtTb5qC9P6aBgTzGpEqVoKKE {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #NlHB5f1v97NmREf4rHLM5T1p7PdTHpSP {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ppAUJKeryB6bxmvhlxuowTyylU7timpG {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PKwtnEW0StTbxwR1gD7M8I2yEbtpKBsQ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #bOyC0oPTZdKZpNTLT6H6hfXAD7URdZa3 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #lbLyqdZtphTlTgUeCCiVcFK7b7a0uJBT {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Ky3cd6xsr2kZn5OsyNQyZurlHI92PWzk {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #y2h7uTbNPa34ar6lfzRm68bih6LS7Tn5 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #HZOftXI0LBvdxN8BdBemuoKQzN74aJWu {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #uCLbIA8gJfBmIMmsZ7yElyo4eWTRi3sA {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #F6u7XulEFFTK5FQS89fTQBl3hf51nlMx {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PBlhR53U8hGDDG4dmkKln9p8iGOWI90R {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Iv9RTZXTnSuheL3tyqdVxWEgaMUik3oZ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #JXuRciVJRWSHmocBQFXvwBpWfuGTxWB8 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ZV2koG25r4K41Kmw71O8wVeVuBDXDXoi {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ly7SDWb3OT9e12IDyb0LUFNe2HCM4cB9 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #orUb5RNzUGcQrZgv7ncTqqlsZHvIcklx {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #MNbFaBvk1wJ7MwlqJvS9JzZZ4o4DU8ag {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PbOBgV3ibZPOWL0uXJiFKpg9NFDrG6zT {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #bTpx9GsnJKudhxX5K98Lg9Rx3XZCDbkK {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #QCdE4LT8nybC7td4GaFuhTpphnmn24U0 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #NtsrSNmbceCzWfiouM5vr7A2iGA0CvE5 {  }
 }@media only screen and (max-width: 763px) { #eznWcwgmGNUt7r2NMnBhmK19GiTUhzxP { top:4.5rem;left:0rem;width:29.125rem;height:6.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToJ8FSRXqIuHgR4OfpHZzmzTM2QAMSzP { top:12.5625rem;left:0rem;width:28.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM6L6qNm1gH9uPQE07xyzrCV44VfebFq { top:18.625rem;left:0rem;width:15.0625rem;height:3.5474107098582rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz { display:block; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 { display:block; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt97iT8Gb9bgiwVUDLweeVzyVr9JPfOy { top:13.5rem;left:0.061279296875rem;width:11.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF9cK2AMW7WsMgro4Sd3kr5NBhbGCX3Z { top:7.4375rem;left:0rem;width:14.625rem;height:5.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeupUeJ4u0whoTm34T08fQO9imna9QZq { top:5.25rem;left:0rem;width:17.6875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9d2qomTCw5DsFeVXX2kntEzOgJ25lEw { top:5.25rem;left:6.3125rem;width:17.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge4AAd2PkNMh3IaBgKOUQqZ1uLv4EuD8 { top:13.5rem;left:8.875rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKoH5X18FqwMZDopRPVZQ783wUT7ErrC { top:7.4375rem;left:10rem;width:13.875rem;height:5.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDFIoKmcAsAgeRSSfVhBmckDHgGEMXyR { top:11.4375rem;left:31.5625rem;width:15.625rem;height:2.5522819322089rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LOOSnnabXT9B4GfItLT7nJ8oNrzqeH { top:14.625rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMuz2KbABekCeKudxnrSNqTFR5kwtUDu { top:6.125rem;left:15rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8gzWXfTqTAlzxpNZB2qtC6A9zBnBwCo { top:8.1875rem;left:27.375rem;width:20.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z223hSkVmCrGUyHkgW8apgGTANuNlzWz { top:5.6875rem;left:28.6875rem;width:19.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svJoioGtSB8ZsCrmwJdHXEiWwmTo7RkN { top:13.375rem;left:0rem;width:2.25rem;height:1.5205908272555rem;display:block; }
 }@media only screen and (max-width: 763px) { #neFHLCSxQ7tf7rTsT3yh2b4KZiHTkdyu { top:0.3125rem;left:1.6875rem;width:22.1875rem;height:22.437428017641rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA { display:block; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH { display:block; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esy3mPUFa2Kc3cwtICED3Lw8vABCDR18 { top:5rem;left:13.1865234375rem;width:21.375rem;height:3.0002368608048rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3LPGRSK2OdbBkuCeFgK4FIDTDHICVb { top:12.875rem;left:15.125rem;width:2.6875rem;height:2.6875rem;display:block; }
#QA3LPGRSK2OdbBkuCeFgK4FIDTDHICVb > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #hNRgLKE0lGx7ihN81Wu1y4EbEQ0CL67h { top:12.875rem;left:20.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
#hNRgLKE0lGx7ihN81Wu1y4EbEQ0CL67h > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #pMSHKBHLwusTPf78GTGD3bebBBKkQcsz { top:21.8125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TpA2iR1nbTZfob2Te6PXRoepiPtO1TUP { top:12.75rem;left:24.6875rem;width:3.125rem;height:3.125rem;display:block; }
#TpA2iR1nbTZfob2Te6PXRoepiPtO1TUP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #P8bOoqdSItczzoLkXCqoMrI3o5EEFRts { top:24.25rem;left:3.1865234375rem;width:41.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFu8NykZkNyfdrXuGdkTmaaIgkwy5FOU { top:12.75rem;left:29.5rem;width:3.125rem;height:3.125rem;display:block; }
#fFu8NykZkNyfdrXuGdkTmaaIgkwy5FOU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVO3IJFo2dRllET0LK0WnghsRGSlTQME { width:20rem;height:7.79625rem;top:53.607857704162rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qae2xS4neJhM83zbsr626V86oTV1GmNX { width:20rem;height:45.25rem;top:50.396052360534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svzJCHIk58mTxTK56ZOWgfN59fFg0iwf { width:20rem;height:13.196625rem;top:5.495876789093rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8gg9wS0JZa4xFcxGQJC3bhg3uVDQbmX { width:10.499125rem;height:1.37478125rem;top:1.755642414093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW85bxURL9VZdiQlJfUmKq9sng1skxHp { width:20rem;height:8.7760625rem;top:32.447917938233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQhc7OoTgeBsSgppHMTuW5CZvf635Ho { height:11.130761927156rem;width:20rem;top:19.942491531372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp7RlZ7tdDVqhl3CJmhh0As3GivgixaF { width:14.0625rem;height:3.31055rem;top:42.537979125976rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpP25KtWeNExOnlTtiuLra3CEZJTGm15 { width:13.75rem;height:1.13671875rem;top:46.947700500488rem;left:3.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3r6OH6Ifu8385zGA90ktPgRInfVlq97 { width:20rem;height:2.599825rem;top:62.873264312744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwxIrm6rNgDsiDByhHqBv5g9XQyHNwCo { width:6.5625rem;height:2.24935rem;top:1.3172743320465rem;left:13.436415970326rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6vSyWgJIeXT82xMNkxKLzN9V2HQhAiK { width:20rem;height:13.25rem;top:67.048612594606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z { display:block; }#iCqbIk48IydVlwUenPi8TrKfT1Ly3G7z > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6ROuU33mXh380xP4Pi0hkKJwmpGImdG { width:20rem;height:6.5983125rem;top:5.205078125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIeLZmx3ROak2y17NJxoeohc7rGhiM0D { width:20rem;height:7.313375rem;top:12.871098518372rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBHIP6C680vhDxwZXPm7xKxwp5lnNWtz { width:20rem;height:16.8120625rem;top:22.186420440674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBaoUaltqUXTOpRh84NUKcqxex4H0bZX { width:20rem;height:5.361325rem;top:21.100260734558rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNEzvqWRJBb5sIzGPdc4ACmz3NV7C5Pq { width:20rem;height:13.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyoMpzJZ5tTzMXAHuOmcSIWdKwwTiAC4 { width:18.625rem;height:7.7995rem;top:43.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwhpZcosOxBVHlTUC9u04nrFAsZylfhh { width:18.625rem;height:6.4995625rem;top:71rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkqh1rOtDIQa2zbaamdxIF5044DfqoI { width:20rem;height:12.8125rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHXsGBlhAXBpK43umvsMJRii7WvhPeXb { width:18.624125rem;height:9.099375rem;top:57.186418533325rem;left:0.68684905767444rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEDpkQSFXDaqa9umkqyNg8ZcV0cmLAB3 { width:20rem;height:13.8125rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDvDyQWbFBoRVuMm5Bpl0U3uLvPlHQWp { width:18.6230625rem;height:1.51171875rem;top:40.75rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCmXGBoAeZUraDLheLVeCQskwc915XuT { width:2.87435rem;height:2.87435rem;top:37.569452285767rem;left:15.748698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0sMTCm6JJ76nClOHyxHJ6ugdP3N0dvk { width:18.6230625rem;height:1.51171875rem;top:68.875rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDxfDiwKZgsi8rdUKOBTSvU8lCipA4rt { width:2.87435rem;height:2.87435rem;top:66.7480506897rem;left:15.748698532581rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOMNlzNgVL2GthvGzceVTLWoaEJhFqiQ { width:18.624125rem;height:3.0234375rem;top:53.499351501465rem;left:0.68684905767444rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThreHrDzqgwTI3HOgwIOXgA4XrQBw0V { width:2.8125rem;height:2.8125rem;top:51.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFD4FhpNecTwQx4tZo6LR7baDewdKDah { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah.adaptive-delivery-prevent-bg, #CFD4FhpNecTwQx4tZo6LR7baDewdKDah.lazyload, #CFD4FhpNecTwQx4tZo6LR7baDewdKDah.lazyloading { background-image: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container { background-color: transparent; background-image: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container > .video-iframe-container { display: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row > .video-iframe-container { display: none; }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .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); }#CFD4FhpNecTwQx4tZo6LR7baDewdKDah > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqwzETlPoL9n2q65mMTfCfl13uNyIGvh { width:20rem;height:1.4664066666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS { display:block; }#GH4BVxGzpkpugZl5pAvxSa3UnXNrMAzS > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkiu0UEpGBVvD6kG6MnC7wgigDIy3BZq { width:20rem;height:8.79775rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XycGBLvZgHTgWV4QJ0EiE10LFcbSNwf2 { width:20rem;height:14.6267125rem;top:11.29775rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoxOklJtSm51IDdBMHqCnJ2u9XUOllg { width:14.375rem;height:20.061875rem;top:27.280823707581rem;left:5.6239150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbfSkfb4h6iVAtHzn3TmLKHUT1ilCx8Q { width:8.125rem;height:8.125rem;top:31.841360092163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhM7sE3Z7eSp0kbgu81lOC9yeRA8XgNq { width:10.4375rem;height:3.0441532750234rem;top:90.125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG6tUIy8AfIs3z0dIqAOsf39pq1byX5v { width:20rem;height:3.0234375rem;top:49.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGaecx4WA5NgLRaJz48XrdCJTchi64y { width:20rem;height:4.38801875rem;top:53.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6MC3qR5UcF7sWNCpDVfffROJy7uHrm9 { width:20rem;height:4.38801875rem;top:61.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo0MC995zNScmQSgcxrgkaxIuNEtnMCl { width:20rem;height:1.51171875rem;top:59rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvbh2EySsbxazUcog9QbXuTdXKJsr8BO { width:20rem;height:4.38801875rem;top:71.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBG3zrwOAvKf8lbpebGi7R77aRx0TQdn { width:20rem;height:3.0234375rem;top:67.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w28mvDqkpipIZ72qwhCpC37GPr6WTieK { width:20rem;height:8.7760625rem;top:80.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiToH84ZqfCd9DahNX5tAcwELRynMbVk { width:20rem;height:1.51171875rem;top:77.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpmAslB1nu2AaZR7AB8Q26TA692MnKR { display:block; }#glpmAslB1nu2AaZR7AB8Q26TA692MnKR > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIusTzGTOkMU5tig2Dp7PvMUryBJ0TwD { width:20rem;height:8.79775rem;top:6.4605035781863rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB7TkkLUh0gf5XDJvWxN0TlVRaf1xZMs { width:20rem;height:1.462675rem;top:4.4368486404419rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 { display:block; }#PuHFRmTsdgNlJRKzA2WCWsex8gRwG8O4 > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPOvEEtD77H8wqROixJLpRgNiGk9Ts0N { width:18.5rem;height:28.500770291089rem;top:60.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiURdzNzlMGeVbckpJPxvFEfTyxnKzyi { width:15.1248125rem;height:8.2470625rem;top:62.4375rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnaHiFIkWfzerwcAnNgFhaDRHwaZ578h { width:18.5rem;height:28.5rem;top:31rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfm55Mz8F2tqH608xFkbxhSJXtT4ocVo { width:16.25rem;height:10.3993125rem;top:46.68701171875rem;left:1.93798828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlIvlPIE8fhTDcSaqX7GVTsM1QMOGoyA { width:16.25rem;height:3.0234375rem;top:43.06298828125rem;left:1.93798828125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlVKvLml30NT2H5F0R4IirBBEzeJ1Psh { width:16.625rem;height:10.276570636496rem;top:31.87451171875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3CpPSZ6M10zGwfEXbt2xMmEu0VW7ilT { width:18.5rem;height:26.37521284359rem;top:2.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7TgL59opIhoCoFwymQmoPimiiVGlfH8 { width:18.5rem;height:28.5rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPwfhWA2KC3Uzl0GwIvuTKxoEbQDDCta { width:14.6875rem;height:4.94824375rem;top:4.25rem;left:2.31298828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOnuVWMuusrue3MTFz0zST7pewoeDo2N { width:14.6875rem;height:0.9619125rem;top:2.68701171875rem;left:2.31298828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toOztGXJXMAeBheSss74pgevgHay3Ed3 { display:block; }#toOztGXJXMAeBheSss74pgevgHay3Ed3 > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kocg5dT4vGctgC0UaspgLDgA0gCl5R0y { width:16.25rem;height:10.3993125rem;top:16.9384765625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWsKt6oAHO4eTeZovbxLFa76dQ2eeJxZ { width:16.25rem;height:3.0234375rem;top:13.31298828125rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI6x4rDWr8unUmMmAsVlMERTs2PShacs { width:18.5rem;height:28.5rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxVLbfxyqQEHaXZHrH99SFi5flWIN0O7 { width:16.625rem;height:10.312810159704rem;top:2.1259765625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4OviuHveTHnxl2O2hVilE4PUtzQVRG { width:18.5rem;height:28.5rem;top:31rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBefTd2KUgoQZIveWxqTMkODwr3eII4u { width:16.25rem;height:11.69925rem;top:46.6884765625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzpc8dJcTfSvSKbVBcFHRomcFh7CGrVT { width:16.25rem;height:3.0234375rem;top:43.06298828125rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThI1qXXam7wriXWE1Lz6qEwDCF1ydhJy { width:16.625rem;height:10.312810159704rem;top:31.8759765625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnccy2eeJba9sP5PuyR9F1RTfmA9cyww { width:18.5rem;height:28.5rem;top:60.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUyVFDwARcOn8HqOHL1nbmOZ73JqV31F { width:16.625rem;height:10.312810159704rem;top:61.6259765625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJIxXdrGFBElMkOHFEXmKHgn80OScgPm { width:16.25rem;height:3.0234375rem;top:72.81298828125rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA04nehknTPBvxC6vFPlUxilnmihZdWu { width:16.25rem;height:10.3993125rem;top:76.4384765625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV { display:block; }#SSbRL5A9Jz1zCqhaJDPrM879FKcvPBbV > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRoU7VMn1U8cFGww88N29USexvxBx80a { width:16.25rem;height:3.0234375rem;top:10.174251556396rem;left:1.8750000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ft2KxLWuoKMDqlu3T5eqbb4hCoI4CHD0 { width:16.25rem;height:6.4995625rem;top:13.936199188233rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5CmNkZonlBJLMhrWdTJ27npZsSBezfy { width:16.625rem;height:6.3125rem;top:2.49609375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyEXcR3E50xcslxhGHklFzuQOsV8fyxT { width:16.25rem;height:7.7995rem;top:36.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgfun59R6PdK6gsuzCiF5v96sEnQzOhP { width:16.25rem;height:3.0234375rem;top:32.45703125rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANvewqfyUz8lGDN8ARITey5RiEBcQZk1 { width:16.625rem;height:6.5625rem;top:25.0009765625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwquNNLZUWaKSSUyVuPq9GKetLh50u7 { width:18.5rem;height:21.311875rem;top:23.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIltqIRn34b0T1BCuTX7lyZUJ6LkoN8X { width:18.5rem;height:21.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq { display:block; }#aqa5pUpntB6ZcfVJ1WFxuB5iz4gXNgUq > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km { display:block; }#TFT4uGfmuy9c0TSZfU7h9ucqpJI6k7Km > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWTTCGKbh4zkBgOsLKDmrReVQBLlS73l { width:18.5rem;height:4.39886875rem;top:3.875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQSoglmVJgAz3p3STmvsAHrL31dFEfIX { width:18.5rem;height:1.5115rem;top:9.5625rem;left:0.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQVdfVHqAsfwbgB1aOAPGn9ZOPiczXHo { width:1.875rem;height:1.875rem;top:12.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVVRJIw3Z6xQXGHmd674de7MXrt3BcbX { width:16.8125rem;height:2.92535rem;top:12.25rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6dSodV9LL8i6uw6CVtgnN5JP0GoGDpS { width:1.875rem;height:1.875rem;top:16.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNAERI1sCne7NRxhRuoC7HVT6s2RJOEE { width:16.8125rem;height:2.92535rem;top:16.374783992768rem;left:3.1868491768837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDovq0UybFUgrucm5ZFwqfVrigl0HGA { width:16.8125rem;height:2.92535rem;top:20.562067508697rem;left:3.1868491768837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhKbcKlwXNDGrXOdToHTIcCOVv90EmC { width:1.875rem;height:1.875rem;top:20.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDuA3smi85n4VnB8zLKskNRy5rBfyToz { width:1.875rem;height:1.875rem;top:24.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfxeQ9flDP45WwgnqwymZrCcpQ9zhAVi { width:16rem;height:4.38801875rem;top:24.75rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJybTmhHDTN3lIwx80MGU0hii8KIvtDZ { width:1.875rem;height:1.875rem;top:30.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQnW1n6UOWR5feBr4KzLSfC8tlw2F12U { width:16.8125rem;height:2.92535rem;top:30.1875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twe3T89w6uiavSQv3pWDOpEv5gsqEihV { width:1.875rem;height:1.875rem;top:34.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E15kVDqtTsNQr4eI5P8kBrLbTEBncJyQ { width:16rem;height:5.85069375rem;top:34.375rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdBZPDEyyxZ2X1oBQZ8T6IE40D4P2fAs { width:16.8125rem;height:4.38801875rem;top:41.5rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a36TKoM6ADgzlZgHP70tEdDwcV6CRlnn { width:1.875rem;height:1.875rem;top:41.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2lw53M0uTyozc00akPe41TP8rTfdPrq { width:16.8125rem;height:2.92535rem;top:47.125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvetevElRpOpKKGEuuTpsiKbWMf9HFTl { width:1.875rem;height:1.875rem;top:47.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWrcqLV4M79RvsoK7zFU9JaCs8eXPgfT { width:1.875rem;height:1.875rem;top:51.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eADwOoH4XNZaXMCNSwQC9NFVHxvluIEe { width:16.8125rem;height:4.38801875rem;top:51.3125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Kfdnt5lXVOZ2INFIlhcgOHl7eMAqgQ { width:16.8125rem;height:2.92535rem;top:56.9375rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcN9oBymrTwZdWPJmTLXDXcsKBnTCzMD { width:1.875rem;height:1.875rem;top:56.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQgoTunoAZ3W8oXhiX90rTf0CveFrHun { width:16.8125rem;height:2.92535rem;top:61.125rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2TEh04Z0VDGvxftF5aCQKgAkn5BmdcX { width:1.875rem;height:1.875rem;top:61.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWm4P1yKMX8FUKBGwg0gARm0gfKh5bCi { width:19.375rem;height:43.25rem;top:66rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4KskMX3zTXzE3lPaGzIwHlWI4tJTsEO { width:20rem;height:2.3990875rem;top:67.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3XLgrFERVQPMXPxIvnoZgolusnCh8OP { width:18.1875rem;height:12.0625rem;top:73.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t29xhKxkb7sPLccTugikDTOntICfLkg5 { width:17.5rem;height:3.8997375rem;top:76rem;left:1.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StmXXbe0ATfR0tlevyiSV2mb2kg7k9K6 { width:16.9365rem;height:1.462675rem;top:80.4375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9iAf7DpRwBOEOzoN6lkdtsHCEXTNPyF { width:16.936875rem;height:1.2999125rem;top:72.5rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUk0FHf5TcyJZXlDkGicPhArN03FzHJS { width:15.6875rem;height:3.1875rem;top:71.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsxpSIPyR8LrqL2ZCoFdErcJnfglvZlE { width:18.1875rem;height:16.25rem;top:86.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJynTcDSK1fu8Mrz2QmonBy1fHDqIwne { width:20rem;height:3.8997375rem;top:89.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS8hENHfixGnThJwSP5sPiWZwc2TXaXB { width:16.9365rem;height:1.462675rem;top:87.75rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1NvMQnyt6EHRuukFQV9TdcNNErmBoh3 { width:17.0625rem;height:5.85069375rem;top:94.25rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMi0OabTqhhz6dotLO7U5lugFnu0zyvy { width:18.1875rem;height:3.0625rem;top:104.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 { display:block; }#ElDDzoqqB715RFXhGu2UAfWeqJ9nlhN3 > .row .container { width:20rem;height:51.124137878418rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phXhfHLtUKCZ2lhXqr85cdxdN0zN4EMg { width:16.5rem;height:20.625rem;top:30.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq3ggIhaSrvcqrCBhoCJIiPlRiGCuDsO { width:20rem;height:17.871125rem;top:11.25390625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGZPhfGvWQhZoJqIq8phANzLFuD2aTCE { width:20rem;height:1.462675rem;top:7.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRs2WhlBEl83gNQ0ReOydSOWfImIkV3O { width:20rem;height:1.13671875rem;top:8.8984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4yXishrGtbNqTctrsUhMDQ4DFTKCL6 { width:3.6875rem;height:2.5625rem;top:3.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 { display:block; }#dXiMF0n9dgWUf8eX6FehDOLuEWavMcS9 > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymFcDC4ZJc0HEpUpTODoKRlCLxWmiXzW { width:17.125rem;height:6.5983125rem;top:4.3125rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuX0EGbhorAX8qUNyVzHB6ezRpQB8oUp { width:17.125rem;height:24.5rem;top:12.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovKpGyPPS8BOXmCioeIqLEo6Old7w7eO { width:14.6875rem;height:11.69925rem;top:23.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSCuiwvPuuRvo3SFhgT3vcsXeAQwrSgf { width:14.6875rem;height:3.0234375rem;top:19.8125rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW9TKy4JDbUtv5R7zzGsRL7cqPB2oX4R { width:3rem;height:3rem;top:14.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJbxBsaKQ9SK5p54nsXJQxodb39bxO8N { width:17.0625rem;height:24.4375rem;top:38.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSPleNEbQdntQSAmX0x3wnRHwmUi6aIz { width:14.6875rem;height:9.099375rem;top:49rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGpgQp6Q4g8b1NqLZ7uK4cpO8iC2WwQ1 { width:14.6875rem;height:3.0234375rem;top:45.1875rem;left:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3geIoFDMr6Wylx5HqZvy25wyMlLBgI2 { width:3rem;height:3rem;top:40.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDnbbZLngE87wT9nHTfg8KDTiszJ2uwh { width:17.0625rem;height:24.4375rem;top:88.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBbgTVoLB03Ss1LRZisXccXg6x4peIHV { width:17.0625rem;height:24.4375rem;top:63.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMGCNTt6idufbzPwPiQ01bwZuebD7VC { width:14.6875rem;height:10.3993125rem;top:99.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQO30kfLkVkdvOZUsMmTvJ5hhyUPxZmv { width:14.6875rem;height:7.7995rem;top:74.1875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKLEM0UIhHPthdQiv3n3FTcwntwCh5On { width:14.6875rem;height:3.0234375rem;top:70.375rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJdOiTqAU7CT1rRO2Va8ccZ7zLPGRxl2 { width:14.6875rem;height:3.0234375rem;top:95.5625rem;left:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDVJxqnictvVBJbmU6T54gKfLFHRct8 { width:3rem;height:3rem;top:65.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4HnZXAxZUlTPkfPIEDPityoiK9ZZGEp { width:3rem;height:3rem;top:90.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM { display:block; }#pFDBZAP4E0CGr1H2Z6oqXGEhXE2yNOaM > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS { display:block; }#eZIBt4aJW1QrtKpR4lKSSDF6IVfT3kfS > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVzhHxmSqX27ONQCuQJtDWGvR3y3LAGp { width:17.375rem;height:13.196625rem;top:3.5625rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVELXEx3SF3X0X6dTxEfqXiTIJ797q4m { width:17.375rem;height:1.51171875rem;top:20.4375rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yQwCRoZlVaiE97sTxbE3yIN5tX0Roy { width:17.375rem;height:1.2999125rem;top:18.5625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh61TJ3HxlvW3RMTUeQmpxXAdQxq4ud1 { width:13.1875rem;height:1.462675rem;top:41.375rem;left:3.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWgqUInHAJR2zwfPlQTykfT7HVVWiPk9 { width:14.875rem;height:1.2999125rem;top:34.8125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvix6T8aicIDe3wDfVBQldkUWpaV5sDn { width:13.875rem;height:3.8997375rem;top:36.8125rem;left:2.9677734375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsy22L6c9Drg3gZyaoNhz4kthvTvdiyk { width:14.5625rem;height:4.29296875rem;top:44.75rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJf4R7ZgTFrDbMeAV7rzokFQr8zSOKDh { width:17.375rem;height:19.1875rem;top:31.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPiaT1zH41rFPvOsCKZT94POqrk3McAD { width:17.375rem;height:6.875rem;top:24.34375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX7gpkpzdkvMyPcRF7dP2inbS3vL4qGn { width:5.5625rem;height:5.6875rem;top:24.9375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQVD7wkh9KVuvUqlhOAuCohCTaX8elb6 { width:4.499025rem;height:2.3994125rem;top:25.8515625rem;left:13.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqOb5gP0BJN0hLlThtOafxDRyT7euAUV { width:2.99913125rem;height:1.462675rem;top:28.1875rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C72kAKm0uyCMbXfFO9LoFS6Sxh5DvOdk { width:10.9375rem;height:2.4746125rem;top:26.85546875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK { display:block; }#rSQiNc9TETdb8oVGm2PXHI9C3FL7NIVK > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z { display:block; }#pIGaD6Q9HmyOGiJ43N4LM5JsxoCM0U7Z > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4ZzF3dip72DGOEIQbOxJsqBqOM5U5cZ { width:17.375rem;height:17.5955rem;top:5.9853515625rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2k19KwiTb4GpgB5sGbOKbZMTkRAILs { width:17.375rem;height:1.2999125rem;top:4.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSI9kzxhTTuM69WO1JPBVuoiiig2Erg { width:16.875rem;height:3rem;top:25.6201171875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r06I3y3PtttnBDcLqlGaWPPbISOTuSyT { width:18rem;height:21rem;top:30.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ReSZDvNr47dALhQ37XdGIW01R2g1TX { display:block; }#m6ReSZDvNr47dALhQ37XdGIW01R2g1TX > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO { display:block; }#K8I8MGDBlGpRTr1lA76iAQHVRoPtBepO > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-heading-text { font-size:1.125rem;height:auto; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-desc-text { font-size:0.875rem;height:auto; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv { display:flex;height:auto;width:20rem;top:19.004991531372rem;left:0rem; }
#csuIbIRFITTBVmh6TREvQBaHGIRmebpv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #P8Q3F4brQFyT4pnc1FXrmxAIPhkKGTCK {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Q2578Zie6ztokIgdDbW6idoTsl3Qi91l {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #vF9vOcnuGROTmMgh0TQLMfd9vX9JSWeU {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #EHTeTmfGl2dqtdSobwP3WIipl7TAeh33 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #iiJu1NnUWCZPGm5TgIhipfAtGsX4XTE2 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #B2RpQrcn5q24CfPiXtQwHezMWT8qOnkJ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #xC8fQ3O4hPJ4zttGCCoRZX2XINkDttNd {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #GyUJpCMkEWNeWtJgT8OLrrfhGzWTGidO {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #MEsQ6nWOvNZrohF4UpmZt1DhpEDIwroh {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #kHGoayTB5AcmNf6D9CApv5qG83OO9JPO {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #lheveEnwW9pCFEfDfwE5i6hFOMN5TcJO {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #T65aBt5VhwJuk3rTQoDg7VaerP5Sao8s {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ulbnuTb44T6qHfcvTEHWwS54cwDzE30h {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PCTRN5am4ZhnBeAqzwRpMuuA7QKAhOy4 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #D2fTQ3UyFeERccWzNAaPplddmdNNtONi {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #mXhADCwSawECL8EBDz2XI27F1t2gkPTZ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #KVsWkdinQMazVqQAzFsGe4Lx4Egqhu9N {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #goRd95vSLMiHWJKDknwKXEE4QWvTX3Um {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #CxzvOeCMwtTb5qC9P6aBgTzGpEqVoKKE {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #NlHB5f1v97NmREf4rHLM5T1p7PdTHpSP {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ppAUJKeryB6bxmvhlxuowTyylU7timpG {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PKwtnEW0StTbxwR1gD7M8I2yEbtpKBsQ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #bOyC0oPTZdKZpNTLT6H6hfXAD7URdZa3 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #lbLyqdZtphTlTgUeCCiVcFK7b7a0uJBT {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Ky3cd6xsr2kZn5OsyNQyZurlHI92PWzk {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #y2h7uTbNPa34ar6lfzRm68bih6LS7Tn5 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #HZOftXI0LBvdxN8BdBemuoKQzN74aJWu {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #uCLbIA8gJfBmIMmsZ7yElyo4eWTRi3sA {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #F6u7XulEFFTK5FQS89fTQBl3hf51nlMx {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PBlhR53U8hGDDG4dmkKln9p8iGOWI90R {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #Iv9RTZXTnSuheL3tyqdVxWEgaMUik3oZ {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #JXuRciVJRWSHmocBQFXvwBpWfuGTxWB8 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ZV2koG25r4K41Kmw71O8wVeVuBDXDXoi {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #ly7SDWb3OT9e12IDyb0LUFNe2HCM4cB9 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #orUb5RNzUGcQrZgv7ncTqqlsZHvIcklx {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #MNbFaBvk1wJ7MwlqJvS9JzZZ4o4DU8ag {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #PbOBgV3ibZPOWL0uXJiFKpg9NFDrG6zT {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #bTpx9GsnJKudhxX5K98Lg9Rx3XZCDbkK {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #QCdE4LT8nybC7td4GaFuhTpphnmn24U0 {  }
 }@media only screen and (max-width: 763px) { #csuIbIRFITTBVmh6TREvQBaHGIRmebpv #NtsrSNmbceCzWfiouM5vr7A2iGA0CvE5 {  }
 }@media only screen and (max-width: 763px) { #eznWcwgmGNUt7r2NMnBhmK19GiTUhzxP { width:20rem;height:4.39886875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToJ8FSRXqIuHgR4OfpHZzmzTM2QAMSzP { width:20rem;height:5.19965625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM6L6qNm1gH9uPQE07xyzrCV44VfebFq { width:15.0625rem;height:3.5459rem;top:13.561199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz { display:block; }#GwWe8s0pgWHEkpBBA4aNAlUb3C02GPzz > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 { display:block; }#KvzqTdDwlK42C1ewTuzJRXnN7HlpBtt8 > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt97iT8Gb9bgiwVUDLweeVzyVr9JPfOy { width:11.436625rem;height:1.462675rem;top:48.5rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF9cK2AMW7WsMgro4Sd3kr5NBhbGCX3Z { width:14.6245625rem;height:2.3990875rem;top:42.4375rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeupUeJ4u0whoTm34T08fQO9imna9QZq { width:17.6875rem;height:12.5625rem;top:40.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9d2qomTCw5DsFeVXX2kntEzOgJ25lEw { width:17.5625rem;height:12.5625rem;top:53.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge4AAd2PkNMh3IaBgKOUQqZ1uLv4EuD8 { width:15rem;height:1.462675rem;top:61.75rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKoH5X18FqwMZDopRPVZQ783wUT7ErrC { width:13.8748125rem;height:2.3990875rem;top:55.6875rem;left:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDFIoKmcAsAgeRSSfVhBmckDHgGEMXyR { width:15.625rem;height:2.55208125rem;top:15.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9LOOSnnabXT9B4GfItLT7nJ8oNrzqeH { width:16.5625rem;height:2.3125rem;top:18.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMuz2KbABekCeKudxnrSNqTFR5kwtUDu { width:7.125rem;height:7.125rem;top:1.7480478286743rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8gzWXfTqTAlzxpNZB2qtC6A9zBnBwCo { width:17.375rem;height:1.2999125rem;top:12.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z223hSkVmCrGUyHkgW8apgGTANuNlzWz { width:17.375rem;height:1.7871125rem;top:10.125rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svJoioGtSB8ZsCrmwJdHXEiWwmTo7RkN { width:2.25rem;height:1.5199624706633rem;top:48.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #neFHLCSxQ7tf7rTsT3yh2b4KZiHTkdyu { width:17.3123125rem;height:17.561875rem;top:22.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA { display:block; }#SrQLixRl2ZC0ffPVNDSLsp4uoHhW9XoA > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH { display:block; }#aMygPeNNfDsMSFwAbvbrFEPG3Tx4NckH > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esy3mPUFa2Kc3cwtICED3Lw8vABCDR18 { width:13.0625rem;height:1.375rem;top:3.4072265625rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA3LPGRSK2OdbBkuCeFgK4FIDTDHICVb { display:flex;width:2.31228125rem;height:2.31228125rem;top:9.125rem;left:2.8125rem;font-size:1.3125rem; }
#QA3LPGRSK2OdbBkuCeFgK4FIDTDHICVb > img { max-width: 100%;max-height:100%; width:2.31228125rem; height:2.31228125rem; } }@media only screen and (max-width: 763px) { #hNRgLKE0lGx7ihN81Wu1y4EbEQ0CL67h { display:flex;width:2.31228125rem;height:2.31228125rem;top:9.125rem;left:6.75rem;font-size:1.3125rem; }
#hNRgLKE0lGx7ihN81Wu1y4EbEQ0CL67h > img { max-width: 100%;max-height:100%; width:2.31228125rem; height:2.31228125rem; } }@media only screen and (max-width: 763px) { #pMSHKBHLwusTPf78GTGD3bebBBKkQcsz { width:20rem;height:0;top:17.8457rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpA2iR1nbTZfob2Te6PXRoepiPtO1TUP { display:flex;width:2.43706875rem;height:2.43706875rem;top:9.0625rem;left:10.3125rem;font-size:1.375rem; }
#TpA2iR1nbTZfob2Te6PXRoepiPtO1TUP > img { max-width: 100%;max-height:100%; width:2.43706875rem; height:2.43706875rem; } }@media only screen and (max-width: 763px) { #P8bOoqdSItczzoLkXCqoMrI3o5EEFRts { width:20rem;height:2.2721375rem;top:14.4072265625rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #fFu8NykZkNyfdrXuGdkTmaaIgkwy5FOU { display:flex;width:3.125rem;height:3.125rem;top:8.6875rem;left:14.0625rem;font-size:1.3125rem; }
#fFu8NykZkNyfdrXuGdkTmaaIgkwy5FOU > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }