.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); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp { 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; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp.adaptive-delivery-prevent-bg, #d8crlaULOdtzJBBpNSSP16FOkC1vWExp.lazyload, #d8crlaULOdtzJBBpNSSP16FOkC1vWExp.lazyloading { background-image: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { background-color: transparent; background-image: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .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); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { border-width: 0; border-radius: 0; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;overflow:visible;position:relative;display:block; }#tek57rf487xqTQFHf9kfgvwN5rw5sTvw { 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; }
#SAegJNzn7PoTkwVcTOnlSq5iLur2tndr { 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; }
#i8KALoh49FUiRJzW2ZQq09xT86vnRp31 { 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; }
#BhGIx6qBOELE4aEfmREgJ2x4XnZvV8Bd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNzgTzE7OtqtT5osJlsas0DZPu6z5WDi { 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; }
#m54G12Z9TBBIQHCAlbmkybVLp22UUZoa { 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; }
#e6xRXkgNOlkZAXJ5lD8CayvfVp6qIM4D { 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; }
#QOTsZdKzNI0NwuPQ252Zm6ogPXCvSkSg { 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; }
#O7lo4nkIkIpEkRhm0Lcsh8E9qBD3Tuzs { position:absolute;display:block;z-index:15000;height:6.75rem;width:23.8125rem;top:26.875rem;left:36.1875rem;display:block; }
#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { position:relative;display:block; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { background-color: transparent; background-image: none; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container > .video-iframe-container { display: none; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row > .video-iframe-container { display: none; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .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); }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { border-width: 0; border-radius: 0; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .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; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .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:12.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; }#D7mxHoO2FgNgOEgTLC2O8xXn2CxqO3nD { position:absolute;display:block;z-index:15000;height:12.3125rem;width:38.75rem;top:0rem;left:10.625rem;display:block; }
#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { position:relative;display:block; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { background-color: transparent; background-image: none; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container > .video-iframe-container { display: none; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row > .video-iframe-container { display: none; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .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); }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { border-width: 0; border-radius: 0; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .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; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .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; }#fJOqqZuqsKJ9WrlxqATXkysb8x7ADX5z { 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; }
#OqBIvbEfXvM8TrU78zOUCrVUgJ7wT2OT { 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; }
#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { position:relative;display:block; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { background-color: transparent; background-image: none; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container > .video-iframe-container { display: none; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row > .video-iframe-container { display: none; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .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); }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { border-width: 0; border-radius: 0; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .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; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .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; }#JkeMVZpUvcgLmzSiTUztqoAFxNQbXJl2 { 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; }
#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { position:relative;display:block; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { background-color: transparent; background-image: none; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container > .video-iframe-container { display: none; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row > .video-iframe-container { display: none; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .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); }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { border-width: 0; border-radius: 0; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .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; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .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; }#RThwtdzNbLAMStAdTvAA9zzPtETbc123 { 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; }
#lCB5MELpdKBhwTWh6umrsqw2vsBzD36v { 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; }
#fmfT2XyNpPy5RB6idMJXSZnghtJqGk4C { 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; }
#XwTX0ES8nVHr7c0Sfp6353tmWvyeSkoz { 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; }
#SRgw0HWc2g5D2OnvHR4y7CCMZHB386mc { 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; }
#QhXfQfeGXhVTTEDsOOZw0rNsDMwqyLXs { 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; }
#RlpnzVdmkRqpumSITlqhOF63wcDnngdO { 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; }
#C5svwx2Qrtqm0QnPzSQT5CWxhtcQ8v3g { 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; }
#v3FzRZiqhkfvMTPPgiVlBagQ6GdNtR3b { 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; }
#vbOu6nRxpO7HiTcBTc86WsTUynNvbZHI { 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; }
#bJZ4SXiTgKHEXtnqM0DXdBwxQF8k0wti { 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; }
#Qvaop0z15gXe0Eqp9BPz1KxZTdCAXQX5 { 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; }
#KPUHBqwfUH1OTwRK1tDBK3FkdT0Unr9g { 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; }
#NXTkTCodCTFlsUX4DWPsoeEzK0KmdBJZ { 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; }
#MU0DFOba0OCzVbQ7s2n37GE5UQoTZlqf { 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; }
#FNVLICQwwZ5tSsRwDfEUJESF9Xt81vXT { 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; }
#LlRaElW7lWNNBG8z4RfExB6zX5sivEFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp { 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; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { background-color: transparent; background-image: none; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container > .video-iframe-container { display: none; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row > .video-iframe-container { display: none; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .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); }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { border-width: 0; border-radius: 0; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#VRz4xo9T4UOgMUkmQQ0QTk7ke0DWhyWs { 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; }
#hnowmKcDelT8L6Cm2nAWtOWOJScdilrr { 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; }
#HxflmrO3Adnh8QL2lrZnPu4VXfomwWXT { 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; }
#NcLAQc9LbcTfX69Ses5eIiilM8QmU2W5 { 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; }
#UsbP0TofBQpuXvD1DlVcPthr1MCBceb1 { 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; }
#EVhgN2CAKTxoinqSCIvTsBhrATdh90Lw { 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; }
#wWzBuNzJgoXSwl19JJXg4fA3U8ffxb9b { 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; }
#MXEJVxqkEVprHN3UgriAwT3sFkTbTIVB { 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; }
#EtUHVeHnb8XaKuxBANHOiZPPm4D1ritR { 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; }
#g7WS9ERC0ELbh4fNRoUS9BXHFAZ69qoD { 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; }
#FuRJpABDQRytQSaTb8hvET66TAB2eTES { 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; }
#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr { 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; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { background-color: transparent; background-image: none; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container > .video-iframe-container { display: none; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row > .video-iframe-container { display: none; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .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); }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { border-width: 0; border-radius: 0; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#kxELMnEHD4NbwX5KeJ3E8t9ITvxSlJe7 { 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; }
#RbA4Dh8JEDK4wRlrQsUwZrl1OU0m5TMQ { 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; }
#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { position:relative;display:block; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { background-color: transparent; background-image: none; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container > .video-iframe-container { display: none; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row > .video-iframe-container { display: none; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .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); }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { border-width: 0; border-radius: 0; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .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; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .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; }#yyFVOoIkqWnsgL7A81mu6A1FuZDbZG98 { 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; }
#PI3UPKE6t4mnDB5nlwCOSz9hmU8ymoBp { 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; }
#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { position:relative;display:block; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { background-color: transparent; background-image: none; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container > .video-iframe-container { display: none; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row > .video-iframe-container { display: none; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .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); }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { border-width: 0; border-radius: 0; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .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; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .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; }#yD0Owu2BCsEAvxloxDgfIG7i6GzUT13i { 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; }
#NAzIIv4yq9tx3LEJlkzmSIdvBRw9sTJT { 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; }
#A8FdoBdmURncsNQsZdwD2fwkl269xTNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX { 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; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { background-color: transparent; background-image: none; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container > .video-iframe-container { display: none; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row > .video-iframe-container { display: none; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .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); }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { border-width: 0; border-radius: 0; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#RTCa9dWzGzTys43dxAT9mJs6D5fmfLIC { 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; }
#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr { 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; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
#qs2vLXMkiv6MsFL9h2G3txtJUfPdTi66 { 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; }
#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { position:relative;display:block; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { background-color: transparent; background-image: none; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container > .video-iframe-container { display: none; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row > .video-iframe-container { display: none; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .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); }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { border-width: 0; border-radius: 0; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .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; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .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; }#Tn2yTVz1bsBV6JhJtH3d0wrTtuXPWqC5 { 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; }
#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw { 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; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { background-color: transparent; background-image: none; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container > .video-iframe-container { display: none; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row > .video-iframe-container { display: none; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .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); }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { border-width: 0; border-radius: 0; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#QBkh0qZQVIFlOQWWzWrpktzCfHtV8LKw { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.949462890625rem;left:0.7794189453125rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rztBI7Iu91hqVA33Hqb9q2OOvTJDMfdA { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:9.6136474609375rem;left:0.78125rem;height:8.3971875rem;text-align:left;text-align-last:left;display:block; }
#ckFEozcxMPvBsGdT9XdDxrzKcQiLMneT { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.4363059997556rem;left:21.468644142151rem;height:11.1963125rem;text-align:left;text-align-last:left;display:block; }
#AvMG0cpQ03eyNGESB3DmSLKUHUMRAtAT { color:#1f333b;display:block;width:17.0621875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.949462890625rem;left:21.46728515625rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#qS7ZXvSaGfPuK6QcLaewt0O91xCfVRnQ { 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:15019;opacity:1;top:2.1015625rem;left:3.1231689453125rem; }
#XDrXhxWMCSMlGmEnSsaOtkBxMq0sTeEL { color:#1f333b;display:block;width:17.06175rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:9.4990234375rem;left:41.468505859375rem;height:15.394875rem;text-align:left;text-align-last:left;display:block; }
#BbCUmEddnZEJaTLTwAZFTgg8MSbQqIdy { color:#1f333b;display:block;width:16.62475rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5997314453125rem;left:41.468505859375rem;height:3.90014375rem;text-align:left;text-align-last:left;display:block; }
#g6WhUiRvK3zSVyMBArmr2chlXm6D1vAi { 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:15022;opacity:1;top:2.1014404296875rem;left:43.812255859375rem; }
#Eq0BtQ1VETnSKThIN2wva9aCrv4ITr7q { 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:15021;opacity:1;top:2.1014404296875rem;left:23.812255859375rem; }
#BfeFMO7A88KldliDTeJ5VJD3NiR5vP9K { box-sizing:content-box;height:19.6875rem;width:18.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:5.54931640625rem;left:20.812377929688rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xEfW7IHCAgLK5ytpL8RJCqI3LgGTGaLc { box-sizing:content-box;height:19.6875rem;width:18.374625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:5.5029296875rem;left:0.2486572265625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ghRbS0KcMTguDAwIc4TftPZ9wE3lGfa3 { box-sizing:content-box;height:19.6875rem;width:18.374rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:5.619873046875rem;left:40.812377929688rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Eqs4tGi7FaiexwfUpOUXMUQ7rKN1SRue { box-sizing:content-box;height:5.6875rem;width:7.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(152,196,218,0.6);background-image:none;top:1.9140625rem;left:0.7794189453125rem;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; }
#TBsXW9ViBlJKeerNHLp4lLvyLe6drBkT { box-sizing:content-box;height:5.68725625rem;width:7.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(152,196,218,0.6);background-image:none;top:2.1014404296875rem;left:21.468505859375rem;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; }
#KuX79uZpHtZQ2ZDkksTCuibMiEKDD2TQ { box-sizing:content-box;height:5.68725625rem;width:7.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(152,196,218,0.6);background-image:none;top:2.1014404296875rem;left:41.468505859375rem;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; }
#vnmcPG9cAzmyv6EgZmC30DJhAvT5mwqk { 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.640125rem;height:2.8276375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.4716796875rem;left:20rem;display:block; }
#v7y2iHZuFyAmTyJd3sqiRyuvJcaeHOBu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT { 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; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { background-color: transparent; background-image: none; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container > .video-iframe-container { display: none; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row > .video-iframe-container { display: none; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .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); }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { border-width: 0; border-radius: 0; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:60rem;position:relative;display:block; }#atzxq45EABBmRXryryhmgnDtyelD5XqL { 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; }
#QywSXinFbI4c4mzKAgHlPclcEsEMGueh { 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; }
#UKHHbOZetIpNATAN68tFXcEELbu6ncSV { 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; }
#ZVK3iri89JtzLUgwMTS1fGsPpUteSU3a { 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; }
#f2TmPgqlNTbRug8TW1O9wZoo7Pzb2RmE { 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; }
#Wpuev3vdCKTA1u4urDrQrAolvMQpET9o { 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; }
#pa8DMuZPA6MW48BoLJpv7y7rgZ3STukv { 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; }
#TDp9U1xzkL99zOs9bGLelM5bXWgp5Lco { 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; }
#Ux5pt6s3w40978k3TzRiN9GyN8H8Kupk { 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; }
#IfubkN03cP64Er7mp55WhDPFUTwLdiTP { 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; }
#zqtl4XqzNtQyBhv0EDFkEnRpl6kKgKnT { 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; }
#DWAQnazdSekiCBpMdkc1GRoTGNecum5u { 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; }
#W5wlTQtuq12Nmy1GffXOiFZJgvbuQS7u { 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; }
#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 { 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; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { background-color: transparent; background-image: none; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container > .video-iframe-container { display: none; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row > .video-iframe-container { display: none; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .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); }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { border-width: 0; border-radius: 0; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:60rem;position:relative;display:block; }#W9woiLhG5CE2EydCRo3pGPNfr6CpIw0h { 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; }
#p3GZ6b5XVFWRz6ElJSMObinOJxysDfhw { 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; }
#kIsiHPX2pbU5kSlRr5VugsfAvghrG4F7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoTdhFZ2txI0nZr6TRbTtzkK6wSSbtKd { 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; }
#EZH1GaJNRB9BAWemFmqecmlkvqeC8lf0 { 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; }
#Mt0uQMeBEGx28144v8WNdKp59l13r4Or { 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; }
#hw0dkcw28Ll4FfeDGG7HZVBBhdXr8z0I { 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; }
#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { position:relative;display:block; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { background-color: transparent; background-image: none; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container > .video-iframe-container { display: none; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row > .video-iframe-container { display: none; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .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); }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { border-width: 0; border-radius: 0; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .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; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .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; }#xhIX1f7W2KFxspHcJkXVpkpMthaoS6NN { 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; }
#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs { 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; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { background-color: transparent; background-image: none; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container > .video-iframe-container { display: none; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row > .video-iframe-container { display: none; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .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); }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { border-width: 0; border-radius: 0; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { font-size:0.875rem;font-family:arial;height:85.4375rem;width:60rem;position:relative;display:block; }#QzLgXQePy0XWnTsQHoaGcfGP4teDdrM0 { 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; }
#go7qoKvSQfA6mIGOm0U0ZD2QK1pTc28e { 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; }
#kXLzwUyVa1tRaTEHxrmaGcw0TrZtqEpd { 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; }
#DQXs5a8ugisTnOWVD2EuHdq1kpeZNTKH { 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; }
#mInO1w8TazEWNK8aUUkyyHW33bsRSmDQ { 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; }
#LzftRKgIfmQ9qvCSo24hJssTtXQRumVF { 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; }
#VNusrp5DWFgaFZ9093Zq2TBnS76DptTa { 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; }
#VH6vTrRSDbuPDOg9iRDOXxxVtXXCPzOz { 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; }
#btFZFVk5ZWTK8ro1F28cEMwMA1H759aZ { 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; }
#y6Ql4pfdvPSpQDCvdZxX0ucnPznRi5k5 { 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; }
#LeR2OaGTioPRSeHX0uKK6zIK6LbZ4ilp { 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; }
#penAAIJZ6ZRHNuv2Z7niCAuV0UQKt0om { 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; }
#Uk0kS6mi91qRu6Bf2lEToNtXdCaL3ZXN { 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; }
#lirwdzJzhcxxzwO7aVFNZKq5wf41mXFH { 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; }
#XlvfEgGOUvgww4Ix1zLuFB6NJqpeXa3u { 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; }
#P0MmOzzI14zCEXoCZyNAR2UAdk5dzvaJ { 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; }
#HJ8dNKMCfc4J52tPfrhdWNT5JXyPK3nM { 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; }
#EGT2L9Lqn9P3vwIyLnvBPzJJHGElqhUW { 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; }
#OwtOQqfIKQs3m95mG2cQeaUNqvaUQTI0 { 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; }
#awq7CHHUH9xTdR3rPM1CHzRfkA8tCtQO { 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; }
#S8KkukEBdvVIIOOAk5lUF12enIleq2T1 { 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; }
#TmIM5w3NgQ22HswN1tezakkySea56ttv { 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; }
#xN3tE1sMkUoreZTlm3C0V54hQeKr7Cei { 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; }
#X4p8dl5ZfNoudctxkLy2Jzcv1gvnwarT { 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; }
#LM6ZqmkXbcNaQO0hQSrlJxknVw4pHchT { 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; }
#JGimpRsVoe5B0My59eqMte1h3v2lsmUL { 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; }
#BU58QVrLOPhM7M5E5u8RN5piSqQmwuIV { 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; }
#twblQIvuBKDabnsDmW2c1yfui1dRA84w { 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; }
#wzsS5aQlKN9Fqqd8fUD7iZcLbTpbclRu { 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; }
#olmJZRvkkw5078mPo9O2cfR9tmhTJ2dm { 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; }
#mcpR37s2rZ7887e7SsmxhAgTk0fwxhCm { 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; }
#C8Kbad2RAaow908dAJlbcGvmTQupcAyT { 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; }
#Guubzu6UiAnbSEhM3IB3BusM6FrQ2z4W { 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; }
#rWEG87ETzOOuNUWybeHb2ObozK5eC7mZ { 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; }
#VKxqf2axSU44v62c3z7TypBziA3sPUcB { 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; }
#I15CLkfQM9DoVuhstnRSKdUc8HP2cIHv { 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; }
#Pa6XwnCphs4R2eIhgqd5zND9rVyx0Ro6 { 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; }
#MBcQfep3SfbOVtpSi0IWwWC5MezfPwFZ { 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; }
#gxQFZStIlTIdfQQPWGngULaKFFiLAcsA { 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; }
#mh2fIk4s9yChUWIVWb4agETCJcQT4s7M { 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; }
#VVMn5H5TOidIarmw9rvzEIZI5VLBlLwp { 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; }
#AmmwEOoBk5nQFTlFesE1pTV8G9MupVNy { 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; }
#aBWW5MUaH8fVgyvDAUHXTH8UulCa20QH { 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; }
#NUDoC1zg6v5hGnR8aZSZNpK4dxGXwUdi { 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; }
#QQ4mW1Scw9nDpROgPV922SKLsO50Lcv5 { 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; }
#vaUb2Na8GD3VEeGCutOay7CT1DyVIZKX { 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; }
#R8pD3t9doA4ny7MDVpeGbCnMA9mJTTX0 { 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; }
#peUufp6DwoJ6WqmA90QS0kuTQ2hEN5sI { 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; }
#GpEg9XKnP08Ri03tFaHRfPDmo6vKLHRD { 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; }
#NwITaLDmvoWTH9iPvmumrPcAlNXvVh7L { 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; }
#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { position:relative;display:block; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { background-color: transparent; background-image: none; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container > .video-iframe-container { display: none; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row > .video-iframe-container { display: none; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .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); }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { border-width: 0; border-radius: 0; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .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; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .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; }#RVWXXoFeWnJcJgnxyi4AqM3TfuqqInLL { 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; }
#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { position:relative;display:block; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { background-color: transparent; background-image: none; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container > .video-iframe-container { display: none; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row > .video-iframe-container { display: none; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .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); }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { border-width: 0; border-radius: 0; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .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; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .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; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr { 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; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#xMvmRxTkZg3gvResM03Jtbu2DzvHpBl2 { 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; }
#mlG2C9sMSHpwCS9iwSt7B4rXPfvr37Pq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { position:relative;display:block; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { background-color: transparent; background-image: none; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container > .video-iframe-container { display: none; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row > .video-iframe-container { display: none; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .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); }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { border-width: 0; border-radius: 0; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .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; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .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; }#HpSaA0C7SosKPhsedazpm8886VGlvuEO { 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; }
#pKS2VBeRJgsmUUiANIn1ZTDuJG7LosUK { 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; }
#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg { position:relative;display:block; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg { background-color: transparent; background-image: none; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .row .container > .video-iframe-container { display: none; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .row > .video-iframe-container { display: none; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .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); }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg { border-width: 0; border-radius: 0; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .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; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .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; }#MZKpogrmPWsLplyWLak5LIgSXrm95MvS { 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; }
#T4md2rQM1ED30ZMmiztINpUuK10WSTLF { 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; }#T4md2rQM1ED30ZMmiztINpUuK10WSTLF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4md2rQM1ED30ZMmiztINpUuK10WSTLF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#NT8ywD1dizCZ4075mpmCgAK0LiGOvFCa { 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; }
#NFxeTOfcM9ISFfQoMzKP7cozo0R66RQg { 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; }#NFxeTOfcM9ISFfQoMzKP7cozo0R66RQg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NFxeTOfcM9ISFfQoMzKP7cozo0R66RQg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#kUe9HatKs0AdygLxmkJyXFOc3U5ZJiS8 { 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; }
#T5gLNQWVicXh6cTVLXIEQ49JoP7VAMli { 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; }#T5gLNQWVicXh6cTVLXIEQ49JoP7VAMli li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T5gLNQWVicXh6cTVLXIEQ49JoP7VAMli li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#DLgsmDLNQB3Dm0O2P8SnUXAo6NCI90iW { 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; }
#oifktzxvLMNqht22VSlkJQKxcXRnZLac { 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; }#oifktzxvLMNqht22VSlkJQKxcXRnZLac li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oifktzxvLMNqht22VSlkJQKxcXRnZLac li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#Q52l4vtcCLqAT7UblufBPbdlcgJJyJGR { 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; }
#u17LPXZuzyLrBEipcwR8F9Et0weo5lqu { 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; }#u17LPXZuzyLrBEipcwR8F9Et0weo5lqu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#u17LPXZuzyLrBEipcwR8F9Et0weo5lqu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#kNPyHLcFPZyXTrx1oXohG7UrdyfTk31c { 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; }#kNPyHLcFPZyXTrx1oXohG7UrdyfTk31c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kNPyHLcFPZyXTrx1oXohG7UrdyfTk31c li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#QXoPGWifQQqnQkRdUFLZc7i1nxC0TuhW { 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; }
#QalTQDPTVR2dWfudp8k0am7hNXA09rRR { 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; }
#W3ThoOPGn4TtNsMEysyVk3hl9aelSBKR { 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; }
#WqZVkdPqqNi3l14cXQ1cxOEgfQPNKDJG { 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; }
#P0XyCpCiGplcpq4fTqHXTfF73w3S6xMU { 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; }
#eE8SUpH28fhw3f2EodBVbrtkCyJKNila { 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; }
#dZN5J4iNUHSzRsGXgcGOApiU09mTcUHn { 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; }
#nGSK9TN5ZJ5AZ7aMTl0LZVHcsf9tFvpB { 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; }
#g0evR7mExGRzKC3NVBtdr5p1S8uzHmJa { 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; }
#WOkpw8pgzpt2U13XEsOS9LWuLk8N7DJe { 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; }
#bVxKLZn24wbO3ZrenQl6Rw9kTmbRerfV { 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; }
#Bplglvw9MPQW62i6t14rw5RnVJF7K0tg { 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; }
#DcnDO1oVbRKlaTDNJJUuUki5RE1QHGFl { 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; }
#HD9H0BT3qVnyaNwliMxZ1SCJTpkrBpzP { 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; }
#Zds1wiv7E2TzQahSBqyyuOWhmR1JTN3F { 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; }
#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk { position:relative;display:block; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk { background-color: transparent; background-image: none; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .row .container > .video-iframe-container { display: none; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .row > .video-iframe-container { display: none; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .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); }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk { border-width: 0; border-radius: 0; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .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; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .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; }#q6SGdNuePaQsI84F3lxCGDhcHHpoMPZu { 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; }
#eC36hnU0ZaTHkppbpPUsW6zZCqeZ5R9Q { 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; }#eC36hnU0ZaTHkppbpPUsW6zZCqeZ5R9Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eC36hnU0ZaTHkppbpPUsW6zZCqeZ5R9Q li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#nbBwXqMRE324Vaz9uzN3Lo7Z5p0cihGl { 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; }
#UR1XpGdkU3xRbfTa6H9PLCm1qEvFtMIH { 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; }
#BH3F4TKRetXmAPs8o5nWfRh8qAWVDD9b { 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; }
#EEGDbVNx9Kl62dPiAmG6ancAP2FbhIgo { 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; }
#i6Tteke5w43rqNJmGKTBXoooD8uZozIr { 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; }
#QRz8axWnqWbN74ObMZiQfSFTQdM7BmlR { 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; }#QRz8axWnqWbN74ObMZiQfSFTQdM7BmlR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QRz8axWnqWbN74ObMZiQfSFTQdM7BmlR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#riL011va0lpBuq2TqdngFotukaZ20917 { 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; }
#w7Tq0WoD68kkuNbTOradxrpEqShHHRoA { 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; }#w7Tq0WoD68kkuNbTOradxrpEqShHHRoA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w7Tq0WoD68kkuNbTOradxrpEqShHHRoA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#Xdx6BJmGcrpKM1L1EsJ6f6o4xV41Kr7E { 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; }
#R1Z204aDmPJPy6dLxJNWs4a5I9NnBGF7 { 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; }
#Wv86MaZRtO4RmNMuEISeSfokv9DPTNRE { 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; }
#dyWmNeKF4ROv6OhStRwo0NyCHOv9zuzO { 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; }#dyWmNeKF4ROv6OhStRwo0NyCHOv9zuzO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dyWmNeKF4ROv6OhStRwo0NyCHOv9zuzO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#RC2GiMy5uG9C7KFmg7t1y5iQuM9OvnQl { 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; }
#lpimKlEJCTy7ggTldthtLpTy52IvfQq8 { 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; }
#Ktxy70JsV0HrulpXt3iRMw1ObIT8rNBQ { 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; }
#WwExtzrSkGvizBeivhhoUhAdL9zTsaB7 { 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; }
#uP1kDzSSHr4q8LGc9gAKNBi798XiW3Nr { 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; }#uP1kDzSSHr4q8LGc9gAKNBi798XiW3Nr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uP1kDzSSHr4q8LGc9gAKNBi798XiW3Nr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#iGlTOlidiVLdLqzquswA8xJ16X7JZZJx { 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; }
#i5zUZAZPD52L177fK4hJDcpAQNR3x6nQ { 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; }
#ayOLkN9ZrmgwT9Xb8qJTIo66885RcHda { 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; }
#eWqJUQkoo1QtqTDnRXEQBrAgQRaKGsu8 { 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; }
#GNwGachgHn0L3ToW6c156PVfVMHXMQwK { 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; }#GNwGachgHn0L3ToW6c156PVfVMHXMQwK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GNwGachgHn0L3ToW6c156PVfVMHXMQwK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#wGHEHcD22Dv1kE9PI0IHS7FyfJsPkL2B { 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; }
#JT4FUdmUnUBGL1GbTV3k71mgEDzclzTC { 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; }#JT4FUdmUnUBGL1GbTV3k71mgEDzclzTC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JT4FUdmUnUBGL1GbTV3k71mgEDzclzTC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#OXwcIzPmfF0ERI62K69hkE3z4dTmiauc { 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; }
#m4mPgJ1TFrlWxCicBAidJF1loX8Z9rLE { 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; }
#iRAEodl36L4eeuilDFT5ENz6wpmbLW7G { 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; }
#CCKPuQxsuvVk0FmLlBBcvhtnBAlRiLps { 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; }
#fAgP78k0VKdUqK2pT7ptDc1hGp75e1By { 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; }
#KiwiZfKWMz4Rf0GP1hltheaCv0bSkw4S { 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; }
#mdznQuxtdoC3vb6vvmZPiScFaeQukyIM { 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; }
#FlKFECEGyDVArb6MPydnN9hrwySwPILa { 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; }
#qTKqTVWfXWbyTN7OHcwmcPSQu3NkmiyF { 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; }#qTKqTVWfXWbyTN7OHcwmcPSQu3NkmiyF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qTKqTVWfXWbyTN7OHcwmcPSQu3NkmiyF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#ednTiLZvqtVUzzsnDUXREGpH6hJI3Cf0 { 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; }
#U0kQ7UdEtBNt82RA2TE5GGVX4mFg6UiS { 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; }
#HgcrkEFiTGX8STlFWkD7kqQCma8vnf85 { 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; }#HgcrkEFiTGX8STlFWkD7kqQCma8vnf85 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HgcrkEFiTGX8STlFWkD7kqQCma8vnf85 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#VFd4WIW0ht2h7HI7n66XSqZnuSJp5sHL { 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; }
#M3bSOJhH0n3rdPUMeovrtTSaZtZaI5z0 { 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; }
#gxKTwEdMeqgZlT8T0JFVLuWhiZgnDVFJ { 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; }
#cWppXb3cXAEpvHZ4xm3cCHRAzcRZvoMR { 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; }#cWppXb3cXAEpvHZ4xm3cCHRAzcRZvoMR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cWppXb3cXAEpvHZ4xm3cCHRAzcRZvoMR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fee230f5-0721-4146-9bb7-704abeccf58e/droplet.png); }
#S3AISgf94iaZD6wALVpvHaZXdgGIBqAU { 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; }
#xAxUGDdRhzBe3vTwxSJJu7CFlEML0Drx { 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; }
#ddwdFnPXFePO4SwsrTkEnpJiSkPW38bO { 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; }
#xTowPhppUKm0zSzmkTe1rTBzghcdf3w7 { 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; }
#T0aXgTZR8TqDthJGXADfS6Z62MlrayxO { 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; }
#CDg4mTqfOFT6aUe3iAr0XswoOnMsrIlz { 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; }
#ogqOpGZ2pXZtE4o0igZhvTHUix7w2US9 { 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; }
#i9vnNfbgiCovaTNgFfpGcAWVDeSCzCfT { 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; }
#wEzW99Rhu2bIcPSXc9BWDTLDhveOQ6v9 { 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.06201171875rem;left:3.7908935546875rem;overflow:hidden;display:block; }
#McpEZ7DS7X49JKsNvIdTcupnUqOVOzdH { 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; }
#X7dk96R66kCsQkXhLoZJkV3txg8ly2Ic { 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; }
#y36e2K49RGRElTFrtrW59VWzRT1ThQcU { 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; }
#GF77uRcbW0ONU8G6hsF5JeVSG5BZgDJC { 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; }
#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA { 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; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { background-color: transparent; background-image: none; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container > .video-iframe-container { display: none; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row > .video-iframe-container { display: none; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .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); }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { border-width: 0; border-radius: 0; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:60rem;position:relative;display:block; }#HVpiTFfsa2V5dkcXi6cgTG2z0bA6illD { 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; }
#bJp8SytxzWk0RuZQs2xph4JqXUqmiVDP { 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; }
#aSPmz7nvK1xQIZZTufrxLHamrxEQxSTB { 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; }
#bdKr4BP93wcs2M7loIiLnKkZmPm3xTaM { 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; }
#nsm66LQvlbmgQIfK58TFzr1nRZ1ly1ZN { 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; }
#TpxtGLkQGM4X1qEPKrRnaBeCFTpNE5xz { 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; }
#syx9ocd95fhkDtN5AfN9NUrthURUuLbl { 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; }
#ePtsDeIVU0eOuyW7MT9p4eFZRBwMLyHx { 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; }
#JdlGAatNIy4Kxc3fJNmFM6VX3Gr7L1ol { 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; }
#ilGphi7PKQdxs4BGuNKoi2zdz6VCD1RC { 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; }
#BoZh7bQ5zoKaAwTDc4ndf5cOCxlypocN { 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; }
#JKl9N2dCNHVfhGs0IgHZQHX3En1Dn440 { 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; }
#WGQzLcq2uR2SJKOIKVJdbFJqIJrw7ekt { 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; }
#Vv9FdHiE3cCWDvqSMSAKyxOrBk1IOXWB { 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; }
#hcOLoSE4dnmL4r35D2FQGdZ0TpMPRbDl { 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; }
#uZuEnUCM6w2sszUnTcagcA1Tiq0ilCi4 { 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; }
#MCg0ooCwGN9PToyBgnvRIs5JQKAgorhk { 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; }
#TE8qixt9a1iuF1DBgphrHDmsCwvobis3 { 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; }
#ocqZBg3fL4xdLDGIGTsI60zyOiAsguXy { 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; }
#SrdTyTZAm1nOT6g8ggwsKUKRgADe30RQ { 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; }
#UuyHPcblz1uBa064AGphwETvIqRFNc28 { 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; }
#PJvNsia58sN0Ns12kAxLIML9i1Z0TqBx { 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; }
#NqvRbQLq4xkflNZxsr8cgasXVWbffSmp { 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; }
#ZWzFLJFT59WbwN4MChuKfJ3LGbNtubr9 { 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; }
#VB94NbiinptQwzZkb8n8lP93bWiZuiZN { 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; }
#RZEIwXNwwaKIcKMuML6vgsJM8hcRsiC1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Omg4fVC4D7dmdyms83os7FTqBHtWTkIg { 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; }
#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { position:relative;display:block; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { background-color: transparent; background-image: none; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container > .video-iframe-container { display: none; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row > .video-iframe-container { display: none; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .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); }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { border-width: 0; border-radius: 0; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .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; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .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; }#gwPLsoK6TlLvFXC4OfVB0wcHgOTTgvKh { 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:26.187125rem;width:60rem;top:3.11279296875rem;left:0rem;overflow:hidden;display:block; }
#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { position:relative;display:block; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { background-color: transparent; background-image: none; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container > .video-iframe-container { display: none; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row > .video-iframe-container { display: none; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .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); }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { border-width: 0; border-radius: 0; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .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; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .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; }#w1g7f9LBODe9s7bn0v1nR2zJhzMc8BAz { 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; }
#pkOPJUCZWGpxJop9W3hyGuNWdVqTrm93 { 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; }
#h9u5cM24iwx5wkJFnGRRPyqdXdGbL4fH { position:absolute;display:block;z-index:15009;height:8.5rem;width:38.75rem;top:15.625rem;left:9.5615234375rem;display:block; }
#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { position:relative;display:block; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { background-color: transparent; background-image: none; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container > .video-iframe-container { display: none; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row > .video-iframe-container { display: none; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .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); }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { border-width: 0; border-radius: 0; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .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; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .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; }#MuG0qchwmTGiS1Vu3LgTOVkA2VE33LgJ { 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; }
#mfuvxZAEDoOuLTC2w3KvkCXZfqTEFM1u { 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; }
#Pt2mqG9ethP5oe2Whhi4pSEaaT5ZGfIk { 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; }
#DxQGvxuCBazglJbXg1MeXTc6IpaGoD3c { 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; }
#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 { 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; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C { 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; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc { 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; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
#wmaU3xGNO7f1Tek252Xs61cxsFNTftQb { 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; }
#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk { 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; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ { 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; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w { 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; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75c33adc-590a-4db2-b990-669adbee6f63/13.png); }
#u3yaH32tc9OXMpfa4p63zfqACzzHZ5SD { 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; }
#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { position:relative;display:block; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { background-color: transparent; background-image: none; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container > .video-iframe-container { display: none; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row > .video-iframe-container { display: none; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .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); }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { border-width: 0; border-radius: 0; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .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; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .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; }#pBPllEib3Bv3fZ18NV4NW7XchIp5BbvF { 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; }
#EvJ93XAADfnpIRzg1IbFLzkXIbKUyFcM { 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; }
#KkE5BD41NbXtLZ0MdtKwJ4KDvMV8kOpE { 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; }
#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { position:relative;display:block; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { background-color: transparent; background-image: none; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container > .video-iframe-container { display: none; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row > .video-iframe-container { display: none; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .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); }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { border-width: 0; border-radius: 0; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .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; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .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; }#TvGrV3dpQhNklTCpvDBKRzKy1Fdcgtai { 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; }
#vruL0LoZhdexwcN4WNqo2zgfHDJn8HL3 { 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; }
#RwMIbUsJKLGaDy9XCz0K3R27IODHqdPy { 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; }
#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { position:relative;display:block; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { background-color: transparent; background-image: none; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container > .video-iframe-container { display: none; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row > .video-iframe-container { display: none; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .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); }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { border-width: 0; border-radius: 0; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .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; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .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; }#DBevkyfxSVQBp9CeqIkuhT8LToIaqWQ6 { 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; }
#LXxPfITNFGdHJE0TNCih46iN3peMco0i { 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; }
#sb8VuGq9hiVRtZ0SKPQfUQ9mqnfdIRQi { 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; }
#e7NRMqr46hAZsSwGq7OOBnSykeSrEkmd { 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; }
#rDhMkltZL93lDKIzWloNFdOsul9EgNhl { 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; }
#tA3T8RXRFCmrOOtt4Xkarl9BzCzLTKrZ { 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; }
#gx9Dd31aedbVA1dQELolwgGqg7ZPZTQk { 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; }
#AdNIwiNliOVLHb50eL5hwCZLtISMDrO4 { 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; }
#a4ppaTXk36ann5gEL38igFqPkrpebppT { 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; }
#bVdxCzzAT7x4hZeqe2RMAFB7X1bMTCeO { 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; }
#kVAbflyGXgdErLTKps6dPMZqEBT4DAWc { 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; }
#o5OSz4Pz7w0hob8APScD2H4TCxrevKv9 { 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; }
#Xv4hQCHCIGtAkTPv5lJJIFfkIARA2GIi { 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; }
#w008VAv8HGyRMWEW5f2cboZfbf6PJtOs { 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; }
#T0wRwTDA7p9qhdD5alvJu1IDubJ1e8xv { 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; }
#x50r6r3uEDgTl7SwLnJ9KpWA4yTHuRdA { 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; }
#ZTiPXF0Pxcm8rnDggPG7LdABxnbIsbVq { 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; }
#rkPhmzBDGJHs1sCquw1sqqyV7BdqWHBA { 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; }
#vXgKHVc2XeJeRWyvoRQySwV4wVOTlyZv { 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; }
#BpSn1I1RgncqsuS06CHzGLHmt2Mb4fiO { 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; }
#RTDyZQEA3hBU0nLoNWiPKAvi9cfVKI73 { 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; }
#MCZ3yn4Kz6Nx9ba3DWAq1hCfUUpqJ84L { 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; }
#Iy4KLZtu2a3Uz32K9xJMDmmUA89vSTTd { 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; }
#NTbJ5TJdXDOVe5ZlNJQvTagTRTr0QpCh { 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; }
#uE1zz7erJ6i39aJtyOmxNyL76BVZRUrB { 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; }
#RvXTv67UgynVrXmOSFWAXaKZ3nSsvIEW { 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; }
#bsmMc5s8OZ6VrmQnve0zR6cVFWenTaq9 { 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; }
#Ra9ud7ov6yOdgvtE9MswtDtIT20icNZ2 { 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; }
#lKB44SZVWFTLCq2sKme29Lk1IDpixOkk { 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; }
#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs { 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; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { background-color: transparent; background-image: none; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container > .video-iframe-container { display: none; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row > .video-iframe-container { display: none; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .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); }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { border-width: 0; border-radius: 0; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#vMVhQmZKfH5T5qcFC2rPVIvTN2NSxhDa { 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; }
#AdnuSv3I97CDq67KLzEyexECqZgXcvUo { 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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:poppins;height:auto;color:#2a2a2a; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .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; }#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-trigger.adaptive-delivery-prevent-bg, #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-trigger.lazyload, #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-trigger.lazyloading { background-image: none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 { 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; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #dJ9DnBTM0zZEO21DEDE8ThSl2gCX1zFE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #rd32xWRg1X2NrWN5bT391oB5mxB0woRK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bOCTGTGCqqvtB6tWd5u8CuDMPaTw8LnD { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cV8lmlaDRoJwEMhM3FPSLQ3hvF7rIcb2 {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #ve1rQDTMOBtzRI5Lq8sx4QITWwZJywfO {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #p23Z1Itar1zdZO2tLnqECDVFv4Z7KBsg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bcd97SyqbBm4pRgF42WNWRDfaOoPuGiB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #nwTbtqdhPGrwS258BHuzhhBZxJDTTOii { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #fZzA2VlBJeXNqaMepPLhn2WMwzzKvcoi {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NxtrTt5C8Mn9P5s9gtWUhbVMap40eng2 { display:none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #E9uD8zkpDsVxZJsiiyz037Ut9s9AyJmd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cfQCe26I9VXGp00wvSU0KfL3dJanwHTv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #i44ULHM8IEwTgG6l9p9zgoepBD6TyRm6 { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #PbHW3wLT4fl3FdIPBGXcpJ0XcSuZQZhT {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bV1w7ZERBifeVVNkBxHI8Qf5rZeKctCl { display:none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NyEATtBeHM3DUO4hMHd42uTxEkvc3MSw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #LchMKiE690BLM7bPpzKnQNJHyqEEt99Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #RESFTO8VgFE4mEWqL2iPzK88O6RIVFLI { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #iu0Rh977bLIatZBES1pZNwRGXSPnpVqC {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #JuR6zNB6DWMH9MB5sgy6nG4W0gwk4ske { display:none; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #qKilSXUTilOXyykzGTKRMNXRlSLS4Mgz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #xseW1e3FBW0thTNiWk9gr5X00UeSamJU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #r27lwk6SOmeFnCrObUwzvUsWrhCL99B8 { display:block;position:relative; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #XCipxTVr9iCWnmcpZObmTIyv2XGrHl2t {  }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #kSDAblcNQqmXTqBmaXwKBm0oNQdrdpmr { display:none; }
#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { position:relative;display:block; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { background-color: transparent; background-image: none; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container > .video-iframe-container { display: none; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row > .video-iframe-container { display: none; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .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); }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { border-width: 0; border-radius: 0; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .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; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .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; }#IR95m1rv29umVFK4anZZJ7ETVVTL86gi { 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; }
#Fy0OGUFKRLQieGgq309fSCHwPDQvBJwU { 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; }
#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { position:relative;display:block; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { background-color: transparent; background-image: none; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container > .video-iframe-container { display: none; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row > .video-iframe-container { display: none; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .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); }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { border-width: 0; border-radius: 0; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .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; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .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; }#rUgnuOgWGprSEebDTVZb6fRf0DKA5hTc { 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; }
#xyCL2bmdieIOQuKIE6B3ZOyUOnLmNL13 { 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; }
#vhCzF2gdraSn4gE5Pu6pWTFsokNTg7Vp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWhZnaS1ALZseR9TP4fJr8uQ4foHneVu { position:absolute;display:block;z-index:15015;height:11.125rem;width:38.75rem;top:11.0625rem;left:10.625rem;display:block; }
#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi { 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;z-index:auto;display:block; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { background-color: transparent; background-image: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .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); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { border-width: 0; border-radius: 0; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#qD1ZoNvmQBN8lP3Dx3U6oKTg8HVLTZCx { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:3.9375rem;left:18.46875rem;height:6.396475rem;text-align:center;text-align-last:center;display:block; }
#icJCRQoRciaxwBcJbBnCADieFgzcG8d9 { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:15.85000038147rem;left:0rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.0625rem;left:27.0625rem; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.0625rem;left:29.875rem; }
#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:11.0625rem;left:32.75rem; }
#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#gp6XPT7oFVDbyM234w1f09gokCWZFFdc { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:15.8505859375rem;left:34.875rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWlq1BufsR5LMNWN1CQD5C4aXWh7QE87 { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:15.8505859375rem;left:47.3125rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WItcT1sfkSD1pTQLAPSAlNdEesp7HMkK { 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:3.9375rem;width:3.9375rem;top:0rem;left:28.03125rem;overflow:hidden;display:block; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.0625rem;left:24.3125rem; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d8crlaULOdtzJBBpNSSP16FOkC1vWExp { display:block; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tek57rf487xqTQFHf9kfgvwN5rw5sTvw { top:12.625rem;left:0rem;width:30.3125rem;height:3.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAegJNzn7PoTkwVcTOnlSq5iLur2tndr { top:16.6875rem;left:0rem;width:30.5rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8KALoh49FUiRJzW2ZQq09xT86vnRp31 { width:17.125rem;height:3rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhGIx6qBOELE4aEfmREgJ2x4XnZvV8Bd { display:block; }
 }@media only screen and (max-width: 763px) { #QNzgTzE7OtqtT5osJlsas0DZPu6z5WDi { width:29rem;height:10.375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m54G12Z9TBBIQHCAlbmkybVLp22UUZoa { top:16.875rem;left:0rem;width:0.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6xRXkgNOlkZAXJ5lD8CayvfVp6qIM4D { top:0rem;left:0rem;width:35.125rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTsZdKzNI0NwuPQ252Zm6ogPXCvSkSg { width:18.625rem;height:33.5625rem;top:0rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7lo4nkIkIpEkRhm0Lcsh8E9qBD3Tuzs { top:26.875rem;left:23.9375rem;width:23.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { display:block; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7mxHoO2FgNgOEgTLC2O8xXn2CxqO3nD { top:0rem;left:4.5rem;width:38.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { display:block; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJOqqZuqsKJ9WrlxqATXkysb8x7ADX5z { top:1.1875rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqBIvbEfXvM8TrU78zOUCrVUgJ7wT2OT { top:1.125rem;left:0rem;width:0.3125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { display:block; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkeMVZpUvcgLmzSiTUztqoAFxNQbXJl2 { top:0.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { display:block; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RThwtdzNbLAMStAdTvAA9zzPtETbc123 { top:5.5625rem;left:15.5rem;width:31rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCB5MELpdKBhwTWh6umrsqw2vsBzD36v { 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) { #fmfT2XyNpPy5RB6idMJXSZnghtJqGk4C { 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) { #XwTX0ES8nVHr7c0Sfp6353tmWvyeSkoz { 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) { #SRgw0HWc2g5D2OnvHR4y7CCMZHB386mc { 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) { #QhXfQfeGXhVTTEDsOOZw0rNsDMwqyLXs { top:2.375rem;left:0rem;width:14.25rem;height:11.823453889621rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlpnzVdmkRqpumSITlqhOF63wcDnngdO { top:17.4375rem;left:0rem;width:14.3125rem;height:11.875311143523rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5svwx2Qrtqm0QnPzSQT5CWxhtcQ8v3g { top:32.6875rem;left:0rem;width:14.5625rem;height:12.187604614632rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FzRZiqhkfvMTPPgiVlBagQ6GdNtR3b { top:48.5rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOu6nRxpO7HiTcBTc86WsTUynNvbZHI { top:64.625rem;left:0rem;width:15.0625rem;height:12.562458505536rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJZ4SXiTgKHEXtnqM0DXdBwxQF8k0wti { 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) { #Qvaop0z15gXe0Eqp9BPz1KxZTdCAXQX5 { 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) { #KPUHBqwfUH1OTwRK1tDBK3FkdT0Unr9g { 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) { #NXTkTCodCTFlsUX4DWPsoeEzK0KmdBJZ { 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) { #MU0DFOba0OCzVbQ7s2n37GE5UQoTZlqf { 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) { #FNVLICQwwZ5tSsRwDfEUJESF9Xt81vXT { width:17.125rem;height:3rem;top:79.875rem;left:15.2978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlRaElW7lWNNBG8z4RfExB6zX5sivEFx { display:block; }
 }@media only screen and (max-width: 763px) { #C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp { display:block; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRz4xo9T4UOgMUkmQQ0QTk7ke0DWhyWs { top:1.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnowmKcDelT8L6Cm2nAWtOWOJScdilrr { 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) { #HxflmrO3Adnh8QL2lrZnPu4VXfomwWXT { top:7.9375rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLAQc9LbcTfX69Ses5eIiilM8QmU2W5 { top:14.125rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbP0TofBQpuXvD1DlVcPthr1MCBceb1 { 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) { #EVhgN2CAKTxoinqSCIvTsBhrATdh90Lw { top:20.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWzBuNzJgoXSwl19JJXg4fA3U8ffxb9b { 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) { #MXEJVxqkEVprHN3UgriAwT3sFkTbTIVB { top:26.875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUHVeHnb8XaKuxBANHOiZPPm4D1ritR { 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) { #g7WS9ERC0ELbh4fNRoUS9BXHFAZ69qoD { top:32.6875rem;left:0rem;width:5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRJpABDQRytQSaTb8hvET66TAB2eTES { 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) { #Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr { display:block; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxELMnEHD4NbwX5KeJ3E8t9ITvxSlJe7 { width:47.75rem;height:5.5625rem;top:7.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbA4Dh8JEDK4wRlrQsUwZrl1OU0m5TMQ { top:3rem;left:0rem;width:40.375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { display:block; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyFVOoIkqWnsgL7A81mu6A1FuZDbZG98 { top:1.5625rem;left:0rem;width:47.75rem;height:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI3UPKE6t4mnDB5nlwCOSz9hmU8ymoBp { top:7.875rem;left:12.4375rem;width:22.875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { display:block; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD0Owu2BCsEAvxloxDgfIG7i6GzUT13i { top:2.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAzIIv4yq9tx3LEJlkzmSIdvBRw9sTJT { width:19.625rem;height:2.8125rem;top:9.5rem;left:15.304443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8FdoBdmURncsNQsZdwD2fwkl269xTNs { display:block; }
 }@media only screen and (max-width: 763px) { #QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX { display:block; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTCa9dWzGzTys43dxAT9mJs6D5fmfLIC { top:2.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr { top:6.9375rem;left:0rem;width:45.9375rem;height:28.4375rem;font-size:0.875rem;display:block; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #qs2vLXMkiv6MsFL9h2G3txtJUfPdTi66 { top:37.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { display:block; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn2yTVz1bsBV6JhJtH3d0wrTtuXPWqC5 { top:1.8125rem;left:0rem;width:43.4375rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw { display:block; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBkh0qZQVIFlOQWWzWrpktzCfHtV8LKw { width:17rem;height:1.9375rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rztBI7Iu91hqVA33Hqb9q2OOvTJDMfdA { width:17rem;height:8.375rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckFEozcxMPvBsGdT9XdDxrzKcQiLMneT { width:17rem;height:11.1875rem;top:9.375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvMG0cpQ03eyNGESB3DmSLKUHUMRAtAT { width:17rem;height:1.9375rem;top:6.9375rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS7ZXvSaGfPuK6QcLaewt0O91xCfVRnQ { width:3.125rem;height:3.125rem;top:2.0625rem;left:1.0606689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDrXhxWMCSMlGmEnSsaOtkBxMq0sTeEL { width:17rem;height:15.375rem;top:9.4375rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbCUmEddnZEJaTLTwAZFTgg8MSbQqIdy { width:16.5625rem;height:3.875rem;top:5.5625rem;left:31.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6WhUiRvK3zSVyMBArmr2chlXm6D1vAi { width:3.125rem;height:3.125rem;top:2.0625rem;left:33.499755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq0BtQ1VETnSKThIN2wva9aCrv4ITr7q { width:3.125rem;height:3.125rem;top:2.0625rem;left:17.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfeFMO7A88KldliDTeJ5VJD3NiR5vP9K { top:5.5rem;left:13.375rem;width:18.375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEfW7IHCAgLK5ytpL8RJCqI3LgGTGaLc { top:5.5rem;left:0rem;width:18.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghRbS0KcMTguDAwIc4TftPZ9wE3lGfa3 { top:5.5625rem;left:29.3125rem;width:18.3125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqs4tGi7FaiexwfUpOUXMUQ7rKN1SRue { top:1.875rem;left:0rem;width:7.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsXW9ViBlJKeerNHLp4lLvyLe6drBkT { top:2.0625rem;left:15.875rem;width:7.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuX79uZpHtZQ2ZDkksTCuibMiEKDD2TQ { top:2.0625rem;left:31.75rem;width:7.8125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmcPG9cAzmyv6EgZmC30DJhAvT5mwqk { width:19.625rem;height:2.8125rem;top:27.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7y2iHZuFyAmTyJd3sqiRyuvJcaeHOBu { display:block; }
 }@media only screen and (max-width: 763px) { #p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT { display:block; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atzxq45EABBmRXryryhmgnDtyelD5XqL { top:1.625rem;left:0rem;width:38.625rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QywSXinFbI4c4mzKAgHlPclcEsEMGueh { 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) { #UKHHbOZetIpNATAN68tFXcEELbu6ncSV { 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) { #ZVK3iri89JtzLUgwMTS1fGsPpUteSU3a { top:35rem;left:3.25rem;width:44.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TmPgqlNTbRug8TW1O9wZoo7Pzb2RmE { 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) { #Wpuev3vdCKTA1u4urDrQrAolvMQpET9o { 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) { #pa8DMuZPA6MW48BoLJpv7y7rgZ3STukv { 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) { #TDp9U1xzkL99zOs9bGLelM5bXWgp5Lco { 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) { #Ux5pt6s3w40978k3TzRiN9GyN8H8Kupk { 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) { #IfubkN03cP64Er7mp55WhDPFUTwLdiTP { top:9.5625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqtl4XqzNtQyBhv0EDFkEnRpl6kKgKnT { top:21.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWAQnazdSekiCBpMdkc1GRoTGNecum5u { top:31.75rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5wlTQtuq12Nmy1GffXOiFZJgvbuQS7u { top:42.375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 { display:block; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9woiLhG5CE2EydCRo3pGPNfr6CpIw0h { width:26rem;height:40.5625rem;top:1.75rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3GZ6b5XVFWRz6ElJSMObinOJxysDfhw { width:18rem;height:3rem;top:42.375rem;left:2.9162340164184rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIsiHPX2pbU5kSlRr5VugsfAvghrG4F7 { display:block; }
 }@media only screen and (max-width: 763px) { #CoTdhFZ2txI0nZr6TRbTtzkK6wSSbtKd { width:28.125rem;height:28.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZH1GaJNRB9BAWemFmqecmlkvqeC8lf0 { top:10.625rem;left:1.6944456100464rem;width:18.125rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0uQMeBEGx28144v8WNdKp59l13r4Or { width:24.25rem;height:5.8125rem;top:1.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw0dkcw28Ll4FfeDGG7HZVBBhdXr8z0I { top:9.5625rem;left:3.5830087661743rem;width:18.625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { display:block; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhIX1f7W2KFxspHcJkXVpkpMthaoS6NN { width:45.5rem;height:5.1875rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs { display:block; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzLgXQePy0XWnTsQHoaGcfGP4teDdrM0 { width:44.0625rem;height:6.9375rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #go7qoKvSQfA6mIGOm0U0ZD2QK1pTc28e { width:12.5rem;height:1.4375rem;top:13.875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXLzwUyVa1tRaTEHxrmaGcw0TrZtqEpd { top:13.625rem;left:29.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQXs5a8ugisTnOWVD2EuHdq1kpeZNTKH { top:13.625rem;left:31.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mInO1w8TazEWNK8aUUkyyHW33bsRSmDQ { top:13.625rem;left:33.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzftRKgIfmQ9qvCSo24hJssTtXQRumVF { top:13.625rem;left:35.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNusrp5DWFgaFZ9093Zq2TBnS76DptTa { top:13.625rem;left:27.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH6vTrRSDbuPDOg9iRDOXxxVtXXCPzOz { width:44.0625rem;height:5.5625rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btFZFVk5ZWTK8ro1F28cEMwMA1H759aZ { top:29.75rem;left:27.312394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Ql4pfdvPSpQDCvdZxX0ucnPznRi5k5 { top:29.75rem;left:29.312176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeR2OaGTioPRSeHX0uKK6zIK6LbZ4ilp { top:29.75rem;left:31.312500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #penAAIJZ6ZRHNuv2Z7niCAuV0UQKt0om { top:29.75rem;left:33.31228351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk0kS6mi91qRu6Bf2lEToNtXdCaL3ZXN { top:29.75rem;left:35.312069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lirwdzJzhcxxzwO7aVFNZKq5wf41mXFH { width:12.5rem;height:1.4375rem;top:30.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlvfEgGOUvgww4Ix1zLuFB6NJqpeXa3u { width:44.5625rem;height:7rem;top:37.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0MmOzzI14zCEXoCZyNAR2UAdk5dzvaJ { top:62.8125rem;left:28.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ8dNKMCfc4J52tPfrhdWNT5JXyPK3nM { top:62.8125rem;left:30.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGT2L9Lqn9P3vwIyLnvBPzJJHGElqhUW { top:62.8125rem;left:32.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwtOQqfIKQs3m95mG2cQeaUNqvaUQTI0 { top:62.8125rem;left:34.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #awq7CHHUH9xTdR3rPM1CHzRfkA8tCtQO { top:62.8125rem;left:36.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8KkukEBdvVIIOOAk5lUF12enIleq2T1 { width:12.5rem;height:1.4375rem;top:46.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmIM5w3NgQ22HswN1tezakkySea56ttv { width:43.8125rem;height:8.375rem;top:54.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN3tE1sMkUoreZTlm3C0V54hQeKr7Cei { width:12.5rem;height:1.4375rem;top:63.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4p8dl5ZfNoudctxkLy2Jzcv1gvnwarT { top:46.5625rem;left:27.687394142151rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LM6ZqmkXbcNaQO0hQSrlJxknVw4pHchT { top:46.5625rem;left:29.687176704407rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGimpRsVoe5B0My59eqMte1h3v2lsmUL { top:46.5625rem;left:31.687500953674rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU58QVrLOPhM7M5E5u8RN5piSqQmwuIV { top:46.5625rem;left:33.68728351593rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twblQIvuBKDabnsDmW2c1yfui1dRA84w { top:46.5625rem;left:35.687069892883rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzsS5aQlKN9Fqqd8fUD7iZcLbTpbclRu { top:3.1875rem;left:0rem;width:47.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olmJZRvkkw5078mPo9O2cfR9tmhTJ2dm { top:19.3125rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpR37s2rZ7887e7SsmxhAgTk0fwxhCm { top:35.4375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8Kbad2RAaow908dAJlbcGvmTQupcAyT { top:52rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guubzu6UiAnbSEhM3IB3BusM6FrQ2z4W { top:2.3125rem;left:42.472008705139rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWEG87ETzOOuNUWybeHb2ObozK5eC7mZ { top:18.3125rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKxqf2axSU44v62c3z7TypBziA3sPUcB { top:34.4375rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I15CLkfQM9DoVuhstnRSKdUc8HP2cIHv { top:51.0625rem;left:42.499135017395rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6XwnCphs4R2eIhgqd5zND9rVyx0Ro6 { top:2.375rem;left:0rem;width:8.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBcQfep3SfbOVtpSi0IWwWC5MezfPwFZ { top:18.5rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQFZStIlTIdfQQPWGngULaKFFiLAcsA { top:34.625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh2fIk4s9yChUWIVWb4agETCJcQT4s7M { top:51.125rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMn5H5TOidIarmw9rvzEIZI5VLBlLwp { top:68.9375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmwEOoBk5nQFTlFesE1pTV8G9MupVNy { top:68.0625rem;left:0rem;width:8.625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBWW5MUaH8fVgyvDAUHXTH8UulCa20QH { top:79.75rem;left:27.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDoC1zg6v5hGnR8aZSZNpK4dxGXwUdi { width:43.8125rem;height:6.9375rem;top:71.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ4mW1Scw9nDpROgPV922SKLsO50Lcv5 { top:79.75rem;left:29.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaUb2Na8GD3VEeGCutOay7CT1DyVIZKX { top:79.75rem;left:31.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8pD3t9doA4ny7MDVpeGbCnMA9mJTTX0 { top:79.75rem;left:33.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peUufp6DwoJ6WqmA90QS0kuTQ2hEN5sI { top:79.75rem;left:35.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpEg9XKnP08Ri03tFaHRfPDmo6vKLHRD { width:12.5rem;height:1.4375rem;top:80.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwITaLDmvoWTH9iPvmumrPcAlNXvVh7L { top:68rem;left:42.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { display:block; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVWXXoFeWnJcJgnxyi4AqM3TfuqqInLL { width:47.75rem;height:5.1875rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { display:block; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr { top:1.5625rem;left:0rem;width:47.75rem;height:19.25rem;font-size:0.875rem;display:block; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr 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) { #xMvmRxTkZg3gvResM03Jtbu2DzvHpBl2 { width:17.9375rem;height:2.9375rem;top:22.5rem;left:14.84912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlG2C9sMSHpwCS9iwSt7B4rXPfvr37Pq { display:block; }
 }@media only screen and (max-width: 763px) { #hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { display:block; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpSaA0C7SosKPhsedazpm8886VGlvuEO { width:47.75rem;height:2.5625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS2VBeRJgsmUUiANIn1ZTDuJG7LosUK { top:7.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRoLEv6DQX7WrtGVxKOM7THHQud6flfg { display:block; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZKpogrmPWsLplyWLak5LIgSXrm95MvS { 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) { #T4md2rQM1ED30ZMmiztINpUuK10WSTLF { top:14.25rem;left:18.8125rem;width:28.9375rem;height:6.1875rem;font-size:0.875rem;display:block; }#T4md2rQM1ED30ZMmiztINpUuK10WSTLF 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) { #NT8ywD1dizCZ4075mpmCgAK0LiGOvFCa { 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) { #NFxeTOfcM9ISFfQoMzKP7cozo0R66RQg { top:38.375rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#NFxeTOfcM9ISFfQoMzKP7cozo0R66RQg 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) { #kUe9HatKs0AdygLxmkJyXFOc3U5ZJiS8 { 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) { #T5gLNQWVicXh6cTVLXIEQ49JoP7VAMli { top:60.125rem;left:17.4375rem;width:28.0625rem;height:5.9375rem;font-size:0.875rem;display:block; }#T5gLNQWVicXh6cTVLXIEQ49JoP7VAMli 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) { #DLgsmDLNQB3Dm0O2P8SnUXAo6NCI90iW { top:71rem;left:18rem;width:27.25rem;height:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oifktzxvLMNqht22VSlkJQKxcXRnZLac { top:83.8125rem;left:18.8125rem;width:28.9375rem;height:5.875rem;font-size:0.875rem;display:block; }#oifktzxvLMNqht22VSlkJQKxcXRnZLac 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) { #Q52l4vtcCLqAT7UblufBPbdlcgJJyJGR { 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) { #u17LPXZuzyLrBEipcwR8F9Et0weo5lqu { top:103.5625rem;left:16.5rem;width:31.25rem;height:20.0625rem;font-size:0.875rem;display:block; }#u17LPXZuzyLrBEipcwR8F9Et0weo5lqu 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) { #kNPyHLcFPZyXTrx1oXohG7UrdyfTk31c { top:134.875rem;left:18.8125rem;width:28.9375rem;height:12.125rem;font-size:0.875rem;display:block; }#kNPyHLcFPZyXTrx1oXohG7UrdyfTk31c 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) { #QXoPGWifQQqnQkRdUFLZc7i1nxC0TuhW { 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) { #QalTQDPTVR2dWfudp8k0am7hNXA09rRR { width:45.3125rem;height:2.75rem;top:150.8125rem;left:1.18701171875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ThoOPGn4TtNsMEysyVk3hl9aelSBKR { top:1.375rem;left:0rem;width:47.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZVkdPqqNi3l14cXQ1cxOEgfQPNKDJG { top:23.9375rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0XyCpCiGplcpq4fTqHXTfF73w3S6xMU { top:46.875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE8SUpH28fhw3f2EodBVbrtkCyJKNila { top:69.75rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZN5J4iNUHSzRsGXgcGOApiU09mTcUHn { top:93.1875rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSK9TN5ZJ5AZ7aMTl0LZVHcsf9tFvpB { top:126.1875rem;left:0rem;width:47.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0evR7mExGRzKC3NVBtdr5p1S8uzHmJa { top:1.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOkpw8pgzpt2U13XEsOS9LWuLk8N7DJe { top:24.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVxKLZn24wbO3ZrenQl6Rw9kTmbRerfV { top:47.4375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bplglvw9MPQW62i6t14rw5RnVJF7K0tg { top:95.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnDO1oVbRKlaTDNJJUuUki5RE1QHGFl { top:70.3125rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD9H0BT3qVnyaNwliMxZ1SCJTpkrBpzP { top:126.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zds1wiv7E2TzQahSBqyyuOWhmR1JTN3F { top:153.625rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk { display:block; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6SGdNuePaQsI84F3lxCGDhcHHpoMPZu { width:45.3125rem;height:5.1875rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC36hnU0ZaTHkppbpPUsW6zZCqeZ5R9Q { top:21.5625rem;left:18.8125rem;width:28.9375rem;height:6.25rem;font-size:0.875rem;display:block; }#eC36hnU0ZaTHkppbpPUsW6zZCqeZ5R9Q 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) { #nbBwXqMRE324Vaz9uzN3Lo7Z5p0cihGl { top:11.9375rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1XpGdkU3xRbfTa6H9PLCm1qEvFtMIH { 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) { #BH3F4TKRetXmAPs8o5nWfRh8qAWVDD9b { 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) { #EEGDbVNx9Kl62dPiAmG6ancAP2FbhIgo { top:36.625rem;left:21.81228351593rem;width:20.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Tteke5w43rqNJmGKTBXoooD8uZozIr { 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) { #QRz8axWnqWbN74ObMZiQfSFTQdM7BmlR { top:48.5rem;left:17.625rem;width:24.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#QRz8axWnqWbN74ObMZiQfSFTQdM7BmlR 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) { #riL011va0lpBuq2TqdngFotukaZ20917 { 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) { #w7Tq0WoD68kkuNbTOradxrpEqShHHRoA { top:66.9375rem;left:18.8125rem;width:28.9375rem;height:8.1875rem;font-size:0.875rem;display:block; }#w7Tq0WoD68kkuNbTOradxrpEqShHHRoA 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) { #Xdx6BJmGcrpKM1L1EsJ6f6o4xV41Kr7E { 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) { #R1Z204aDmPJPy6dLxJNWs4a5I9NnBGF7 { 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) { #Wv86MaZRtO4RmNMuEISeSfokv9DPTNRE { top:57.1875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyWmNeKF4ROv6OhStRwo0NyCHOv9zuzO { top:90.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#dyWmNeKF4ROv6OhStRwo0NyCHOv9zuzO 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) { #RC2GiMy5uG9C7KFmg7t1y5iQuM9OvnQl { top:83.5rem;left:20.5rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpimKlEJCTy7ggTldthtLpTy52IvfQq8 { 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) { #Ktxy70JsV0HrulpXt3iRMw1ObIT8rNBQ { 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) { #WwExtzrSkGvizBeivhhoUhAdL9zTsaB7 { 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) { #uP1kDzSSHr4q8LGc9gAKNBi798XiW3Nr { top:114.125rem;left:19.3125rem;width:28.4375rem;height:6.5rem;font-size:0.875rem;display:block; }#uP1kDzSSHr4q8LGc9gAKNBi798XiW3Nr 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) { #iGlTOlidiVLdLqzquswA8xJ16X7JZZJx { 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) { #i5zUZAZPD52L177fK4hJDcpAQNR3x6nQ { top:103.75rem;left:20.5625rem;width:27.1875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOLkN9ZrmgwT9Xb8qJTIo66885RcHda { top:128.875rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWqJUQkoo1QtqTDnRXEQBrAgQRaKGsu8 { 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) { #GNwGachgHn0L3ToW6c156PVfVMHXMQwK { top:137.4375rem;left:19.3125rem;width:28.4375rem;height:1.375rem;font-size:1rem;display:block; }#GNwGachgHn0L3ToW6c156PVfVMHXMQwK 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) { #wGHEHcD22Dv1kE9PI0IHS7FyfJsPkL2B { 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) { #JT4FUdmUnUBGL1GbTV3k71mgEDzclzTC { top:158.6875rem;left:19.3125rem;width:28.4375rem;height:9rem;font-size:0.875rem;display:block; }#JT4FUdmUnUBGL1GbTV3k71mgEDzclzTC 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) { #OXwcIzPmfF0ERI62K69hkE3z4dTmiauc { top:148.75rem;left:19.25rem;width:28.5rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mPgJ1TFrlWxCicBAidJF1loX8Z9rLE { 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) { #iRAEodl36L4eeuilDFT5ENz6wpmbLW7G { 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) { #CCKPuQxsuvVk0FmLlBBcvhtnBAlRiLps { 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) { #fAgP78k0VKdUqK2pT7ptDc1hGp75e1By { 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) { #KiwiZfKWMz4Rf0GP1hltheaCv0bSkw4S { top:173.875rem;left:21rem;width:26.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdznQuxtdoC3vb6vvmZPiScFaeQukyIM { top:195.5rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKFECEGyDVArb6MPydnN9hrwySwPILa { top:200rem;left:21.8125rem;width:18.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTKqTVWfXWbyTN7OHcwmcPSQu3NkmiyF { top:201.8125rem;left:21.875rem;width:24.6875rem;height:7.6875rem;font-size:0.875rem;display:block; }#qTKqTVWfXWbyTN7OHcwmcPSQu3NkmiyF 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) { #ednTiLZvqtVUzzsnDUXREGpH6hJI3Cf0 { 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) { #U0kQ7UdEtBNt82RA2TE5GGVX4mFg6UiS { 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) { #HgcrkEFiTGX8STlFWkD7kqQCma8vnf85 { top:227.625rem;left:21.875rem;width:24.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }#HgcrkEFiTGX8STlFWkD7kqQCma8vnf85 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) { #VFd4WIW0ht2h7HI7n66XSqZnuSJp5sHL { 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) { #M3bSOJhH0n3rdPUMeovrtTSaZtZaI5z0 { top:220.9375rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxKTwEdMeqgZlT8T0JFVLuWhiZgnDVFJ { top:244.6875rem;left:20.5625rem;width:27.1875rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWppXb3cXAEpvHZ4xm3cCHRAzcRZvoMR { top:253.3125rem;left:21.875rem;width:24.6875rem;height:2.75rem;font-size:0.875rem;display:block; }#cWppXb3cXAEpvHZ4xm3cCHRAzcRZvoMR 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) { #S3AISgf94iaZD6wALVpvHaZXdgGIBqAU { 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) { #xAxUGDdRhzBe3vTwxSJJu7CFlEML0Drx { top:141.875rem;left:0rem;width:19.875rem;height:28.161733033632rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddwdFnPXFePO4SwsrTkEnpJiSkPW38bO { top:34.5rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTowPhppUKm0zSzmkTe1rTBzghcdf3w7 { top:57.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0aXgTZR8TqDthJGXADfS6Z62MlrayxO { top:80.6875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDg4mTqfOFT6aUe3iAr0XswoOnMsrIlz { top:126.25rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqOpGZ2pXZtE4o0igZhvTHUix7w2US9 { top:170.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vnNfbgiCovaTNgFfpGcAWVDeSCzCfT { top:240.625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEzW99Rhu2bIcPSXc9BWDTLDhveOQ6v9 { top:11rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McpEZ7DS7X49JKsNvIdTcupnUqOVOzdH { top:103.1875rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7dk96R66kCsQkXhLoZJkV3txg8ly2Ic { top:148.75rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y36e2K49RGRElTFrtrW59VWzRT1ThQcU { top:194.375rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF77uRcbW0ONU8G6hsF5JeVSG5BZgDJC { top:218rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA { display:block; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVpiTFfsa2V5dkcXi6cgTG2z0bA6illD { top:14.375rem;left:0rem;width:36rem;height:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJp8SytxzWk0RuZQs2xph4JqXUqmiVDP { top:9.125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPmz7nvK1xQIZZTufrxLHamrxEQxSTB { top:9rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdKr4BP93wcs2M7loIiLnKkZmPm3xTaM { top:39.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsm66LQvlbmgQIfK58TFzr1nRZ1ly1ZN { top:4.25rem;left:0rem;width:31.1875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxtGLkQGM4X1qEPKrRnaBeCFTpNE5xz { top:12.75rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syx9ocd95fhkDtN5AfN9NUrthURUuLbl { top:44rem;left:0rem;width:30.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePtsDeIVU0eOuyW7MT9p4eFZRBwMLyHx { top:3rem;left:0rem;width:41.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlGAatNIy4Kxc3fJNmFM6VX3Gr7L1ol { top:0rem;left:0rem;width:41.8125rem;height:59.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGphi7PKQdxs4BGuNKoi2zdz6VCD1RC { top:45.375rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoZh7bQ5zoKaAwTDc4ndf5cOCxlypocN { top:50.375rem;left:0rem;width:24.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKl9N2dCNHVfhGs0IgHZQHX3En1Dn440 { top:34.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGQzLcq2uR2SJKOIKVJdbFJqIJrw7ekt { top:37.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv9FdHiE3cCWDvqSMSAKyxOrBk1IOXWB { top:29.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcOLoSE4dnmL4r35D2FQGdZ0TpMPRbDl { top:32.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZuEnUCM6w2sszUnTcagcA1Tiq0ilCi4 { top:27.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCg0ooCwGN9PToyBgnvRIs5JQKAgorhk { top:22.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8qixt9a1iuF1DBgphrHDmsCwvobis3 { top:24.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocqZBg3fL4xdLDGIGTsI60zyOiAsguXy { top:19.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrdTyTZAm1nOT6g8ggwsKUKRgADe30RQ { top:17.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuyHPcblz1uBa064AGphwETvIqRFNc28 { top:14.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvNsia58sN0Ns12kAxLIML9i1Z0TqBx { top:0rem;left:0rem;width:43.75rem;height:60.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqvRbQLq4xkflNZxsr8cgasXVWbffSmp { top:0rem;left:28.9375rem;width:4.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWzFLJFT59WbwN4MChuKfJ3LGbNtubr9 { top:47.875rem;left:0rem;width:17.125rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB94NbiinptQwzZkb8n8lP93bWiZuiZN { width:17.9375rem;height:2.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZEIwXNwwaKIcKMuML6vgsJM8hcRsiC1 { display:block; }
 }@media only screen and (max-width: 763px) { #Omg4fVC4D7dmdyms83os7FTqBHtWTkIg { top:1.5625rem;left:7rem;width:40.75rem;height:57.599209339079rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { display:block; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwPLsoK6TlLvFXC4OfVB0wcHgOTTgvKh { top:3.0625rem;left:0rem;width:47.75rem;height:20.840586979167rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { display:block; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1g7f9LBODe9s7bn0v1nR2zJhzMc8BAz { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOPJUCZWGpxJop9W3hyGuNWdVqTrm93 { top:8.75rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9u5cM24iwx5wkJFnGRRPyqdXdGbL4fH { top:15.625rem;left:3.4365234375rem;width:38.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { display:block; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuG0qchwmTGiS1Vu3LgTOVkA2VE33LgJ { 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) { #mfuvxZAEDoOuLTC2w3KvkCXZfqTEFM1u { width:20.1875rem;height:20.9375rem;top:10.125rem;left:1.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt2mqG9ethP5oe2Whhi4pSEaaT5ZGfIk { width:20.1875rem;height:20.8125rem;top:10.125rem;left:24.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQGvxuCBazglJbXg1MeXTc6IpaGoD3c { top:11.5rem;left:2.9375rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 { top:14.4375rem;left:2.9375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C { top:19.25rem;left:2.9375rem;width:17rem;height:6.9375rem;font-size:0.875rem;display:block; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc { top:26.25rem;left:3.06201171875rem;width:17rem;height:;font-size:0.875rem;display:block; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #wmaU3xGNO7f1Tek252Xs61cxsFNTftQb { top:11.5625rem;left:25.499755859375rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk { top:14.4375rem;left:25.499755859375rem;width:17rem;height:4.1875rem;font-size:0.875rem;display:block; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk 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) { #Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ { top:19.25rem;left:25.49951171875rem;width:17.0625rem;height:;font-size:0.875rem;display:block; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ 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) { #VBF33mRb9POR6taQa5gBq9rmFn0bfr3w { top:24.4375rem;left:25.812255859375rem;width:17rem;height:5.5625rem;font-size:0.875rem;display:block; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w 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) { #u3yaH32tc9OXMpfa4p63zfqACzzHZ5SD { top:0.8125rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { display:block; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBPllEib3Bv3fZ18NV4NW7XchIp5BbvF { width:47.75rem;height:2.75rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvJ93XAADfnpIRzg1IbFLzkXIbKUyFcM { top:7.5625rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkE5BD41NbXtLZ0MdtKwJ4KDvMV8kOpE { top:0rem;left:0rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { display:block; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvGrV3dpQhNklTCpvDBKRzKy1Fdcgtai { width:47.75rem;height:2.75rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vruL0LoZhdexwcN4WNqo2zgfHDJn8HL3 { top:9.25rem;left:0rem;width:47.75rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwMIbUsJKLGaDy9XCz0K3R27IODHqdPy { top:0rem;left:0rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { display:block; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBevkyfxSVQBp9CeqIkuhT8LToIaqWQ6 { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXxPfITNFGdHJE0TNCih46iN3peMco0i { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb8VuGq9hiVRtZ0SKPQfUQ9mqnfdIRQi { top:11.1875rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7NRMqr46hAZsSwGq7OOBnSykeSrEkmd { top:11.1875rem;left:19.625rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDhMkltZL93lDKIzWloNFdOsul9EgNhl { top:44.9375rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3T8RXRFCmrOOtt4Xkarl9BzCzLTKrZ { top:44.9375rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9Dd31aedbVA1dQELolwgGqg7ZPZTQk { width:10.875rem;height:2.75rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdNIwiNliOVLHb50eL5hwCZLtISMDrO4 { width:10.875rem;height:;top:9.875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ppaTXk36ann5gEL38igFqPkrpebppT { width:10.875rem;height:;top:43.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVdxCzzAT7x4hZeqe2RMAFB7X1bMTCeO { width:10.875rem;height:;top:43.6875rem;left:24.604167938233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVAbflyGXgdErLTKps6dPMZqEBT4DAWc { top:43.5625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5OSz4Pz7w0hob8APScD2H4TCxrevKv9 { top:43.5rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4hQCHCIGtAkTPv5lJJIFfkIARA2GIi { top:9.625rem;left:25.53125rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w008VAv8HGyRMWEW5f2cboZfbf6PJtOs { top:9.625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wRwTDA7p9qhdD5alvJu1IDubJ1e8xv { top:12.125rem;left:0rem;width:20.875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50r6r3uEDgTl7SwLnJ9KpWA4yTHuRdA { top:15.3125rem;left:20.3125rem;width:27.4375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiPXF0Pxcm8rnDggPG7LdABxnbIsbVq { top:49rem;left:0rem;width:27.625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkPhmzBDGJHs1sCquw1sqqyV7BdqWHBA { top:33.875rem;left:0rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXgKHVc2XeJeRWyvoRQySwV4wVOTlyZv { top:29.5rem;left:26.1875rem;width:21.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSn1I1RgncqsuS06CHzGLHmt2Mb4fiO { top:53.6875rem;left:4.0514335632324rem;width:13.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDyZQEA3hBU0nLoNWiPKAvi9cfVKI73 { top:69.1875rem;left:38.625rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZ3yn4Kz6Nx9ba3DWAq1hCfUUpqJ84L { top:48.125rem;left:21.625rem;width:26.125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy4KLZtu2a3Uz32K9xJMDmmUA89vSTTd { top:51.125rem;left:33.6875rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbJ5TJdXDOVe5ZlNJQvTagTRTr0QpCh { top:50.25rem;left:33.33203125rem;width:11.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1zz7erJ6i39aJtyOmxNyL76BVZRUrB { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvXTv67UgynVrXmOSFWAXaKZ3nSsvIEW { top:30.125rem;left:25.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsmMc5s8OZ6VrmQnve0zR6cVFWenTaq9 { top:69.8125rem;left:39.645183563233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra9ud7ov6yOdgvtE9MswtDtIT20icNZ2 { top:53.6875rem;left:17.572265625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKB44SZVWFTLCq2sKme29Lk1IDpixOkk { top:53.4375rem;left:33.78125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs { display:block; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMVhQmZKfH5T5qcFC2rPVIvTN2NSxhDa { width:43.75rem;height:2.5625rem;top:7.3125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnuSv3I97CDq67KLzEyexECqZgXcvUo { width:43.75rem;height:5.9375rem;top:1.3125rem;left:2rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 { display:flex;height:auto;width:45.25rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #dJ9DnBTM0zZEO21DEDE8ThSl2gCX1zFE {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #rd32xWRg1X2NrWN5bT391oB5mxB0woRK {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bOCTGTGCqqvtB6tWd5u8CuDMPaTw8LnD {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cV8lmlaDRoJwEMhM3FPSLQ3hvF7rIcb2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #ve1rQDTMOBtzRI5Lq8sx4QITWwZJywfO {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #p23Z1Itar1zdZO2tLnqECDVFv4Z7KBsg {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bcd97SyqbBm4pRgF42WNWRDfaOoPuGiB {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #nwTbtqdhPGrwS258BHuzhhBZxJDTTOii {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #fZzA2VlBJeXNqaMepPLhn2WMwzzKvcoi {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NxtrTt5C8Mn9P5s9gtWUhbVMap40eng2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #E9uD8zkpDsVxZJsiiyz037Ut9s9AyJmd {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cfQCe26I9VXGp00wvSU0KfL3dJanwHTv {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #i44ULHM8IEwTgG6l9p9zgoepBD6TyRm6 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #PbHW3wLT4fl3FdIPBGXcpJ0XcSuZQZhT {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bV1w7ZERBifeVVNkBxHI8Qf5rZeKctCl {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NyEATtBeHM3DUO4hMHd42uTxEkvc3MSw {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #LchMKiE690BLM7bPpzKnQNJHyqEEt99Q {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #RESFTO8VgFE4mEWqL2iPzK88O6RIVFLI {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #iu0Rh977bLIatZBES1pZNwRGXSPnpVqC {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #JuR6zNB6DWMH9MB5sgy6nG4W0gwk4ske {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #qKilSXUTilOXyykzGTKRMNXRlSLS4Mgz {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #xseW1e3FBW0thTNiWk9gr5X00UeSamJU {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #r27lwk6SOmeFnCrObUwzvUsWrhCL99B8 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #XCipxTVr9iCWnmcpZObmTIyv2XGrHl2t {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #kSDAblcNQqmXTqBmaXwKBm0oNQdrdpmr {  }
 }@media only screen and (max-width: 763px) { #yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { display:block; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR95m1rv29umVFK4anZZJ7ETVVTL86gi { width:47.75rem;height:10.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy0OGUFKRLQieGgq309fSCHwPDQvBJwU { top:15.25rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { display:block; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgnuOgWGprSEebDTVZb6fRf0DKA5hTc { width:47.5rem;height:7.75rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyCL2bmdieIOQuKIE6B3ZOyUOnLmNL13 { width:17.8125rem;height:2.8125rem;top:24.625rem;left:14.962890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhCzF2gdraSn4gE5Pu6pWTFsokNTg7Vp { display:block; }
 }@media only screen and (max-width: 763px) { #sWhZnaS1ALZseR9TP4fJr8uQ4foHneVu { top:11.0625rem;left:4.5rem;width:38.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi { display:block; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD1ZoNvmQBN8lP3Dx3U6oKTg8HVLTZCx { top:3.9375rem;left:12.34375rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJCRQoRciaxwBcJbBnCADieFgzcG8d9 { top:15.8125rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQo5r6OftaXUuP0bp80ASyRmfbd7valV { top:11.0625rem;left:20.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 { top:11.0625rem;left:23.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mJhQgZNkUKbtedCubLw2B1JOwG9UekzU { top:11.0625rem;left:26.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gp6XPT7oFVDbyM234w1f09gokCWZFFdc { top:15.8125rem;left:28.75rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlq1BufsR5LMNWN1CQD5C4aXWh7QE87 { top:15.8125rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WItcT1sfkSD1pTQLAPSAlNdEesp7HMkK { width:3.9375rem;height:3.9375rem;top:0rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ { top:11.0625rem;left:18.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d8crlaULOdtzJBBpNSSP16FOkC1vWExp { background-color:#f1ece6;background-image:none;display:block; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { background-color: transparent; background-image: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row > .video-iframe-container { display: none; }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .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); }#d8crlaULOdtzJBBpNSSP16FOkC1vWExp > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tek57rf487xqTQFHf9kfgvwN5rw5sTvw { 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) { #SAegJNzn7PoTkwVcTOnlSq5iLur2tndr { 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) { #i8KALoh49FUiRJzW2ZQq09xT86vnRp31 { width:17.0029375rem;height:2.87744375rem;top:38.25rem;left:1.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhGIx6qBOELE4aEfmREgJ2x4XnZvV8Bd { display:block; }
 }@media only screen and (max-width: 763px) { #QNzgTzE7OtqtT5osJlsas0DZPu6z5WDi { 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) { #m54G12Z9TBBIQHCAlbmkybVLp22UUZoa { width:0.3125rem;height:3.75rem;top:11.72607421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6xRXkgNOlkZAXJ5lD8CayvfVp6qIM4D { width:20rem;height:35.4375rem;top:0rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QOTsZdKzNI0NwuPQ252Zm6ogPXCvSkSg { width:11.499rem;height:20.5615rem;top:14.937133789062rem;left:4.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7lo4nkIkIpEkRhm0Lcsh8E9qBD3Tuzs { width:20rem;height:6.7486875rem;top:30.811157226562rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 { display:block; }#kZHrT1Q7TwxTecovOT3WZ3ddHTqmxOq9 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7mxHoO2FgNgOEgTLC2O8xXn2CxqO3nD { width:20rem;height:18.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 { display:block; }#q2MmtQbTLZh40mcXilRFfHFDSB18v0M5 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJOqqZuqsKJ9WrlxqATXkysb8x7ADX5z { 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) { #OqBIvbEfXvM8TrU78zOUCrVUgJ7wT2OT { width:0.3125rem;height:23.125rem;top:1.0760498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deTVTRy6eenTfRFT0ax0e9COWdMGXnDS { display:block; }#deTVTRy6eenTfRFT0ax0e9COWdMGXnDS > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkeMVZpUvcgLmzSiTUztqoAFxNQbXJl2 { width:18.6875rem;height:5.85021875rem;top:1rem;left:0.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb { display:block; }#I2DUsg5oBm7wlbtzunWfkIOi9pZIqTTb > .row .container { width:20rem;height:169.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RThwtdzNbLAMStAdTvAA9zzPtETbc123 { 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) { #lCB5MELpdKBhwTWh6umrsqw2vsBzD36v { 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) { #fmfT2XyNpPy5RB6idMJXSZnghtJqGk4C { 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) { #XwTX0ES8nVHr7c0Sfp6353tmWvyeSkoz { 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) { #SRgw0HWc2g5D2OnvHR4y7CCMZHB386mc { 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) { #QhXfQfeGXhVTTEDsOOZw0rNsDMwqyLXs { width:18.75rem;height:15.5625rem;top:3.4368896484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlpnzVdmkRqpumSITlqhOF63wcDnngdO { width:18.75rem;height:15.5625rem;top:34rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5svwx2Qrtqm0QnPzSQT5CWxhtcQ8v3g { width:18.75rem;height:15.625rem;top:65.187377929688rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3FzRZiqhkfvMTPPgiVlBagQ6GdNtR3b { width:18.75rem;height:15.625rem;top:99.766235351562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbOu6nRxpO7HiTcBTc86WsTUynNvbZHI { width:18.75rem;height:15.625rem;top:134.9365234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJZ4SXiTgKHEXtnqM0DXdBwxQF8k0wti { 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) { #Qvaop0z15gXe0Eqp9BPz1KxZTdCAXQX5 { 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) { #KPUHBqwfUH1OTwRK1tDBK3FkdT0Unr9g { 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) { #NXTkTCodCTFlsUX4DWPsoeEzK0KmdBJZ { 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) { #MU0DFOba0OCzVbQ7s2n37GE5UQoTZlqf { 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) { #FNVLICQwwZ5tSsRwDfEUJESF9Xt81vXT { width:17.01525rem;height:2.8905rem;top:165.18249511719rem;left:1.49169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlRaElW7lWNNBG8z4RfExB6zX5sivEFx { display:block; }
 }@media only screen and (max-width: 763px) { #C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp { display:block; }#C2GVB66w6Jew6mDyX5CdEDRm5ldwWgpp > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRz4xo9T4UOgMUkmQQ0QTk7ke0DWhyWs { width:19.25rem;height:9.750375rem;top:1rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnowmKcDelT8L6Cm2nAWtOWOJScdilrr { 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) { #HxflmrO3Adnh8QL2lrZnPu4VXfomwWXT { width:3.6875rem;height:3.125rem;top:11.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcLAQc9LbcTfX69Ses5eIiilM8QmU2W5 { width:3.6875rem;height:3.125rem;top:19.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbP0TofBQpuXvD1DlVcPthr1MCBceb1 { width:14rem;height:9.7998125rem;top:19.1875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVhgN2CAKTxoinqSCIvTsBhrATdh90Lw { width:3.6875rem;height:3.125rem;top:30.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWzBuNzJgoXSwl19JJXg4fA3U8ffxb9b { 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) { #MXEJVxqkEVprHN3UgriAwT3sFkTbTIVB { width:3.6875rem;height:3.125rem;top:39.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUHVeHnb8XaKuxBANHOiZPPm4D1ritR { 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) { #g7WS9ERC0ELbh4fNRoUS9BXHFAZ69qoD { width:3.6875rem;height:3.125rem;top:49.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRJpABDQRytQSaTb8hvET66TAB2eTES { 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) { #Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr { display:block; }#Jw1GAd3eopq0TTcldCsun0oWoaBXIIXr > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxELMnEHD4NbwX5KeJ3E8t9ITvxSlJe7 { 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) { #RbA4Dh8JEDK4wRlrQsUwZrl1OU0m5TMQ { 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) { #kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 { display:block; }#kt83ER6OX1ARgC5qTiM8E6vvlkSlqWd3 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyFVOoIkqWnsgL7A81mu6A1FuZDbZG98 { 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) { #PI3UPKE6t4mnDB5nlwCOSz9hmU8ymoBp { width:17.312rem;height:9.624625rem;top:12.186279296875rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg { display:block; }#rqm6li4u8xTX7TrOIGx8cQNTwcpncRRg > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yD0Owu2BCsEAvxloxDgfIG7i6GzUT13i { 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) { #NAzIIv4yq9tx3LEJlkzmSIdvBRw9sTJT { width:16.8779375rem;height:2.7525625rem;top:12.408447265625rem;left:1.56005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8FdoBdmURncsNQsZdwD2fwkl269xTNs { display:block; }
 }@media only screen and (max-width: 763px) { #QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX { display:block; }#QAf7wbpo5ouBnxkJtufLsp6u3cvux9vX > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTCa9dWzGzTys43dxAT9mJs6D5fmfLIC { 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) { #oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr { width:19.25rem;height:34.0869375rem;top:6.735156059265rem;left:0.37500005960464rem;font-size:0.875rem;display:block; }#oLE4azlyGefzuSbBgrrWsiD8gcAg7rCr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_801d0682b4c2b0beb52fecab47f8f2c751141fb2.svg); }
 }@media only screen and (max-width: 763px) { #qs2vLXMkiv6MsFL9h2G3txtJUfPdTi66 { 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) { #J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB { display:block; }#J3k1GKDWSKq08EI0mn9OPOT94RTXCUXB > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tn2yTVz1bsBV6JhJtH3d0wrTtuXPWqC5 { 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) { #E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw { display:block; }#E2tvfsAVIAPbmts5IMEwqt2kLalSS9xw > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBkh0qZQVIFlOQWWzWrpktzCfHtV8LKw { width:16.499625rem;height:1.46179375rem;top:6.436767578125rem;left:1.7486572265625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rztBI7Iu91hqVA33Hqb9q2OOvTJDMfdA { width:17.062375rem;height:7.349875rem;top:10.812377929688rem;left:1.468505859375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ckFEozcxMPvBsGdT9XdDxrzKcQiLMneT { width:17.062375rem;height:8.5748125rem;top:56.875rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvMG0cpQ03eyNGESB3DmSLKUHUMRAtAT { width:16.499625rem;height:1.46179375rem;top:54.1875rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qS7ZXvSaGfPuK6QcLaewt0O91xCfVRnQ { display:flex;width:3.06213125rem;height:3.06213125rem;top:0.6639404296875rem;left:3.0927734375rem; }
 }@media only screen and (max-width: 763px) { #XDrXhxWMCSMlGmEnSsaOtkBxMq0sTeEL { width:17.062375rem;height:12.24975rem;top:33.4375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BbCUmEddnZEJaTLTwAZFTgg8MSbQqIdy { width:14.375rem;height:1.46179375rem;top:30.3125rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g6WhUiRvK3zSVyMBArmr2chlXm6D1vAi { display:flex;width:3.2495125rem;height:3.2495125rem;top:24.625rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #Eq0BtQ1VETnSKThIN2wva9aCrv4ITr7q { display:flex;width:3.125rem;height:3.125rem;top:48.8125rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #BfeFMO7A88KldliDTeJ5VJD3NiR5vP9K { width:18.375rem;height:19.6875rem;top:52rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEfW7IHCAgLK5ytpL8RJCqI3LgGTGaLc { width:18.3125rem;height:19.6875rem;top:28.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghRbS0KcMTguDAwIc4TftPZ9wE3lGfa3 { width:18.312375rem;height:19.6875rem;top:3.875rem;left:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Eqs4tGi7FaiexwfUpOUXMUQ7rKN1SRue { width:7.8125rem;height:5.68725625rem;top:24.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsXW9ViBlJKeerNHLp4lLvyLe6drBkT { width:7.8125rem;height:5.625rem;top:48.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuX79uZpHtZQ2ZDkksTCuibMiEKDD2TQ { width:7.8125rem;height:5.625rem;top:0.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmcPG9cAzmyv6EgZmC30DJhAvT5mwqk { width:19.51525rem;height:2.703125rem;top:72.710571289062rem;left:0.24169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7y2iHZuFyAmTyJd3sqiRyuvJcaeHOBu { display:block; }
 }@media only screen and (max-width: 763px) { #p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT { display:block; }#p7T3oGK53Bk9tzeOUm8NF64dHV6QkATT > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atzxq45EABBmRXryryhmgnDtyelD5XqL { 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) { #QywSXinFbI4c4mzKAgHlPclcEsEMGueh { 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) { #UKHHbOZetIpNATAN68tFXcEELbu6ncSV { 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) { #ZVK3iri89JtzLUgwMTS1fGsPpUteSU3a { 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) { #f2TmPgqlNTbRug8TW1O9wZoo7Pzb2RmE { 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) { #Wpuev3vdCKTA1u4urDrQrAolvMQpET9o { 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) { #pa8DMuZPA6MW48BoLJpv7y7rgZ3STukv { 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) { #TDp9U1xzkL99zOs9bGLelM5bXWgp5Lco { 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) { #Ux5pt6s3w40978k3TzRiN9GyN8H8Kupk { 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) { #IfubkN03cP64Er7mp55WhDPFUTwLdiTP { 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) { #zqtl4XqzNtQyBhv0EDFkEnRpl6kKgKnT { 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) { #DWAQnazdSekiCBpMdkc1GRoTGNecum5u { 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) { #W5wlTQtuq12Nmy1GffXOiFZJgvbuQS7u { 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) { #BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 { display:block; }#BiEctAz5lFpS3xLFx1pSA8gZbu4lOGQ5 > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9woiLhG5CE2EydCRo3pGPNfr6CpIw0h { 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) { #p3GZ6b5XVFWRz6ElJSMObinOJxysDfhw { 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) { #kIsiHPX2pbU5kSlRr5VugsfAvghrG4F7 { display:block; }
 }@media only screen and (max-width: 763px) { #CoTdhFZ2txI0nZr6TRbTtzkK6wSSbtKd { width:17.749625rem;height:17.749625rem;top:7.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZH1GaJNRB9BAWemFmqecmlkvqeC8lf0 { width:12.3125rem;height:16.875rem;top:7.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt0uQMeBEGx28144v8WNdKp59l13r4Or { 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) { #hw0dkcw28Ll4FfeDGG7HZVBBhdXr8z0I { width:15.68725rem;height:23.999625rem;top:2.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyKxkIgKADX2avmbJTrmvWwelQOeHwVq { display:block; }#NyKxkIgKADX2avmbJTrmvWwelQOeHwVq > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhIX1f7W2KFxspHcJkXVpkpMthaoS6NN { 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) { #RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs { display:block; }#RlMcrds7PgbZXV8OOuaNS6TpIfeSZSvs > .row .container { width:20rem;height:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzLgXQePy0XWnTsQHoaGcfGP4teDdrM0 { 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) { #go7qoKvSQfA6mIGOm0U0ZD2QK1pTc28e { 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) { #kXLzwUyVa1tRaTEHxrmaGcw0TrZtqEpd { 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) { #DQXs5a8ugisTnOWVD2EuHdq1kpeZNTKH { 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) { #mInO1w8TazEWNK8aUUkyyHW33bsRSmDQ { 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) { #LzftRKgIfmQ9qvCSo24hJssTtXQRumVF { 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) { #VNusrp5DWFgaFZ9093Zq2TBnS76DptTa { 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) { #VH6vTrRSDbuPDOg9iRDOXxxVtXXCPzOz { 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) { #btFZFVk5ZWTK8ro1F28cEMwMA1H759aZ { 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) { #y6Ql4pfdvPSpQDCvdZxX0ucnPznRi5k5 { 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) { #LeR2OaGTioPRSeHX0uKK6zIK6LbZ4ilp { 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) { #penAAIJZ6ZRHNuv2Z7niCAuV0UQKt0om { 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) { #Uk0kS6mi91qRu6Bf2lEToNtXdCaL3ZXN { 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) { #lirwdzJzhcxxzwO7aVFNZKq5wf41mXFH { 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) { #XlvfEgGOUvgww4Ix1zLuFB6NJqpeXa3u { 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) { #P0MmOzzI14zCEXoCZyNAR2UAdk5dzvaJ { 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) { #HJ8dNKMCfc4J52tPfrhdWNT5JXyPK3nM { 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) { #EGT2L9Lqn9P3vwIyLnvBPzJJHGElqhUW { 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) { #OwtOQqfIKQs3m95mG2cQeaUNqvaUQTI0 { 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) { #awq7CHHUH9xTdR3rPM1CHzRfkA8tCtQO { 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) { #S8KkukEBdvVIIOOAk5lUF12enIleq2T1 { 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) { #TmIM5w3NgQ22HswN1tezakkySea56ttv { 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) { #xN3tE1sMkUoreZTlm3C0V54hQeKr7Cei { 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) { #X4p8dl5ZfNoudctxkLy2Jzcv1gvnwarT { 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) { #LM6ZqmkXbcNaQO0hQSrlJxknVw4pHchT { display:flex;width:1.875rem;height:1.875rem;top:65.8125rem;left:3rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JGimpRsVoe5B0My59eqMte1h3v2lsmUL { 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) { #BU58QVrLOPhM7M5E5u8RN5piSqQmwuIV { 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) { #twblQIvuBKDabnsDmW2c1yfui1dRA84w { 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) { #wzsS5aQlKN9Fqqd8fUD7iZcLbTpbclRu { width:20rem;height:22.6875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olmJZRvkkw5078mPo9O2cfR9tmhTJ2dm { width:20rem;height:20.625rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpR37s2rZ7887e7SsmxhAgTk0fwxhCm { width:20rem;height:19.875rem;top:1.875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #C8Kbad2RAaow908dAJlbcGvmTQupcAyT { width:20rem;height:17rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guubzu6UiAnbSEhM3IB3BusM6FrQ2z4W { 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) { #rWEG87ETzOOuNUWybeHb2ObozK5eC7mZ { 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) { #VKxqf2axSU44v62c3z7TypBziA3sPUcB { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:15.2490234375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #I15CLkfQM9DoVuhstnRSKdUc8HP2cIHv { 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) { #Pa6XwnCphs4R2eIhgqd5zND9rVyx0Ro6 { width:8.6865rem;height:14.749rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBcQfep3SfbOVtpSi0IWwWC5MezfPwFZ { width:8.6245rem;height:14.6875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQFZStIlTIdfQQPWGngULaKFFiLAcsA { width:8.624rem;height:14.6875rem;top:22.5625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mh2fIk4s9yChUWIVWb4agETCJcQT4s7M { width:8.6245rem;height:14.6875rem;top:0.59228515625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VVMn5H5TOidIarmw9rvzEIZI5VLBlLwp { width:20rem;height:20.25rem;top:89.8447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmmwEOoBk5nQFTlFesE1pTV8G9MupVNy { width:8.625rem;height:14.6875rem;top:88.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aBWW5MUaH8fVgyvDAUHXTH8UulCa20QH { 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) { #NUDoC1zg6v5hGnR8aZSZNpK4dxGXwUdi { 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) { #QQ4mW1Scw9nDpROgPV922SKLsO50Lcv5 { 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) { #vaUb2Na8GD3VEeGCutOay7CT1DyVIZKX { 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) { #R8pD3t9doA4ny7MDVpeGbCnMA9mJTTX0 { 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) { #peUufp6DwoJ6WqmA90QS0kuTQ2hEN5sI { 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) { #GpEg9XKnP08Ri03tFaHRfPDmo6vKLHRD { 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) { #NwITaLDmvoWTH9iPvmumrPcAlNXvVh7L { 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) { #C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf { display:block; }#C7ATLsqyXddOMPe1UdxX0sGAAM4wOHEf > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVWXXoFeWnJcJgnxyi4AqM3TfuqqInLL { 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) { #tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i { display:block; }#tF4vcS9hs1HsKVfSgcVLFVX7Ro0KRe4i > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr { width:18.1875rem;height:33.124375rem;top:1.25rem;left:0.56206601858139rem;font-size:0.875rem;display:block; }#kKEU0Ke3nKK0sLnt3FiuKH1BmzJfwfyr 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) { #xMvmRxTkZg3gvResM03Jtbu2DzvHpBl2 { 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) { #mlG2C9sMSHpwCS9iwSt7B4rXPfvr37Pq { display:block; }
 }@media only screen and (max-width: 763px) { #hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG { display:block; }#hpHVkIdHGFTAp78qQqX3BWTpUOD1WwrG > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpSaA0C7SosKPhsedazpm8886VGlvuEO { 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) { #pKS2VBeRJgsmUUiANIn1ZTDuJG7LosUK { 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) { #TRoLEv6DQX7WrtGVxKOM7THHQud6flfg { display:block; }#TRoLEv6DQX7WrtGVxKOM7THHQud6flfg > .row .container { width:20rem;height:220.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZKpogrmPWsLplyWLak5LIgSXrm95MvS { width:18.812375rem;height:5.84716875rem;top:0rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4md2rQM1ED30ZMmiztINpUuK10WSTLF { width:18.4375rem;height:7.974875rem;top:7.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }#T4md2rQM1ED30ZMmiztINpUuK10WSTLF 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) { #NT8ywD1dizCZ4075mpmCgAK0LiGOvFCa { 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) { #NFxeTOfcM9ISFfQoMzKP7cozo0R66RQg { width:16.5625rem;height:5.2124rem;top:40.437255859375rem;left:1.3121337890625rem;font-size:0.875rem;display:block; }#NFxeTOfcM9ISFfQoMzKP7cozo0R66RQg 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) { #kUe9HatKs0AdygLxmkJyXFOc3U5ZJiS8 { 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) { #T5gLNQWVicXh6cTVLXIEQ49JoP7VAMli { width:18.6870625rem;height:6.437375rem;top:68.24951171875rem;left:0.624755859375rem;font-size:0.875rem;display:block; }#T5gLNQWVicXh6cTVLXIEQ49JoP7VAMli 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) { #DLgsmDLNQB3Dm0O2P8SnUXAo6NCI90iW { 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) { #oifktzxvLMNqht22VSlkJQKxcXRnZLac { width:17.6248125rem;height:6.437375rem;top:98.3740234375rem;left:1.1871337890625rem;font-size:0.875rem;display:block; }#oifktzxvLMNqht22VSlkJQKxcXRnZLac 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) { #Q52l4vtcCLqAT7UblufBPbdlcgJJyJGR { 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) { #u17LPXZuzyLrBEipcwR8F9Et0weo5lqu { width:18.4375rem;height:23.9245625rem;top:128.81079101562rem;left:0.78076171875rem;font-size:0.875rem;display:block; }#u17LPXZuzyLrBEipcwR8F9Et0weo5lqu 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) { #kNPyHLcFPZyXTrx1oXohG7UrdyfTk31c { width:17.374875rem;height:15.6371875rem;top:173.37524414062rem;left:1.31103515625rem;font-size:0.875rem;display:block; }#kNPyHLcFPZyXTrx1oXohG7UrdyfTk31c 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) { #QXoPGWifQQqnQkRdUFLZc7i1nxC0TuhW { 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) { #QalTQDPTVR2dWfudp8k0am7hNXA09rRR { 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) { #W3ThoOPGn4TtNsMEysyVk3hl9aelSBKR { width:20rem;height:31.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqZVkdPqqNi3l14cXQ1cxOEgfQPNKDJG { width:20rem;height:28.6875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0XyCpCiGplcpq4fTqHXTfF73w3S6xMU { width:20rem;height:28rem;top:61.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE8SUpH28fhw3f2EodBVbrtkCyJKNila { width:20rem;height:29.8125rem;top:89.985595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZN5J4iNUHSzRsGXgcGOApiU09mTcUHn { width:20rem;height:46.0625rem;top:120.36083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGSK9TN5ZJ5AZ7aMTl0LZVHcsf9tFvpB { width:20rem;height:36.3125rem;top:167.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0evR7mExGRzKC3NVBtdr5p1S8uzHmJa { width:13.75rem;height:13.75rem;top:17.123413085938rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOkpw8pgzpt2U13XEsOS9LWuLk8N7DJe { width:13.75rem;height:13.75rem;top:46.211547851562rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVxKLZn24wbO3ZrenQl6Rw9kTmbRerfV { width:13.75rem;height:13.75rem;top:75.060668945312rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bplglvw9MPQW62i6t14rw5RnVJF7K0tg { width:13.75rem;height:13.75rem;top:151.98425292969rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnDO1oVbRKlaTDNJJUuUki5RE1QHGFl { width:13.75rem;height:13.75rem;top:104.87268066406rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD9H0BT3qVnyaNwliMxZ1SCJTpkrBpzP { width:13.75rem;height:13.75rem;top:189.44934082031rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zds1wiv7E2TzQahSBqyyuOWhmR1JTN3F { width:20rem;height:8.7291666666667rem;top:209.88952636719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk { display:block; }#hd0F51QD7Xd1yu9tDStDNWsu58KZqKnk > .row .container { width:20rem;height:332.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6SGdNuePaQsI84F3lxCGDhcHHpoMPZu { 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) { #eC36hnU0ZaTHkppbpPUsW6zZCqeZ5R9Q { width:17.9375rem;height:6.437375rem;top:29.812133789062rem;left:0.8123779296875rem;font-size:0.875rem;display:block; }#eC36hnU0ZaTHkppbpPUsW6zZCqeZ5R9Q 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) { #nbBwXqMRE324Vaz9uzN3Lo7Z5p0cihGl { width:16.812125rem;height:3.8983125rem;top:8.3861083984375rem;left:0.4376220703125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1XpGdkU3xRbfTa6H9PLCm1qEvFtMIH { 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) { #BH3F4TKRetXmAPs8o5nWfRh8qAWVDD9b { 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) { #EEGDbVNx9Kl62dPiAmG6ancAP2FbhIgo { width:15.18675rem;height:3.8983125rem;top:41.25rem;left:1.248779296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Tteke5w43rqNJmGKTBXoooD8uZozIr { 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) { #QRz8axWnqWbN74ObMZiQfSFTQdM7BmlR { width:17.0625rem;height:2.44995rem;top:62.187133789062rem;left:1.562255859375rem;font-size:0.875rem;display:block; }#QRz8axWnqWbN74ObMZiQfSFTQdM7BmlR 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) { #riL011va0lpBuq2TqdngFotukaZ20917 { 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) { #w7Tq0WoD68kkuNbTOradxrpEqShHHRoA { width:18rem;height:9.8248125rem;top:91.25rem;left:1.5625rem;font-size:0.875rem;display:block; }#w7Tq0WoD68kkuNbTOradxrpEqShHHRoA 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) { #Xdx6BJmGcrpKM1L1EsJ6f6o4xV41Kr7E { 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) { #R1Z204aDmPJPy6dLxJNWs4a5I9NnBGF7 { width:8.25rem;height:1.13769375rem;top:90rem;left:2.3748779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv86MaZRtO4RmNMuEISeSfokv9DPTNRE { width:17.1875rem;height:3.8983125rem;top:68.49853515625rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyWmNeKF4ROv6OhStRwo0NyCHOv9zuzO { width:16.4375rem;height:5.8374rem;top:124.75rem;left:1.6875rem;font-size:0.875rem;display:block; }#dyWmNeKF4ROv6OhStRwo0NyCHOv9zuzO 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) { #RC2GiMy5uG9C7KFmg7t1y5iQuM9OvnQl { width:15.7495rem;height:2.598875rem;top:105.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpimKlEJCTy7ggTldthtLpTy52IvfQq8 { 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) { #Ktxy70JsV0HrulpXt3iRMw1ObIT8rNBQ { 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) { #WwExtzrSkGvizBeivhhoUhAdL9zTsaB7 { width:18.374625rem;height:1.13769375rem;top:165rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP1kDzSSHr4q8LGc9gAKNBi798XiW3Nr { width:17.937rem;height:7.062375rem;top:156.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }#uP1kDzSSHr4q8LGc9gAKNBi798XiW3Nr 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) { #iGlTOlidiVLdLqzquswA8xJ16X7JZZJx { 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) { #i5zUZAZPD52L177fK4hJDcpAQNR3x6nQ { width:17.936375rem;height:3.8983125rem;top:134.56176757812rem;left:1.7510986328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayOLkN9ZrmgwT9Xb8qJTIo66885RcHda { width:14.375rem;height:2.598875rem;top:167.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWqJUQkoo1QtqTDnRXEQBrAgQRaKGsu8 { 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) { #GNwGachgHn0L3ToW6c156PVfVMHXMQwK { width:17.56225rem;height:2.6245125rem;top:187.875rem;left:1.625rem;font-size:0.9375rem;display:block; }#GNwGachgHn0L3ToW6c156PVfVMHXMQwK 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) { #wGHEHcD22Dv1kE9PI0IHS7FyfJsPkL2B { 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) { #JT4FUdmUnUBGL1GbTV3k71mgEDzclzTC { width:18.561375rem;height:7.974875rem;top:215.6875rem;left:1.5rem;font-size:0.875rem;display:block; }#JT4FUdmUnUBGL1GbTV3k71mgEDzclzTC 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) { #OXwcIzPmfF0ERI62K69hkE3z4dTmiauc { width:17.561625rem;height:3.8983125rem;top:194.81164550781rem;left:1.124267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mPgJ1TFrlWxCicBAidJF1loX8Z9rLE { width:18.374rem;height:1.13769375rem;top:214rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAEodl36L4eeuilDFT5ENz6wpmbLW7G { 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) { #CCKPuQxsuvVk0FmLlBBcvhtnBAlRiLps { 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) { #fAgP78k0VKdUqK2pT7ptDc1hGp75e1By { 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) { #KiwiZfKWMz4Rf0GP1hltheaCv0bSkw4S { width:12.312rem;height:2.598875rem;top:226.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdznQuxtdoC3vb6vvmZPiScFaeQukyIM { width:16.187125rem;height:2.598875rem;top:251.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKFECEGyDVArb6MPydnN9hrwySwPILa { 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) { #qTKqTVWfXWbyTN7OHcwmcPSQu3NkmiyF { width:18.2495rem;height:6.437375rem;top:271.875rem;left:1.75rem;font-size:0.875rem;display:block; }#qTKqTVWfXWbyTN7OHcwmcPSQu3NkmiyF 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) { #ednTiLZvqtVUzzsnDUXREGpH6hJI3Cf0 { 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) { #U0kQ7UdEtBNt82RA2TE5GGVX4mFg6UiS { 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) { #HgcrkEFiTGX8STlFWkD7kqQCma8vnf85 { width:15.1875rem;height:1.224975rem;top:300.75rem;left:1.625rem;font-size:0.875rem;display:block; }#HgcrkEFiTGX8STlFWkD7kqQCma8vnf85 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) { #VFd4WIW0ht2h7HI7n66XSqZnuSJp5sHL { 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) { #M3bSOJhH0n3rdPUMeovrtTSaZtZaI5z0 { width:13.186625rem;height:2.598875rem;top:282rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxKTwEdMeqgZlT8T0JFVLuWhiZgnDVFJ { width:17.124rem;height:2.598875rem;top:304.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWppXb3cXAEpvHZ4xm3cCHRAzcRZvoMR { width:16.5625rem;height:3.674925rem;top:322.625rem;left:1.75rem;font-size:0.875rem;display:block; }#cWppXb3cXAEpvHZ4xm3cCHRAzcRZvoMR 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) { #S3AISgf94iaZD6wALVpvHaZXdgGIBqAU { 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) { #xAxUGDdRhzBe3vTwxSJJu7CFlEML0Drx { width:0.125rem;height:0.125rem;top:207.9375rem;left:11rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #ddwdFnPXFePO4SwsrTkEnpJiSkPW38bO { width:13.75rem;height:13.75rem;top:45.608276367188rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTowPhppUKm0zSzmkTe1rTBzghcdf3w7 { width:13.75rem;height:13.75rem;top:74.41650390625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0aXgTZR8TqDthJGXADfS6Z62MlrayxO { width:13.75rem;height:13.75rem;top:108.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDg4mTqfOFT6aUe3iAr0XswoOnMsrIlz { width:13.75rem;height:13.75rem;top:171.37451171875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogqOpGZ2pXZtE4o0igZhvTHUix7w2US9 { width:13.75rem;height:13.75rem;top:231.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vnNfbgiCovaTNgFfpGcAWVDeSCzCfT { width:13.75rem;height:13.75rem;top:308.09753417969rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEzW99Rhu2bIcPSXc9BWDTLDhveOQ6v9 { width:13.75rem;height:13.75rem;top:12.908813476562rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McpEZ7DS7X49JKsNvIdTcupnUqOVOzdH { width:13.75rem;height:13.75rem;top:139.92248535156rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7dk96R66kCsQkXhLoZJkV3txg8ly2Ic { width:13.75rem;height:13.75rem;top:199.48486328125rem;left:2.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y36e2K49RGRElTFrtrW59VWzRT1ThQcU { width:13.75rem;height:13.75rem;top:255.79711914062rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF77uRcbW0ONU8G6hsF5JeVSG5BZgDJC { width:13.75rem;height:13.75rem;top:284.59777832031rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA { display:block; }#I8vPHCeTcdbhzdbWTHI4udQ0fPPmChMA > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVpiTFfsa2V5dkcXi6cgTG2z0bA6illD { 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) { #bJp8SytxzWk0RuZQs2xph4JqXUqmiVDP { width:14.4375rem;height:3.8983125rem;top:7.2662010192869rem;left:2.3122830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSPmz7nvK1xQIZZTufrxLHamrxEQxSTB { 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) { #bdKr4BP93wcs2M7loIiLnKkZmPm3xTaM { 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) { #nsm66LQvlbmgQIfK58TFzr1nRZ1ly1ZN { width:16.625rem;height:1.46179375rem;top:3.70361328125rem;left:1.312255859375rem;font-size:1.125rem;text-align:left;text-align-last:left;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #TpxtGLkQGM4X1qEPKrRnaBeCFTpNE5xz { width:13.75rem;height:0.0625rem;top:11.828914642334rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #syx9ocd95fhkDtN5AfN9NUrthURUuLbl { width:13.75rem;height:0.0615234375rem;top:58.016536712646rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePtsDeIVU0eOuyW7MT9p4eFZRBwMLyHx { width:20rem;height:2.5625rem;top:3.1412925720215rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlGAatNIy4Kxc3fJNmFM6VX3Gr7L1ol { width:20rem;height:71.875rem;top:1.828914642334rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilGphi7PKQdxs4BGuNKoi2zdz6VCD1RC { 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) { #BoZh7bQ5zoKaAwTDc4ndf5cOCxlypocN { 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) { #JKl9N2dCNHVfhGs0IgHZQHX3En1Dn440 { 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) { #WGQzLcq2uR2SJKOIKVJdbFJqIJrw7ekt { 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) { #Vv9FdHiE3cCWDvqSMSAKyxOrBk1IOXWB { 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) { #hcOLoSE4dnmL4r35D2FQGdZ0TpMPRbDl { 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) { #uZuEnUCM6w2sszUnTcagcA1Tiq0ilCi4 { 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) { #MCg0ooCwGN9PToyBgnvRIs5JQKAgorhk { 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) { #TE8qixt9a1iuF1DBgphrHDmsCwvobis3 { 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) { #ocqZBg3fL4xdLDGIGTsI60zyOiAsguXy { 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) { #SrdTyTZAm1nOT6g8ggwsKUKRgADe30RQ { 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) { #UuyHPcblz1uBa064AGphwETvIqRFNc28 { 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) { #PJvNsia58sN0Ns12kAxLIML9i1Z0TqBx { width:20rem;height:73.0625rem;top:1.828914642334rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #NqvRbQLq4xkflNZxsr8cgasXVWbffSmp { width:4.81228125rem;height:8.6246875rem;top:0rem;left:0.56206601858139rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #ZWzFLJFT59WbwN4MChuKfJ3LGbNtubr9 { 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) { #VB94NbiinptQwzZkb8n8lP93bWiZuiZN { 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) { #RZEIwXNwwaKIcKMuML6vgsJM8hcRsiC1 { display:block; }
 }@media only screen and (max-width: 763px) { #Omg4fVC4D7dmdyms83os7FTqBHtWTkIg { width:20rem;height:28.269550595867rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO { display:block; }#TyEpH8Vr0NJtJ45IHsFDK7upcLCSTbDO > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwPLsoK6TlLvFXC4OfVB0wcHgOTTgvKh { width:20rem;height:8.7290416666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6hw45B4EGE0czKbgwWfb6efF7gqSvpI { display:block; }#v6hw45B4EGE0czKbgwWfb6efF7gqSvpI > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1g7f9LBODe9s7bn0v1nR2zJhzMc8BAz { 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) { #pkOPJUCZWGpxJop9W3hyGuNWdVqTrm93 { 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) { #h9u5cM24iwx5wkJFnGRRPyqdXdGbL4fH { width:20rem;height:8.49975rem;top:18.749389648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG { display:block; }#rpLCPTrhCc3xfLHu4feT0iSe8ihPlmVG > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MuG0qchwmTGiS1Vu3LgTOVkA2VE33LgJ { 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) { #mfuvxZAEDoOuLTC2w3KvkCXZfqTEFM1u { width:20rem;height:17.125rem;top:11.749877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt2mqG9ethP5oe2Whhi4pSEaaT5ZGfIk { width:20rem;height:18.125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxQGvxuCBazglJbXg1MeXTc6IpaGoD3c { width:17.6875rem;height:1.29980625rem;top:13.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 { width:17.0625rem;height:2.44995rem;top:16.125rem;left:1.4375rem;font-size:0.875rem;display:block; }#VOEyfS2Tv9OMLBCrBzu1sBIn9v4NafE9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C { width:17.0625rem;height:3.674925rem;top:19.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }#HVEuqv6sTVgnAMIKaTk6Ifa4qF5vDe4C li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc { width:17.062375rem;height:2.44995rem;top:24.0625rem;left:1.5rem;font-size:0.875rem;display:block; }#gIESIZCSZ3D8v52UoAD7K5sLqgERLOGc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46255f754fb1b55cbf21eee7aa8ac8e1cd81e191.svg); }
 }@media only screen and (max-width: 763px) { #wmaU3xGNO7f1Tek252Xs61cxsFNTftQb { width:17.6875rem;height:2.598875rem;top:31.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk { width:17.0625rem;height:3.674925rem;top:34.25rem;left:1.25rem;font-size:0.875rem;display:block; }#hFBTJir8wKMsEsVkdsX62OCIZDAFvGZk 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) { #Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ { width:17.062375rem;height:3.674925rem;top:38.443603515625rem;left:1.21728515625rem;font-size:0.875rem;display:block; }#Ard23bUpiGyzHOEA7NThKAr1PKHXnxeJ 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) { #VBF33mRb9POR6taQa5gBq9rmFn0bfr3w { width:17.0625rem;height:3.674925rem;top:42.75rem;left:1.25rem;font-size:0.875rem;display:block; }#VBF33mRb9POR6taQa5gBq9rmFn0bfr3w 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) { #u3yaH32tc9OXMpfa4p63zfqACzzHZ5SD { display:flex;width:6.3745rem;height:6.3745rem;top:6.47705078125rem;left:12.788696289062rem; }
 }@media only screen and (max-width: 763px) { #boKmIl2FmDdRS7v0N708eKTq6lHTgTPL { display:block; }#boKmIl2FmDdRS7v0N708eKTq6lHTgTPL > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBPllEib3Bv3fZ18NV4NW7XchIp5BbvF { 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) { #EvJ93XAADfnpIRzg1IbFLzkXIbKUyFcM { 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) { #KkE5BD41NbXtLZ0MdtKwJ4KDvMV8kOpE { display:flex;width:5.499875rem;height:5.499875rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ { display:block; }#qm0B80WsS1ycN3Ov3R7H2Xgu2mLZLusQ > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvGrV3dpQhNklTCpvDBKRzKy1Fdcgtai { 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) { #vruL0LoZhdexwcN4WNqo2zgfHDJn8HL3 { 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) { #RwMIbUsJKLGaDy9XCz0K3R27IODHqdPy { display:flex;width:5.24963125rem;height:5.24963125rem;top:0rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka { display:block; }#M0GS1HB0EWeiPSPDx6bzsOSBWIJxEvka > .row .container { width:20rem;height:110.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBevkyfxSVQBp9CeqIkuhT8LToIaqWQ6 { 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) { #LXxPfITNFGdHJE0TNCih46iN3peMco0i { 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) { #sb8VuGq9hiVRtZ0SKPQfUQ9mqnfdIRQi { width:19.5rem;height:31rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7NRMqr46hAZsSwGq7OOBnSykeSrEkmd { width:19.5rem;height:20rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDhMkltZL93lDKIzWloNFdOsul9EgNhl { width:19.5rem;height:18.9375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3T8RXRFCmrOOtt4Xkarl9BzCzLTKrZ { width:19.5rem;height:23rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx9Dd31aedbVA1dQELolwgGqg7ZPZTQk { 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) { #AdNIwiNliOVLHb50eL5hwCZLtISMDrO4 { 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) { #a4ppaTXk36ann5gEL38igFqPkrpebppT { 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) { #bVdxCzzAT7x4hZeqe2RMAFB7X1bMTCeO { 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) { #kVAbflyGXgdErLTKps6dPMZqEBT4DAWc { width:6.1875rem;height:3.1875rem;top:8.1874189376831rem;left:1.03125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #o5OSz4Pz7w0hob8APScD2H4TCxrevKv9 { width:6.25rem;height:3.1875rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv4hQCHCIGtAkTPv5lJJIFfkIARA2GIi { width:6.375rem;height:3.1875rem;top:41.250082969666rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w008VAv8HGyRMWEW5f2cboZfbf6PJtOs { width:6rem;height:3.1875rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0wRwTDA7p9qhdD5alvJu1IDubJ1e8xv { width:20rem;height:28.323353293413rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x50r6r3uEDgTl7SwLnJ9KpWA4yTHuRdA { width:19.3125rem;height:16.3125rem;top:44.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTiPXF0Pxcm8rnDggPG7LdABxnbIsbVq { width:19.3125rem;height:16.4375rem;top:65.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkPhmzBDGJHs1sCquw1sqqyV7BdqWHBA { width:14.5rem;height:2.4375rem;top:32.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXgKHVc2XeJeRWyvoRQySwV4wVOTlyZv { width:14.75rem;height:2.1875rem;top:54.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpSn1I1RgncqsuS06CHzGLHmt2Mb4fiO { width:11.0625rem;height:3.125rem;top:68.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDyZQEA3hBU0nLoNWiPKAvi9cfVKI73 { width:6.75rem;height:2.1875rem;top:101.375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCZ3yn4Kz6Nx9ba3DWAq1hCfUUpqJ84L { width:18.625rem;height:19.1875rem;top:86.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy4KLZtu2a3Uz32K9xJMDmmUA89vSTTd { width:12.5rem;height:2.598875rem;top:90.0625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTbJ5TJdXDOVe5ZlNJQvTagTRTr0QpCh { width:11.625rem;height:3.75rem;top:89.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1zz7erJ6i39aJtyOmxNyL76BVZRUrB { display:flex;width:2.8125rem;height:2.8125rem;top:54.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RvXTv67UgynVrXmOSFWAXaKZ3nSsvIEW { display:flex;width:3.125rem;height:3.125rem;top:101.37504196167rem;left:9.3541669845581rem; }
 }@media only screen and (max-width: 763px) { #bsmMc5s8OZ6VrmQnve0zR6cVFWenTaq9 { display:flex;width:2.6875rem;height:2.6875rem;top:32.934245109558rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #Ra9ud7ov6yOdgvtE9MswtDtIT20icNZ2 { display:flex;width:3.125rem;height:3.125rem;top:68.916629791262rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #lKB44SZVWFTLCq2sKme29Lk1IDpixOkk { display:flex;width:3.3125rem;height:3.3125rem;top:92.4375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs { display:block; }#NKP9yhFKJ9pUKP3I3oitIcL6361hJKVs > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMVhQmZKfH5T5qcFC2rPVIvTN2NSxhDa { width:20rem;height:1.950075rem;top:3.87451171875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnuSv3I97CDq67KLzEyexECqZgXcvUo { width:20rem;height:1.19986875rem;top:1.937255859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-heading-text { font-size:1rem;height:auto; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 .accordion-desc-text { font-size:0.875rem;height:auto; }
#ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 { display:flex;height:auto;width:17.5rem;top:6.640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #dJ9DnBTM0zZEO21DEDE8ThSl2gCX1zFE {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #rd32xWRg1X2NrWN5bT391oB5mxB0woRK {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bOCTGTGCqqvtB6tWd5u8CuDMPaTw8LnD {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cV8lmlaDRoJwEMhM3FPSLQ3hvF7rIcb2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #ve1rQDTMOBtzRI5Lq8sx4QITWwZJywfO {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #p23Z1Itar1zdZO2tLnqECDVFv4Z7KBsg {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bcd97SyqbBm4pRgF42WNWRDfaOoPuGiB {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #nwTbtqdhPGrwS258BHuzhhBZxJDTTOii {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #fZzA2VlBJeXNqaMepPLhn2WMwzzKvcoi {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NxtrTt5C8Mn9P5s9gtWUhbVMap40eng2 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #E9uD8zkpDsVxZJsiiyz037Ut9s9AyJmd {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #cfQCe26I9VXGp00wvSU0KfL3dJanwHTv {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #i44ULHM8IEwTgG6l9p9zgoepBD6TyRm6 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #PbHW3wLT4fl3FdIPBGXcpJ0XcSuZQZhT {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #bV1w7ZERBifeVVNkBxHI8Qf5rZeKctCl {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #NyEATtBeHM3DUO4hMHd42uTxEkvc3MSw {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #LchMKiE690BLM7bPpzKnQNJHyqEEt99Q {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #RESFTO8VgFE4mEWqL2iPzK88O6RIVFLI {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #iu0Rh977bLIatZBES1pZNwRGXSPnpVqC {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #JuR6zNB6DWMH9MB5sgy6nG4W0gwk4ske {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #qKilSXUTilOXyykzGTKRMNXRlSLS4Mgz {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #xseW1e3FBW0thTNiWk9gr5X00UeSamJU {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #r27lwk6SOmeFnCrObUwzvUsWrhCL99B8 {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #XCipxTVr9iCWnmcpZObmTIyv2XGrHl2t {  }
 }@media only screen and (max-width: 763px) { #ctc6ZPc1Zqfwa4UpuS0f7SMouWhaH2b7 #kSDAblcNQqmXTqBmaXwKBm0oNQdrdpmr {  }
 }@media only screen and (max-width: 763px) { #yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw { display:block; }#yo0WgigmLEtKtLV0DcnJzdTTxB97t9kw > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR95m1rv29umVFK4anZZJ7ETVVTL86gi { 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) { #Fy0OGUFKRLQieGgq309fSCHwPDQvBJwU { 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) { #UVvQxZfczLVM5qiWKQTXutnqpHPXgNml { display:block; }#UVvQxZfczLVM5qiWKQTXutnqpHPXgNml > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUgnuOgWGprSEebDTVZb6fRf0DKA5hTc { 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) { #xyCL2bmdieIOQuKIE6B3ZOyUOnLmNL13 { 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) { #vhCzF2gdraSn4gE5Pu6pWTFsokNTg7Vp { display:block; }
 }@media only screen and (max-width: 763px) { #sWhZnaS1ALZseR9TP4fJr8uQ4foHneVu { width:20rem;height:11.124875rem;top:12.46337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { background-color: transparent; background-image: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row > .video-iframe-container { display: none; }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .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); }#LoOLmObNTiBg3pJe6DLsBuvvpk9aqMGi > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qD1ZoNvmQBN8lP3Dx3U6oKTg8HVLTZCx { width:20rem;height:6.396475rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icJCRQoRciaxwBcJbBnCADieFgzcG8d9 { width:20rem;height:2.80029375rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQo5r6OftaXUuP0bp80ASyRmfbd7valV { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:6.75rem;display:block; }
#TQo5r6OftaXUuP0bp80ASyRmfbd7valV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:9.84375rem;display:block; }
#p9bkxPc3V9C4SLOQfQN9PdN2iSdT72T5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mJhQgZNkUKbtedCubLw2B1JOwG9UekzU { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:12.625rem;display:block; }
#mJhQgZNkUKbtedCubLw2B1JOwG9UekzU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gp6XPT7oFVDbyM234w1f09gokCWZFFdc { width:12.6875rem;height:1.40014375rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWlq1BufsR5LMNWN1CQD5C4aXWh7QE87 { width:12.6875rem;height:1.40014375rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WItcT1sfkSD1pTQLAPSAlNdEesp7HMkK { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#H8ymKVnvtmlX2s4LTLVT1Vdpvp80HPyQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }