.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { position:relative;display:block; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { background-color: transparent; background-image: none; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container > .video-iframe-container { display: none; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row > .video-iframe-container { display: none; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .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); }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { border-width: 0; border-radius: 0; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .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; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NZohcqDqmV5bh00Jr9QSB3cDrOJH0UJa { color:#b30350;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:2.35656875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O2NeDX68F1ykncW356vR6SwqGr09TPUB { color:#25617d;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:9.6875rem;left:14.75rem;height:2.25036875rem;text-align:center;text-align-last:center;display:block; }
#AS4ugamcHxs9zOV33Z1kZnpwUxQI0UCt { color:#25617d;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:16rem;left:41.125rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA { color:#4c86a9;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:18.25rem;left:41.125rem;height:20.1806875rem;text-align:left;text-align-last:left;display:block; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b3e8de33e6d985af892d9ea2e222a05.svg); }
#VVUOuKPgdlLe19qG8TBpG7PzOgcN4sLl { position:absolute;display:block;z-index:15046;height:22.6875rem;width:40.5rem;top:16rem;left:0rem;display:block; }
#fS6K87fLN3KspzTJrXSyG03QbXzdlL7x { position:absolute;display:block;z-index:15046;height:5.875rem;width:10.5rem;top:0rem;left:0rem;display:block; }
#uaEl6xVGvi56iGWZFN59SsMcV9KpUiP7 { position:absolute;display:block;z-index:15010;height:6.8125rem;width:31.4375rem;top:0.875rem;left:14.28125rem;display:block; }
#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh { background-color:rgba(238,242,241,0.94);background-image:url("https://images.assets-landingi.com/uc/8bde262c-f391-403e-9e43-edb7907c9c78/Kopiaokadkadolandingumiesiczkaoefr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh.adaptive-delivery-prevent-bg, #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh.lazyload, #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh.lazyloading { background-image: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { background-color: transparent; background-image: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .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); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { border-width: 0; border-radius: 0; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;overflow:visible;position:relative;display:block; }#Ua0E462bIN4t0USrplmrOZz3P0xFQX2z { color:#4c86a9;display:block;width:30.374375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:12.686767578125rem;left:2.1875rem;height:3.374025rem;text-align:left;text-align-last:left;display:block; }
#FO3w0VatCVVTd4cfVNB1w6Md2ezXhBJq { color:#25617d;display:block;width:30.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:16.6875rem;left:3.375rem;height:6.751125rem;text-align:left;text-align-last:left;display:block; }
#Bozg6aLnK53TTLecM1yVbaztiwILaX1S { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.15354125rem;height:3.0286475rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:26.5625rem;left:2.0625rem;display:block; }
#Ak6THNIUwTenm290itr1NwAN2DotzSQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0z3shZkXZX4tW2AxDyORODF1tir3ce9 { color:#b30350;display:block;width:29rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.1875rem;height:10.400375rem;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;font-style:normal;display:block; }
#ZklO4zgCtp60tXUVcrN1EaRwWyyxpn42 { box-sizing:content-box;height:6.25rem;width:0.3125rem;position:absolute;display:block;z-index:15045;background-color:#b30350;background-image:none;top:16.937255859375rem;left:2.3515625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#bw6szSg80FpMhc2erGmGEOQeagHuUktX { box-sizing:content-box;height:33.625rem;width:35.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.59);background-image:none;top:0rem;left:0.913818359375rem;display:block; }
#dOsMz0wNHZGEMNnDut0EvQ0AtlJIp3L3 { position:absolute;display:block;z-index:14992;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:33.5625rem;width:18.625rem;top:0rem;left:39.310546875rem;overflow:hidden;display:block; }
#nDyeolrLeTshieaqGONsVUewmbNIK568 { position:relative;display:block; }#nDyeolrLeTshieaqGONsVUewmbNIK568 { background-color: transparent; background-image: none; }#nDyeolrLeTshieaqGONsVUewmbNIK568::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container > .video-iframe-container { display: none; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row > .video-iframe-container { display: none; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .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); }#nDyeolrLeTshieaqGONsVUewmbNIK568 { border-width: 0; border-radius: 0; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#sgicz874DOI0IwrbKw8oQFtipvlAdHbF { color:#000000;display:block;width:53.5623125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.2374267578125rem;left:2.655029296875rem;height:11.8994125rem;display:block; }
#g576SiUe9lnfQyJUDkQeUwBwXNWFZ7ng { box-sizing:content-box;height:12rem;width:0.3125rem;position:absolute;display:block;z-index:15002;background-color:#98c4da;background-image:none;top:1.1861572265625rem;left:1.038818359375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { position:relative;display:block; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { background-color: transparent; background-image: none; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container > .video-iframe-container { display: none; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row > .video-iframe-container { display: none; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .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); }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { border-width: 0; border-radius: 0; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .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; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QScHEUyAuvR69sAyLrnpUcZC4ZBiScLb { color:#b30350;display:block;width:56.62475rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9051513671875rem;left:1.6864013671875rem;height:2.6001rem;text-align:left;text-align-last:left;display:block; }
#AudqoeN8V6t80txCrJZudT4GDzFlcuOW { position:relative;display:block; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW { background-color: transparent; background-image: none; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container > .video-iframe-container { display: none; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row > .video-iframe-container { display: none; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .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); }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW { border-width: 0; border-radius: 0; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .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; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:85.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hIzC30VC6VvyMqHlzVXyfwEGbqlfHpRC { color:#000000;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:5.5625rem;left:21.625rem;height:6.9976875rem;display:block; }
#SnZhZy1bRv34g7ZFts4Zil9TZoa1Z8T0 { color:#000000;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.625rem;left:21.625rem;height:8.3971875rem;display:block; }
#MWXtsInX4A5mLih8H1HtgwB1OhWXelwD { color:#000000;display:block;width:31.93725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:35.875rem;left:21.75rem;height:8.3971875rem;display:block; }
#Buh39iwqXP1053l84V662J9MsZit1o3Q { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:51.4375rem;left:21.625rem;height:9.79675rem;display:block; }
#gXU0o5JI8NfaG7PLhkNEdDuoz2nXRSxB { color:#000000;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:68.890380859375rem;left:21.624877929688rem;height:8.3971875rem;display:block; }
#TxNVgkz9GKVtdZsiWx2XXLuKKoEFsGwR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:14.312125rem;top:2.4371337890625rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#mwnIRe1ivH5sof1iP1RvweiGIsLRnq2a { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:11.875rem;width:14.3125rem;top:17.479248046875rem;left:3.63232421875rem;overflow:hidden;display:block; }
#BiUmqgzpyVEDh21iUzquQneo3S7bOciU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.1875rem;width:14.5625rem;top:32.724609375rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#Q1S2rv1C3kTu07KsoGQVPNHoi8aaTkax { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.5625rem;width:15.0625rem;top:48.536987304688rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#k9knFV68II23IZNoWUwfTXRwLTvCIceG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.5625rem;width:15.0625rem;top:64.686889648438rem;left:3.5609130859375rem;overflow:hidden;display:block; }
#JfgHbJT5ldGHW0bGdERhHqiZMoNSocTq { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#dgXJWeOIVHXRbyPihcv7yaiauglfnvs8 { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.479248046875rem;left:21.624877929688rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#CekcAUKs86yFPAZxBlSN9qli6HzGkBkT { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:32.75rem;left:21.625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#kfzInSgfpG7R4nWZPnnV0Ogd3NwIPWOZ { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:48.4375rem;left:21.625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#NzedsF4IdeCt0VAqDK3IbLCcRxVeMAGz { color:#b30350;display:block;width:26.437375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:64.686889648438rem;left:21.624877929688rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#aiB14hEhNmgdGlhTstPpnRyn59CAH9Jq { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1533125rem;height:3.02831875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:79.91455078125rem;left:21.4228515625rem;display:block; }
#xkf1ev46htQFhGw90qZD7ozwcgrTGL2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { background-color: transparent; background-image: none; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container > .video-iframe-container { display: none; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row > .video-iframe-container { display: none; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .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); }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { border-width: 0; border-radius: 0; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#iuCruNALaAr3y2NP1nrcc8ep9isoW8nW { color:#4c86a9;display:block;width:56.375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:3.625rem;height:5.20019375rem;font-style:normal;display:block; }
#oGcE8muD54fvXTPCTz6UHvJukrobbKLA { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:8.499218940735rem;left:10.125rem;height:2.799075rem;display:block; }
#OeDvbBtd6pzVgPJQ0vUX8omfSrD1iq2k { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5rem;top:7.999218940735rem;left:4rem;overflow:hidden;display:block; }
#KRzePU9QyM4V9l2PSZN53MCxv3OuyftR { 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:4.1875rem;width:5rem;top:14.125rem;left:4rem;overflow:hidden;display:block; }
#WEwbsLZH2UnkFR3nogmOCTacBPEC0ZSZ { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:13.8125rem;left:10.125rem;height:4.19860625rem;display:block; }
#IoZBZ4nJeLiCgz2iP4ZLFVDapFchl1uO { 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:4.1875rem;width:5rem;top:20.6875rem;left:4rem;overflow:hidden;display:block; }
#HQuTDzrWSgZQ4FN2007EEaUreoTTo7FG { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:21.1875rem;left:10.125rem;height:2.799075rem;display:block; }
#fZT9gNUo0w22hh8xiZECBHdxoG4ROB4U { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5rem;top:26.875rem;left:4rem;overflow:hidden;display:block; }
#F2plyPcXWFw6Ul8T4SbU1Ia5iaE4xPnT { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:27.375rem;left:10.125rem;height:2.799075rem;display:block; }
#Nztayucb4fAl5ekoL24ZZifFRW08KLOT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5rem;top:32.6875rem;left:4rem;overflow:hidden;display:block; }
#gQr7ictaKwMefqIggKL5WFIL8HR9HC9i { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:33.1875rem;left:10.125rem;height:4.19860625rem;display:block; }
#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { background-color: transparent; background-image: none; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container > .video-iframe-container { display: none; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row > .video-iframe-container { display: none; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .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); }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { border-width: 0; border-radius: 0; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#hcdRsJZeXMR0zK8k1RBcUTAZszqK9LGE { color:#000000;display:block;width:52.562375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:7.1868896484375rem;left:4.6875rem;height:5.59814375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wm8Ddt800LQitOs39rT3TBzcnuRQE88y { color:#b30350;display:block;width:40.4373125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0487060546875rem;left:4.6875rem;height:2.6001rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2yheflt33p7cTnvklgpku4Nc1DTiphI { position:relative;display:block; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI { background-color: transparent; background-image: none; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container > .video-iframe-container { display: none; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row > .video-iframe-container { display: none; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .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); }#q2yheflt33p7cTnvklgpku4Nc1DTiphI { border-width: 0; border-radius: 0; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .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; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BLKwAIyd5MJzEiZcspM95Cn0VxfTEvu8 { color:#000000;display:block;width:53.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.5625rem;left:3.21875rem;height:30.78980625rem;display:block; }
#gQTA6GUZdpH5xTwwpyZqsmgnvTJA8h3q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:12.75rem;width:22.875rem;top:7.875rem;left:18.5625rem;overflow:hidden;display:block; }
#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { position:relative;display:block; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { background-color: transparent; background-image: none; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container > .video-iframe-container { display: none; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row > .video-iframe-container { display: none; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .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); }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { border-width: 0; border-radius: 0; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .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; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PTqdTvroQPOsS1l6tSDwaPGZX864rL5L { color:#25617d;display:block;width:57.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.374267578125rem;left:2.5rem;height:5.20019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPShReJRTnWQcF1LA5MqLTUXvP0JygUi { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.640375rem;height:2.8276375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.5233154296875rem;left:21.429443359375rem;display:block; }
#R6QVGbvLoQS3Wndc5IhrheAUZx4Rcppy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { background-color: transparent; background-image: none; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container > .video-iframe-container { display: none; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row > .video-iframe-container { display: none; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .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); }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { border-width: 0; border-radius: 0; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#Bymt5RFmTSTwhRsvVAwufJZpUXzzEXmD { color:#4c86a9;display:block;width:47.9375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1229248046875rem;left:2.9996747970581rem;height:2.6001rem;font-style:normal;display:block; }
#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt { color:#000000;display:block;width:45.999875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:6.961669921875rem;left:2.999267578125rem;height:28.479625rem;overflow:hidden;display:block; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
#LdiyHFEFpKNHOmTlREOMau62TZggzaTW { color:#b30350;display:block;width:48.6870625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:37.835693359375rem;left:2.999267578125rem;height:4.19860625rem;display:block; }
#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { position:relative;display:block; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { background-color: transparent; background-image: none; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container > .video-iframe-container { display: none; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row > .video-iframe-container { display: none; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .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); }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { border-width: 0; border-radius: 0; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .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; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OO0kReeoA0BmBinb6WcfVfenrNbzqcRU { color:#4c86a9;display:block;width:43.499875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.84326171875rem;left:2.87353515625rem;height:2.6001rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { background-color: transparent; background-image: none; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container > .video-iframe-container { display: none; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row > .video-iframe-container { display: none; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .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); }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { border-width: 0; border-radius: 0; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#ME5mLsrHbxLRv7IgDKpJhSbi4gIwa5GT { color:#4c86a9;display:block;width:38.687125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.685791015625rem;left:2.40478515625rem;height:5.20019375rem;font-style:normal;display:block; }
#TXyWxwa42esIpHWf2REofoN0ePbycnxi { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:12.8125rem;left:9.9375rem;height:6.9976875rem;display:block; }
#SMv72CDxZmqnVH6gNOLED7iTxG0PBWIA { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:24.328125rem;left:9.9371337890625rem;height:4.19860625rem;display:block; }
#hzIzDcKczibgv5sOaX2r30RxMUyuw49m { color:#000000;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:35.06201171875rem;left:9.9365234375rem;height:4.19860625rem;display:block; }
#SqnTrKFNsFiFxkP63T4k54tO5vM7wQcG { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:45.624755859375rem;left:9.9371337890625rem;height:5.59814375rem;display:block; }
#UsXn96UzMWHOXN9tbkfkOMaxUZ8FD03k { color:#b30350;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.257568359375rem;left:9.9371337890625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#VsAretQru0T0V3V7SCBh97TAadDxNznq { color:#b30350;display:block;width:21.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.72802734375rem;left:9.9365234375rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#DQlgSoPqJkADHMKTVP4EFRultyaS4xT1 { color:#b30350;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.507690429688rem;left:10rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#gfGXMCT2EtUKM54mkNdrBDb0fVmiAvlx { color:#b30350;display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:43.2578125rem;left:9.9371337890625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#pFnAWt326yoWHuMDF6k8Mdh1fgl41aTT { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:.75;top:9.5697021484375rem;left:2.40478515625rem; }
#nPQ7BgmKnTGvGCeDQPaJCpT53aqKDITk { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.75;top:21.065185546875rem;left:2.40478515625rem; }
#lEwAsft3J5Va3hfary9XNSrXBgtliqni { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.75;top:31.799072265625rem;left:2.40478515625rem; }
#TxZFddicDeO1uNLIA8rGN7ve548nSF47 { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.75;top:42.416137695312rem;left:2.40478515625rem; }
#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { background-color: transparent; background-image: none; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container > .video-iframe-container { display: none; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row > .video-iframe-container { display: none; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .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); }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { border-width: 0; border-radius: 0; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#IT6Ma7cQAqcodWozuN53eEb94eSzBClQ { color:#1f333b;display:block;width:26.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:1.8125rem;left:31.9375rem;height:40.58655rem;text-align:left;text-align-last:left;display:block; }
#rgNETOIFACEknvhzHM9eXLIyvC63TaBT { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.04166625rem;height:3.04166625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42.403961181641rem;left:5.9787340164184rem;display:block; }
#QHO68dZrhgoTRp8IlHmcfvWvrEpSFVpI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x57yTe8yxieoKr25VAgDPT5FZ0WLGTUM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:11.347869873047rem;left:0rem;overflow:hidden;display:block; }
#ChpWXF3vNtiPNDUxl8SxWoHQnC0sECu7 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:28.499875rem;width:18.125rem;top:10.630425930023rem;left:4.7569456100464rem;display:block; }
#L10CTnSz3AEMNUbNyT044KLbG5IMPGym { color:#2a2a2a;display:block;width:24.3120625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8120660781861rem;left:3.2926435470581rem;height:5.85021875rem;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;font-style:normal;display:block; }
#suaFcfKNNT2BDtsc5yVW1TRP91kGUeoa { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:28.499875rem;width:18.6870625rem;top:9.5713977813719rem;left:6.6455087661744rem;display:block; }
#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { position:relative;display:block; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { background-color: transparent; background-image: none; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container > .video-iframe-container { display: none; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row > .video-iframe-container { display: none; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .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); }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { border-width: 0; border-radius: 0; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .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; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FZwl8Kk33gT0pPhXIrPDrdNnMNpdQm1D { color:#4c86a9;display:block;width:45.5620625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1185302734375rem;left:2.6556396484375rem;height:5.20019375rem;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;font-style:normal;display:block; }
#zxF4efM5dfPrDgeVItke22UMOAAw23lT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { background-color: transparent; background-image: none; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container > .video-iframe-container { display: none; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row > .video-iframe-container { display: none; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .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); }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { border-width: 0; border-radius: 0; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:60rem;position:relative;display:block; }#B1ZaO2fBEBTEoFDsfpWBvMqXCuNnbAZT { color:#1f333b;display:block;width:44.124rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.2841796875rem;left:5.43701171875rem;height:6.9976875rem;font-style:normal;display:block; }
#ISnn7zt5mk3h9wxdcxh2fIHv74NEetxE { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.924158096314rem;left:44.561635017395rem;height:1.4624rem;font-style:normal;display:block; }
#WL1ZATx7a9vKfB5u8dLcDfnW2chSopVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13.625rem;left:35.3125rem; }
#TiczciNvtCkBPy6xwsir7ObnvHNO86Ia { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.625rem;left:37.3125rem; }
#THkeoaK8lu91FzrfMqUT83Pb8sXzcbT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.625rem;left:39.3125rem; }
#Dvwc0ymP0x0lGQLTLkWPHKsJw0Sw5AOG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.625rem;left:41.3125rem; }
#XAO2WZmvL1KCWSLN3miR1U7QOAt6usnO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:13.625rem;left:33.3125rem; }
#REJxSR6flq5t4xAJQZApOCuNb1TR6mEJ { color:#1f333b;display:block;width:44.124375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.074124097824rem;left:5.4372835159302rem;height:5.59814375rem;font-style:normal;display:block; }
#qZ4XkUFnxF82T8Zu8ZKQ4pRDoJLITkZH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:29.812286376953rem;left:33.437394142151rem; }
#rCMgDa3tAyn42iExpBvaJ6950SWW5bvw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:29.812286376953rem;left:35.437176704407rem; }
#opd0fSfEVft5LEJkW0WITlfoORz0PBlN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:29.812286376953rem;left:37.437500953674rem; }
#z0UKSz4Hh8oWDcowesnOxHVOi8R7vsoo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.812286376953rem;left:39.43728351593rem; }
#foKgOH7bntJKmNusdOvr5Cx6U57gG59q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:29.812286376953rem;left:41.437069892883rem; }
#ze0JRQWpXVU6cNzEVyciT5J8f0lAhB0e { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.446510314941rem;left:44.561635017395rem;height:1.4624rem;font-style:normal;display:block; }
#J8stg86Hb58PTVeXqOXnTcBo2kK6bCIg { color:#1f333b;display:block;width:44.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:37.873244047165rem;left:5.4372835159302rem;height:6.9976875rem;font-style:normal;display:block; }
#a5gZrIRvxvv5z52Wsxh8tTAtzwPC32my { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:62.8125rem;left:34.1875rem; }
#l8DQWBdOxizdTG4RXsOT1AO2NRR43MQP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:62.8125rem;left:36.1875rem; }
#BKmdRUcZIh573v7BoIZodJXWbR2ApT1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:62.8125rem;left:38.1875rem; }
#iWJMrkFUVGrD0OF8cmVsDZwo6xh0T3ef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:62.8125rem;left:40.1875rem; }
#WoaBNxAvgsmKsyG43bRtxkWtsDAxd5ty { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:62.8125rem;left:42.1875rem; }
#zDvyOAKSrRD48R1TuQ7NpsZsLX5vJNol { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:46.999664306641rem;left:44.874569892883rem;height:1.4624rem;font-style:normal;display:block; }
#Lv38dBz13GOeQ0Cf2EBcDI9HHyBuWmbZ { color:#1f333b;display:block;width:43.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:54.249673843384rem;left:5.5620660781861rem;height:8.3971875rem;font-style:normal;display:block; }
#TT6RnMABL7UNtEbO8tWaOTtumTdyehNG { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:63.125rem;left:45.9375rem;height:1.4624rem;font-style:normal;display:block; }
#VwHlBCSETwme4TddxpJR4Jm2XXtBzCG8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:46.624664306641rem;left:33.812394142151rem; }
#SU2iDAFyeKU90JKnZigNv82W6th6llP0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:46.624664306641rem;left:35.812176704407rem; }
#T9U9Txa8e1HSaBpNRdEFRnrs9KqcDeZ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:46.624664306641rem;left:37.812500953674rem; }
#TCokGg5B1pO90zU2n2TAm2dPKe9QI8cn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:46.624664306641rem;left:39.81228351593rem; }
#TlUkXzCragqQu5BVCywsL9WgdR6ydPys { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:46.624664306641rem;left:41.812069892883rem; }
#PuSGO1iRmgeC55NWTBtFTBcqVPI8Mqol { box-sizing:content-box;height:14.875rem;width:54.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:3.2215614318848rem;left:1.8326826095581rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#xQsafd2zqmGTzFLE7bha5UkZOdGLiIou { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:19.345703303814rem;left:1.8435335159302rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#F3Qaztxz7e0xa93RgvwI0DavzCyyNQfm { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:35.470378875733rem;left:1.8674049377441rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#zJ0tA6Q2mddlkBVKiTBl2luzawS45XrM { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:52rem;left:1.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#fKGxlNgBDaAo094pno6IWszm66RsgQ7X { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:2.3634986877441rem;left:48.597008705139rem; }
#WTrVXPwZwREbWs49bNTyWKfKXP1r3zqu { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:18.345705032349rem;left:48.624135017395rem; }
#COGmsGoNBL5razzzTCBRuATPlEdriMm1 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:34.470384597778rem;left:48.624135017395rem; }
#vnLEg1ndHuqMQFiQfukmkLWR0ELDeE91 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:51.078851699829rem;left:48.624135017395rem; }
#idbxGMd5K71ZMpacIOGVWMTg9kFhiOrD { box-sizing:content-box;height:14.75rem;width:8.6875rem;position:absolute;display:block;z-index:15000;background-color:#98c4da;background-image:none;top:2.4093017578125rem;left:1.832275390625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#WHS3FR3Pvwu90vWEBTKisMilzQTOTH9N { box-sizing:content-box;height:14.74975rem;width:8.687125rem;position:absolute;display:block;z-index:15001;background-color:#98c4da;background-image:none;top:18.532836914062rem;left:1.832275390625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#qM5NDHRsQIR9PgSs04caT78Rx9JMHT1u { box-sizing:content-box;height:14.749125rem;width:8.6865rem;position:absolute;display:block;z-index:15002;background-color:#98c4da;background-image:none;top:34.656616210938rem;left:1.832275390625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#CyxlkeA0tVBGHASqLB283ksfux8DhxXb { box-sizing:content-box;height:14.7485625rem;width:8.6859375rem;position:absolute;display:block;z-index:15003;background-color:#98c4da;background-image:none;top:51.135498046875rem;left:1.832275390625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#cE7bRanpRNTPw316miUaLtDJ3r0q2mlu { box-sizing:content-box;height:14.8746875rem;width:54.0625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:68.9375rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#DlsoDi4eUSKNN6PO69aLGCpJB6hHkOp8 { box-sizing:content-box;height:14.7485625rem;width:8.6859375rem;position:absolute;display:block;z-index:15013;background-color:#98c4da;background-image:none;top:68.0625rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;display:block; }
#OTB6K86L5iqm4XWiJhZ4Am7SMgoRw42a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:79.75rem;left:34.0625rem; }
#leeDWCPJiyH8LJq6Tnb49BQ7oETQUMG5 { color:#1f333b;display:block;width:43.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:71.1875rem;left:5.4375rem;height:6.9976875rem;font-style:normal;display:block; }
#VV1WBvBwSw3f0OiLnuBI7brJlc9mTVo9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:79.75rem;left:36.0625rem; }
#leJgQ5aJz7o6b3N5glKTZVmPAoklDk0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:79.75rem;left:38.0625rem; }
#RU6vAua2zT25GtHIb5z4xo1FfTsd4qPO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:79.75rem;left:40.0625rem; }
#KBhsrvfh31naNbuizwqr1iafs6qCu83i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:79.75rem;left:42.0625rem; }
#ARbahO9pobnbICafQprRE89BgchDKZhp { color:#4c86a9;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:80.0625rem;left:45.8125rem;height:1.4624rem;font-style:normal;display:block; }
#LWym2TeuFMlrg6TcoBs92esyZKhcwruW { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:68rem;left:48.5rem; }
#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { position:relative;display:block; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { background-color: transparent; background-image: none; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container > .video-iframe-container { display: none; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row > .video-iframe-container { display: none; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .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); }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { border-width: 0; border-radius: 0; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .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; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rkmBDAtZuEyycOVVHRdN4fH2AqpCqzhw { color:#4c86a9;display:block;width:51.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.16064453125rem;left:2.15576171875rem;height:5.20019375rem;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;font-style:normal;display:block; }
#lWFbogrogG3GIIs7VhdqOtELBbesLBiR { position:relative;display:block; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR { background-color: transparent; background-image: none; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container > .video-iframe-container { display: none; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row > .video-iframe-container { display: none; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .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); }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR { border-width: 0; border-radius: 0; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .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; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD { color:#000000;display:block;width:51.624875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.59912109375rem;left:2.1246337890625rem;height:19.2944375rem;overflow:hidden;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#uCNHkiL6uWDVHNhBKm3NstvNLFVpDXpe { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.96622875rem;height:2.96625375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.53662109375rem;left:20.97412109375rem;display:block; }
#eigR5mOJLTM9I5rvGgKS6MqwZfGTKKMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { position:relative;display:block; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { background-color: transparent; background-image: none; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container > .video-iframe-container { display: none; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row > .video-iframe-container { display: none; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .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); }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { border-width: 0; border-radius: 0; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .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; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kvfAPoZkIlqSKTRZJKvxF7QEgOH3nevl { color:#4c86a9;display:block;width:49.5621875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.46826171875rem;left:2.0306396484375rem;height:2.6001rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ogIHZ6AK8AKkzrTqflQPO2MCHsXyyV9A { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.2930908203125rem;left:2.0306396484375rem;height:5.59814375rem;display:block; }
#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp { position:relative;display:block; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp { background-color: transparent; background-image: none; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .row .container > .video-iframe-container { display: none; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .row > .video-iframe-container { display: none; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .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); }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp { border-width: 0; border-radius: 0; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .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; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:183.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oEhSnk84mTlVAV8lrZiTf517yEMXvHvk { color:#8dc16c;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3612060546875rem;left:28.059692382812rem;height:9.09909375rem;font-style:normal;display:block; }
#BSWqH4Z4zI4cXk3GTSX0SQVvh8rZEGMV { color:#93c572;display:block;width:28.999rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:14.298706054688rem;left:28.0908203125rem;height:6.22314375rem;font-style:normal;overflow:hidden;display:block; }#BSWqH4Z4zI4cXk3GTSX0SQVvh8rZEGMV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BSWqH4Z4zI4cXk3GTSX0SQVvh8rZEGMV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#ozUQlTHs5Hz0qxJFef5sRJbyxl8gpvbD { color:#8dc16c;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.5rem;left:27.75rem;height:11.37390625rem;font-style:normal;display:block; }
#HS3EVSbg1xo5RN1DAKyFkCcC8WLXhKHi { color:#93c572;display:block;width:28.999rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:38.43505859375rem;left:27.78076171875rem;height:5.91064375rem;font-style:normal;overflow:hidden;display:block; }#HS3EVSbg1xo5RN1DAKyFkCcC8WLXhKHi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HS3EVSbg1xo5RN1DAKyFkCcC8WLXhKHi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#JwTx8ZPJsHorbaPUeZHQWEK7cCMLDNEr { color:#8dc16c;display:block;width:30.499875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:49.437255859375rem;left:28.059692382812rem;height:9.09909375rem;font-style:normal;display:block; }
#qwwcEn2B8LTiQFDXFW2HGbLIFf6JpKyJ { color:#93c572;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:60.153198242188rem;left:28.059692382812rem;height:5.91064375rem;font-style:normal;overflow:hidden;display:block; }#qwwcEn2B8LTiQFDXFW2HGbLIFf6JpKyJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qwwcEn2B8LTiQFDXFW2HGbLIFf6JpKyJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#yaT1mQuDUic2yx9PNbBPQ8uGWvghSFTe { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:71.060791015625rem;left:28.059692382812rem;height:11.37390625rem;font-style:normal;display:block; }
#aTWTnVmOTvgydaIAXFuGHiXuistLbmNc { color:#93c572;display:block;width:28.999rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:83.873291015625rem;left:28.091430664062rem;height:5.91064375rem;font-style:normal;overflow:hidden;display:block; }#aTWTnVmOTvgydaIAXFuGHiXuistLbmNc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aTWTnVmOTvgydaIAXFuGHiXuistLbmNc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#cKTKAMGNW5oaVy1y0lZ8nJ9XTZCg7bxV { color:#8dc16c;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:94.120849609375rem;left:28.059692382812rem;height:9.09909375rem;font-style:normal;display:block; }
#AcSnGTTETbNX0f8oUIZlyAkXJ1654geH { color:#93c572;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:103.59838867188rem;left:27.310180664062rem;height:20.069rem;font-style:normal;overflow:hidden;display:block; }#AcSnGTTETbNX0f8oUIZlyAkXJ1654geH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AcSnGTTETbNX0f8oUIZlyAkXJ1654geH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#UJ9FQFlczrw512gnwaprM1ZHEun1ynMe { color:#93c572;display:block;width:29rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:134.875rem;left:26.6875rem;height:12.1338125rem;font-style:normal;overflow:hidden;display:block; }#UJ9FQFlczrw512gnwaprM1ZHEun1ynMe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UJ9FQFlczrw512gnwaprM1ZHEun1ynMe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#d226CUtXCnftIzsJ1oQMUiFBIOu8vHqQ { color:#8dc16c;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:126.875rem;left:26.9375rem;height:6.82434375rem;font-style:normal;display:block; }
#f8zmvs0yMiSTVWC9nsv1FmOExlMu20MA { color:#b30350;display:block;width:45.37475rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:150.87463378906rem;left:7.31201171875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CZbpAImGNDFIPAqsaZOhBhRq14a9JBJZ { box-sizing:content-box;height:21.6875rem;width:57.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:1.4007568359375rem;left:1.10107421875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lOpJeJHMEe1H8TZTToCs80b17760fnTe { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:23.995971679688rem;left:1.1865234375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#zUkDlnwGmM2U3U5FP11DBMJ62FeTAywG { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:46.914672851562rem;left:1.1871337890625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#aTr01GrNLRTaV9MsmUNMN669Epf9Wp2i { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:69.81201171875rem;left:1.1871337890625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#iBmWmfocaaTel5GGRgWIubRMhz6VcfXI { box-sizing:content-box;height:31.6875rem;width:57.625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:93.245849609375rem;left:1.1871337890625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#d0KTqGCT8uBtFTo6UodKEUBlhvc8xo7Q { box-sizing:content-box;height:21.687rem;width:57.6245rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:126.1875rem;left:1.1875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#OTlyZLZMT3FpAu0dCUHKCc7y6Vk8dTOT { position:absolute;display:block;z-index:15049;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:20.625rem;width:20.625rem;top:1.4007568359375rem;left:2.874755859375rem;overflow:hidden;display:block; }
#zIaop1IzyGQyzZpM4WZ0Dz6ezvrv6LQm { position:absolute;display:block;z-index:15050;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:20.625rem;width:20.625rem;top:24.5263671875rem;left:2.874755859375rem;overflow:hidden;display:block; }
#N12tvkeOCBwTH06loQvG5DNIJf9T791S { position:absolute;display:block;z-index:15051;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:20.625rem;width:20.625rem;top:47.445068359375rem;left:2.874755859375rem;overflow:hidden;display:block; }
#zRO3BvvavqH1ra2hMBTyreJkELNPTI9Q { position:absolute;display:block;z-index:15052;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:20.625rem;width:20.625rem;top:95.717163085938rem;left:2.874755859375rem;overflow:hidden;display:block; }
#tTdzgD1J9oVgEKuxQywTKvyAdy6eUIqo { position:absolute;display:block;z-index:15053;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:20.625rem;width:20.625rem;top:70.342407226562rem;left:2.874755859375rem;overflow:hidden;display:block; }
#y1zGx8gW5kDZImxnazWLnZzt5haTLGwZ { position:absolute;display:block;z-index:15054;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:20.625rem;width:20.625rem;top:126.42272949219rem;left:2.874755859375rem;overflow:hidden;display:block; }
#WZDDbPQl3grOlor9xnb5oz0zmXQR4lgn { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:60rem;top:153.67431640625rem;left:0rem;overflow:hidden;display:block; }
#MlxTMixP075NUMv6MFVa1PrDnbdExZtg { position:relative;display:block; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg { background-color: transparent; background-image: none; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .row .container > .video-iframe-container { display: none; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .row > .video-iframe-container { display: none; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .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); }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg { border-width: 0; border-radius: 0; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .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; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:271.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eWLHXic3SveTxliTD29UXh5v3lblidkW { color:#b30350;display:block;width:45.37475rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3370361328125rem;left:5.8746337890625rem;height:5.20019375rem;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;font-style:normal;display:block; }
#xUSFFMK35wPEN7MaTGlmdRGPrp1KCBNR { color:#93c572;display:block;width:28.9995625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:21.605834960938rem;left:27.93701171875rem;height:6.2621875rem;font-style:normal;overflow:hidden;display:block; }#xUSFFMK35wPEN7MaTGlmdRGPrp1KCBNR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xUSFFMK35wPEN7MaTGlmdRGPrp1KCBNR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#gLMX5R97iFLqMV3sx2FuhuyST8c3Xnt3 { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:11.99951171875rem;left:27.93701171875rem;height:6.82434375rem;font-style:normal;display:block; }
#FW6KdZuCV2MB6CnTWN6aTySZCuZXR9BI { color:#000000;display:block;width:18.374rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:18.822631835938rem;left:27.93701171875rem;height:1.29980625rem;display:block; }
#Xw5sAioDv9UeZFgH8rMg02cUKOgS16Ez { color:#b30350;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:29.223022460938rem;left:27.93701171875rem;height:1.29980625rem;display:block; }
#GbeTnK1ayMi972OQKL2XKsCBi4Z36bTR { color:#8dc16c;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:36.674272537231rem;left:27.93728351593rem;height:9.09909375rem;font-style:normal;display:block; }
#haGbCh69FDTKwdWBfZMBH2yMqkt9xApt { color:#000000;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:46.398122787476rem;left:27.93728351593rem;height:1.29980625rem;display:block; }
#BJwTPSTfVkrB9K1dKhABiBmTnSZLIcew { color:#93c572;display:block;width:24.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15046;line-height:1.4;letter-spacing:0;top:48.561752319336rem;left:27.93728351593rem;height:2.799075rem;font-style:normal;overflow:hidden;display:block; }#BJwTPSTfVkrB9K1dKhABiBmTnSZLIcew li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BJwTPSTfVkrB9K1dKhABiBmTnSZLIcew li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#QA6S3rnpyRbwMT6wWSdZiIFKRs9zp0Ql { color:#b30350;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:52.186428070068rem;left:27.93728351593rem;height:1.29980625rem;display:block; }
#pvytCCocrwBZAh73rGgp8sfa8UBAwINr { color:#93c572;display:block;width:28.9995625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:66.99951171875rem;left:27.93603515625rem;height:8.2476875rem;font-style:normal;overflow:hidden;display:block; }#pvytCCocrwBZAh73rGgp8sfa8UBAwINr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pvytCCocrwBZAh73rGgp8sfa8UBAwINr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#ANzvn3x3Vsk91vuVThxxBQr3ICSrlVht { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:76.687255859375rem;left:27.9375rem;height:1.29980625rem;display:block; }
#uruS4qeZynrVFoNTdZZH1zM7ISmNqM9T { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:64.874755859375rem;left:27.9375rem;height:1.29980625rem;display:block; }
#Rx8ADT38TBHwVMngOpzLIZSMH2fxEfTq { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:57.24951171875rem;left:27.9375rem;height:6.82434375rem;font-style:normal;display:block; }
#acpbxvaTi1ceJ8mhI5xkAgoKn0JqdFHi { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15056;line-height:1.4;letter-spacing:0;top:90.125rem;left:27.9375rem;height:6.535625rem;font-style:normal;overflow:hidden;display:block; }#acpbxvaTi1ceJ8mhI5xkAgoKn0JqdFHi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#acpbxvaTi1ceJ8mhI5xkAgoKn0JqdFHi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#q1XMUNoUe2BI6aDMiS7RSDD6UPvBI9qX { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:83.562450110912rem;left:27.937499046326rem;height:4.5498rem;font-style:normal;display:block; }
#E0iNHTiTlTQDAQo859DTe2DpR1QU4MLl { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:88.8125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#CLPKMrGLTyxGsVmKdiv5XvRp4RscTakh { color:#b30350;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:97.3125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#pLnGOoKfNKRAsGKUTocsn0GaObPrLPC9 { color:#b30350;display:block;width:18.374rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:121.26245117188rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#LliEHDVSkHiONCP6fsKOktVi9E6wFdvP { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:114.17260742188rem;left:27.936767578125rem;height:6.535625rem;font-style:normal;overflow:hidden;display:block; }#LliEHDVSkHiONCP6fsKOktVi9E6wFdvP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LliEHDVSkHiONCP6fsKOktVi9E6wFdvP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#toZiXcyk7brE1SxCNqFnqTbQJ0GShHuP { color:#000000;display:block;width:18.3745625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:112.8740234375rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#L4Mu0aA4M5u5DqSXNHu5hI3nCkxurcOV { color:#8dc16c;display:block;width:27.249875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:103.80883789062rem;left:27.936767578125rem;height:9.09909375rem;font-style:normal;display:block; }
#fQ9m0hMsu9spQE5sFNsDL4KPy9DA5cCN { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:128.93701171875rem;left:27.936767578125rem;height:4.5498rem;font-style:normal;display:block; }
#ke739nUzKwKgweGVRTtbKysek7xrZlQ8 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:134.69384765625rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#edN5PAyECXcVA7NenAZmViDabN3GZzeL { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:137.4990234375rem;left:27.936767578125rem;height:1.3999rem;font-style:normal;overflow:hidden;display:block; }#edN5PAyECXcVA7NenAZmViDabN3GZzeL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#edN5PAyECXcVA7NenAZmViDabN3GZzeL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#mZT573Vu2zhmcKHTN622NiHRS6pTOEcL { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:141.9375rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#GhNXIzBIxObNvZ5WZ8ZieMhWafz5Mhso { color:#93c572;display:block;width:28.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15066;line-height:1.4;letter-spacing:0;top:158.6953125rem;left:27.9375rem;height:9.0221875rem;font-style:normal;overflow:hidden;display:block; }#GhNXIzBIxObNvZ5WZ8ZieMhWafz5Mhso li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GhNXIzBIxObNvZ5WZ8ZieMhWafz5Mhso li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#Q9LJxnEP0DJwL7z6WTqyXFOtWsrzhxTV { color:#8dc16c;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:148.78930664062rem;left:27.936767578125rem;height:6.82434375rem;font-style:normal;display:block; }
#Fuaw84ExJ8T3o2fRKCtPV7JAMSQQsv7x { color:#000000;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:156.35009765625rem;left:27.9375rem;height:1.29980625rem;display:block; }
#lq6ElEAahN9SBXHgBLQutXPrr3gcBTAG { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:168.49951171875rem;left:27.9375rem;height:1.29980625rem;display:block; }
#kD3gqOhl7hsnUBTQ1DbTnMec7NuBVvJl { color:#b30350;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:186.248046875rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#S8fmALxCeQAJWPWeP5XxrnTJDzKiZqdB { color:#000000;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:179.93603515625rem;left:27.936767578125rem;height:1.29980625rem;display:block; }
#C6cmK03Z8XPrmmdViJoU7M81z6BJoaDy { color:#8dc16c;display:block;width:26.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:173.93676757812rem;left:27.9375rem;height:4.5498rem;font-style:normal;display:block; }
#PI4ByUsz7912IvimnIONSATTiG4afH2R { color:#8dc16c;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:195.5rem;left:27.9375rem;height:4.5498rem;font-style:normal;display:block; }
#iMCmnty87vgvNofVPitGbCFZs1OrN2Ms { color:#000000;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:200rem;left:27.9375rem;height:1.29980625rem;display:block; }
#GZahSaLgD6M0maoE8ZHp1kV8r5wBnUUU { color:#93c572;display:block;width:24.74975rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:201.8125rem;left:28rem;height:7.749625rem;font-style:normal;overflow:hidden;display:block; }#GZahSaLgD6M0maoE8ZHp1kV8r5wBnUUU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GZahSaLgD6M0maoE8ZHp1kV8r5wBnUUU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#FyNhIUahHPNVWxTRoeCaft5Ke3mTK0lO { color:#b30350;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:211.3125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#PTCsIinn6FTwKeU8oMJ1EntTMPb2aizg { color:#b30350;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:233.8125rem;left:27.9375rem;height:1.29980625rem;display:block; }
#Urt05dQC7C2s48aLx1UfwWEy17D3HiPr { color:#93c572;display:block;width:24.74975rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15076;line-height:1.4;letter-spacing:0;top:227.625rem;left:28rem;height:1.487425rem;font-style:normal;overflow:hidden;display:block; }#Urt05dQC7C2s48aLx1UfwWEy17D3HiPr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Urt05dQC7C2s48aLx1UfwWEy17D3HiPr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#J6s96wx2dFAopGQXERes1rcGbsekDI34 { color:#000000;display:block;width:18.374625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:225.75rem;left:27.9375rem;height:1.29980625rem;display:block; }
#DnQoxIRLv0dAxyx9VMMNoLCBX5zZGcAI { color:#8dc16c;display:block;width:27.24975rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:220.9375rem;left:27.9375rem;height:4.5498rem;font-style:normal;display:block; }
#DdTe5089uacBdVeZT8dyS2aHHpP00vzF { color:#8dc16c;display:block;width:27.24975rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:244.6875rem;left:27.9375rem;height:6.82434375rem;font-style:normal;display:block; }
#N2iTJsdFvLNSdnJibQ6XL5PTfIN7TmKv { color:#93c572;display:block;width:24.749125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15081;line-height:1.4;letter-spacing:0;top:253.3125rem;left:28rem;height:2.799075rem;font-style:normal;overflow:hidden;display:block; }#N2iTJsdFvLNSdnJibQ6XL5PTfIN7TmKv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#N2iTJsdFvLNSdnJibQ6XL5PTfIN7TmKv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#txlfK5BtRqcX9tJ13ZmLepd1t8pcBdxp { color:#b30350;display:block;width:45.3735625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:266.31120300293rem;left:7.3125rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TadSWcPI3nOQLr6ADRTl4OxXGkGN8s8D { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.248875rem;width:19.9365rem;top:141.875rem;left:4.5625rem;overflow:hidden;display:none; }
#oFkasRkGXCFmz0vgRwLvvT7w9vkSVq8T { position:absolute;display:block;z-index:15083;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:20.625rem;width:20.625rem;top:34.541687011719rem;left:3.791015625rem;overflow:hidden;display:block; }
#xbtLp6k4Xh5EBaJLfWZuyuH9H44Dskno { position:absolute;display:block;z-index:15084;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:20.625rem;width:20.625rem;top:57.249370574951rem;left:3.791015625rem;overflow:hidden;display:block; }
#y9AnmQw3VkMbWiPTe1snoguXCP5mzCb5 { position:absolute;display:block;z-index:15085;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:20.625rem;width:20.625rem;top:80.729187011719rem;left:3.791015625rem;overflow:hidden;display:block; }
#m1vbuhwJNZPddKP9wvIO1QcVUMruaQlK { position:absolute;display:block;z-index:15087;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:20.625rem;width:20.625rem;top:126.29168701172rem;left:3.791015625rem;overflow:hidden;display:block; }
#TEQ6OS1Ik7O3GhKSgMLCL3Kv1hpCD78W { position:absolute;display:block;z-index:15089;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:20.625rem;width:20.625rem;top:170.60353851318rem;left:3.791015625rem;overflow:hidden;display:block; }
#iEAP4k9yqbs3eDiBK5LyXKDcAbeGcetR { position:absolute;display:block;z-index:15092;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:20.625rem;width:20.625rem;top:240.625rem;left:3.791015625rem;overflow:hidden;display:block; }
#HdUX992XfCByyRTWq9mdSysvJoaMvyHl { position:absolute;display:block;z-index:15093;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:20.625rem;width:20.625rem;top:11.99951171875rem;left:3.7908935546875rem;overflow:hidden;display:block; }
#r8BWKU3NpWkvh1OLApVv1LZzNlbCz2IZ { position:absolute;display:block;z-index:15094;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:20.625rem;width:20.625rem;top:103.21044921875rem;left:3.7908935546875rem;overflow:hidden;display:block; }
#qfTfCnt2RoOuZneP7FsDu69CPp4fKRdz { position:absolute;display:block;z-index:15095;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:20.625rem;width:20.625rem;top:148.7890625rem;left:3.7908935546875rem;overflow:hidden;display:block; }
#A0R2CGoqgqZdk3ZIiGmF9WVEKzfDhRJk { position:absolute;display:block;z-index:15096;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:20.625rem;width:20.625rem;top:194.43725585938rem;left:3.7908935546875rem;overflow:hidden;display:block; }
#xbWJCkM42PLzWelcGN4C1lgrzG4dq3k3 { position:absolute;display:block;z-index:15097;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:20.625rem;width:20.625rem;top:218.05541992188rem;left:3.7908935546875rem;overflow:hidden;display:block; }
#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#98c4da;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; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row .container { background-color: transparent; background-image: none; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row .container > .video-iframe-container { display: none; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row > .video-iframe-container { display: none; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .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); }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row .container { border-width: 0; border-radius: 0; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#g3TcDFAxRIKE6n2TvocR3seMOOqTXbp6 { color:#001623;display:block;width:36rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15055;line-height:2.5;letter-spacing:0;top:14.375rem;left:4.75rem;height:27.4932625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tUDB5uTVLSyqQO92Wv6VCPTXIHpnhMLE { color:#3c3c3c;display:block;width:22.24975rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:9.125rem;left:4.75rem;height:2.598875rem;display:block; }
#PRCq4RBI0lSUVhHvCeeIJQB5FdRH9tRw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:9rem;left:2rem; }
#XLD83AGJEf5L8AdEFOnqersBZz0c9bSc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:39.8125rem;left:1.9375rem; }
#KlEustxrQ8tTGvXVSwmeK12EfkX6qTPt { color:#3c3c3c;display:block;width:31.1875rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:4.25rem;left:2.125rem;height:2.4375rem;font-style:normal;display:block; }
#ZdKWoEwOep1JAGXuMRIcRvBC3hLz1vpl { position:absolute;display:block;z-index:15070;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30.625rem;top:12.75rem;left:3.875rem;display:block; }
#OM59qbI52LBHrT8pECB7yaHxwG9OMTPp { position:absolute;display:block;z-index:15071;background-color:#3c3c3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:30.625rem;top:44rem;left:3.875rem;display:block; }
#ln0z37roJnrXvOzvF7UDT9IbqReOu73R { position:absolute;display:block;z-index:15067;background-color:rgba(255,255,255,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5rem;width:41.8125rem;top:3rem;left:0rem;display:block; }
#stuOocnGdS5vCBOwlB57eCrSk9s3idiu { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.75rem rgba(0,0,0,0.3) ;height:59.6875rem;width:41.8125rem;top:0rem;left:0rem;display:block; }
#P2ugR8Ezo7cnnPmJDWdmmFW4ZXTsty8Q { color:#b30350;display:block;width:17.125rem;position:absolute;font-family:averta;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.375rem;left:3.5rem;height:1.8682875rem;text-align:left;text-align-last:left;display:block; }
#vnZV0hA7sOKWcS2TGTofEStUFOZXbTNV { color:#338403;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:50.375rem;left:3.5625rem;height:2.76245rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MhQ5rB2T0bKmESF44zunfhgllF6bLFJt { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:34.8125rem;left:1.9375rem; }
#OmDq8OklTuvtH3EVKHKQ0suTZOQrD1O6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:37.3125rem;left:1.9375rem; }
#uRgZL1OvfJPCaSIIoNoqx0ai6qLaZ7nM { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:29.75rem;left:2rem; }
#ZAqrMm8qfrMZfrdMQnBuSBDiKPyNQWHi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:32.1875rem;left:2rem; }
#VF12uxGJKFT7mrS1F0k4qluONuaOhOX9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:27.25rem;left:2rem; }
#Kse2ZKQeexo1tSAbov5NPcetTv59bfEy { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:22.25rem;left:2rem; }
#Ilw6a83zDo8d9ncctsqtfCrtOBXn43T8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:24.75rem;left:2rem; }
#T8mMD25y9CbTDUlZX9xo8NWcPwAo3e24 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:19.75rem;left:2rem; }
#pBt6dou5y0XaMCNWoQHJ6oJWUotSon1k { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:17.3125rem;left:2rem; }
#oIo2KUgl9RzyWAk8rrKOSE3FXNMIoUaT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:14.8125rem;left:1.9375rem; }
#KtnALv9PWRVDaTvR9aPJ51xohqtRdCmF { position:absolute;display:block;z-index:14994;background-color:rgba(152,196,218,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.3125rem 0.3125rem 0.75rem rgba(0,0,0,0.3) ;height:60.5rem;width:43.75rem;top:0rem;left:0rem;display:block; }
#E90TLRAr1Kl3y8dBmIDs2Se01noiQeSn { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:4.8125rem;top:0rem;left:35.0625rem;overflow:hidden;display:block; }
#VqumeFxgL7tOJpHhM0bTyeXt3BmAAlLy { color:#b30350;display:block;width:17.125rem;position:absolute;font-family:averta;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.875rem;left:3.5625rem;height:1.86865rem;text-align:left;text-align-last:left;display:block; }
#Edsem8JgsFx4uDd8B7FLDWaGmL20Bgnh { background-color:#b30350;background-image:none;border-top:0.125rem solid #b30350;border-left:0.125rem solid #b30350;border-right:0.125rem solid #b30350;border-bottom:0.125rem solid #b30350;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9658125rem;height:2.96581875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:54.2841796875rem;left:3.5625rem;display:block; }
#OnvWTokW8NkethcD4KTK0VCJtZpcQ3hr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glpKabC8T44W9JKfEip9h2qvwkAJzSe3 { position:absolute;display:block;z-index:14992;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:57.687375rem;width:40.812375rem;top:1.5625rem;left:19.187622070312rem;overflow:hidden;display:block; }
#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { position:relative;display:block; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { background-color: transparent; background-image: none; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container > .video-iframe-container { display: none; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row > .video-iframe-container { display: none; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .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); }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { border-width: 0; border-radius: 0; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .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; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdDPNQQXQHlIfeA3yObIr3EvTCrvriTC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:60rem;top:1.04248046875rem;left:0rem;overflow:hidden;display:block; }
#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { position:relative;display:block; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { background-color: transparent; background-image: none; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container > .video-iframe-container { display: none; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row > .video-iframe-container { display: none; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .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); }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { border-width: 0; border-radius: 0; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .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; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lb9sWJV9RzMemEOAu5Tt8BfI9Jk4ReaT { color:#b30350;display:block;width:49.5621875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5853042602539rem;left:4.1558160781861rem;height:;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;font-style:normal;display:block; }
#Ih7e8Xi0UetMCPrKpukum2J0ABHFZuxM { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:8.79638671875rem;left:3.9984130859375rem;height:4.19860625rem;display:block; }
#EPEK8ACRyyDtTHmzNHKKZzBaiASgbGIN { position:absolute;display:block;z-index:15009;height:8.5rem;width:38.75rem;top:15.625rem;left:9.5615234375rem;display:block; }
#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { position:relative;display:block; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { background-color: transparent; background-image: none; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container > .video-iframe-container { display: none; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row > .video-iframe-container { display: none; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .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); }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { border-width: 0; border-radius: 0; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .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; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w9fC5X4PE0E94IvHPU7ZQdiy5J9GrTBc { color:#4c86a9;display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.529296875rem;left:7.62451171875rem;height:5.20019375rem;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;font-style:normal;display:block; }
#dRxnige2fN7p5SNaXKZ8gRw0ktOTQZd6 { position:absolute;display:block;z-index:15018;background-color:rgba(152,218,181,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.9375rem;width:20.1875rem;top:10.162353515625rem;left:7.62451171875rem;display:block; }
#N6FR7ahvMyIcMDrtUFk0g4O6ZXhRqmxb { position:absolute;display:block;z-index:15019;background-color:rgba(179,3,80,0.14);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:20.8125rem;width:20.1875rem;top:10.162353515625rem;left:30.374755859375rem;display:block; }
#KxtxgA8balupkm0QgbMDaFvlNSutRl8b { color:#3b7f67;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.537475585938rem;left:9.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:14.49951171875rem;left:9.0625rem;height:4.19860625rem;overflow:hidden;display:block; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:19.287109375rem;left:9.0625rem;height:6.9976875rem;overflow:hidden;display:block; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT { color:#000000;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:26.2841796875rem;left:9.18701171875rem;height:;overflow:hidden;display:block; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#l0VVqwfHgxAP4hyggIiwZc4WrKMx6p97 { color:#b30350;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5625rem;left:31.624755859375rem;height:2.598875rem;font-style:normal;display:block; }
#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:14.49951171875rem;left:31.624755859375rem;height:4.19860625rem;overflow:hidden;display:block; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:19.287109375rem;left:31.624755859375rem;height:;overflow:hidden;display:block; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#knv3haH0R79UxW5A9XSCFHbMT1v58e5P { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:24.4873046875rem;left:31.937255859375rem;height:5.59814375rem;overflow:hidden;display:block; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#CTEQHk2ckGpNp3SAgghRVpkJDd0tGNin { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.373875rem;width:11.373875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:.2;top:0.8740234375rem;left:0.625rem; }
#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { position:relative;display:block; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { background-color: transparent; background-image: none; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container > .video-iframe-container { display: none; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row > .video-iframe-container { display: none; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .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); }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { border-width: 0; border-radius: 0; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .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; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lV4vC2fvqXT2qqtS7WlUyfqMxiG0tG7e { color:#4c86a9;display:block;width:49.562375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.8497314453125rem;left:4.437255859375rem;height:2.79980625rem;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;font-style:normal;display:block; }
#lSbtcg6cgri7MttlaDq6SCbzdM70MVGB { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:7.6124999998137rem;left:4.28125rem;height:11.1963125rem;display:block; }
#VzOAgP6iozsH5bTkSOCJNtVMpJLaKbqf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.49975rem;width:8.49975rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.2;top:0rem;left:0rem; }
#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { position:relative;display:block; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { background-color: transparent; background-image: none; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container > .video-iframe-container { display: none; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row > .video-iframe-container { display: none; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .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); }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { border-width: 0; border-radius: 0; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .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; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hpOQR1fTAgRohONF1NyVBuw4IXirzyuO { color:#4c86a9;display:block;width:49.562375rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:3.193359375rem;left:4.281005859375rem;height:2.79980625rem;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;font-style:normal;display:block; }
#EMEfInI6UZLbD8pVWGnGk6Ef8Et11BiI { color:#000000;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.296875rem;left:4.125rem;height:9.79675rem;display:block; }
#J5mJAkRNu9UWK9h0P92nwUSzqEp2Wu9n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.187rem;width:9.187rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:.2;top:0rem;left:0.5914306640625rem; }
#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { position:relative;display:block; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { background-color: transparent; background-image: none; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container > .video-iframe-container { display: none; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row > .video-iframe-container { display: none; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .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); }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { border-width: 0; border-radius: 0; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .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; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aKdItBGtNooOUcgzN3cOOzr3yCNnsmtS { color:#4c86a9;display:block;width:49.561875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.7076816558838rem;left:5.21875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tw8CaJxWomBS1kTaZOhOLIEtsAyE7enX { color:#000000;display:block;width:49.561875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:4.755859375rem;left:5.21875rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aogFnn61JHI1gQl9k2gLp132F3FeXH8U { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:11.1875rem;left:1.1875rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oHu9a0KKyiT2QpeVFhOLWQeg6gl66BWT { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:11.1875rem;left:30.6875rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Mx7srzvb62eKmWXnzKqw2TtR33z1hxrB { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:44.9375rem;left:1.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;display:block; }
#tqmAiJE9WlTJw9gHrXnT2LvnQb76xhRA { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:44.9375rem;left:30.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;display:block; }
#zlQawykc7O0SUiEltcz84IZTJrUGKI3L { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.875rem;left:1.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CAaTvo6fNAyMXTkNq08nHmB8hfmbXv9l { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:9.875rem;left:30.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JMGE8biNrBwhzHpEe1qSDDCfSepTeDDk { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:43.70832824707rem;left:1.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cIVtwbC0T6oQictbBLzWbKHnhCc6rWvm { color:#4c86a9;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:43.707679748535rem;left:30.729167938233rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TFOhTzHQNgT0P2x61TZ90GB3nFbNTTIg { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:43.58332824707rem;left:1.978515625rem;display:block; }
#HsR18rsyN4dsUkC4Rf9rX0DXLfdSTQvS { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:43.514320373535rem;left:31.65625rem;display:block; }
#OXCslSSUH5o9KTEly8csIGcDJdHgNEyg { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:9.6803398132325rem;left:31.65625rem;display:block; }
#C541XsXGvPSdbIuW3ZfxtJiugtSPnzJl { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:9.680989563465rem;left:2.15625rem;display:block; }
#f4DOWOAfLyGkisXQhg6XnPH7nwUa00kR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:20.875rem;top:12.156250476837rem;left:5.0625rem;overflow:hidden;display:block; }
#m98QqJTgTQQz49JFDpqqamTglWQ11f7D { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:27.4375rem;top:15.34375rem;left:31.28125rem;overflow:hidden;display:block; }
#kibhtla4mTWhgCQODxWyHsQS2MltBDcF { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:27.625rem;top:49.030600547791rem;left:1.7134335454669rem;overflow:hidden;display:block; }
#O2JbF5nFOMNPoCOzBLdxfFo47XiS56Gy { box-sizing:content-box;height:2.8125rem;width:19.3125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:33.92387008667rem;left:5.46875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#MZ7LG3NyTHOXcxldFqWBIcGnLdn2kR4s { box-sizing:content-box;height:2.8125rem;width:21.1875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:29.5rem;left:34.520183563233rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#LVqFNwkNTlN0FBUv3eQORvGZnzLDsS4N { box-sizing:content-box;height:3.6875rem;width:13.5625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:53.68754196167rem;left:10.176433563233rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#msEdGreeDqoDPWFyWaihXXO27wmwdUN9 { box-sizing:content-box;height:2.875rem;width:8.75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:69.22851753235rem;left:48.916019439698rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#etiQkAakp60FilGOEcf976FVlWJGNcpy { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:26.125rem;top:48.135417938233rem;left:31.9375rem;overflow:hidden;display:block; }
#mqapxsJIPKFf3baIMcvqspdhETL2Z5tK { color:#ba0000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:51.130941867828rem;left:39.8125rem;height:2.598875rem;font-style:normal;display:block; }
#ATVf6xA0RRDJS4vtQVBgvatcSJXxTAN3 { box-sizing:content-box;height:3.75rem;width:11.625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:50.294273376465rem;left:39.45703125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff002a;display:block; }
#x0WuX0S17TA2RRuvd9bg8yd47BdxKa8K { 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:15026;opacity:1;top:34.684247970581rem;left:2.1354160308838rem; }
#UWEQfkRKb8Nh23D5rlwnS3D0PkviKV3i { 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:15027;opacity:1;top:30.145833969116rem;left:31.65625rem; }
#uRBuCbqGVzBASDfl8p7E1FRSMSJr4xrZ { 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:15028;opacity:1;top:69.833253860475rem;left:45.770183563233rem; }
#XOGvgGfDTaePXuqHJbvgENCbMfDdR7ny { 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:15029;opacity:1;top:53.749309539795rem;left:23.697265625rem; }
#p5re4Do9iVJXEhK7Z1kh1uBFrhwNkthr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:53.478517532349rem;left:39.90625rem; }
#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { background-color: transparent; background-image: none; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container > .video-iframe-container { display: none; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row > .video-iframe-container { display: none; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .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); }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { border-width: 0; border-radius: 0; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#wxRzy4EHHLRqiv60v8BhUbgKSsf6qSWq { color:#25617d;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3504638671875rem;left:8.125rem;height:2.6001rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RqOlk1VyWKTQClcTe7Ff3kuXHoOnvBhF { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:1.3507080078125rem;left:8.125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .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; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:poppins;height:auto;color:#2a2a2a; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;line-height:1.4;overflow:hidden;height:auto; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .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; }#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-trigger.adaptive-delivery-prevent-bg, #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-trigger.lazyload, #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-trigger.lazyloading { background-image: none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy { box-sizing:content-box;height:auto;width:51.1235625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:#f1ece6;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.310913085938rem;left:3.187255859375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VF04t5vQQGV6TxRmwETSWK333r0XqOSZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #ib1cPm8qlSVlESC7sSIG5KMdRHnLT9b8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #MFtlZTKrV0q0RyeMJheUg2PwU9ssKhu9 { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ph9sBlOhb4NtEWSwUiNusT1a3sDGTCdt {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #kNd6034MRDTGxh3DBeiVE2GqBIPlvLT0 {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #qiDU0uzJFp0FSbFITWptxBsvM8UN42gD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #hQGWHwIk9TJv6yc0GPHvn8tGZ5wsGZZd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LRx1zRW2HCrztKXsxbXRqZZecIbFBHuU { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Vkw4XeQqK2nrag6X8UB23LGSV1echTOb {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #AUzop04N3zheJoqre5lGT5QMSy5aNon9 { display:none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #r26Jpf3VQgSST9IT51C2nKTQlF9VPOKN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #cXdhqsb7pEfgbNpewo6ctkFxp5a3FIX5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #CfGSguXe9qF8TT6G7lUAUMXrXn4Q96sF { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #tRL7zctchWX2osc8OypfbSeUuXNmTd7B {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #NJ1byyUD1iyoRvETTdTovNTsfNeGFIEz { display:none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #QPaZDECtDAJmQLmwSpKeK8PecvMHtol7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VI7hf2Q6acVmUXAQHuOTMPWSB0PkJGzl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #n3zipTm0nOLq8eFAoKE4bDrnseLZRAb0 { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #T1moCvBzBle2PScEwGSKGrKpu1Hw5WlE {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Nop7uWv2cFgBGQW2NFouoZQF12FlUgpb { display:none; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #U9dHVJfaMgkVwR7izqKvyDIkFpNBeJ2q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ork1M1eOPiw8wwsD2hPDVTOucuHtPrs2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VOPTVfheZ12DDzmVgT5uB7setoK00eCN { display:block;position:relative; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #spCvv8xMU6c6tqzmueP6d1rloytBllyU {  }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LTkcAo37HAZCEBnT3GuMdqCezh5lwbc5 { display:none; }
#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { position:relative;display:block; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { background-color: transparent; background-image: none; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container > .video-iframe-container { display: none; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row > .video-iframe-container { display: none; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .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); }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { border-width: 0; border-radius: 0; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .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; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fM0sS8eUnbcGTEyT3S9G89HEBWnVsCW9 { color:#4c86a9;display:block;width:49.5625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:4.28125rem;height:10.400375rem;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;font-style:normal;display:block; }
#CdkywEosHCtK7AnagQlN5x75SMwhvA1f { color:#000000;display:block;width:49.874875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:15.311889648438rem;left:4.124755859375rem;height:6.9976875rem;display:block; }
#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { position:relative;display:block; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { background-color: transparent; background-image: none; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container > .video-iframe-container { display: none; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row > .video-iframe-container { display: none; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .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); }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { border-width: 0; border-radius: 0; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .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; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g4xHxJXUx9kPqknPbhcn1AlGb7nwK8uF { color:#b30350;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3611106872559rem;left:4.2182073593139rem;height:7.8003125rem;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;font-style:normal;display:block; }
#gaEJ2C41TDQzUULMaQsChHwgV6mgymOv { background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.82375rem;height:2.82373125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.6865234375rem;left:21.087890625rem;display:block; }
#dd2R4wM45NtByR7xTmBkhL8dvSWv1rnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtaSTb7UXVhkJ8cfA0tsZO6i7ZlfMlu2 { position:absolute;display:block;z-index:15015;height:11.125rem;width:38.75rem;top:11.0625rem;left:10.625rem;display:block; }
#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row .container { background-color: transparent; background-image: none; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row .container > .video-iframe-container { display: none; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row > .video-iframe-container { display: none; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .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); }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row .container { border-width: 0; border-radius: 0; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#HLe49ra7ynMok5wt4xUTNsCTJ6dBnCcO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#oZXyteEfqVEpv0tqdFUF6Ifhp2ZyBvAl { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0623779296875rem;left:2.375rem;height:1.224975rem;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;font-style:normal;display:block; }
#T2SvReJeofH1QsFflkoAMfEyCVAHiU5Q { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.99951171875rem;left:40.187133789062rem;height:1.3995375rem;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;font-style:normal;display:block; }
#DXQnfv1q4T3JKl9dMwTqiUn48un7Bbfg { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:54.0625rem;height:1.3999rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { display:block; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZohcqDqmV5bh00Jr9QSB3cDrOJH0UJa { width:47.75rem;height:2.3125rem;top:11.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2NeDX68F1ykncW356vR6SwqGr09TPUB { top:9.6875rem;left:8.625rem;width:30.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS4ugamcHxs9zOV33Z1kZnpwUxQI0UCt { top:16rem;left:31.6875rem;width:16.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA { top:18.25rem;left:28.875rem;width:18.875rem;height:20.1875rem;font-size:0.8125rem;display:block; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b3e8de33e6d985af892d9ea2e222a05.svg); }
 }@media only screen and (max-width: 763px) { #VVUOuKPgdlLe19qG8TBpG7PzOgcN4sLl { top:16rem;left:0rem;width:40.5rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6K87fLN3KspzTJrXSyG03QbXzdlL7x { top:0rem;left:0rem;width:10.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaEl6xVGvi56iGWZFN59SsMcV9KpUiP7 { top:0.875rem;left:8.15625rem;width:31.4375rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh { display:block; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ua0E462bIN4t0USrplmrOZz3P0xFQX2z { top:12.625rem;left:0rem;width:30.3125rem;height:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO3w0VatCVVTd4cfVNB1w6Md2ezXhBJq { top:16.6875rem;left:0rem;width:30.5rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bozg6aLnK53TTLecM1yVbaztiwILaX1S { width:17.125rem;height:3rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6THNIUwTenm290itr1NwAN2DotzSQi { display:block; }
 }@media only screen and (max-width: 763px) { #d0z3shZkXZX4tW2AxDyORODF1tir3ce9 { width:29rem;height:10.375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklO4zgCtp60tXUVcrN1EaRwWyyxpn42 { top:16.875rem;left:0rem;width:0.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw6szSg80FpMhc2erGmGEOQeagHuUktX { top:0rem;left:0rem;width:35.125rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsMz0wNHZGEMNnDut0EvQ0AtlJIp3L3 { width:18.625rem;height:33.5625rem;top:0rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDyeolrLeTshieaqGONsVUewmbNIK568 { display:block; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgicz874DOI0IwrbKw8oQFtipvlAdHbF { top:1.1875rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g576SiUe9lnfQyJUDkQeUwBwXNWFZ7ng { top:1.125rem;left:0rem;width:0.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { display:block; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QScHEUyAuvR69sAyLrnpUcZC4ZBiScLb { top:0.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudqoeN8V6t80txCrJZudT4GDzFlcuOW { display:block; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIzC30VC6VvyMqHlzVXyfwEGbqlfHpRC { top:5.5625rem;left:15.5rem;width:31rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnZhZy1bRv34g7ZFts4Zil9TZoa1Z8T0 { top:20.625rem;left:15.5rem;width:31.75rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXtsInX4A5mLih8H1HtgwB1OhWXelwD { top:35.875rem;left:15.625rem;width:31.875rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buh39iwqXP1053l84V662J9MsZit1o3Q { top:51.4375rem;left:15.5rem;width:32.1875rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXU0o5JI8NfaG7PLhkNEdDuoz2nXRSxB { top:68.875rem;left:15.49951171875rem;width:31.875rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNVgkz9GKVtdZsiWx2XXLuKKoEFsGwR { top:2.375rem;left:0rem;width:14.25rem;height:11.823453889621rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnIRe1ivH5sof1iP1RvweiGIsLRnq2a { top:17.4375rem;left:0rem;width:14.3125rem;height:11.875311143523rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmqgzpyVEDh21iUzquQneo3S7bOciU { top:32.6875rem;left:0rem;width:14.5625rem;height:12.187604614632rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1S2rv1C3kTu07KsoGQVPNHoi8aaTkax { top:48.5rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9knFV68II23IZNoWUwfTXRwLTvCIceG { top:64.625rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfgHbJT5ldGHW0bGdERhHqiZMoNSocTq { top:2.4375rem;left:15.5rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXJWeOIVHXRbyPihcv7yaiauglfnvs8 { top:17.4375rem;left:15.499877929688rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CekcAUKs86yFPAZxBlSN9qli6HzGkBkT { top:32.75rem;left:15.5rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzInSgfpG7R4nWZPnnV0Ogd3NwIPWOZ { top:48.4375rem;left:15.5rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzedsF4IdeCt0VAqDK3IbLCcRxVeMAGz { top:64.625rem;left:15.499877929688rem;width:26.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiB14hEhNmgdGlhTstPpnRyn59CAH9Jq { width:17.125rem;height:3rem;top:79.875rem;left:15.2978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkf1ev46htQFhGw90qZD7ozwcgrTGL2M { display:block; }
 }@media only screen and (max-width: 763px) { #qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 { display:block; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuCruNALaAr3y2NP1nrcc8ep9isoW8nW { top:1.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGcE8muD54fvXTPCTz6UHvJukrobbKLA { top:8.4375rem;left:3.6875rem;width:44.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDvbBtd6pzVgPJQ0vUX8omfSrD1iq2k { top:7.9375rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzePU9QyM4V9l2PSZN53MCxv3OuyftR { top:14.125rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEwbsLZH2UnkFR3nogmOCTacBPEC0ZSZ { top:13.75rem;left:3.6875rem;width:44.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoZBZ4nJeLiCgz2iP4ZLFVDapFchl1uO { top:20.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuTDzrWSgZQ4FN2007EEaUreoTTo7FG { top:21.125rem;left:3.6875rem;width:44.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZT9gNUo0w22hh8xiZECBHdxoG4ROB4U { top:26.875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2plyPcXWFw6Ul8T4SbU1Ia5iaE4xPnT { top:27.3125rem;left:3.6875rem;width:44.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nztayucb4fAl5ekoL24ZZifFRW08KLOT { top:32.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr7ictaKwMefqIggKL5WFIL8HR9HC9i { top:33.125rem;left:3.6875rem;width:44.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t { display:block; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcdRsJZeXMR0zK8k1RBcUTAZszqK9LGE { width:47.75rem;height:5.5625rem;top:7.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8Ddt800LQitOs39rT3TBzcnuRQE88y { top:3rem;left:0rem;width:40.375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yheflt33p7cTnvklgpku4Nc1DTiphI { display:block; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLKwAIyd5MJzEiZcspM95Cn0VxfTEvu8 { top:1.5625rem;left:0rem;width:47.75rem;height:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTA6GUZdpH5xTwwpyZqsmgnvTJA8h3q { top:7.875rem;left:12.4375rem;width:22.875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { display:block; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTqdTvroQPOsS1l6tSDwaPGZX864rL5L { top:2.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPShReJRTnWQcF1LA5MqLTUXvP0JygUi { width:19.625rem;height:2.8125rem;top:9.5rem;left:15.304443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QVGbvLoQS3Wndc5IhrheAUZx4Rcppy { display:block; }
 }@media only screen and (max-width: 763px) { #TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu { display:block; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bymt5RFmTSTwhRsvVAwufJZpUXzzEXmD { top:2.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt { top:6.9375rem;left:0rem;width:45.9375rem;height:28.4375rem;font-size:0.875rem;display:block; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #LdiyHFEFpKNHOmTlREOMau62TZggzaTW { top:37.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { display:block; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OO0kReeoA0BmBinb6WcfVfenrNbzqcRU { top:1.8125rem;left:0rem;width:43.4375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr { display:block; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME5mLsrHbxLRv7IgDKpJhSbi4gIwa5GT { top:1.625rem;left:0rem;width:38.625rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyWxwa42esIpHWf2REofoN0ePbycnxi { top:12.8125rem;left:3.6875rem;width:44.0625rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMv72CDxZmqnVH6gNOLED7iTxG0PBWIA { top:24.3125rem;left:3.6875rem;width:44.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzIzDcKczibgv5sOaX2r30RxMUyuw49m { top:35rem;left:3.25rem;width:44.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqnTrKFNsFiFxkP63T4k54tO5vM7wQcG { top:45.5625rem;left:3.6875rem;width:44.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsXn96UzMWHOXN9tbkfkOMaxUZ8FD03k { top:10.25rem;left:3.8121337890625rem;width:22.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAretQru0T0V3V7SCBh97TAadDxNznq { top:21.6875rem;left:3.8115234375rem;width:21.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQlgSoPqJkADHMKTVP4EFRultyaS4xT1 { top:32.5rem;left:3.875rem;width:18.125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfGXMCT2EtUKM54mkNdrBDb0fVmiAvlx { top:43.25rem;left:3.8121337890625rem;width:22.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFnAWt326yoWHuMDF6k8Mdh1fgl41aTT { top:9.5625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPQ7BgmKnTGvGCeDQPaJCpT53aqKDITk { top:21.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEwAsft3J5Va3hfary9XNSrXBgtliqni { top:31.75rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxZFddicDeO1uNLIA8rGN7ve548nSF47 { top:42.375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 { display:block; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT6Ma7cQAqcodWozuN53eEb94eSzBClQ { width:26rem;height:40.5625rem;top:1.75rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgNETOIFACEknvhzHM9eXLIyvC63TaBT { width:18rem;height:3rem;top:42.375rem;left:2.9162340164184rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHO68dZrhgoTRp8IlHmcfvWvrEpSFVpI { display:block; }
 }@media only screen and (max-width: 763px) { #x57yTe8yxieoKr25VAgDPT5FZ0WLGTUM { width:28.125rem;height:28.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpWXF3vNtiPNDUxl8SxWoHQnC0sECu7 { top:10.625rem;left:1.6944456100464rem;width:18.125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L10CTnSz3AEMNUbNyT044KLbG5IMPGym { width:24.25rem;height:5.8125rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suaFcfKNNT2BDtsc5yVW1TRP91kGUeoa { top:9.5625rem;left:3.5830087661743rem;width:18.625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { display:block; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZwl8Kk33gT0pPhXIrPDrdNnMNpdQm1D { width:45.5rem;height:5.1875rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxF4efM5dfPrDgeVItke22UMOAAw23lT { display:block; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1ZaO2fBEBTEoFDsfpWBvMqXCuNnbAZT { width:44.0625rem;height:6.9375rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISnn7zt5mk3h9wxdcxh2fIHv74NEetxE { width:12.5rem;height:1.4375rem;top:13.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL1ZATx7a9vKfB5u8dLcDfnW2chSopVT { top:13.625rem;left:29.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiczciNvtCkBPy6xwsir7ObnvHNO86Ia { top:13.625rem;left:31.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkeoaK8lu91FzrfMqUT83Pb8sXzcbT0 { top:13.625rem;left:33.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvwc0ymP0x0lGQLTLkWPHKsJw0Sw5AOG { top:13.625rem;left:35.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAO2WZmvL1KCWSLN3miR1U7QOAt6usnO { top:13.625rem;left:27.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REJxSR6flq5t4xAJQZApOCuNb1TR6mEJ { width:44.0625rem;height:5.5625rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4XkUFnxF82T8Zu8ZKQ4pRDoJLITkZH { top:29.75rem;left:27.312394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCMgDa3tAyn42iExpBvaJ6950SWW5bvw { top:29.75rem;left:29.312176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opd0fSfEVft5LEJkW0WITlfoORz0PBlN { top:29.75rem;left:31.312500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0UKSz4Hh8oWDcowesnOxHVOi8R7vsoo { top:29.75rem;left:33.31228351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foKgOH7bntJKmNusdOvr5Cx6U57gG59q { top:29.75rem;left:35.312069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0JRQWpXVU6cNzEVyciT5J8f0lAhB0e { width:12.5rem;height:1.4375rem;top:30.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8stg86Hb58PTVeXqOXnTcBo2kK6bCIg { width:44.5625rem;height:7rem;top:37.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gZrIRvxvv5z52Wsxh8tTAtzwPC32my { top:62.8125rem;left:28.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8DQWBdOxizdTG4RXsOT1AO2NRR43MQP { top:62.8125rem;left:30.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKmdRUcZIh573v7BoIZodJXWbR2ApT1W { top:62.8125rem;left:32.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWJMrkFUVGrD0OF8cmVsDZwo6xh0T3ef { top:62.8125rem;left:34.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoaBNxAvgsmKsyG43bRtxkWtsDAxd5ty { top:62.8125rem;left:36.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvyOAKSrRD48R1TuQ7NpsZsLX5vJNol { width:12.5rem;height:1.4375rem;top:46.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv38dBz13GOeQ0Cf2EBcDI9HHyBuWmbZ { width:43.8125rem;height:8.375rem;top:54.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6RnMABL7UNtEbO8tWaOTtumTdyehNG { width:12.5rem;height:1.4375rem;top:63.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHlBCSETwme4TddxpJR4Jm2XXtBzCG8 { top:46.5625rem;left:27.687394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2iDAFyeKU90JKnZigNv82W6th6llP0 { top:46.5625rem;left:29.687176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9U9Txa8e1HSaBpNRdEFRnrs9KqcDeZ1 { top:46.5625rem;left:31.687500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCokGg5B1pO90zU2n2TAm2dPKe9QI8cn { top:46.5625rem;left:33.68728351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlUkXzCragqQu5BVCywsL9WgdR6ydPys { top:46.5625rem;left:35.687069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuSGO1iRmgeC55NWTBtFTBcqVPI8Mqol { top:3.1875rem;left:0rem;width:47.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQsafd2zqmGTzFLE7bha5UkZOdGLiIou { top:19.3125rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Qaztxz7e0xa93RgvwI0DavzCyyNQfm { top:35.4375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ0tA6Q2mddlkBVKiTBl2luzawS45XrM { top:52rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKGxlNgBDaAo094pno6IWszm66RsgQ7X { top:2.3125rem;left:42.472008705139rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTrVXPwZwREbWs49bNTyWKfKXP1r3zqu { top:18.3125rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COGmsGoNBL5razzzTCBRuATPlEdriMm1 { top:34.4375rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnLEg1ndHuqMQFiQfukmkLWR0ELDeE91 { top:51.0625rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idbxGMd5K71ZMpacIOGVWMTg9kFhiOrD { top:2.375rem;left:0rem;width:8.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHS3FR3Pvwu90vWEBTKisMilzQTOTH9N { top:18.5rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5NDHRsQIR9PgSs04caT78Rx9JMHT1u { top:34.625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyxlkeA0tVBGHASqLB283ksfux8DhxXb { top:51.125rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE7bRanpRNTPw316miUaLtDJ3r0q2mlu { top:68.9375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlsoDi4eUSKNN6PO69aLGCpJB6hHkOp8 { top:68.0625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTB6K86L5iqm4XWiJhZ4Am7SMgoRw42a { top:79.75rem;left:27.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leeDWCPJiyH8LJq6Tnb49BQ7oETQUMG5 { width:43.8125rem;height:6.9375rem;top:71.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV1WBvBwSw3f0OiLnuBI7brJlc9mTVo9 { top:79.75rem;left:29.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJgQ5aJz7o6b3N5glKTZVmPAoklDk0b { top:79.75rem;left:31.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6vAua2zT25GtHIb5z4xo1FfTsd4qPO { top:79.75rem;left:33.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhsrvfh31naNbuizwqr1iafs6qCu83i { top:79.75rem;left:35.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbahO9pobnbICafQprRE89BgchDKZhp { width:12.5rem;height:1.4375rem;top:80.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWym2TeuFMlrg6TcoBs92esyZKhcwruW { top:68rem;left:42.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { display:block; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkmBDAtZuEyycOVVHRdN4fH2AqpCqzhw { width:47.75rem;height:5.1875rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWFbogrogG3GIIs7VhdqOtELBbesLBiR { display:block; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD { top:1.5625rem;left:0rem;width:47.75rem;height:19.25rem;font-size:0.875rem;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #uCNHkiL6uWDVHNhBKm3NstvNLFVpDXpe { width:17.9375rem;height:2.9375rem;top:22.5rem;left:14.84912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigR5mOJLTM9I5rvGgKS6MqwZfGTKKMe { display:block; }
 }@media only screen and (max-width: 763px) { #J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { display:block; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvfAPoZkIlqSKTRZJKvxF7QEgOH3nevl { width:47.75rem;height:2.5625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogIHZ6AK8AKkzrTqflQPO2MCHsXyyV9A { top:7.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp { display:block; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEhSnk84mTlVAV8lrZiTf517yEMXvHvk { top:3.3125rem;left:18.6875rem;width:29.0625rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSWqH4Z4zI4cXk3GTSX0SQVvh8rZEGMV { top:14.25rem;left:18.8125rem;width:28.9375rem;height:6.1875rem;font-size:0.875rem;display:block; }#BSWqH4Z4zI4cXk3GTSX0SQVvh8rZEGMV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #ozUQlTHs5Hz0qxJFef5sRJbyxl8gpvbD { top:25.4375rem;left:18.6875rem;width:29.0625rem;height:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS3EVSbg1xo5RN1DAKyFkCcC8WLXhKHi { top:38.375rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#HS3EVSbg1xo5RN1DAKyFkCcC8WLXhKHi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #JwTx8ZPJsHorbaPUeZHQWEK7cCMLDNEr { top:49.375rem;left:17.3125rem;width:30.4375rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwwcEn2B8LTiQFDXFW2HGbLIFf6JpKyJ { top:60.125rem;left:17.4375rem;width:28.0625rem;height:5.9375rem;font-size:0.875rem;display:block; }#qwwcEn2B8LTiQFDXFW2HGbLIFf6JpKyJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #yaT1mQuDUic2yx9PNbBPQ8uGWvghSFTe { top:71rem;left:18rem;width:27.25rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWTnVmOTvgydaIAXFuGHiXuistLbmNc { top:83.8125rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#aTWTnVmOTvgydaIAXFuGHiXuistLbmNc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #cKTKAMGNW5oaVy1y0lZ8nJ9XTZCg7bxV { top:94.0625rem;left:21.875rem;width:25.875rem;height:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSnGTTETbNX0f8oUIZlyAkXJ1654geH { top:103.5625rem;left:16.5rem;width:31.25rem;height:20.0625rem;font-size:0.875rem;display:block; }#AcSnGTTETbNX0f8oUIZlyAkXJ1654geH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #UJ9FQFlczrw512gnwaprM1ZHEun1ynMe { top:134.875rem;left:18.8125rem;width:28.9375rem;height:12.125rem;font-size:0.875rem;display:block; }#UJ9FQFlczrw512gnwaprM1ZHEun1ynMe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #d226CUtXCnftIzsJ1oQMUiFBIOu8vHqQ { top:126.875rem;left:18.6875rem;width:29.0625rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8zmvs0yMiSTVWC9nsv1FmOExlMu20MA { width:45.3125rem;height:2.75rem;top:150.8125rem;left:1.18701171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZbpAImGNDFIPAqsaZOhBhRq14a9JBJZ { top:1.375rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOpJeJHMEe1H8TZTToCs80b17760fnTe { top:23.9375rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUkDlnwGmM2U3U5FP11DBMJ62FeTAywG { top:46.875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTr01GrNLRTaV9MsmUNMN669Epf9Wp2i { top:69.75rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBmWmfocaaTel5GGRgWIubRMhz6VcfXI { top:93.1875rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0KTqGCT8uBtFTo6UodKEUBlhvc8xo7Q { top:126.1875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTlyZLZMT3FpAu0dCUHKCc7y6Vk8dTOT { top:1.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIaop1IzyGQyzZpM4WZ0Dz6ezvrv6LQm { top:24.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N12tvkeOCBwTH06loQvG5DNIJf9T791S { top:47.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRO3BvvavqH1ra2hMBTyreJkELNPTI9Q { top:95.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdzgD1J9oVgEKuxQywTKvyAdy6eUIqo { top:70.3125rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zGx8gW5kDZImxnazWLnZzt5haTLGwZ { top:126.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZDDbPQl3grOlor9xnb5oz0zmXQR4lgn { top:153.625rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlxTMixP075NUMv6MFVa1PrDnbdExZtg { display:block; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWLHXic3SveTxliTD29UXh5v3lblidkW { width:45.3125rem;height:5.1875rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUSFFMK35wPEN7MaTGlmdRGPrp1KCBNR { top:21.5625rem;left:18.8125rem;width:28.9375rem;height:6.25rem;font-size:0.875rem;display:block; }#xUSFFMK35wPEN7MaTGlmdRGPrp1KCBNR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #gLMX5R97iFLqMV3sx2FuhuyST8c3Xnt3 { top:11.9375rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW6KdZuCV2MB6CnTWN6aTySZCuZXR9BI { top:18.8125rem;left:21.81201171875rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5sAioDv9UeZFgH8rMg02cUKOgS16Ez { top:29.1875rem;left:21.81201171875rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbeTnK1ayMi972OQKL2XKsCBi4Z36bTR { top:36.625rem;left:21.81228351593rem;width:20.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGbCh69FDTKwdWBfZMBH2yMqkt9xApt { top:46.375rem;left:21.81228351593rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJwTPSTfVkrB9K1dKhABiBmTnSZLIcew { top:48.5rem;left:17.625rem;width:24.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#BJwTPSTfVkrB9K1dKhABiBmTnSZLIcew li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #QA6S3rnpyRbwMT6wWSdZiIFKRs9zp0Ql { top:52.125rem;left:21.81228351593rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvytCCocrwBZAh73rGgp8sfa8UBAwINr { top:66.9375rem;left:18.8125rem;width:28.9375rem;height:8.1875rem;font-size:0.875rem;display:block; }#pvytCCocrwBZAh73rGgp8sfa8UBAwINr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #ANzvn3x3Vsk91vuVThxxBQr3ICSrlVht { top:76.625rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uruS4qeZynrVFoNTdZZH1zM7ISmNqM9T { top:64.8125rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx8ADT38TBHwVMngOpzLIZSMH2fxEfTq { top:57.1875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acpbxvaTi1ceJ8mhI5xkAgoKn0JqdFHi { top:90.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#acpbxvaTi1ceJ8mhI5xkAgoKn0JqdFHi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #q1XMUNoUe2BI6aDMiS7RSDD6UPvBI9qX { top:83.5rem;left:20.5rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0iNHTiTlTQDAQo859DTe2DpR1QU4MLl { top:88.8125rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPKMrGLTyxGsVmKdiv5XvRp4RscTakh { top:97.3125rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLnGOoKfNKRAsGKUTocsn0GaObPrLPC9 { top:121.25rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LliEHDVSkHiONCP6fsKOktVi9E6wFdvP { top:114.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#LliEHDVSkHiONCP6fsKOktVi9E6wFdvP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #toZiXcyk7brE1SxCNqFnqTbQJ0GShHuP { top:112.8125rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Mu0aA4M5u5DqSXNHu5hI3nCkxurcOV { top:103.75rem;left:20.5625rem;width:27.1875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9m0hMsu9spQE5sFNsDL4KPy9DA5cCN { top:128.875rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke739nUzKwKgweGVRTtbKysek7xrZlQ8 { top:134.6875rem;left:21.811767578125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edN5PAyECXcVA7NenAZmViDabN3GZzeL { top:137.4375rem;left:19.3125rem;width:28.4375rem;height:1.375rem;font-size:1rem;display:block; }#edN5PAyECXcVA7NenAZmViDabN3GZzeL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #mZT573Vu2zhmcKHTN622NiHRS6pTOEcL { top:141.9375rem;left:21.811767578125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNXIzBIxObNvZ5WZ8ZieMhWafz5Mhso { top:158.6875rem;left:19.3125rem;width:28.4375rem;height:9rem;font-size:0.875rem;display:block; }#GhNXIzBIxObNvZ5WZ8ZieMhWafz5Mhso li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #Q9LJxnEP0DJwL7z6WTqyXFOtWsrzhxTV { top:148.75rem;left:19.25rem;width:28.5rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuaw84ExJ8T3o2fRKCtPV7JAMSQQsv7x { top:156.3125rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6ElEAahN9SBXHgBLQutXPrr3gcBTAG { top:168.4375rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD3gqOhl7hsnUBTQ1DbTnMec7NuBVvJl { top:186.1875rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8fmALxCeQAJWPWeP5XxrnTJDzKiZqdB { top:179.875rem;left:21.811767578125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cmK03Z8XPrmmdViJoU7M81z6BJoaDy { top:173.875rem;left:21rem;width:26.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI4ByUsz7912IvimnIONSATTiG4afH2R { top:195.5rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMCmnty87vgvNofVPitGbCFZs1OrN2Ms { top:200rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZahSaLgD6M0maoE8ZHp1kV8r5wBnUUU { top:201.8125rem;left:21.875rem;width:24.6875rem;height:7.6875rem;font-size:0.875rem;display:block; }#GZahSaLgD6M0maoE8ZHp1kV8r5wBnUUU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #FyNhIUahHPNVWxTRoeCaft5Ke3mTK0lO { top:211.3125rem;left:21.8125rem;width:18.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCsIinn6FTwKeU8oMJ1EntTMPb2aizg { top:233.8125rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urt05dQC7C2s48aLx1UfwWEy17D3HiPr { top:227.625rem;left:21.875rem;width:24.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }#Urt05dQC7C2s48aLx1UfwWEy17D3HiPr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #J6s96wx2dFAopGQXERes1rcGbsekDI34 { top:225.75rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnQoxIRLv0dAxyx9VMMNoLCBX5zZGcAI { top:220.9375rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTe5089uacBdVeZT8dyS2aHHpP00vzF { top:244.6875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2iTJsdFvLNSdnJibQ6XL5PTfIN7TmKv { top:253.3125rem;left:21.875rem;width:24.6875rem;height:2.75rem;font-size:0.875rem;display:block; }#N2iTJsdFvLNSdnJibQ6XL5PTfIN7TmKv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #txlfK5BtRqcX9tJ13ZmLepd1t8pcBdxp { width:45.3125rem;height:2.75rem;top:266.25rem;left:1.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadSWcPI3nOQLr6ADRTl4OxXGkGN8s8D { top:141.875rem;left:0rem;width:19.875rem;height:28.161733033632rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFkasRkGXCFmz0vgRwLvvT7w9vkSVq8T { top:34.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbtLp6k4Xh5EBaJLfWZuyuH9H44Dskno { top:57.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9AnmQw3VkMbWiPTe1snoguXCP5mzCb5 { top:80.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1vbuhwJNZPddKP9wvIO1QcVUMruaQlK { top:126.25rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEQ6OS1Ik7O3GhKSgMLCL3Kv1hpCD78W { top:170.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAP4k9yqbs3eDiBK5LyXKDcAbeGcetR { top:240.625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdUX992XfCByyRTWq9mdSysvJoaMvyHl { top:11.9375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BWKU3NpWkvh1OLApVv1LZzNlbCz2IZ { top:103.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTfCnt2RoOuZneP7FsDu69CPp4fKRdz { top:148.75rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0R2CGoqgqZdk3ZIiGmF9WVEKzfDhRJk { top:194.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWJCkM42PLzWelcGN4C1lgrzG4dq3k3 { top:218rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s { display:block; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3TcDFAxRIKE6n2TvocR3seMOOqTXbp6 { top:14.375rem;left:0rem;width:36rem;height:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUDB5uTVLSyqQO92Wv6VCPTXIHpnhMLE { top:9.125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRCq4RBI0lSUVhHvCeeIJQB5FdRH9tRw { top:9rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLD83AGJEf5L8AdEFOnqersBZz0c9bSc { top:39.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlEustxrQ8tTGvXVSwmeK12EfkX6qTPt { top:4.25rem;left:0rem;width:31.1875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKWoEwOep1JAGXuMRIcRvBC3hLz1vpl { top:12.75rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM59qbI52LBHrT8pECB7yaHxwG9OMTPp { top:44rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln0z37roJnrXvOzvF7UDT9IbqReOu73R { top:3rem;left:0rem;width:41.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stuOocnGdS5vCBOwlB57eCrSk9s3idiu { top:0rem;left:0rem;width:41.8125rem;height:59.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2ugR8Ezo7cnnPmJDWdmmFW4ZXTsty8Q { top:45.375rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnZV0hA7sOKWcS2TGTofEStUFOZXbTNV { top:50.375rem;left:0rem;width:24.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhQ5rB2T0bKmESF44zunfhgllF6bLFJt { top:34.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmDq8OklTuvtH3EVKHKQ0suTZOQrD1O6 { top:37.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRgZL1OvfJPCaSIIoNoqx0ai6qLaZ7nM { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAqrMm8qfrMZfrdMQnBuSBDiKPyNQWHi { top:32.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF12uxGJKFT7mrS1F0k4qluONuaOhOX9 { top:27.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kse2ZKQeexo1tSAbov5NPcetTv59bfEy { top:22.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilw6a83zDo8d9ncctsqtfCrtOBXn43T8 { top:24.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8mMD25y9CbTDUlZX9xo8NWcPwAo3e24 { top:19.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBt6dou5y0XaMCNWoQHJ6oJWUotSon1k { top:17.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIo2KUgl9RzyWAk8rrKOSE3FXNMIoUaT { top:14.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtnALv9PWRVDaTvR9aPJ51xohqtRdCmF { top:0rem;left:0rem;width:43.75rem;height:60.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E90TLRAr1Kl3y8dBmIDs2Se01noiQeSn { top:0rem;left:28.9375rem;width:4.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqumeFxgL7tOJpHhM0bTyeXt3BmAAlLy { top:47.875rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edsem8JgsFx4uDd8B7FLDWaGmL20Bgnh { width:17.9375rem;height:2.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvWTokW8NkethcD4KTK0VCJtZpcQ3hr { display:block; }
 }@media only screen and (max-width: 763px) { #glpKabC8T44W9JKfEip9h2qvwkAJzSe3 { top:1.5625rem;left:6.9375rem;width:40.75rem;height:57.599209339079rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { display:block; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdDPNQQXQHlIfeA3yObIr3EvTCrvriTC { top:1rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { display:block; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9sWJV9RzMemEOAu5Tt8BfI9Jk4ReaT { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7e8Xi0UetMCPrKpukum2J0ABHFZuxM { top:8.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPEK8ACRyyDtTHmzNHKKZzBaiASgbGIN { top:15.625rem;left:3.4365234375rem;width:38.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { display:block; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9fC5X4PE0E94IvHPU7ZQdiy5J9GrTBc { width:46.5625rem;height:5.1875rem;top:2.5rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRxnige2fN7p5SNaXKZ8gRw0ktOTQZd6 { width:20.1875rem;height:20.9375rem;top:10.125rem;left:1.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6FR7ahvMyIcMDrtUFk0g4O6ZXhRqmxb { width:20.1875rem;height:20.8125rem;top:10.125rem;left:24.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtxgA8balupkm0QgbMDaFvlNSutRl8b { top:11.5rem;left:2.9375rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc { top:14.4375rem;left:2.9375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo { top:19.25rem;left:2.9375rem;width:17rem;height:6.9375rem;font-size:0.875rem;display:block; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #pZkNziLplhK3mWSgFSvf93cMHq9NVuXT { top:26.25rem;left:3.06201171875rem;width:17rem;height:;font-size:0.875rem;display:block; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #l0VVqwfHgxAP4hyggIiwZc4WrKMx6p97 { top:11.5625rem;left:25.499755859375rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 { top:14.4375rem;left:25.499755859375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu { top:19.25rem;left:25.49951171875rem;width:17.0625rem;height:;font-size:0.875rem;display:block; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #knv3haH0R79UxW5A9XSCFHbMT1v58e5P { top:24.4375rem;left:25.812255859375rem;width:17rem;height:5.5625rem;font-size:0.875rem;display:block; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #CTEQHk2ckGpNp3SAgghRVpkJDd0tGNin { top:0.8125rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { display:block; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV4vC2fvqXT2qqtS7WlUyfqMxiG0tG7e { width:47.75rem;height:2.75rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSbtcg6cgri7MttlaDq6SCbzdM70MVGB { top:7.5625rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzOAgP6iozsH5bTkSOCJNtVMpJLaKbqf { top:0rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { display:block; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOQR1fTAgRohONF1NyVBuw4IXirzyuO { width:47.75rem;height:2.75rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMEfInI6UZLbD8pVWGnGk6Ef8Et11BiI { top:9.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mJAkRNu9UWK9h0P92nwUSzqEp2Wu9n { top:0rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { display:block; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKdItBGtNooOUcgzN3cOOzr3yCNnsmtS { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8CaJxWomBS1kTaZOhOLIEtsAyE7enX { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aogFnn61JHI1gQl9k2gLp132F3FeXH8U { top:11.1875rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHu9a0KKyiT2QpeVFhOLWQeg6gl66BWT { top:11.1875rem;left:19.625rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7srzvb62eKmWXnzKqw2TtR33z1hxrB { top:44.9375rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmAiJE9WlTJw9gHrXnT2LvnQb76xhRA { top:44.9375rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQawykc7O0SUiEltcz84IZTJrUGKI3L { width:10.875rem;height:2.75rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAaTvo6fNAyMXTkNq08nHmB8hfmbXv9l { width:10.875rem;height:;top:9.875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMGE8biNrBwhzHpEe1qSDDCfSepTeDDk { width:10.875rem;height:;top:43.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIVtwbC0T6oQictbBLzWbKHnhCc6rWvm { width:10.875rem;height:;top:43.6875rem;left:24.604167938233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhTzHQNgT0P2x61TZ90GB3nFbNTTIg { top:43.5625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsR18rsyN4dsUkC4Rf9rX0DXLfdSTQvS { top:43.5rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXCslSSUH5o9KTEly8csIGcDJdHgNEyg { top:9.625rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C541XsXGvPSdbIuW3ZfxtJiugtSPnzJl { top:9.625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4DOWOAfLyGkisXQhg6XnPH7nwUa00kR { top:12.125rem;left:0rem;width:20.875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98QqJTgTQQz49JFDpqqamTglWQ11f7D { top:15.3125rem;left:20.3125rem;width:27.4375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kibhtla4mTWhgCQODxWyHsQS2MltBDcF { top:49rem;left:0rem;width:27.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2JbF5nFOMNPoCOzBLdxfFo47XiS56Gy { top:33.875rem;left:0rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7LG3NyTHOXcxldFqWBIcGnLdn2kR4s { top:29.5rem;left:26.1875rem;width:21.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVqFNwkNTlN0FBUv3eQORvGZnzLDsS4N { top:53.6875rem;left:4.0514335632324rem;width:13.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msEdGreeDqoDPWFyWaihXXO27wmwdUN9 { top:69.1875rem;left:38.625rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etiQkAakp60FilGOEcf976FVlWJGNcpy { top:48.125rem;left:21.625rem;width:26.125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqapxsJIPKFf3baIMcvqspdhETL2Z5tK { top:51.125rem;left:33.6875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATVf6xA0RRDJS4vtQVBgvatcSJXxTAN3 { top:50.25rem;left:33.33203125rem;width:11.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0WuX0S17TA2RRuvd9bg8yd47BdxKa8K { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWEQfkRKb8Nh23D5rlwnS3D0PkviKV3i { top:30.125rem;left:25.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRBuCbqGVzBASDfl8p7E1FRSMSJr4xrZ { top:69.8125rem;left:39.645183563233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOGvgGfDTaePXuqHJbvgENCbMfDdR7ny { top:53.6875rem;left:17.572265625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5re4Do9iVJXEhK7Z1kh1uBFrhwNkthr { top:53.4375rem;left:33.78125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT { display:block; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxRzy4EHHLRqiv60v8BhUbgKSsf6qSWq { width:43.75rem;height:2.5625rem;top:7.3125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqOlk1VyWKTQClcTe7Ff3kuXHoOnvBhF { width:43.75rem;height:5.9375rem;top:1.3125rem;left:2rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy { display:flex;height:auto;width:45.25rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VF04t5vQQGV6TxRmwETSWK333r0XqOSZ {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #ib1cPm8qlSVlESC7sSIG5KMdRHnLT9b8 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #MFtlZTKrV0q0RyeMJheUg2PwU9ssKhu9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ph9sBlOhb4NtEWSwUiNusT1a3sDGTCdt {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #kNd6034MRDTGxh3DBeiVE2GqBIPlvLT0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #qiDU0uzJFp0FSbFITWptxBsvM8UN42gD {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #hQGWHwIk9TJv6yc0GPHvn8tGZ5wsGZZd {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LRx1zRW2HCrztKXsxbXRqZZecIbFBHuU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Vkw4XeQqK2nrag6X8UB23LGSV1echTOb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #AUzop04N3zheJoqre5lGT5QMSy5aNon9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #r26Jpf3VQgSST9IT51C2nKTQlF9VPOKN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #cXdhqsb7pEfgbNpewo6ctkFxp5a3FIX5 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #CfGSguXe9qF8TT6G7lUAUMXrXn4Q96sF {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #tRL7zctchWX2osc8OypfbSeUuXNmTd7B {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #NJ1byyUD1iyoRvETTdTovNTsfNeGFIEz {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #QPaZDECtDAJmQLmwSpKeK8PecvMHtol7 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VI7hf2Q6acVmUXAQHuOTMPWSB0PkJGzl {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #n3zipTm0nOLq8eFAoKE4bDrnseLZRAb0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #T1moCvBzBle2PScEwGSKGrKpu1Hw5WlE {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Nop7uWv2cFgBGQW2NFouoZQF12FlUgpb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #U9dHVJfaMgkVwR7izqKvyDIkFpNBeJ2q {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ork1M1eOPiw8wwsD2hPDVTOucuHtPrs2 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VOPTVfheZ12DDzmVgT5uB7setoK00eCN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #spCvv8xMU6c6tqzmueP6d1rloytBllyU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LTkcAo37HAZCEBnT3GuMdqCezh5lwbc5 {  }
 }@media only screen and (max-width: 763px) { #TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { display:block; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM0sS8eUnbcGTEyT3S9G89HEBWnVsCW9 { width:47.75rem;height:10.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdkywEosHCtK7AnagQlN5x75SMwhvA1f { top:15.25rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { display:block; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4xHxJXUx9kPqknPbhcn1AlGb7nwK8uF { width:47.5rem;height:7.75rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaEJ2C41TDQzUULMaQsChHwgV6mgymOv { width:17.8125rem;height:2.8125rem;top:24.625rem;left:14.962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd2R4wM45NtByR7xTmBkhL8dvSWv1rnT { display:block; }
 }@media only screen and (max-width: 763px) { #rtaSTb7UXVhkJ8cfA0tsZO6i7ZlfMlu2 { top:11.0625rem;left:4.5rem;width:38.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 { display:block; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLe49ra7ynMok5wt4xUTNsCTJ6dBnCcO { top:1.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXyteEfqVEpv0tqdFUF6Ifhp2ZyBvAl { width:25.9375rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SvReJeofH1QsFflkoAMfEyCVAHiU5Q { width:12.1875rem;height:1.375rem;top:1.9375rem;left:34.062133789062rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQnfv1q4T3JKl9dMwTqiUn48un7Bbfg { width:5.9375rem;height:1.375rem;top:1.9375rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G { display:block; }#ZWc5rToAAWm7ikdHtDeFEglgVqJuZc1G > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZohcqDqmV5bh00Jr9QSB3cDrOJH0UJa { width:20rem;height:5.1745625rem;top:8.6875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O2NeDX68F1ykncW356vR6SwqGr09TPUB { width:20rem;height:1.31286875rem;top:6.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS4ugamcHxs9zOV33Z1kZnpwUxQI0UCt { width:16.0625rem;height:1.875rem;top:27.46875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA { width:18.875rem;height:20.1806875rem;top:30.40625rem;left:0.5625rem;font-size:0.8125rem;display:block; }#FW0rzTqHbfrZa6ealTNLTivfxzbxJ8iA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b3e8de33e6d985af892d9ea2e222a05.svg); }
 }@media only screen and (max-width: 763px) { #VVUOuKPgdlLe19qG8TBpG7PzOgcN4sLl { width:20rem;height:10.8125rem;top:14.8603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6K87fLN3KspzTJrXSyG03QbXzdlL7x { width:10.5rem;height:5.875rem;top:9.8720703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uaEl6xVGvi56iGWZFN59SsMcV9KpUiP7 { width:15.4375rem;height:5.1875rem;top:0rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh { background-color:#f1ece6;background-image:none;display:block; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { background-color: transparent; background-image: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row > .video-iframe-container { display: none; }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .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); }#N4MwAAEAm46KxAL8TKa4ImiuCUgqfQIh > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ua0E462bIN4t0USrplmrOZz3P0xFQX2z { width:19.375rem;height:2.436525rem;top:8.4368896484375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO3w0VatCVVTd4cfVNB1w6Md2ezXhBJq { width:18.4375rem;height:3.9386rem;top:11.72607421875rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bozg6aLnK53TTLecM1yVbaztiwILaX1S { width:17.0029375rem;height:2.87744375rem;top:35.4375rem;left:1.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6THNIUwTenm290itr1NwAN2DotzSQi { display:block; }
 }@media only screen and (max-width: 763px) { #d0z3shZkXZX4tW2AxDyORODF1tir3ce9 { width:18.49975rem;height:7.1996875rem;top:0.6866455078125rem;left:0.7489013671875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZklO4zgCtp60tXUVcrN1EaRwWyyxpn42 { width:0.3125rem;height:3.75rem;top:11.72607421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw6szSg80FpMhc2erGmGEOQeagHuUktX { width:20rem;height:35.4375rem;top:0rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dOsMz0wNHZGEMNnDut0EvQ0AtlJIp3L3 { width:11.499rem;height:20.5615rem;top:14.937133789062rem;left:4.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDyeolrLeTshieaqGONsVUewmbNIK568 { display:block; }#nDyeolrLeTshieaqGONsVUewmbNIK568 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgicz874DOI0IwrbKw8oQFtipvlAdHbF { width:17.687375rem;height:23.2745375rem;top:1.0760498046875rem;left:1.15478515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g576SiUe9lnfQyJUDkQeUwBwXNWFZ7ng { width:0.3125rem;height:23.125rem;top:1.0760498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN { display:block; }#QAEerx7nAvBBRrLIQEA0ha6nMrB1kkeN > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QScHEUyAuvR69sAyLrnpUcZC4ZBiScLb { width:18.6875rem;height:5.85021875rem;top:1rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AudqoeN8V6t80txCrJZudT4GDzFlcuOW { display:block; }#AudqoeN8V6t80txCrJZudT4GDzFlcuOW > .row .container { width:20rem;height:169.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIzC30VC6VvyMqHlzVXyfwEGbqlfHpRC { width:18.8745rem;height:9.7998125rem;top:20.42724609375rem;left:0.5615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnZhZy1bRv34g7ZFts4Zil9TZoa1Z8T0 { width:18.81225rem;height:11.02475rem;top:50.29296875rem;left:0.5926513671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXtsInX4A5mLih8H1HtgwB1OhWXelwD { width:18.81225rem;height:12.24975rem;top:81.890258789062rem;left:0.59326171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buh39iwqXP1053l84V662J9MsZit1o3Q { width:18.624875rem;height:13.47475rem;top:116.08276367188rem;left:0.687255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXU0o5JI8NfaG7PLhkNEdDuoz2nXRSxB { width:18.81225rem;height:12.24975rem;top:151.49536132812rem;left:0.59326171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNVgkz9GKVtdZsiWx2XXLuKKoEFsGwR { width:18.75rem;height:15.5625rem;top:3.4368896484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwnIRe1ivH5sof1iP1RvweiGIsLRnq2a { width:18.75rem;height:15.5625rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmqgzpyVEDh21iUzquQneo3S7bOciU { width:18.75rem;height:15.625rem;top:65.187377929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1S2rv1C3kTu07KsoGQVPNHoi8aaTkax { width:18.75rem;height:15.625rem;top:99.766235351562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9knFV68II23IZNoWUwfTXRwLTvCIceG { width:18.75rem;height:15.625rem;top:134.9365234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfgHbJT5ldGHW0bGdERhHqiZMoNSocTq { width:10.499875rem;height:1.46179375rem;top:1.3125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgXJWeOIVHXRbyPihcv7yaiauglfnvs8 { width:16.062rem;height:1.46179375rem;top:31.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CekcAUKs86yFPAZxBlSN9qli6HzGkBkT { width:9.187rem;height:1.46179375rem;top:62.5625rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzInSgfpG7R4nWZPnnV0Ogd3NwIPWOZ { width:15.499875rem;height:1.46179375rem;top:97.01904296875rem;left:0.841064453125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzedsF4IdeCt0VAqDK3IbLCcRxVeMAGz { width:11.187125rem;height:1.46179375rem;top:132.56164550781rem;left:0.5615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiB14hEhNmgdGlhTstPpnRyn59CAH9Jq { width:17.01525rem;height:2.8905rem;top:165.18249511719rem;left:1.49169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkf1ev46htQFhGw90qZD7ozwcgrTGL2M { display:block; }
 }@media only screen and (max-width: 763px) { #qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 { display:block; }#qN6JXJTPL8kveUJMnsvTCdoEl6hwJAK8 > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuCruNALaAr3y2NP1nrcc8ep9isoW8nW { width:19.25rem;height:9.750375rem;top:1rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGcE8muD54fvXTPCTz6UHvJukrobbKLA { width:14.125rem;height:6.124875rem;top:11.75rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDvbBtd6pzVgPJQ0vUX8omfSrD1iq2k { width:3.6875rem;height:3.125rem;top:11.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzePU9QyM4V9l2PSZN53MCxv3OuyftR { width:3.6875rem;height:3.125rem;top:19.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEwbsLZH2UnkFR3nogmOCTacBPEC0ZSZ { width:14rem;height:9.7998125rem;top:19.1875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoZBZ4nJeLiCgz2iP4ZLFVDapFchl1uO { width:3.6875rem;height:3.125rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuTDzrWSgZQ4FN2007EEaUreoTTo7FG { width:13.875rem;height:7.349875rem;top:30.375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZT9gNUo0w22hh8xiZECBHdxoG4ROB4U { width:3.6875rem;height:3.125rem;top:39.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2plyPcXWFw6Ul8T4SbU1Ia5iaE4xPnT { width:13.875rem;height:8.5748125rem;top:39.1875rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nztayucb4fAl5ekoL24ZZifFRW08KLOT { width:3.6875rem;height:3.125rem;top:49.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr7ictaKwMefqIggKL5WFIL8HR9HC9i { width:13.5625rem;height:8.5748125rem;top:49.0625rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t { display:block; }#NiwoRTkUWI8vdix1w3uFnrkhG6n8g53t > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcdRsJZeXMR0zK8k1RBcUTAZszqK9LGE { width:18.0625rem;height:11.0247875rem;top:6.12548828125rem;left:0.4364013671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8Ddt800LQitOs39rT3TBzcnuRQE88y { width:17.124625rem;height:3.90014375rem;top:1.1016845703125rem;left:0.4364013671875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yheflt33p7cTnvklgpku4Nc1DTiphI { display:block; }#q2yheflt33p7cTnvklgpku4Nc1DTiphI > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLKwAIyd5MJzEiZcspM95Cn0VxfTEvu8 { width:18.8125rem;height:45.3241rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTA6GUZdpH5xTwwpyZqsmgnvTJA8h3q { width:17.312rem;height:9.624625rem;top:12.186279296875rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo { display:block; }#DHEpdW2lDqRSyiES3xu7eKQEHwD7Vaqo > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTqdTvroQPOsS1l6tSDwaPGZX864rL5L { width:19.875rem;height:9.750375rem;top:1.25rem;left:0.5621337890625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPShReJRTnWQcF1LA5MqLTUXvP0JygUi { width:16.8779375rem;height:2.7525625rem;top:12.408447265625rem;left:1.56005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6QVGbvLoQS3Wndc5IhrheAUZx4Rcppy { display:block; }
 }@media only screen and (max-width: 763px) { #TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu { display:block; }#TV9bfGllz4lIi6eSwAe8ctbTkK3HvPIu > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bymt5RFmTSTwhRsvVAwufJZpUXzzEXmD { width:19.5rem;height:3.90014375rem;top:1.25rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt { width:19.25rem;height:34.0869375rem;top:6.735156059265rem;left:0.37500005960464rem;font-size:0.875rem;display:block; }#hFr7lyKy6bEL3iVuCJSPRn4p66aHNTvt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #LdiyHFEFpKNHOmTlREOMau62TZggzaTW { width:19.249875rem;height:7.349875rem;top:42.108154296875rem;left:0.374755859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O { display:block; }#nSiF3TGmsRODVnAJqVBElrhIpTQW9p5O > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OO0kReeoA0BmBinb6WcfVfenrNbzqcRU { width:18.624875rem;height:5.85021875rem;top:0.9368896484375rem;left:0.68603515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr { display:block; }#iH89tCxriB2E3xMrzA2V2hS8gr5eUpgr > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ME5mLsrHbxLRv7IgDKpJhSbi4gIwa5GT { width:18.562rem;height:5.85021875rem;top:1.1871337890625rem;left:0.7177734375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXyWxwa42esIpHWf2REofoN0ePbycnxi { width:15.5rem;height:14.6996875rem;top:10.5625rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMv72CDxZmqnVH6gNOLED7iTxG0PBWIA { width:15.499875rem;height:9.7998125rem;top:28.75rem;left:3rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzIzDcKczibgv5sOaX2r30RxMUyuw49m { width:15.812375rem;height:7.349875rem;top:42.625rem;left:3.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SqnTrKFNsFiFxkP63T4k54tO5vM7wQcG { width:15.625rem;height:12.24975rem;top:53.99267578125rem;left:3.18701171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UsXn96UzMWHOXN9tbkfkOMaxUZ8FD03k { width:16.31225rem;height:1.46179375rem;top:8.87451171875rem;left:3.0059814453125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsAretQru0T0V3V7SCBh97TAadDxNznq { width:15.249625rem;height:1.46179375rem;top:27.0625rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DQlgSoPqJkADHMKTVP4EFRultyaS4xT1 { width:15.06225rem;height:1.46179375rem;top:40.9375rem;left:3rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfGXMCT2EtUKM54mkNdrBDb0fVmiAvlx { width:16.62475rem;height:1.46179375rem;top:52.319946289062rem;left:3.187744140625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFnAWt326yoWHuMDF6k8Mdh1fgl41aTT { display:flex;width:2.5rem;height:2.5rem;top:8.3551025390625rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nPQ7BgmKnTGvGCeDQPaJCpT53aqKDITk { display:flex;width:2.5rem;height:2.5rem;top:26.54296875rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lEwAsft3J5Va3hfary9XNSrXBgtliqni { display:flex;width:2.5rem;height:2.5rem;top:40.418090820312rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TxZFddicDeO1uNLIA8rGN7ve548nSF47 { display:flex;width:2.5rem;height:2.5rem;top:51.800537109375rem;left:0.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 { display:block; }#neoxTmZt0Rp4nUWKJIrFMLCPg2VPsTh9 > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT6Ma7cQAqcodWozuN53eEb94eSzBClQ { width:17.1875rem;height:46.5489875rem;top:28.01171875rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rgNETOIFACEknvhzHM9eXLIyvC63TaBT { width:18.5649375rem;height:3.0650625rem;top:76.0107421875rem;left:0.66162109375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHO68dZrhgoTRp8IlHmcfvWvrEpSFVpI { display:block; }
 }@media only screen and (max-width: 763px) { #x57yTe8yxieoKr25VAgDPT5FZ0WLGTUM { width:17.749625rem;height:17.749625rem;top:7.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpWXF3vNtiPNDUxl8SxWoHQnC0sECu7 { width:12.3125rem;height:16.875rem;top:7.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L10CTnSz3AEMNUbNyT044KLbG5IMPGym { width:17.9995rem;height:4.385375rem;top:1.623046875rem;left:0.9990234375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #suaFcfKNNT2BDtsc5yVW1TRP91kGUeoa { width:15.68725rem;height:23.999625rem;top:2.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX { display:block; }#aMfz93lmUWXppzVc2iGrzmpb6kLKr2bX > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZwl8Kk33gT0pPhXIrPDrdNnMNpdQm1D { width:17.937rem;height:7.8003125rem;top:1.25rem;left:1.0302734375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxF4efM5dfPrDgeVItke22UMOAAw23lT { display:block; }#zxF4efM5dfPrDgeVItke22UMOAAw23lT > .row .container { width:20rem;height:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1ZaO2fBEBTEoFDsfpWBvMqXCuNnbAZT { width:17.8745rem;height:12.24975rem;top:4.6875rem;left:1.06298828125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISnn7zt5mk3h9wxdcxh2fIHv74NEetxE { width:5.0620125rem;height:1.29980625rem;top:18.47509765625rem;left:10.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL1ZATx7a9vKfB5u8dLcDfnW2chSopVT { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:8.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TiczciNvtCkBPy6xwsir7ObnvHNO86Ia { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:6.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #THkeoaK8lu91FzrfMqUT83Pb8sXzcbT0 { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:4.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Dvwc0ymP0x0lGQLTLkWPHKsJw0Sw5AOG { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:2.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XAO2WZmvL1KCWSLN3miR1U7QOAt6usnO { display:flex;width:1.875rem;height:1.875rem;top:18.1875rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #REJxSR6flq5t4xAJQZApOCuNb1TR6mEJ { width:17.8125rem;height:9.7998125rem;top:73.8125rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ4XkUFnxF82T8Zu8ZKQ4pRDoJLITkZH { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rCMgDa3tAyn42iExpBvaJ6950SWW5bvw { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:8.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #opd0fSfEVft5LEJkW0WITlfoORz0PBlN { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:6.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #z0UKSz4Hh8oWDcowesnOxHVOi8R7vsoo { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:4.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #foKgOH7bntJKmNusdOvr5Cx6U57gG59q { display:flex;width:1.875rem;height:1.875rem;top:85.5rem;left:2.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ze0JRQWpXVU6cNzEVyciT5J8f0lAhB0e { width:7.562rem;height:1.29980625rem;top:85.8125rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8stg86Hb58PTVeXqOXnTcBo2kK6bCIg { width:18.75rem;height:13.47475rem;top:51.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5gZrIRvxvv5z52Wsxh8tTAtzwPC32my { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:8.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #l8DQWBdOxizdTG4RXsOT1AO2NRR43MQP { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BKmdRUcZIh573v7BoIZodJXWbR2ApT1W { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:2.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #iWJMrkFUVGrD0OF8cmVsDZwo6xh0T3ef { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:4.4375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WoaBNxAvgsmKsyG43bRtxkWtsDAxd5ty { display:flex;width:1.875rem;height:1.875rem;top:43.3125rem;left:6.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #zDvyOAKSrRD48R1TuQ7NpsZsLX5vJNol { width:4.7495125rem;height:1.29980625rem;top:66.125rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv38dBz13GOeQ0Cf2EBcDI9HHyBuWmbZ { width:18.3745rem;height:15.9246875rem;top:26.57080078125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6RnMABL7UNtEbO8tWaOTtumTdyehNG { width:6.5625rem;height:1.29980625rem;top:43.60009765625rem;left:10.68701171875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHlBCSETwme4TddxpJR4Jm2XXtBzCG8 { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:8.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SU2iDAFyeKU90JKnZigNv82W6th6llP0 { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:3rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T9U9Txa8e1HSaBpNRdEFRnrs9KqcDeZ1 { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:4.875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TCokGg5B1pO90zU2n2TAm2dPKe9QI8cn { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:6.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TlUkXzCragqQu5BVCywsL9WgdR6ydPys { display:flex;width:1.875rem;height:1.875rem;top:65.875rem;left:1.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #PuSGO1iRmgeC55NWTBtFTBcqVPI8Mqol { width:20rem;height:22.6875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQsafd2zqmGTzFLE7bha5UkZOdGLiIou { width:20rem;height:20.625rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Qaztxz7e0xa93RgvwI0DavzCyyNQfm { width:20rem;height:19.875rem;top:1.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zJ0tA6Q2mddlkBVKiTBl2luzawS45XrM { width:20rem;height:17rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKGxlNgBDaAo094pno6IWszm66RsgQ7X { display:flex;width:3.75rem;height:3.75rem;top:22.5625rem;left:15.2490234375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #WTrVXPwZwREbWs49bNTyWKfKXP1r3zqu { display:flex;width:3.75rem;height:3.75rem;top:47.5rem;left:15.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #COGmsGoNBL5razzzTCBRuATPlEdriMm1 { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:15.2490234375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #vnLEg1ndHuqMQFiQfukmkLWR0ELDeE91 { display:flex;width:3.75rem;height:3.75rem;top:70.0625rem;left:15.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #idbxGMd5K71ZMpacIOGVWMTg9kFhiOrD { width:8.6865rem;height:14.749rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHS3FR3Pvwu90vWEBTKisMilzQTOTH9N { width:8.6245rem;height:14.6875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5NDHRsQIR9PgSs04caT78Rx9JMHT1u { width:8.624rem;height:14.6875rem;top:22.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CyxlkeA0tVBGHASqLB283ksfux8DhxXb { width:8.6245rem;height:14.6875rem;top:0.59228515625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cE7bRanpRNTPw316miUaLtDJ3r0q2mlu { width:20rem;height:20.25rem;top:89.8447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlsoDi4eUSKNN6PO69aLGCpJB6hHkOp8 { width:8.625rem;height:14.6875rem;top:88.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OTB6K86L5iqm4XWiJhZ4Am7SMgoRw42a { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:1.06298828125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #leeDWCPJiyH8LJq6Tnb49BQ7oETQUMG5 { width:18.0625rem;height:13.47475rem;top:92.4375rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV1WBvBwSw3f0OiLnuBI7brJlc9mTVo9 { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:8.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #leJgQ5aJz7o6b3N5glKTZVmPAoklDk0b { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:6.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RU6vAua2zT25GtHIb5z4xo1FfTsd4qPO { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:4.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KBhsrvfh31naNbuizwqr1iafs6qCu83i { display:flex;width:2.0625rem;height:2.0625rem;top:107.02587890625rem;left:2.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ARbahO9pobnbICafQprRE89BgchDKZhp { width:5.1875rem;height:1.29980625rem;top:107.4072265625rem;left:11.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWym2TeuFMlrg6TcoBs92esyZKhcwruW { display:flex;width:3.75rem;height:3.75rem;top:88.6875rem;left:15.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf { display:block; }#Il6ri1Oxt0bX6SIraGw3NeZGp4TnoKuf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkmBDAtZuEyycOVVHRdN4fH2AqpCqzhw { width:19.125rem;height:7.8003125rem;top:1.25rem;left:0.43750005960464rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWFbogrogG3GIIs7VhdqOtELBbesLBiR { display:block; }#lWFbogrogG3GIIs7VhdqOtELBbesLBiR > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD { width:18.1875rem;height:33.124375rem;top:1.25rem;left:0.56206601858139rem;font-size:0.875rem;display:block; }#rgbDIXWbyVqXLmi2vZzH0eIgZD77FZcD li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #uCNHkiL6uWDVHNhBKm3NstvNLFVpDXpe { width:17.84147875rem;height:2.8414725rem;top:36.070423126221rem;left:1.0373263955116rem;text-align:center;text-align-last:center;font-family:poppins;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigR5mOJLTM9I5rvGgKS6MqwZfGTKKMe { display:block; }
 }@media only screen and (max-width: 763px) { #J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt { display:block; }#J27F1DLIqw08ccunxEN9QXKaQ82E2ZTt > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvfAPoZkIlqSKTRZJKvxF7QEgOH3nevl { width:14.624625rem;height:5.85021875rem;top:1.4996337890625rem;left:1.0614013671875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ogIHZ6AK8AKkzrTqflQPO2MCHsXyyV9A { width:17.874875rem;height:13.47475rem;top:8.3962674140931rem;left:1.0617404580116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp { display:block; }#vJHHatTWfpUhOLS7HSg0PzUhFbu8rUlp > .row .container { width:20rem;height:220.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEhSnk84mTlVAV8lrZiTf517yEMXvHvk { width:18.812375rem;height:5.84716875rem;top:0rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSWqH4Z4zI4cXk3GTSX0SQVvh8rZEGMV { width:18.4375rem;height:7.974875rem;top:7.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }#BSWqH4Z4zI4cXk3GTSX0SQVvh8rZEGMV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #ozUQlTHs5Hz0qxJFef5sRJbyxl8gpvbD { width:17.3746875rem;height:7.3089625rem;top:32.6875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS3EVSbg1xo5RN1DAKyFkCcC8WLXhKHi { width:16.5625rem;height:5.2124rem;top:40.437255859375rem;left:1.3121337890625rem;font-size:0.875rem;display:block; }#HS3EVSbg1xo5RN1DAKyFkCcC8WLXhKHi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #JwTx8ZPJsHorbaPUeZHQWEK7cCMLDNEr { width:17.1875rem;height:5.84716875rem;top:62.43701171875rem;left:1.43701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwwcEn2B8LTiQFDXFW2HGbLIFf6JpKyJ { width:18.6870625rem;height:6.437375rem;top:68.24951171875rem;left:0.624755859375rem;font-size:0.875rem;display:block; }#qwwcEn2B8LTiQFDXFW2HGbLIFf6JpKyJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #yaT1mQuDUic2yx9PNbBPQ8uGWvghSFTe { width:17.9373125rem;height:7.3089625rem;top:90.74951171875rem;left:0.999755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWTnVmOTvgydaIAXFuGHiXuistLbmNc { width:17.6248125rem;height:6.437375rem;top:98.3740234375rem;left:1.1871337890625rem;font-size:0.875rem;display:block; }#aTWTnVmOTvgydaIAXFuGHiXuistLbmNc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #cKTKAMGNW5oaVy1y0lZ8nJ9XTZCg7bxV { width:18.062125rem;height:5.84716875rem;top:121.62475585938rem;left:0.9674072265625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSnGTTETbNX0f8oUIZlyAkXJ1654geH { width:18.4375rem;height:23.9245625rem;top:128.81079101562rem;left:0.78076171875rem;font-size:0.875rem;display:block; }#AcSnGTTETbNX0f8oUIZlyAkXJ1654geH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #UJ9FQFlczrw512gnwaprM1ZHEun1ynMe { width:17.374875rem;height:15.6371875rem;top:173.37524414062rem;left:1.31103515625rem;font-size:0.875rem;display:block; }#UJ9FQFlczrw512gnwaprM1ZHEun1ynMe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #d226CUtXCnftIzsJ1oQMUiFBIOu8vHqQ { width:18.312375rem;height:4.385375rem;top:167.6865234375rem;left:0.84228515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8zmvs0yMiSTVWC9nsv1FmOExlMu20MA { width:20rem;height:2.1875rem;top:205.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZbpAImGNDFIPAqsaZOhBhRq14a9JBJZ { width:20rem;height:31.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOpJeJHMEe1H8TZTToCs80b17760fnTe { width:20rem;height:28.6875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUkDlnwGmM2U3U5FP11DBMJ62FeTAywG { width:20rem;height:28rem;top:61.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTr01GrNLRTaV9MsmUNMN669Epf9Wp2i { width:20rem;height:29.8125rem;top:89.985595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBmWmfocaaTel5GGRgWIubRMhz6VcfXI { width:20rem;height:46.0625rem;top:120.36083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0KTqGCT8uBtFTo6UodKEUBlhvc8xo7Q { width:20rem;height:36.3125rem;top:167.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTlyZLZMT3FpAu0dCUHKCc7y6Vk8dTOT { width:13.75rem;height:13.75rem;top:16.93603515625rem;left:1.9140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIaop1IzyGQyzZpM4WZ0Dz6ezvrv6LQm { width:13.75rem;height:13.75rem;top:46.211547851562rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N12tvkeOCBwTH06loQvG5DNIJf9T791S { width:13.75rem;height:13.75rem;top:75.060668945312rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRO3BvvavqH1ra2hMBTyreJkELNPTI9Q { width:13.75rem;height:13.75rem;top:151.98425292969rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdzgD1J9oVgEKuxQywTKvyAdy6eUIqo { width:13.75rem;height:13.75rem;top:104.87268066406rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1zGx8gW5kDZImxnazWLnZzt5haTLGwZ { width:13.75rem;height:13.75rem;top:189.44934082031rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZDDbPQl3grOlor9xnb5oz0zmXQR4lgn { width:20rem;height:8.7291666666667rem;top:209.88952636719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlxTMixP075NUMv6MFVa1PrDnbdExZtg { display:block; }#MlxTMixP075NUMv6MFVa1PrDnbdExZtg > .row .container { width:20rem;height:332.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWLHXic3SveTxliTD29UXh5v3lblidkW { width:19.562375rem;height:5.85021875rem;top:1.373291015625rem;left:0.4376220703125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xUSFFMK35wPEN7MaTGlmdRGPrp1KCBNR { width:17.9375rem;height:6.437375rem;top:29.812133789062rem;left:0.8123779296875rem;font-size:0.875rem;display:block; }#xUSFFMK35wPEN7MaTGlmdRGPrp1KCBNR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #gLMX5R97iFLqMV3sx2FuhuyST8c3Xnt3 { width:16.812125rem;height:3.8983125rem;top:8.3861083984375rem;left:0.4376220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW6KdZuCV2MB6CnTWN6aTySZCuZXR9BI { width:18.374625rem;height:1.13769375rem;top:27.749755859375rem;left:0.8123779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5sAioDv9UeZFgH8rMg02cUKOgS16Ez { width:18.375rem;height:1.13769375rem;top:36.812255859375rem;left:0.8123779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbeTnK1ayMi972OQKL2XKsCBi4Z36bTR { width:15.18675rem;height:3.8983125rem;top:41.25rem;left:1.248779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGbCh69FDTKwdWBfZMBH2yMqkt9xApt { width:18.375rem;height:1.13769375rem;top:60.0625rem;left:1.562255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJwTPSTfVkrB9K1dKhABiBmTnSZLIcew { width:17.0625rem;height:2.44995rem;top:62.187133789062rem;left:1.562255859375rem;font-size:0.875rem;display:block; }#BJwTPSTfVkrB9K1dKhABiBmTnSZLIcew li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #QA6S3rnpyRbwMT6wWSdZiIFKRs9zp0Ql { width:18.375rem;height:1.13769375rem;top:65.437255859375rem;left:1.562255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvytCCocrwBZAh73rGgp8sfa8UBAwINr { width:18rem;height:9.8248125rem;top:91.25rem;left:1.5625rem;font-size:0.875rem;display:block; }#pvytCCocrwBZAh73rGgp8sfa8UBAwINr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #ANzvn3x3Vsk91vuVThxxBQr3ICSrlVht { width:18.374625rem;height:1.13769375rem;top:101.87377929688rem;left:1.6253662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uruS4qeZynrVFoNTdZZH1zM7ISmNqM9T { width:8.25rem;height:1.13769375rem;top:90rem;left:2.3748779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx8ADT38TBHwVMngOpzLIZSMH2fxEfTq { width:17.1875rem;height:3.8983125rem;top:68.49853515625rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acpbxvaTi1ceJ8mhI5xkAgoKn0JqdFHi { width:16.4375rem;height:5.8374rem;top:124.75rem;left:1.6875rem;font-size:0.875rem;display:block; }#acpbxvaTi1ceJ8mhI5xkAgoKn0JqdFHi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #q1XMUNoUe2BI6aDMiS7RSDD6UPvBI9qX { width:15.7495rem;height:2.598875rem;top:105.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0iNHTiTlTQDAQo859DTe2DpR1QU4MLl { width:18.375rem;height:1.13769375rem;top:122.625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPKMrGLTyxGsVmKdiv5XvRp4RscTakh { width:18.375rem;height:1.13769375rem;top:131.3125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLnGOoKfNKRAsGKUTocsn0GaObPrLPC9 { width:18.374625rem;height:1.13769375rem;top:165rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LliEHDVSkHiONCP6fsKOktVi9E6wFdvP { width:17.937rem;height:7.062375rem;top:156.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }#LliEHDVSkHiONCP6fsKOktVi9E6wFdvP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #toZiXcyk7brE1SxCNqFnqTbQJ0GShHuP { width:18.375rem;height:1.13769375rem;top:154.5625rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Mu0aA4M5u5DqSXNHu5hI3nCkxurcOV { width:17.936375rem;height:3.8983125rem;top:134.56176757812rem;left:1.7510986328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9m0hMsu9spQE5sFNsDL4KPy9DA5cCN { width:14.375rem;height:2.598875rem;top:167.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke739nUzKwKgweGVRTtbKysek7xrZlQ8 { width:18.374625rem;height:1.13769375rem;top:186.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edN5PAyECXcVA7NenAZmViDabN3GZzeL { width:17.56225rem;height:2.6245125rem;top:187.875rem;left:1.625rem;font-size:0.9375rem;display:block; }#edN5PAyECXcVA7NenAZmViDabN3GZzeL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #mZT573Vu2zhmcKHTN622NiHRS6pTOEcL { width:18.374625rem;height:1.13769375rem;top:191.5rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNXIzBIxObNvZ5WZ8ZieMhWafz5Mhso { width:18.561375rem;height:7.974875rem;top:215.6875rem;left:1.5rem;font-size:0.875rem;display:block; }#GhNXIzBIxObNvZ5WZ8ZieMhWafz5Mhso li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #Q9LJxnEP0DJwL7z6WTqyXFOtWsrzhxTV { width:17.561625rem;height:3.8983125rem;top:194.81164550781rem;left:1.124267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fuaw84ExJ8T3o2fRKCtPV7JAMSQQsv7x { width:18.374rem;height:1.13769375rem;top:214rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6ElEAahN9SBXHgBLQutXPrr3gcBTAG { width:9.3115rem;height:1.13769375rem;top:224.5rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD3gqOhl7hsnUBTQ1DbTnMec7NuBVvJl { width:18.374625rem;height:1.13769375rem;top:248.125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8fmALxCeQAJWPWeP5XxrnTJDzKiZqdB { width:18.374625rem;height:1.13769375rem;top:245.9375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6cmK03Z8XPrmmdViJoU7M81z6BJoaDy { width:12.312rem;height:2.598875rem;top:226.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI4ByUsz7912IvimnIONSATTiG4afH2R { width:16.187125rem;height:2.598875rem;top:251.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMCmnty87vgvNofVPitGbCFZs1OrN2Ms { width:18.374625rem;height:1.13769375rem;top:270.1875rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZahSaLgD6M0maoE8ZHp1kV8r5wBnUUU { width:18.2495rem;height:6.437375rem;top:271.875rem;left:1.75rem;font-size:0.875rem;display:block; }#GZahSaLgD6M0maoE8ZHp1kV8r5wBnUUU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #FyNhIUahHPNVWxTRoeCaft5Ke3mTK0lO { width:12.87475rem;height:1.13769375rem;top:278.75rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCsIinn6FTwKeU8oMJ1EntTMPb2aizg { width:13.875rem;height:1.13769375rem;top:302.625rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urt05dQC7C2s48aLx1UfwWEy17D3HiPr { width:15.1875rem;height:1.224975rem;top:300.75rem;left:1.625rem;font-size:0.875rem;display:block; }#Urt05dQC7C2s48aLx1UfwWEy17D3HiPr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #J6s96wx2dFAopGQXERes1rcGbsekDI34 { width:14.5625rem;height:1.13769375rem;top:299.3125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnQoxIRLv0dAxyx9VMMNoLCBX5zZGcAI { width:13.186625rem;height:2.598875rem;top:282rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdTe5089uacBdVeZT8dyS2aHHpP00vzF { width:17.124rem;height:2.598875rem;top:304.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2iTJsdFvLNSdnJibQ6XL5PTfIN7TmKv { width:16.5625rem;height:3.674925rem;top:322.625rem;left:1.75rem;font-size:0.875rem;display:block; }#N2iTJsdFvLNSdnJibQ6XL5PTfIN7TmKv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
 }@media only screen and (max-width: 763px) { #txlfK5BtRqcX9tJ13ZmLepd1t8pcBdxp { width:18.125rem;height:1.92505rem;top:327.6875rem;left:0.9375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TadSWcPI3nOQLr6ADRTl4OxXGkGN8s8D { width:0.125rem;height:0.125rem;top:207.9375rem;left:11rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #oFkasRkGXCFmz0vgRwLvvT7w9vkSVq8T { width:13.75rem;height:13.75rem;top:45.608276367188rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbtLp6k4Xh5EBaJLfWZuyuH9H44Dskno { width:13.75rem;height:13.75rem;top:74.41650390625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9AnmQw3VkMbWiPTe1snoguXCP5mzCb5 { width:13.75rem;height:13.75rem;top:108.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1vbuhwJNZPddKP9wvIO1QcVUMruaQlK { width:13.75rem;height:13.75rem;top:171.37451171875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEQ6OS1Ik7O3GhKSgMLCL3Kv1hpCD78W { width:13.75rem;height:13.75rem;top:231.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEAP4k9yqbs3eDiBK5LyXKDcAbeGcetR { width:13.75rem;height:13.75rem;top:308.09753417969rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdUX992XfCByyRTWq9mdSysvJoaMvyHl { width:13.75rem;height:13.75rem;top:12.908813476562rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BWKU3NpWkvh1OLApVv1LZzNlbCz2IZ { width:13.75rem;height:13.75rem;top:139.92248535156rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTfCnt2RoOuZneP7FsDu69CPp4fKRdz { width:13.75rem;height:13.75rem;top:199.48486328125rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0R2CGoqgqZdk3ZIiGmF9WVEKzfDhRJk { width:13.75rem;height:13.75rem;top:255.79711914062rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWJCkM42PLzWelcGN4C1lgrzG4dq3k3 { width:13.75rem;height:13.75rem;top:284.59777832031rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s { display:block; }#Eq6IaUUpL9xJPd9uvKXQC3shW5SgcW2s > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3TcDFAxRIKE6n2TvocR3seMOOqTXbp6 { width:16.25rem;height:44.53125rem;top:12.516292572021rem;left:2.3122830986977rem;font-size:0.9375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #tUDB5uTVLSyqQO92Wv6VCPTXIHpnhMLE { width:14.4375rem;height:3.8983125rem;top:7.2662010192869rem;left:2.3122830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRCq4RBI0lSUVhHvCeeIJQB5FdRH9tRw { display:flex;width:1.25rem;height:1.25rem;top:8.5905113220212rem;left:0.56206601858139rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XLD83AGJEf5L8AdEFOnqersBZz0c9bSc { display:flex;width:1.125rem;height:1.125rem;top:13.078914642334rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #KlEustxrQ8tTGvXVSwmeK12EfkX6qTPt { width:15.562125rem;height:1.46179375rem;top:3.703914642334rem;left:1.3123915791511rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdKWoEwOep1JAGXuMRIcRvBC3hLz1vpl { width:13.75rem;height:0.0625rem;top:11.828914642334rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM59qbI52LBHrT8pECB7yaHxwG9OMTPp { width:13.75rem;height:0.0615234375rem;top:58.016536712646rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln0z37roJnrXvOzvF7UDT9IbqReOu73R { width:20rem;height:2.5625rem;top:3.1412925720215rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stuOocnGdS5vCBOwlB57eCrSk9s3idiu { width:20rem;height:71.875rem;top:1.828914642334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2ugR8Ezo7cnnPmJDWdmmFW4ZXTsty8Q { width:16.75rem;height:1.7871125rem;top:59.328914642334rem;left:1.6248915791511rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnZV0hA7sOKWcS2TGTofEStUFOZXbTNV { width:20rem;height:1.950075rem;top:64.641414642331rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhQ5rB2T0bKmESF44zunfhgllF6bLFJt { display:flex;width:1.125rem;height:1.125rem;top:50.578914642334rem;left:0.68739145994188rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #OmDq8OklTuvtH3EVKHKQ0suTZOQrD1O6 { display:flex;width:1.125rem;height:1.125rem;top:52.954128265381rem;left:0.74978297948838rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #uRgZL1OvfJPCaSIIoNoqx0ai6qLaZ7nM { display:flex;width:1.125rem;height:1.125rem;top:43.516201019287rem;left:0.74978297948838rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #ZAqrMm8qfrMZfrdMQnBuSBDiKPyNQWHi { display:flex;width:1.125rem;height:1.125rem;top:45.891414642334rem;left:0.74978297948838rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #VF12uxGJKFT7mrS1F0k4qluONuaOhOX9 { display:flex;width:1.125rem;height:1.125rem;top:38.891628265381rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #Kse2ZKQeexo1tSAbov5NPcetTv59bfEy { display:flex;width:1.125rem;height:1.125rem;top:29.516628265381rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #Ilw6a83zDo8d9ncctsqtfCrtOBXn43T8 { display:flex;width:1.125rem;height:1.125rem;top:36.454036712646rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #T8mMD25y9CbTDUlZX9xo8NWcPwAo3e24 { display:flex;width:1.125rem;height:1.125rem;top:27.016628265381rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #pBt6dou5y0XaMCNWoQHJ6oJWUotSon1k { display:flex;width:1.125rem;height:1.125rem;top:22.453914642334rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #oIo2KUgl9RzyWAk8rrKOSE3FXNMIoUaT { display:flex;width:1.125rem;height:1.125rem;top:17.766414642334rem;left:0.62500005960463rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #KtnALv9PWRVDaTvR9aPJ51xohqtRdCmF { width:20rem;height:73.0625rem;top:1.828914642334rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #E90TLRAr1Kl3y8dBmIDs2Se01noiQeSn { width:4.81228125rem;height:8.6246875rem;top:0rem;left:0.56206601858139rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #VqumeFxgL7tOJpHhM0bTyeXt3BmAAlLy { width:17.125rem;height:1.7871125rem;top:61.865810394287rem;left:1.4371746182442rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Edsem8JgsFx4uDd8B7FLDWaGmL20Bgnh { width:17.9375rem;height:2.9375rem;top:68.954036712644rem;left:1.0308160185814rem;text-align:center;text-align-last:center;font-family:poppins;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvWTokW8NkethcD4KTK0VCJtZpcQ3hr { display:block; }
 }@media only screen and (max-width: 763px) { #glpKabC8T44W9JKfEip9h2qvwkAJzSe3 { width:20rem;height:28.269550595867rem;top:76.14048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga67sNIiZBeAxoigrVfnGCpZC87fPWAE { display:block; }#ga67sNIiZBeAxoigrVfnGCpZC87fPWAE > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdDPNQQXQHlIfeA3yObIr3EvTCrvriTC { width:20rem;height:8.7291666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 { display:block; }#HCzdA2woUFPPiC2XXGrZhRO8lcDOlOW1 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lb9sWJV9RzMemEOAu5Tt8BfI9Jk4ReaT { width:18.75rem;height:7.8003125rem;top:1.1163330078125rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7e8Xi0UetMCPrKpukum2J0ABHFZuxM { width:17.312rem;height:8.5748125rem;top:8.9166259765625rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EPEK8ACRyyDtTHmzNHKKZzBaiASgbGIN { width:20rem;height:8.49975rem;top:18.749389648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S { display:block; }#WAfPmuwgglrnrt86T7wuTZSh2aD6PA3S > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9fC5X4PE0E94IvHPU7ZQdiy5J9GrTBc { width:17.87475rem;height:7.8003125rem;top:1.37451171875rem;left:1.0614013671875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dRxnige2fN7p5SNaXKZ8gRw0ktOTQZd6 { width:20rem;height:17.125rem;top:11.749877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6FR7ahvMyIcMDrtUFk0g4O6ZXhRqmxb { width:20rem;height:18.125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxtxgA8balupkm0QgbMDaFvlNSutRl8b { width:17.6875rem;height:1.29980625rem;top:13.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc { width:17.0625rem;height:2.44995rem;top:16.125rem;left:1.4375rem;font-size:0.875rem;display:block; }#BrOTbA3nwRkQ0DxG0iWLV5I45X8CgTWc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo { width:17.0625rem;height:3.674925rem;top:19.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }#xJ1BJ7oIqBUCzP2wc3m7lOQ2d6Ev8tlo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #pZkNziLplhK3mWSgFSvf93cMHq9NVuXT { width:17.062375rem;height:2.44995rem;top:24.0625rem;left:1.5rem;font-size:0.875rem;display:block; }#pZkNziLplhK3mWSgFSvf93cMHq9NVuXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #l0VVqwfHgxAP4hyggIiwZc4WrKMx6p97 { width:17.6875rem;height:2.598875rem;top:31.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 { width:17.0625rem;height:3.674925rem;top:34.25rem;left:1.25rem;font-size:0.875rem;display:block; }#m4TT4niuIFCAaceFFKk6BFGCsiTlpR92 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu { width:17.062375rem;height:3.674925rem;top:38.443603515625rem;left:1.21728515625rem;font-size:0.875rem;display:block; }#AGzS4UpS7GvrWLndtt4uMTB41Wy551Bu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #knv3haH0R79UxW5A9XSCFHbMT1v58e5P { width:17.0625rem;height:3.674925rem;top:42.75rem;left:1.25rem;font-size:0.875rem;display:block; }#knv3haH0R79UxW5A9XSCFHbMT1v58e5P li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
 }@media only screen and (max-width: 763px) { #CTEQHk2ckGpNp3SAgghRVpkJDd0tGNin { display:flex;width:6.3745rem;height:6.3745rem;top:6.47705078125rem;left:12.788696289062rem; }
 }@media only screen and (max-width: 763px) { #JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi { display:block; }#JRVvTffTEBXGo4T6SxQGcH75thA6ZqBi > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lV4vC2fvqXT2qqtS7WlUyfqMxiG0tG7e { width:20rem;height:2.10021875rem;top:1.69921875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSbtcg6cgri7MttlaDq6SCbzdM70MVGB { width:19.187rem;height:24.4995rem;top:5.28564453125rem;left:0.4058837890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzOAgP6iozsH5bTkSOCJNtVMpJLaKbqf { display:flex;width:5.499875rem;height:5.499875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp { display:block; }#MBJLSTJhJKbDXlrokBygWxVFGRcUPKEp > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpOQR1fTAgRohONF1NyVBuw4IXirzyuO { width:20rem;height:2.1875rem;top:2.218017578125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EMEfInI6UZLbD8pVWGnGk6Ef8Et11BiI { width:18.25rem;height:20.8245625rem;top:5.423583984375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mJAkRNu9UWK9h0P92nwUSzqEp2Wu9n { display:flex;width:5.24963125rem;height:5.24963125rem;top:0rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 { display:block; }#KrxSUd5JqGKlgMCpL0LcgEe30TkmctW8 > .row .container { width:20rem;height:110.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKdItBGtNooOUcgzN3cOOzr3yCNnsmtS { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8CaJxWomBS1kTaZOhOLIEtsAyE7enX { width:20rem;height:3.1497375rem;top:4.0000419616699rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aogFnn61JHI1gQl9k2gLp132F3FeXH8U { width:19.5rem;height:31rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHu9a0KKyiT2QpeVFhOLWQeg6gl66BWT { width:19.5rem;height:20rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx7srzvb62eKmWXnzKqw2TtR33z1hxrB { width:19.5rem;height:18.9375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqmAiJE9WlTJw9gHrXnT2LvnQb76xhRA { width:19.5rem;height:23rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlQawykc7O0SUiEltcz84IZTJrUGKI3L { width:5.25rem;height:2.1875rem;top:8.375rem;left:1.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CAaTvo6fNAyMXTkNq08nHmB8hfmbXv9l { width:5.625rem;height:2.1875rem;top:41.25rem;left:1.9375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMGE8biNrBwhzHpEe1qSDDCfSepTeDDk { width:6.0625rem;height:2.1875rem;top:62.6875rem;left:1.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cIVtwbC0T6oQictbBLzWbKHnhCc6rWvm { width:5.5625rem;height:2.1875rem;top:83.5rem;left:1.8125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFOhTzHQNgT0P2x61TZ90GB3nFbNTTIg { width:6.1875rem;height:3.1875rem;top:8.1874189376831rem;left:1.03125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #HsR18rsyN4dsUkC4Rf9rX0DXLfdSTQvS { width:6.25rem;height:3.1875rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXCslSSUH5o9KTEly8csIGcDJdHgNEyg { width:6.375rem;height:3.1875rem;top:41.250082969666rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C541XsXGvPSdbIuW3ZfxtJiugtSPnzJl { width:6rem;height:3.1875rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4DOWOAfLyGkisXQhg6XnPH7nwUa00kR { width:20rem;height:28.323353293413rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m98QqJTgTQQz49JFDpqqamTglWQ11f7D { width:19.3125rem;height:16.3125rem;top:44.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kibhtla4mTWhgCQODxWyHsQS2MltBDcF { width:19.3125rem;height:16.4375rem;top:65.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2JbF5nFOMNPoCOzBLdxfFo47XiS56Gy { width:14.5rem;height:2.4375rem;top:32.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7LG3NyTHOXcxldFqWBIcGnLdn2kR4s { width:14.75rem;height:2.1875rem;top:54.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVqFNwkNTlN0FBUv3eQORvGZnzLDsS4N { width:11.0625rem;height:3.125rem;top:68.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msEdGreeDqoDPWFyWaihXXO27wmwdUN9 { width:6.75rem;height:2.1875rem;top:101.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etiQkAakp60FilGOEcf976FVlWJGNcpy { width:18.625rem;height:19.1875rem;top:86.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqapxsJIPKFf3baIMcvqspdhETL2Z5tK { width:12.5rem;height:2.598875rem;top:90.0625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATVf6xA0RRDJS4vtQVBgvatcSJXxTAN3 { width:11.625rem;height:3.75rem;top:89.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0WuX0S17TA2RRuvd9bg8yd47BdxKa8K { display:flex;width:2.8125rem;height:2.8125rem;top:54.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UWEQfkRKb8Nh23D5rlwnS3D0PkviKV3i { display:flex;width:3.125rem;height:3.125rem;top:101.37504196167rem;left:9.3541669845581rem; }
 }@media only screen and (max-width: 763px) { #uRBuCbqGVzBASDfl8p7E1FRSMSJr4xrZ { display:flex;width:2.6875rem;height:2.6875rem;top:32.934245109558rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #XOGvgGfDTaePXuqHJbvgENCbMfDdR7ny { display:flex;width:3.125rem;height:3.125rem;top:68.916629791262rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #p5re4Do9iVJXEhK7Z1kh1uBFrhwNkthr { display:flex;width:3.3125rem;height:3.3125rem;top:92.4375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT { display:block; }#KB6ANhKvZSnTt5krn3uW38OhN9Ec3exT > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxRzy4EHHLRqiv60v8BhUbgKSsf6qSWq { width:20rem;height:1.950075rem;top:3.87451171875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqOlk1VyWKTQClcTe7Ff3kuXHoOnvBhF { width:20rem;height:1.19986875rem;top:1.937255859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-heading-text { font-size:1rem;height:auto; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy .accordion-desc-text { font-size:0.875rem;height:auto; }
#PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy { display:flex;height:auto;width:17.5rem;top:6.640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VF04t5vQQGV6TxRmwETSWK333r0XqOSZ {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #ib1cPm8qlSVlESC7sSIG5KMdRHnLT9b8 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #MFtlZTKrV0q0RyeMJheUg2PwU9ssKhu9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ph9sBlOhb4NtEWSwUiNusT1a3sDGTCdt {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #kNd6034MRDTGxh3DBeiVE2GqBIPlvLT0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #qiDU0uzJFp0FSbFITWptxBsvM8UN42gD {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #hQGWHwIk9TJv6yc0GPHvn8tGZ5wsGZZd {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LRx1zRW2HCrztKXsxbXRqZZecIbFBHuU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Vkw4XeQqK2nrag6X8UB23LGSV1echTOb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #AUzop04N3zheJoqre5lGT5QMSy5aNon9 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #r26Jpf3VQgSST9IT51C2nKTQlF9VPOKN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #cXdhqsb7pEfgbNpewo6ctkFxp5a3FIX5 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #CfGSguXe9qF8TT6G7lUAUMXrXn4Q96sF {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #tRL7zctchWX2osc8OypfbSeUuXNmTd7B {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #NJ1byyUD1iyoRvETTdTovNTsfNeGFIEz {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #QPaZDECtDAJmQLmwSpKeK8PecvMHtol7 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VI7hf2Q6acVmUXAQHuOTMPWSB0PkJGzl {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #n3zipTm0nOLq8eFAoKE4bDrnseLZRAb0 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #T1moCvBzBle2PScEwGSKGrKpu1Hw5WlE {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Nop7uWv2cFgBGQW2NFouoZQF12FlUgpb {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #U9dHVJfaMgkVwR7izqKvyDIkFpNBeJ2q {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #Ork1M1eOPiw8wwsD2hPDVTOucuHtPrs2 {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #VOPTVfheZ12DDzmVgT5uB7setoK00eCN {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #spCvv8xMU6c6tqzmueP6d1rloytBllyU {  }
 }@media only screen and (max-width: 763px) { #PvKd86RZR2zRr6CHWAm7hfBRPcwHOGvy #LTkcAo37HAZCEBnT3GuMdqCezh5lwbc5 {  }
 }@media only screen and (max-width: 763px) { #TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl { display:block; }#TG1ntuwpPlLPkt0gbfQucqzg4nLfUokl > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM0sS8eUnbcGTEyT3S9G89HEBWnVsCW9 { width:18.687125rem;height:15.6005625rem;top:1.2481689453125rem;left:0.6549072265625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdkywEosHCtK7AnagQlN5x75SMwhvA1f { width:17.124625rem;height:17.1496875rem;top:17.384033203125rem;left:0.6549072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 { display:block; }#uQIdX2ctMx9G4l1UeoIt21y8HPyzAvn4 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4xHxJXUx9kPqknPbhcn1AlGb7nwK8uF { width:20rem;height:9.750375rem;top:2.061719417572rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gaEJ2C41TDQzUULMaQsChHwgV6mgymOv { width:17.7368125rem;height:2.73681875rem;top:23.587036132812rem;left:1.13037109375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd2R4wM45NtByR7xTmBkhL8dvSWv1rnT { display:block; }
 }@media only screen and (max-width: 763px) { #rtaSTb7UXVhkJ8cfA0tsZO6i7ZlfMlu2 { width:20rem;height:11.124875rem;top:12.46337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 { display:block; }#x1L3x4eDIuFTpwFn3VZOoJobmbrOZRI4 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLe49ra7ynMok5wt4xUTNsCTJ6dBnCcO { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZXyteEfqVEpv0tqdFUF6Ifhp2ZyBvAl { width:18.561375rem;height:0.87463125rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2SvReJeofH1QsFflkoAMfEyCVAHiU5Q { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQnfv1q4T3JKl9dMwTqiUn48un7Bbfg { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }