.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:244,217,229;--color-primary-1:217,129,168;--color-primary-2:179,3,80;--color-primary-3:90,2,40;--color-primary-4:27,0,12;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d466eb2c-32ca-4227-ba6c-5d2b7ce1637a/landingzaparcia8.png");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae.adaptive-delivery-prevent-bg, #FLTH3ETKEKITPuDoD4ny4hedqIgS42ae.lazyload, #FLTH3ETKEKITPuDoD4ny4hedqIgS42ae.lazyloading { background-image: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container { background-color: transparent; background-image: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container > .video-iframe-container { display: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row > .video-iframe-container { display: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .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); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container { border-width: 0; border-radius: 0; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;overflow:visible;position:relative;display:block; }#ETv0qAvrSmIB9NT1ULvC1OMZlgysap4a { color:rgba(var(--color-primary-4),1);display:block;width:45.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:7.4746125rem;font-style:normal;display:block; }
#D93p08sFrQk4r781oK30xf4AO304DUCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:17.9375rem;left:0rem;height:3rem;display:block; }
#MpS40p1IT3zUPwn4T20fR9Md6eQ1DolZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:4.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:30.3125rem;left:0rem;display:block; }
#FNConUlw7kt9Feo84AwxhPFT86IA8SXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxO6usNPMC4eGTHpZCJG1MTC7OQwVBck { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.9985625rem;width:27.7485625rem;top:4.3759765625rem;left:41.1875rem;overflow:hidden;display:block; }
#mHSFxcKDbzWwlutddkM1PE7xm3EF2OzU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74.125rem;width:67.5rem;display:none; }
#rdBuXXu7XR8JqxzCsZqV5uUdQrg6F3tN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EOFsLHsg1eiXa3vJ9vEDfgsfE99rsDRR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:26rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#oeofO9QadHL9ALnyltTtOwBePxLstKhW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:1.29980625rem;display:block; }
#MonDi6lGD3s4TTWEU1dR9OTJ6A57XetN { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:24.6875rem;top:2.0729141235351rem;left:46.6875rem;overflow:hidden;display:none; }
#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 { 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; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row .container { background-color: transparent; background-image: none; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row .container > .video-iframe-container { display: none; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row > .video-iframe-container { display: none; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .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); }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row .container { border-width: 0; border-radius: 0; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#kmtE1C2RaeFOHwvG1I2sAMeSSona2W7D { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.875rem;left:3.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dxtTBOLlVSduwzK0mNcIlxW0dHz6fyBu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#F8eF0zorFDuBdgFtmbFmrNfhSXsbwfqU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:17.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MVod8dbDKB657SABkqqwEFMUSKyewmoD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8125rem;left:17.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tndzSkTJfPvQH40ppvr9JN5ookhlwb6F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:31.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ZBS7hc2O9wh4fv1B4BkD7XQgaIVzTVkg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8125rem;left:31.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a3ggKsV5wFTiCaoyZNXv67ESrwJXlyKP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:45.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#O6wsxfG0TN3Og4Wsz7JbM1sEytTk75Jv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.875rem;left:45.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Me07FRLd8bNlBmuic9MhmJOblXW1Taxh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.0625rem;left:59.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hsmWTCqPuZwLl40sqgALZAViEBdLcrgq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:59.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hetJOLC1ZUFTTtUho5MT0bu2xbalTttq { 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:15010;opacity:1;top:5.3125rem;left:7.9375rem; }
#RQhFp9lUh30cDJapc36eesuOh7WMc8Au { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:7.0625rem;display:block; }
#AbXwExzDwyVf3W6lb1dfvr8H3XhEkaWJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.8125rem;left:21.75rem; }
#qq6f6WhMpWVvU5tPcgPSuHIthBTI5KMS { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:21.1875rem;display:block; }
#Ddnd2AvPEXe0DaepOzhOUTDzWWuL90PA { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:35.125rem;display:block; }
#ZTKGSDqx1KQNoipnOQ1y8AzH8O5KP2Ao { 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:15014;opacity:1;top:5.3125rem;left:35.9375rem; }
#OEuKBZMozmR58iMSACmMhnENkbdJ7tos { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:49.1875rem;display:block; }
#gSbrSWL0Ip2naQXO9EV5CWC8iKDCq0R0 { 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:15016;opacity:1;top:5.0625rem;left:49.875rem; }
#tKrGDKaSJgsu98MpcGgLDhhpXxbJ9eyX { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:63.1875rem;display:block; }
#epxOBx6d14SH0KL1txm8LpEo3P3qTJCh { 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:15018;opacity:1;top:5.0625rem;left:63.875rem; }
#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row .container { background-color: transparent; background-image: none; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row .container > .video-iframe-container { display: none; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row > .video-iframe-container { display: none; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .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); }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row .container { border-width: 0; border-radius: 0; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row .container { font-size:0.875rem;font-family:kalnia;height:62rem;width:75rem;position:relative;display:block; }#CGbGabxE1edzL1So5vMUtsv2U2PXhmU4 { color:rgba(var(--color-secondary-4),1);display:block;width:73.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.3750295639037rem;left:0.96875rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKtVqL4fUHV1TMPKk3JVRvePEcT9h4Fy { color:#000000;display:block;width:37.3736875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:11.562530517578rem;left:18.809898376465rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ln8rbBmdM3gPuMk45JKMroEwg9BlZoC0 { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.8750295639038rem;left:18.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaBt0xDtJBX5FacTKCFm6LVKp18o3FeJ { box-sizing:content-box;height:15.5rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:21.1875rem;left:51.5625rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#SzQ1S2ASrpZwFrJwPk7Ikzgbq3SUCd38 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:23rem;left:53.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QTnpfqqiSHOCuZOeMSd8F8naVkzyG37x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:23rem;left:27.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hgmCHvWcQM60kWC0N47kRQH0niUJFqDB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.0625rem;left:27.625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ElyB6HqiMEnCv7m1y5MmJZZ3vnP1Mlm6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:26.9375rem;left:53.3125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ue013z9DCblkzpLWkxNb1WIIIiebNRgD { box-sizing:content-box;height:15.5rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:21.1875rem;left:25.8125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#DJ660KsALbRROkWGGFL4DlxaVS4w6kcr { box-sizing:content-box;height:15.5rem;width:23.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:21.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#iSr896x6KEiMXilb431eye2VCcZtnOOt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:26.9375rem;left:2.0625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZHKGsLZWrll0uBhoK2vtVZzAvMHfRwDV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23rem;left:1.875rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N9vBAotHvTiQmSMKdZ85wzxsGUqvkcNU { box-sizing:content-box;height:15.5rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:39.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#e4qW1i2OaLdkaXh84SuksQXS90JWKceD { box-sizing:content-box;height:15.5rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:39.5rem;left:25.8125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#i5TUhtIu3LJwJ41GcZaJoT49MkgrNCQv { box-sizing:content-box;height:15.5rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0.3125rem solid #b30350;border-right:0;border-bottom:0;top:39.5rem;left:51.5625rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#CvX2A3lQX3recHWU2ApK254giwlSbSpH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:41.375rem;left:53.0625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HapnA9cZ6zXI3MQ4UhstW9HEmAW33vqp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:41.375rem;left:27.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L3M4QoygnyF0tRe6CTm88VyT44GQ0EZz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:45.3125rem;left:53.3125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MvyyNk0EJNH4fBvhKzfXy2sF9hQ0Sa6i { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:45.3125rem;left:2.0625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zszcxSuxKKUVevTH58LTc8yOqIbqS7zM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:41.375rem;left:1.875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUrTyAwU2nCm8hpDVd8kVCGbrnMKtuvl { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:45.5rem;left:27.625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row .container { background-color: transparent; background-image: none; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row .container > .video-iframe-container { display: none; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row > .video-iframe-container { display: none; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .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); }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row .container { border-width: 0; border-radius: 0; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row .container { font-size:0.875rem;font-family:kalnia;height:49.25rem;width:75rem;position:relative;display:block; }#adD1OCHPku7dh8rR6IWZuwbmDJGTf0Jx { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:42.25rem;left:12.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IQCMoIeIRthczwnVAOlbQPpuVcCxvwun { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.6875rem;left:18.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eX2TxnzP0cR5NCXbRlaXPHBPX4X5QxAG { color:rgba(var(--color-secondary-4),1);display:block;width:45.4986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.87239074707rem;left:14.747398376465rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gbkFSVCJ4Hc17dBo15g1tmWidq3snw20 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.435899734497rem;left:15.873579025269rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D0y1NSsJgbFRREGglXq27y69h3NKTaWc { box-sizing:content-box;height:5.625rem;width:19.6244375rem;position:absolute;display:block;z-index:15006;background-color:rgba(241,236,230,0.5);background-image:none;top:24.5rem;left:27.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;display:block; }
#CdsmX004unOoO36yhL12h7i7yCgmXmss { box-sizing:content-box;height:5.625rem;width:19.6235625rem;position:absolute;display:block;z-index:15007;background-color:rgba(241,236,230,0.5);background-image:none;top:24.5rem;left:48.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;box-shadow: none;display:block; }
#BatV4HUaQcL2mPCWBLlBM3Nq9ePN9LMP { box-sizing:content-box;height:5.625rem;width:19.6235625rem;position:absolute;display:block;z-index:15004;background-color:rgba(241,236,230,0.5);background-image:none;top:24.5rem;left:6.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;display:block; }
#GgfJHvGgBm8DTdlMSt59DcSzU8vgMCt0 { box-sizing:content-box;height:5.625rem;width:19.6235625rem;position:absolute;display:block;z-index:15010;background-color:rgba(241,236,230,0.5);background-image:none;top:32.0625rem;left:48.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;display:block; }
#LJAae9WcULKTC3HTP0IeEZPUFdiIG9lx { box-sizing:content-box;height:5.625rem;width:19.6244375rem;position:absolute;display:block;z-index:15009;background-color:rgba(241,236,230,0.5);background-image:none;top:32.0625rem;left:27.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;box-shadow: none;display:block; }
#ZLvtE7gJ8XhyAkWtHxBGMdevkQIxEUaT { box-sizing:content-box;height:5.625rem;width:19.6235625rem;position:absolute;display:block;z-index:15010;background-color:rgba(241,236,230,0.5);background-image:none;top:32.0625rem;left:6.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: none;display:block; }
#XROJGLcpUgFDFQcdhMXZugDOoFstIQfV { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:25.75rem;left:13.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cLtrsd4fD4qJuU1Bnu3TdTfl2UfrGmup { color:#ffffff;display:block;width:3.37446875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15007;line-height:.9;letter-spacing:0;top:24.5rem;left:7.3125rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fkngTIlaZQtMhwbhRTJV0htcyTA8FLTU { color:#ffffff;display:block;width:3.37446875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:24.5rem;left:28.75rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D6ArDV4o8w2hSB4L07zTeWhOT9Qi471S { color:#ffffff;display:block;width:3.37446875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15009;line-height:.9;letter-spacing:0;top:24.5rem;left:49.875rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hFwAyTnK9mkFWFGuLOJfzWikvWfFhfgE { color:#ffffff;display:block;width:3.37446875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:32.0625rem;left:49.8125rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kUItt1X12nIVvpF6xQLnfB69ofd7laSq { color:#ffffff;display:block;width:3.37446875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:32.0625rem;left:28.6875rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pSIS7UNU2KcvTFT3cxTdGOQiZESZqwPX { color:#ffffff;display:block;width:3.37446875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15010;line-height:.9;letter-spacing:0;top:32.0625rem;left:7.25rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cDh7aopHaMtDHbcbhFETuqHVZ2v3sZtq { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:25.75rem;left:34.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHKTHgfcMvLPupeTLQ26i4qXuh1MKmxW { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:25.75rem;left:56.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xLOdxHxWMg4FwygTgi9mmWTentiTw8Df { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:33.3125rem;left:34.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cxsmcc6Itg1m0QehvDUFAKovG6UzOzc4 { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:33.3125rem;left:56.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vRs8pfJdXRue4pEG2JoIEp8tMmFwW76y { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:33.375rem;left:13.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tw3mIPq49xsQQk253X7IT4i0d1REXemK { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:34.8125rem;left:56.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cdc6XB4KSmDE1k2TeT8QKmWtppDlN6gJ { color:rgba(var(--color-primary-2),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:34.8125rem;left:34.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uye6huTNwQsUQns0rtlVxvcbkNJ8BWTO { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:34.875rem;left:13.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTKJO3m5UsWMWsK7cx9svl3mZ3TDK6x5 { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:27.3125rem;left:13.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P2AfX9aI7HxhTlJo9XBZ6wBWzkQF1930 { color:rgba(var(--color-primary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:27.25rem;left:35.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vnmDoJdOLmfADN0mRI0Ufey4SenbrNCb { color:rgba(var(--color-primary-2),1);display:block;width:9.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:27.25rem;left:56.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row .container { background-color: transparent; background-image: none; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row .container > .video-iframe-container { display: none; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row > .video-iframe-container { display: none; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .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); }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row .container { border-width: 0; border-radius: 0; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row .container { font-size:0.875rem;font-family:kalnia;height:34.6875rem;width:75rem;position:relative;display:block; }#opLkydrSAeGzDh7uy7uyyyr6UR9tRXND { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.125rem;left:3.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TA3R1MM19cmsnr4uA60zTRI3uTFXZcqt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.125rem;left:40.6875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGFfCKEeTCefotmOr01RTe5IoFJTEN0O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.125rem;left:59.6875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Du4RumgpkTTTXT3Fu80q2w9nMyqRbmoE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.625rem;left:21.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J76pB5shXhC3JuEHMx1LgkgOOSeXINbz { box-sizing:content-box;height:13.8125rem;width:16.875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:14.625rem;left:0.9375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ai93yTZEPPIWfA4HrLXu6TietPmTsXOH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57.25rem;width:50.75rem;display:none; }
#i6EfJR7ciTsaFVIGchxD4gOrPTf4S2bR { box-sizing:content-box;height:13.8125rem;width:16.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:14.6875rem;left:19.75rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#eXHnyRWTkvE2OGTqhX7CuSHW2Dm39TX6 { box-sizing:content-box;height:13.8125rem;width:16.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:14.625rem;left:38.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#HIwlmMPudRWfEaKOsQCpRA4kLu6NbwNc { box-sizing:content-box;height:13.8125rem;width:16.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);top:14.5rem;left:57.25rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#Dq6TaT9fXttUNCZBOApDl4uT2LJVFLtJ { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:4.375rem;left:18.875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eb4iZSxDDTzpe51dVlz1NBxRklmrNPID { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:6.75rem;left:14.8125rem;height:2.000325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h8Gq6zzMKKfUs65pxaeItaci4w4u0Wo9 { color:#000000;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.875rem;left:18.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row .container { background-color: transparent; background-image: none; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row .container > .video-iframe-container { display: none; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row > .video-iframe-container { display: none; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .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); }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row .container { border-width: 0; border-radius: 0; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;position:relative;display:block; }#HVF6Jhd65tctvdUHuyiAcNRlg3Ck1dJQ { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.9375rem;left:8rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#mqdAGHhWIarowKtQXpAwr8iF08RVxmWx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:17.5625rem;left:12.125rem;height:1.5999375rem;display:block; }
#FeIh47zdiBLwQGGfUusQG8cKBWFWWQTk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:20.3125rem;left:12.125rem;height:6.3984375rem;display:block; }
#Bu6IT9mNo31KeZqKIJUR75FQQfktBfP5 { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.5rem;left:18.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#boWR9BLPrSP99R6iM2CWs3N8Zsp6hDmZ { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:7.875rem;left:14.75rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ti9VQi4NkVayZBVJv6ErtgD9M37sS4iy { color:#000000;display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:10.9375rem;left:15.9375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mdSe3G3GJy4CKb6smqrVHKIOJyHvpUFz { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:15.9375rem;left:38.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZpC4wWrA4hWqkxvJOG6s1qJXgZhlJv2V { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.6;letter-spacing:0;top:17.5625rem;left:42.75rem;height:1.5999375rem;display:block; }
#SheViJnlwar0bWE1q0Wia8KVSWkTccbA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:20.3125rem;left:42.5625rem;height:6.3984375rem;display:block; }
#N6nW79FOqbS8z44xeBoD1ATXsfFHVqIH { box-sizing:content-box;height:12.5rem;width:28.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.9375rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VLo1Nutn5SNichpclrItIwmpaL1DU5Nx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:33.8125rem;left:12.125rem;height:6.3984375rem;display:block; }
#Fab81b6NgVoT2TmZBAKgbrQChr4950lB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.6;letter-spacing:0;top:31.375rem;left:12.125rem;height:1.5999375rem;display:block; }
#WIcZpsNoK5hGE1u6VeGf0TzEdQuHHG77 { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.875rem;left:38.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rpIll76z5Hpp6qb4J8RTxht3rqQ62sC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.6;letter-spacing:0;top:33.8125rem;left:42.75rem;height:6.3984375rem;display:block; }
#EoFr2kkObxwOB8IFXG03GdV1R6et3Xso { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.6;letter-spacing:0;top:31.3125rem;left:42.75rem;height:1.5999375rem;display:block; }
#wfGV2uw6FzWcT7XbGVbFwTo76THVOdAt { box-sizing:content-box;height:12.5rem;width:28.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.25rem;left:8.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DckWPZsTBrFvmkMczZzzPq5mhVJFKC4s { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.6;letter-spacing:0;top:48.9375rem;left:12.125rem;height:6.3984375rem;display:block; }
#gGTLinHWqmcToi1nSTrazuXTps23aAQV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.6;letter-spacing:0;top:45.9375rem;left:12.125rem;height:1.5999375rem;display:block; }
#uCTngIDy7QAQX0bqvcxSOX4eeargmRgp { box-sizing:content-box;height:12.5rem;width:28.4375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:44.25rem;left:38.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dTJdDaNNQZIH2qCKDk0WnhEq8O1c7mdc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.6;letter-spacing:0;top:45.8125rem;left:42.75rem;height:3.19921875rem;display:block; }
#KkntzvlvQSPHMP2Tfv8hZKTmCCBcTHZO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.6;letter-spacing:0;top:49.75rem;left:42.5rem;height:4.798825rem;display:block; }
#UxnAytvF59ZMKGUI05Tvo0aLlAuGQk5p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:17.25rem;left:9.3125rem; }
#fKM4MEXLG2clOryqdSbXcWEuu7UcoikT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:31.3125rem;left:9.0625rem; }
#DB6WGBkrrXmtF154UqKg2cB8GwOFF11b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:45.75rem;left:9.0625rem; }
#ZbyTNfT1H6ekHWsk1DoiUDkU4thWAohp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:17.25rem;left:39.6875rem; }
#m665tRCwF9JPmtxIWU5RqA8EgBPGyAmH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:31rem;left:39.625rem; }
#CAm80i8Wxz8ACF58MOewV3gBOKHFUwEE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:46.0625rem;left:39.6875rem; }
#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK { 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; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row .container { background-color: transparent; background-image: none; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row .container > .video-iframe-container { display: none; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row > .video-iframe-container { display: none; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .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); }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row .container { border-width: 0; border-radius: 0; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row .container { font-size:0.875rem;font-family:arial;height:137.1875rem;width:75rem;position:relative;display:block; }#WohUbOq3NJaREqabTyCirpcgAaDZ9B9T { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:5.6875rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gqa3PFqelUZxTl69GU10W4he4uOZSMLW { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:8.1875rem;left:0rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rDwTpTGso0vphkHbiscfc5zbCDFQXZ5I { color:#000000;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WP2H2yGdQxAmcgz8nZ0K1CFeeg10gUUX { box-sizing:content-box;height:20.375rem;width:66.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:16.75rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gV385b00enB0dzbtUIpk7Oq0c5gWxt74 { box-sizing:content-box;height:2.125rem;width:8rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:3.3125rem;display:block; }
#Un3hTJX2KIqpwwLSrPNVZrVghA090IuK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.6;letter-spacing:0;top:19.25rem;left:12.6875rem;height:1.79980625rem;display:block; }
#ykoft6Kv4N0KSMvmaUQWFPL8asbKFHhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.6;letter-spacing:0;top:21.1875rem;left:12.6875rem;height:1.5996125rem;display:block; }
#O7yDK74GNfczKSbJsBBIfJiU17Ld15XK { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.6;letter-spacing:0;top:19.4375rem;left:4.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EATBLRHH4OGtZEtufW4SOpFDsppLUK1k { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:25.25rem;left:4.6875rem;height:7.8125rem;display:block; }#EATBLRHH4OGtZEtufW4SOpFDsppLUK1k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EATBLRHH4OGtZEtufW4SOpFDsppLUK1k li:before{  }
#xHBnahEJ6OEJuTIxKBbPnV2AadDNGTqU { box-sizing:content-box;height:20.375rem;width:66.125rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:39.375rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kXoavBhhc9VvMozxS9OVPqBbKd6f3cOW { color:rgba(var(--color-tertiary-4),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:47.9375rem;left:4.6875rem;height:7.8125rem;display:block; }#kXoavBhhc9VvMozxS9OVPqBbKd6f3cOW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kXoavBhhc9VvMozxS9OVPqBbKd6f3cOW li:before{  }
#DlZJKDQsqMwy6Dy386xoCTOENOT4e5mw { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.6;letter-spacing:0;top:43.8125rem;left:12.6875rem;height:1.5999375rem;display:block; }
#g7J04OBaMJQ7WcMKXuos3TnV1zm96Qrp { box-sizing:content-box;height:2.125rem;width:8rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.6875rem;left:3.3125rem;display:block; }
#b7FGooy6cz4hRyigEMtyPTvwgm3fF542 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.6;letter-spacing:0;top:41.875rem;left:12.6875rem;height:1.79980625rem;display:block; }
#o1fb0lX9hMUVt2NfVzCtqyLpw4T3CSSb { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15061;line-height:1.6;letter-spacing:0;top:42.125rem;left:4.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Zic5s2OTyybsXJtxVUadVHHV3W00DdXX { box-sizing:content-box;height:20.375rem;width:66.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:62rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hZJHSwpCy97azRTqrLvSymafHLfafFA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.5;letter-spacing:0;top:70.5625rem;left:4.6875rem;height:9.4375rem;display:block; }#hZJHSwpCy97azRTqrLvSymafHLfafFA2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hZJHSwpCy97azRTqrLvSymafHLfafFA2 li:before{  }
#ox5z28PsGDm8rLZexUmgvJJWJ2dTacmu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4994375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.6;letter-spacing:0;top:66.4375rem;left:12.6875rem;height:1.5999375rem;display:block; }
#aPKUVVIuBufasWUGorOLr2MzTJluWtrb { box-sizing:content-box;height:2.125rem;width:8rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15061;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.3125rem;left:3.3125rem;display:block; }
#F8g3ApdRF8hPohxEDPd9VXCDuoALUxAy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.6;letter-spacing:0;top:64.3125rem;left:12.6875rem;height:1.79980625rem;display:block; }
#L78f58AVlPaqws3wvhDrTVgH3NKQRAo8 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15068;line-height:1.6;letter-spacing:0;top:64.75rem;left:4.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ku6WBTCdhdugnQnqu7Zz66voP5gJggth { box-sizing:content-box;height:20.375rem;width:66.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:84.3125rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#koKTT0yHuvC3RkWlo9wWsuNmKbsGQpnp { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.5;letter-spacing:0;top:92.875rem;left:4.6875rem;height:7.8125rem;display:block; }#koKTT0yHuvC3RkWlo9wWsuNmKbsGQpnp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#koKTT0yHuvC3RkWlo9wWsuNmKbsGQpnp li:before{  }
#l6sZLNlz5ONzmVUc7kPGJ8yTaSDipZrk { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.6;letter-spacing:0;top:88.75rem;left:12.6875rem;height:1.5999375rem;display:block; }
#yBfEEIVPy9X7r7lmKWlepF0CU4qimr1I { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.6;letter-spacing:0;top:86.8125rem;left:12.6875rem;height:1.79980625rem;display:block; }
#XypvJb04xcpPTCi5No8RXiGq4GNHheFa { box-sizing:content-box;height:2.125rem;width:8rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:86.625rem;left:3.3125rem;display:block; }
#HG46iZAk4kTOE40Lxcceu4tNhBFMTXR4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15075;line-height:1.6;letter-spacing:0;top:87.0625rem;left:4.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sNnkBE3k3FzW8bfIg0fUG7vEcV4RtVGi { box-sizing:content-box;height:20.375rem;width:66.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:107.375rem;left:0.6875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#UH83WIvJEiDLesiiqAIsK0X5pIoNnSuV { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.5;letter-spacing:0;top:115.9375rem;left:4.6875rem;height:7.8125rem;display:block; }#UH83WIvJEiDLesiiqAIsK0X5pIoNnSuV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UH83WIvJEiDLesiiqAIsK0X5pIoNnSuV li:before{  }
#T40GlLmRDiuNgLpmV1e5FZb0yvVg5EZh { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.6;letter-spacing:0;top:111.8125rem;left:12.6875rem;height:1.5999375rem;display:block; }
#UGNHlLJ4AhJwKHrIh3elOV61FDBHdIlx { box-sizing:content-box;height:2.125rem;width:8rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:109.6875rem;left:3.3125rem;display:block; }
#Dr4HIuONfeTaRIhbJ0CeSNTc4OG70mBw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.6;letter-spacing:0;top:109.875rem;left:12.6875rem;height:1.79980625rem;display:block; }
#bSfaVvK2un6TwlvJmuRCEKOJP2fiwxcM { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15082;line-height:1.6;letter-spacing:0;top:110.125rem;left:4.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Tr7pzBHIacfFnINI4Nzyo7zqcDwTnovS { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6245rem;width:25.374375rem;top:19.062499046326rem;left:48.87451171875rem;overflow:hidden;display:block; }
#tIhrNH8a2tufcFxru8ycyu9bOJPt1FhL { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:25rem;top:41.125rem;left:49.0625rem;overflow:hidden;display:block; }
#pTZxSqw4gbXzCyP9K5rLFBZPEZGVkLQH { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:24.3125rem;top:64.375rem;left:49.75rem;overflow:hidden;display:block; }
#nrMwGnaB6Sw6fmOTNbLIpS1uydkihfO6 { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:23.9371875rem;top:86.25rem;left:49.75rem;overflow:hidden;display:block; }
#TX6BzZVtU749kG7eub9guFqZWXodA2Iz { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4998125rem;width:24.3123125rem;top:109.375rem;left:49.5625rem;overflow:hidden;display:block; }
#vm3K1IIi6vNMskiRuO4RWCrOXIu3bPzM { box-sizing:content-box;height:7.4375rem;width:66.1875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:107.375rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#wTssyeecOEvcr884ZNgdFBCVEn7xd1nT { box-sizing:content-box;height:7.4373125rem;width:66.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:84.3125rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#SR0lFb0oTzviTsTqX3aPZ0I0nv0fU4Ut { box-sizing:content-box;height:7.4373125rem;width:66.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:39.375rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#ky4tnriSTllxLx9NU6pTkHeUlsR6va4U { box-sizing:content-box;height:7.4373125rem;width:66.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:62rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#maaua1CtTqzIHNywBIEnSplRS2euplch { box-sizing:content-box;height:7.4365rem;width:66.1875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:16.75rem;left:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row .container { background-color: transparent; background-image: none; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row .container > .video-iframe-container { display: none; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row > .video-iframe-container { display: none; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .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); }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row .container { border-width: 0; border-radius: 0; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row .container { font-size:0.875rem;font-family:kalnia;height:58.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#bNNP3wOB3OQbQJCdx2ARMIJTxaaElut0 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:16.625rem;left:5.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A8fB5vV2Eyme3X0dJbKNqdOlAJP7IvqB { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:16.625rem;left:40.375rem;height:1.50035625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#veFGTE2Eb5bkqImQIXndltTeMngUig5W { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:20rem;left:5.125rem;height:25.5rem;display:block; }#veFGTE2Eb5bkqImQIXndltTeMngUig5W li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#veFGTE2Eb5bkqImQIXndltTeMngUig5W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67dc6abc1ae165720b51a5fb34f69278.svg); }
#HFAhk0wovdAcTb1NgNq8xtdo74ZZDpF4 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:20rem;left:41.3125rem;height:27rem;display:block; }#HFAhk0wovdAcTb1NgNq8xtdo74ZZDpF4 li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFAhk0wovdAcTb1NgNq8xtdo74ZZDpF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9c87fb1219570450d039e4cf48c2c03.svg); }
#qNgumReyybpOhVLRCX3qTQSCPnLTeS43 { box-sizing:content-box;height:35.875rem;width:34.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.4375rem;left:2.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;display:block; }
#sqzdq2fLL8sTa2hOFhoH4twh9ZTtBQe1 { box-sizing:content-box;height:35.8125rem;width:34.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5rem;left:38.75rem;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; }
#vOooHRCwbTPqlxwU5f1QTsNfD3Mgzih3 { color:#000000;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:9.25rem;left:18.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nO05CcIIM3IaozVicUkWNofbEmmvb5ys { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:6.125rem;left:14.75rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rdAODxI0xUHMcvaDP1AmSTCxAm6Rh08z { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:3.75rem;left:18.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row .container { background-color: transparent; background-image: none; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row .container > .video-iframe-container { display: none; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row > .video-iframe-container { display: none; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .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); }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row .container { border-width: 0; border-radius: 0; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#UPoNN1sRhUUcc8qTnqv5qigyeMbSLKr2 { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.875rem;left:18.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJ4tIiPVPqrLfPoh8L55Ny8pA1wESb8O { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:6.25rem;left:14.75rem;height:2.000325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mtl0S0FFwmKT6eVtpb5F3cqGJWBa0vdD { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.375rem;left:18.8125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUd7mTpBCTBecvqSa0u3sNDwBaKrx0X5 { box-sizing:content-box;height:30.625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:7.5rem;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; }
#kPL48P4XOCZswL3H0GWZc0KWKT37hwyb { color:rgba(var(--color-primary-2),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:19.6875rem;left:10.6875rem;height:1.50035625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ER2DWqFqNQZSVOG57GW9DINNOyL1iig1 { color:rgba(var(--color-primary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.875rem;left:10.6875rem;height:21rem;display:block; }#ER2DWqFqNQZSVOG57GW9DINNOyL1iig1 li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ER2DWqFqNQZSVOG57GW9DINNOyL1iig1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ded811cb1307c4280462e935ff0bf9fbbfd3eb81.svg); }
#THvCRbi5UTN8aZ6XVhSuzSAr0OJNvu13 { color:rgba(var(--color-primary-2),1);display:block;width:23.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:19.875rem;left:38.625rem;height:1.1254875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PthqseV6zCyp9LIGR2tb5O4zTcnynoRf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.062375rem;width:27.5621875rem;top:23.0625rem;left:38.625rem;overflow:hidden;display:block; }
#BJX5yvnXBUJm12VlmI5naiAlDe5Mw4yc { box-sizing:content-box;height:26.749875rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:18.25rem;left:37.4375rem;display:block; }
#Q8u8bJTCdKmMRpU8yh5QKwayZ55bJo9G { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.187rem;width:17.187rem;top:35.53271484375rem;left:56.93701171875rem;overflow:hidden;display:block; }
#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth { position:relative;display:block; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth { background-color: transparent; background-image: none; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .row .container > .video-iframe-container { display: none; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .row > .video-iframe-container { display: none; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .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); }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth { border-width: 0; border-radius: 0; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .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; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vRPT8c25R365lAp0pPEvtgxnIAmtKh71 { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:4.5625rem;left:18.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FClm0NUIxnW2T9fTFBrcTVzbhVWkmt35 { color:rgba(var(--color-secondary-4),1);display:block;width:53.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:7.5rem;left:10.875rem;height:2.000325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nPG964pdbSmXmy3DRBU5qe4cX51yvfUR { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:21.9375rem;top:12.375rem;left:15.04150390625rem;overflow:hidden;display:block; }
#RpLTpucDqCEgqhzme4Ik0lLoVUCOQmWP { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:23.0625rem;top:12.375rem;left:36.91650390625rem;overflow:hidden;display:block; }
#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 { position:relative;display:block; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 { background-color: transparent; background-image: none; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .row .container > .video-iframe-container { display: none; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .row > .video-iframe-container { display: none; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .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); }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 { border-width: 0; border-radius: 0; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .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; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:284rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R8CfyAb12pCgo1eDDCCs0AsT7FLfdtAC { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:3.625rem;left:18.8125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VV8omv0ZU4qPCPhwDZwRAVQzy5cTEd2N { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:6rem;left:14.75rem;height:2.000325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rOkFRee9pG3QQBCm1SLXeS0y6OSO1JEx { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:9.125rem;left:19.90625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqTrCUnHnnTiF741wW3ZzgT0fLD6ESHe { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15057;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.4375rem;left:9.0625rem;display:block; }
#nOhFGXfT8P61PBRGgITfcOVgiNcWAo5o { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5623375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15083;line-height:1.6;letter-spacing:0;top:17.9375rem;left:9.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JJNDTWG2e2tXXbDZDDOGd4hiF6t88FXr { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:20.75rem;left:12.25rem;height:3.25rem;display:block; }
#Lab6R6RdGG3ia3ipcc0XeCRhwJarlHvT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15085;line-height:1.5;letter-spacing:0;top:24.6875rem;left:12.25rem;height:9rem;display:block; }
#ViwdDgrzKoBvK1OD9v6QWM0zUrBfQq9A { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15090;line-height:1.5;letter-spacing:0;top:46.875rem;left:12.1875rem;height:7.5rem;display:block; }
#laIM8yqfMBspZr1emboqEmBfCxK6lv30 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:44.375rem;left:12.1875rem;height:1.625rem;display:block; }
#sPdTRJWFBrlu4JqTbrot4gue9oOBPZWL { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5rem;left:8.75rem;display:block; }
#dBvRFdh5m16hyPu6O2x9MR8t907ODf5T { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15093;line-height:1.6;letter-spacing:0;top:41rem;left:9.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SH61XbnbUTEZ6SNt90qMisbdCB7v5bIw { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:70.625rem;left:12.1875rem;height:7.5rem;display:block; }
#RK7cMXiG80uswFxxyfNxpTsO6ZdktGop { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15095;line-height:1.5;letter-spacing:0;top:144.1875rem;left:12.1875rem;height:9rem;display:block; }
#Sv1BxvI7SnT2GccFonOfmXFNo1wOcyP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:141.25rem;left:12.1875rem;height:1.625rem;display:block; }
#SCrHK3ol5Tim1tqc5uqLd19reptSznTN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:68.125rem;left:12.1875rem;height:1.625rem;display:block; }
#isgIJni6aSxQ1swaX9ypDozK6HNrAkPR { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15072;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.25rem;left:8.75rem;display:block; }
#QzPBQpQIrvMlai53giBFUS0Gx4aih12d { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15103;line-height:1.6;letter-spacing:0;top:64.75rem;left:9.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Jf0g96T7fMmIcvn45OKfPTG5bbwAJT0G { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15067;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:137.375rem;left:8.75rem;display:block; }
#JGrtFfJFokIu75dL1a8lH2sIc6b510hn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15093;line-height:1.6;letter-spacing:0;top:137.875rem;left:9rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#omLU41GyPXq00PBOpEUgdlsMp2VFpTgW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.5;letter-spacing:0;top:94.6875rem;left:12.5rem;height:6rem;display:block; }
#qArMwPXLumZaEKcrcMrVUKXpcL551zg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15106;line-height:1.5;letter-spacing:0;top:168.0625rem;left:12.5rem;height:7.5rem;display:block; }
#zZhCm5F4TG7ZeIeu8oyIfUmanZXVrhxa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:165rem;left:12.5rem;height:1.625rem;display:block; }
#omBWgsh7UZcxTlx8pBme6Hku9u7r2zzS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:92.1875rem;left:12.5rem;height:1.625rem;display:block; }
#LpD4oA4iRh6hJvhsBu3Ue0sI2AtnZ5Zc { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.3125rem;left:9.0625rem;display:block; }
#DkDDRJzcksDMKDPaJ1TUx0TpbcVFnlk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15114;line-height:1.6;letter-spacing:0;top:88.8125rem;left:9.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TXMv1Pagu096Fi8gQniCz7kItK14AThK { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15078;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:161.125rem;left:9.0625rem;display:block; }
#X3OECTHcTyLKkI8VFdEggugb5z3dlgbN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5623375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15104;line-height:1.6;letter-spacing:0;top:161.625rem;left:9.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MQdaAndyOTmo87o1oKhFlKbniJDEqC7i { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.5;letter-spacing:0;top:119.375rem;left:12.1875rem;height:7.5rem;display:block; }
#zAHFTqdLrGvhreoAyktsEFxT20gLLS8O { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:193.25rem;left:12.5rem;height:7.5rem;display:block; }
#S73qxusv0AiAQ6ZKCoEf6E7FXzTwxfG8 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15116;line-height:1.3;letter-spacing:0;top:190rem;left:12.5rem;height:1.625rem;display:block; }
#D2BZd1dXQ0DhuzBEfN3qOdmfNsKl71XA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:116.875rem;left:12.1875rem;height:1.625rem;display:block; }
#hlMqQZ5Bv3rBFLrPTkHh25A25THIlScV { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15094;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:113rem;left:8.75rem;display:block; }
#ExPryzZRGtwPOBzpnTuS7uQZUUnCQMg3 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15125;line-height:1.6;letter-spacing:0;top:113.5rem;left:9rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DMPTX6kTDM4P9CkULsXLNdf2TmOvtSE6 { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15089;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:186.125rem;left:9.0625rem;display:block; }
#TuRT7B8skqsA1aTuwsdABIqZo29Ktubd { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15115;line-height:1.6;letter-spacing:0;top:186.625rem;left:9.375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oyrcvLP6TGccdkHxkpu75aKqCAoVzpF4 { box-sizing:content-box;height:17.0625rem;width:50.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:18.6875rem;left:10.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#BB10V2gxhx2FhGCdtz5sNauWXO3Xo3nQ { box-sizing:content-box;height:17.125rem;width:50.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:42.0625rem;left:10.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#MUCobgT8IzQGtJHfOd24C48CLrpsn565 { box-sizing:content-box;height:17.0625rem;width:50.9375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:138.625rem;left:10.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#LT3n0FRdgmMNBGrVNXN6NEBbFuFPyAEs { box-sizing:content-box;height:17.125rem;width:50.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:65.5625rem;left:10.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#nC4nh2KbSKRDlWJCVc5O3JDzgmaLVWeS { box-sizing:content-box;height:17.125rem;width:50.9375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:89.625rem;left:10.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#blnessDHsmr3HZab9wivfeGTmhWHZwJE { box-sizing:content-box;height:17.0625rem;width:50.9375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:162.375rem;left:10.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#V8IdUMhz4T5OJgZVMNuoghDvrC1TeGFT { box-sizing:content-box;height:17.125rem;width:50.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:114.3125rem;left:10.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#TSkJx83Ha6b3MzOVvprev6wxi0BAPZZ2 { box-sizing:content-box;height:17.0625rem;width:50.9375rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:187.375rem;left:10.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#SK8r01eSkI5OWAxTd9MasBlGhaMD6ZZ3 { position:absolute;display:block;z-index:15126;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6230625rem;width:31.6230625rem;top:10.0625rem;left:42.0625rem;overflow:hidden;display:block; }
#g9A21whoh5RpqQ5ObiFHTcRoPkRJuhc6 { box-sizing:content-box;height:17.0625rem;width:50.9375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:212.5rem;left:10.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#vZlLUNrDg1qeNg2EuTvPPoLHcbUZVZt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15123;line-height:1.5;letter-spacing:0;top:218.375rem;left:12.75rem;height:9rem;display:block; }
#rqxRHyTwnxNqbq0pIzOwTnQED29erNan { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:215.125rem;left:12.875rem;height:1.625rem;display:block; }
#TDqVbDHo3o9HPgrpyLqzGu8OyMyfbPAw { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15095;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:211.25rem;left:9.0625rem;display:block; }
#lNOsFU1VtyDlAvAmUUKMQGlH5dkItRW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15121;line-height:1.6;letter-spacing:0;top:211.75rem;left:9.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#clUsus6pkiErBvwtSNQKMmTfIITQcHoT { box-sizing:content-box;height:17.0625rem;width:50.9375rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:237.25rem;left:10.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#fODcuv7wcbl1tJTcAhOo7S4R43QkOeDg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15128;line-height:1.5;letter-spacing:0;top:243.125rem;left:12.75rem;height:6rem;display:block; }
#adTOduoCI6QQpHmc2CIr5y8CztzDe6ck { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:239.875rem;left:12.875rem;height:1.625rem;display:block; }
#rWJVxTl2vQJklBdn6vRmhKQ9MGDPeo0P { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15100;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:236rem;left:9.0625rem;display:block; }
#xS65DVg2dXpTbqCMAqr29VGHLOgWO8aq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15126;line-height:1.6;letter-spacing:0;top:236.5rem;left:9.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#t8uWdZRAT2ZKR3PLG3Ex4vL7yO12aLCK { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0605625rem;width:25.0605625rem;top:208.5rem;left:46.3125rem;overflow:hidden;display:block; }
#X8AHg863peT0fOF4bCtuFD36y6tpM1E8 { position:absolute;display:block;z-index:15128;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:27.75rem;top:186.625rem;left:45.375rem;overflow:hidden;display:block; }
#LIWKd1ziA5r8AFJF1SB3bBymJKQ0t9Lx { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5615rem;width:25.5615rem;top:159rem;left:46.0625rem;overflow:hidden;display:block; }
#ccUJpCwK7KrpSrhXDRoKpceA2XnH1gLf { position:absolute;display:block;z-index:15128;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:26.3125rem;top:108.625rem;left:44.625rem;overflow:hidden;display:block; }
#eHhgu39xbTcNsqfCTARG0hv2TvdnlU1z { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.124rem;width:23.124rem;top:40.5rem;left:46rem;overflow:hidden;display:block; }
#p9gTelZstLZNQ4mF2rTgtSWZcScpnlID { position:absolute;display:block;z-index:15128;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:28.625rem;top:65.4375rem;left:41.75rem;overflow:hidden;display:block; }
#qSiS7hyNyn8R345yCcotDOf1OIDcr6QZ { position:absolute;display:block;z-index:15129;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.2495rem;width:30rem;top:88.0625rem;left:42.0625rem;overflow:hidden;display:block; }
#drEDv9yG3hacoa1EQOJyHteJm3k8MwwS { position:absolute;display:block;z-index:15129;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:31.8125rem;top:137rem;left:43.1875rem;overflow:hidden;display:block; }
#A8X7k6uAKyJ7EDtt2dm151ySiI21NM0u { position:absolute;display:block;z-index:15128;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:28.125rem;top:236.5625rem;left:44.5625rem;overflow:hidden;display:block; }
#hmQPBXJuGLl5dOZXCTdJemP0BTxvOsOG { box-sizing:content-box;height:17.0625rem;width:50.9375rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(90deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(90deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #f1ece6, #ffffff);background-size:auto !important;top:261.125rem;left:10.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#cFAHMQ6yy0hcZ8fen3P2UUMXlntTafwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15134;line-height:1.5;letter-spacing:0;top:267rem;left:12.75rem;height:7.5rem;display:block; }
#tufLo8TfnBehVZXIPKSxrhJ34nCnHt8i { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15133;line-height:1.3;letter-spacing:0;top:263.75rem;left:12.875rem;height:;display:block; }
#SLsKtNQq2UxHJFwCW186BqIInizG1eE1 { position:absolute;display:block;z-index:15134;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:27.4375rem;top:260.43750524521rem;left:44.5625rem;overflow:hidden;display:block; }
#LibNEAT8v8LWBii0MyaTq5m15NrPyrTA { box-sizing:content-box;height:2.3125rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15106;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:259.875rem;left:9.0625rem;display:block; }
#AXSIzBm1h4zgMAmTso3gehfv99Cq51Pl { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15132;line-height:1.6;letter-spacing:0;top:260.375rem;left:9.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP { 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; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row .container { background-color: transparent; background-image: none; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row .container > .video-iframe-container { display: none; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row > .video-iframe-container { display: none; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .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); }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row .container { border-width: 0; border-radius: 0; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#WKokzUrlaCMTTZ1Z4RGnuAfgqMiqCoue { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:3.125rem;left:14.75rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tafx6hW3apUmIMDt5IaJ02yglQs39zW4 { color:#000000;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:6.25rem;left:18.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ul8uCRMyw4dcoQEfIoG9kk1zUbLNxwth { box-sizing:content-box;height:3.375rem;width:23.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:12.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid rgba(var(--color-secondary-2),0.3);border-left:0.125rem solid rgba(var(--color-secondary-2),0.3);border-right:0.125rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.3);box-shadow: none;display:block; }
#g0PItsHCgZhBqeTGhwqVSvENEvtJ15RT { color:rgba(var(--color-primary-4),1);display:block;width:19.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.3125rem;left:2rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EsCkh90I9WRU2vn8eUSlEmnvV1HSpzW5 { box-sizing:content-box;height:40.5rem;width:23.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:15.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.21) ;display:block; }
#EbfVPaqDJuEceea81IHgS4xKVw5aoTb0 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:18.5625rem;left:2rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPNcXOyXzkOl1qHoXu3GiaygWIJyMuk2 { color:#000000;display:block;width:9.87425rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:21.4375rem;left:2.3125rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OP2iPDzNU6IcgN0sh5rsm8zFQUHRHFQT { color:#41ad49;display:block;width:12.37425rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.4375rem;left:9rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mt3yRSn8d1rezMDk8yBZPuThKbSA9me4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9985625rem;height:3.3745125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:49.75rem;left:1.9375rem;display:block; }
#kDwzcJZFm6SSFbx13IGvMWXWGoBAsZwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uirt3Om7bOJp7QEMIDxXuWqEC2XXlfbs { color:#000000;display:block;width:18.24825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.625rem;left:3.375rem;height:22.2836875rem;font-style:normal;display:block; }#uirt3Om7bOJp7QEMIDxXuWqEC2XXlfbs li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#uirt3Om7bOJp7QEMIDxXuWqEC2XXlfbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e6b02d62cfc15f3b513bd1e2ee0341956f19e6f.svg); }
#HtPA9huN6MwnEFvE1pFAVPbC3Un4QtHM { box-sizing:content-box;height:4.3125rem;width:23.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.25rem;left:51.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#Ugm7SOs5J9Cm7ZEEaZ9isuiwCipqzrBi { color:#ffffff;display:block;width:19.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:13.3125rem;left:53.125rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#di8mGMnbumWuLRCPxFTTQtcdq8R3V3Ae { box-sizing:content-box;height:39.9375rem;width:23.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:15.8125rem;left:51.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#APh4gHagdgQkxefTiBZgq0NLOedbOpGb { color:#000000;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:18.5625rem;left:53.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDRrkHeUxyi5Uc9Cquv6PDXGlZ0kWG1i { color:#000000;display:block;width:19.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:21.4375rem;left:48.4375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytHBGiuScgMmnp3JRghctfOSfHBKXSSn { color:#41ad49;display:block;width:12.68675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.4375rem;left:60rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLTMxJ5n35WVOa3pTtA13wlgeBIUzW9z { color:#000000;display:block;width:18.24825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:25.625rem;left:53.9375rem;height:22.2836875rem;font-style:normal;display:block; }#oLTMxJ5n35WVOa3pTtA13wlgeBIUzW9z li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#oLTMxJ5n35WVOa3pTtA13wlgeBIUzW9z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e6b02d62cfc15f3b513bd1e2ee0341956f19e6f.svg); }
#g5PWowAJXXTQ4iWQs1fZJUIb1dQyTtBR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9985625rem;height:3.3745125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:49.75rem;left:53.1875rem;display:block; }
#aNpv2KEeCJhoQNax8mSiqHgbzB9loMy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezf1k9kFC69FkbPFqZBgcPJ38T29kni4 { box-sizing:content-box;height:48.9375rem;width:24.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;top:10.25rem;left:25.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.1875rem solid rgba(var(--color-primary-2),0.6);border-left:0.1875rem solid rgba(var(--color-primary-2),0.6);border-right:0.1875rem solid rgba(var(--color-primary-2),0.6);border-bottom:0.1875rem solid rgba(var(--color-primary-2),0.6);box-shadow: none;display:block; }
#Uqw4W42nNTPT1WgkuBn6WxsL466HAB8t { color:rgba(var(--color-primary-2),1);display:block;width:19.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:11.25rem;left:27.5625rem;height:1.4624rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pQ5HuyoL1zscAOt7AHEw8hP9NAlxX1E3 { box-sizing:content-box;height:41.75rem;width:24.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.875rem;left:25.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#VTaD0vu1vs3NCbDTA7QD1AJmrqrw5R7z { color:rgba(var(--color-secondary-0),1);display:block;width:19.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:18.5625rem;left:27.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhIAUmPx0MORy9zkly5GTCebUL0MGPzV { color:#ffffff;display:block;width:19.872375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:21.5rem;left:21.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e3hNTKQIQOTFpn0UqPirgTT1z5gkWPEX { color:#60e852;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:20.4375rem;left:35.75rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMJMO8v24FBUbamzPCstGSaeBJUCcD6L { color:rgba(var(--color-tertiary-0),1);display:block;width:18.2465rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:25.625rem;left:28.375rem;height:22.2836875rem;font-style:normal;display:block; }#KMJMO8v24FBUbamzPCstGSaeBJUCcD6L li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#KMJMO8v24FBUbamzPCstGSaeBJUCcD6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_105fed15073cd81509d523e26f603622b1595a09.svg); }
#IoptFvPsrbxAzcKVSzFm4TGmkmalpL4T { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9975625rem;height:3.3732125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:49.75rem;left:27.5625rem;display:block; }
#FzZmGzt966HTxZzVN1b5kVN5QQJSziBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTZnRAnuMTV2XToezNScgbmDczqUdpTG { color:#000000;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:18.1875rem;left:52.5rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vthzk2kqPGBRuH9mMXcXe2GHtFzWqCqU { box-sizing:content-box;height:4.875rem;width:23.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:54.5rem;left:51.125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#fqSu5cOmMnAxLuAfi7gk8XBR2KE8iTLN { box-sizing:content-box;height:4rem;width:23.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:55.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.125rem solid rgba(var(--color-secondary-2),0.3);border-left:0.125rem solid rgba(var(--color-secondary-2),0.3);border-right:0.125rem solid rgba(var(--color-secondary-2),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.3);box-shadow: none;display:block; }
#VHr9ECw3mUEAdbRhlscpdSgFHyFFUvJN { color:rgba(var(--color-primary-2),1);display:block;width:22.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:57.0625rem;left:26.3125rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UflVbVQDVDoKPZItmtzAysUUZWE8J8P8 { color:#ffffff;display:block;width:23.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:56.9375rem;left:51.375rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#apqGJW5oT4lBZBaBH3XrCPTkvdORlXpc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.875rem;left:27.5625rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KVXlkoDTUvuu9US2AyKktnvAFylkEo86 { color:rgba(var(--color-primary-2),1);display:block;width:19.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:16.3125rem;left:53.125rem;height:1.13720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV { position:relative;display:block; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV { background-color: transparent; background-image: none; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .row .container > .video-iframe-container { display: none; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .row > .video-iframe-container { display: none; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .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); }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV { border-width: 0; border-radius: 0; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .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; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S513TbnzW59Z5RW37InRSwMdvKqSRzlR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.812rem;width:16.437375rem;top:18.1875rem;left:5.25rem;overflow:hidden;display:block; }
#DZTidBEtT4XXnSQf2oXyJEJnDKkTIq7y { 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:30.5615rem;width:23.8115rem;top:19.4375rem;left:48.9375rem;overflow:hidden;display:block; }
#vnKWRcTF3SNEO30gfa3IKkSr1K2RZE6Z { 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:33.687125rem;width:17.437125rem;top:16.25rem;left:27.4375rem;overflow:hidden;display:block; }
#TSHMtdqdvX0tAGUBMIoTnKOXrdRyyK6V { box-sizing:content-box;height:40.625rem;width:19.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.875rem;left:3.375rem;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.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#NqWBoCy1JbNaqGQEftktuD1SxNHbeags { box-sizing:content-box;height:40.625rem;width:25.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:14.875rem;left:48.125rem;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.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#leNLJwZ595MQdSzOdds1ZOOb8rk2P9PT { box-sizing:content-box;height:40.625rem;width:20.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:14.875rem;left:25.625rem;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.1875rem solid #bbbbbb;border-left:0.1875rem solid #bbbbbb;border-right:0.1875rem solid #bbbbbb;border-bottom:0.1875rem solid #bbbbbb;display:block; }
#t9UoyKraXZcBRIXzp0v5cPBvKaovIbIe { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#f3f3f3;background-image:none;top:23.9375rem;left:5.25rem;display:block; }
#ZxFsMJD2r1RoiiXnJtl3EORn0ZdvZpcb { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:27.125rem;left:5.25rem;display:block; }
#ZvULAhs90pPskKZoFx0ihuHg4pHQ6EXO { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#f3f3f3;background-image:none;top:30.125rem;left:5.25rem;display:block; }
#lwepMgC9NJ9nPEsknwNhaO00JiCwLOkt { box-sizing:content-box;height:1.25rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;top:33.3125rem;left:5.25rem;display:block; }
#WS1Wgdxv5zkgDMdwQN6K437D9NrUWoCO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.999025rem;width:17.624rem;top:48.625rem;left:4.625rem;overflow:hidden;display:block; }
#LgOd8lr59ezAfTeZhAk2Ig1qtNFvM7Rs { box-sizing:content-box;height:3.25rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:51.375rem;left:3.9375rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#F9IVTSha8F89QcZM4QmzcqGCBZuSQ1uc { box-sizing:content-box;height:4.0625rem;width:18.6875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:38.875rem;left:26.6875rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#oLFiBiCvF29OhZhFr83sSWn4cct15Bpa { box-sizing:content-box;height:3.5rem;width:23.4375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:39.125rem;left:48.9375rem;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;display:block; }
#lGtwutie2kVSDnszG1EoncDkLTLc3zK6 { 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:15014;opacity:1;top:43.6875rem;left:22.6875rem; }
#rvBfoaqJKBD3BKWipTHiGGe0tDNAncGe { 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:15015;opacity:1;top:36.3125rem;left:45.8125rem; }
#n1nPRWflBuqRDW4aMc4CRX39F9KbGZb0 { color:rgba(var(--color-secondary-4),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:6.3125rem;left:16.59326171875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xXJmRUI7kTkAdTL9OD61Md41UhKbeZLe { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:4.125rem;left:17.71826171875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz { position:relative;display:block; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz { background-color: transparent; background-image: none; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row .container > .video-iframe-container { display: none; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row > .video-iframe-container { display: none; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .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); }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz { border-width: 0; border-radius: 0; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EDklrT8kubhZveftgF7r6W3GAlST1oPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:18.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PapZu8Fe9zmrUtaiCwOGIX1T5X2DvmLi { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:24.75rem;top:2.0729141235351rem;left:46.6875rem;overflow:hidden;display:block; }
#RVDVMkhrOP6ihVmVLN6zDqMHhRTB1Rw4 { color:rgba(var(--color-primary-2),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:3.375rem;left:0rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RcRavDVPSRW4Sn5NUrGQKxG60h0TQXFh { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:5.8125rem;left:0rem;height:2.000325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V73PCUUCEl6OvKNtqdMh951d4VTpP0OO { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F4N888afAXk5W7ieShPpCxshCE8tRVRJ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d466eb2c-32ca-4227-ba6c-5d2b7ce1637a/landingzaparcia8.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ.adaptive-delivery-prevent-bg, #F4N888afAXk5W7ieShPpCxshCE8tRVRJ.lazyload, #F4N888afAXk5W7ieShPpCxshCE8tRVRJ.lazyloading { background-image: none; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row .container { background-color: transparent; background-image: none; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row .container > .video-iframe-container { display: none; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row > .video-iframe-container { display: none; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .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); }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row .container { border-width: 0; border-radius: 0; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row .container { font-size:0.875rem;font-family:kalnia;height:47.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .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; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .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; }#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-trigger.adaptive-delivery-prevent-bg, #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-trigger.lazyload, #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-trigger.lazyloading { background-image: none; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h { box-sizing:content-box;height:auto;width:65.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.71875rem;left:4.5625rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #HNWeuKQex7zrTSqPNRkdGe4NBJNcToaW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #ZLR0r4z1hyCOsaba1OCi8N7zQqgcA8gz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #ic5TX12htZhfesKBs9ignGNbFpqmhf8k { display:block;position:relative; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #GOIHl2PKeqNaWCWg331LvJMzpux22AuO {  }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yDt47NUGb29FDaD1iyTZxI3X93oXkFfZ {  }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yXMFZs8VGanIPOywImKqp7P4BCnJEyyl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yqWKfaTv5VpGIsa8ez8S0BZmVBbmXoiu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #Q11FGXCWbshr4hBaZsNpA4WNTmyaeoa6 { display:block;position:relative; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #i5CF8DpgcOuTFdZCeuFTrhcLWIwMNoiS {  }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #VsvzTMS514dZk1ByNauR4sTpXN2mVSlW { display:none; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #WrCMMHDOXxRA6Hyr6PHbRgOKyE3kEqhT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #uv0bFPVELNEH0wtfSqQ33iS7zqc0SyKR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #pThmT3RfziwWWQAF3rSuUP46Slwe4W4B { display:block;position:relative; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #q5wvVP5ZlHMmTVbGI1Twy0f9i8r2qd5A {  }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #muaweRhEod7EeZQ7HLeQWPWPrpRwvSSC { display:none; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #TVzl19DhRwQTgeNVNNtVUOIywwapOo4u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #pG5AhUwp18dnd9QrNrNTfWrXTdDPKn9E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #a8HC1w7tluV9FeeV1VXfvGzoDuUMB749 { display:block;position:relative; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #RO7LhmXPTnxsiPOrBQzQn93wWnK116uk {  }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #qq5GPxISSF885KAm5zcM2aSJeadfHpKz { display:none; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #dFDzgBuI9aF9XcAvG2N3ohqJRoNyAwFr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #zS4a4hErLAfir1kALIgwLJm8BEq8PTCG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #fycfgxKtRXvXTAcDdQReEAtwmEzlSAMk { display:block;position:relative; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #NT8mLmvOp0R43cpyvXVXBkb9r4a5VP4g {  }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #f7ggtI5u85qk35pBGq8RNa8Zt366o8Bt { display:none; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #fDMaRWRoymVVl4ty4vsTkeHkENJy0Eft { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #MrWvHQiiCfMhNC9uyfKTQNwzhgGLw4nC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #rlTnL8vNTgIHOB8sQBWk4qA0RutgHCuo { display:block;position:relative; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #hB5JG6wnbot2dqfbAmUo19iwmQB0KZJp {  }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #wp7kzOqPBq7vFANi6669qhOhXJwFbvC4 { display:none; }
#VLXRtOWWO2reyQnkP2xvyU0btCQC26qD { color:rgba(var(--color-secondary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:6.5625rem;left:15.75rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row .container { background-color: transparent; background-image: none; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row .container > .video-iframe-container { display: none; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row > .video-iframe-container { display: none; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .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); }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row .container { border-width: 0; border-radius: 0; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#xw2tkwnCQmSLnLaJ6epVUP1QTvH7p7x3 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.354166625rem;height:3.291666625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.375rem;left:22.8125rem;display:block; }
#LcNBJnJ1SGvKZJEddff0XGlWkGWo6Fcn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBNU2ZTHn8wn7RQAGWneGk0TVp59dTm2 { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.875rem;left:20.6875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kHWqEaA5TgSWlTCq9NzZ8aelTK58qVdJ { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:11.0625rem;left:18.8125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row .container { background-color: transparent; background-image: none; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row .container > .video-iframe-container { display: none; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row > .video-iframe-container { display: none; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .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); }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row .container { border-width: 0; border-radius: 0; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#mLrc7MW0MMArk3EFSmIXUsI6oi8lzBoy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#DiI2fDqN63Tq5mamHwZcHN89EaJUURQf { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;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; }
#Ji7XoplmIUxPdZfH5ATzJ8B1b9cvBRPG { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QbtrIcgnT3eUpzLnCmb1ZytV1Qi0Mmas { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FLTH3ETKEKITPuDoD4ny4hedqIgS42ae { display:block; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETv0qAvrSmIB9NT1ULvC1OMZlgysap4a { top:9.625rem;left:0rem;width:45.5rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D93p08sFrQk4r781oK30xf4AO304DUCJ { top:17.9375rem;left:0rem;width:39.8125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpS40p1IT3zUPwn4T20fR9Md6eQ1DolZ { width:25.6875rem;height:4.5rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNConUlw7kt9Feo84AwxhPFT86IA8SXK { display:block; }
 }@media only screen and (max-width: 763px) { #lxO6usNPMC4eGTHpZCJG1MTC7OQwVBck { top:4.375rem;left:20.0625rem;width:27.6875rem;height:38.912743650009rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHSFxcKDbzWwlutddkM1PE7xm3EF2OzU { width:47.6875rem;height:52.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdBuXXu7XR8JqxzCsZqV5uUdQrg6F3tN { top:24.125rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOFsLHsg1eiXa3vJ9vEDfgsfE99rsDRR { top:26rem;left:0rem;width:26.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeofO9QadHL9ALnyltTtOwBePxLstKhW { top:6.875rem;left:0rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonDi6lGD3s4TTWEU1dR9OTJ6A57XetN { top:2.0625rem;left:7rem;width:24.75rem;height:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dN10XJoHKIgbIw2T090OQvtleDy6Qt68 { display:block; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmtE1C2RaeFOHwvG1I2sAMeSSona2W7D { top:9.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxtTBOLlVSduwzK0mNcIlxW0dHz6fyBu { top:11.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8eF0zorFDuBdgFtmbFmrNfhSXsbwfqU { top:11rem;left:3.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVod8dbDKB657SABkqqwEFMUSKyewmoD { top:9.8125rem;left:3.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndzSkTJfPvQH40ppvr9JN5ookhlwb6F { top:11rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBS7hc2O9wh4fv1B4BkD7XQgaIVzTVkg { top:9.8125rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ggKsV5wFTiCaoyZNXv67ESrwJXlyKP { top:11.0625rem;left:31.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6wsxfG0TN3Og4Wsz7JbM1sEytTk75Jv { top:9.875rem;left:31.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me07FRLd8bNlBmuic9MhmJOblXW1Taxh { top:11.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmWTCqPuZwLl40sqgALZAViEBdLcrgq { top:9.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hetJOLC1ZUFTTtUho5MT0bu2xbalTttq { top:5.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQhFp9lUh30cDJapc36eesuOh7WMc8Au { top:4.5rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbXwExzDwyVf3W6lb1dfvr8H3XhEkaWJ { top:4.8125rem;left:8.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq6f6WhMpWVvU5tPcgPSuHIthBTI5KMS { top:4.3125rem;left:7.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddnd2AvPEXe0DaepOzhOUTDzWWuL90PA { top:4.5rem;left:21.5rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKGSDqx1KQNoipnOQ1y8AzH8O5KP2Ao { top:5.3125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEuKBZMozmR58iMSACmMhnENkbdJ7tos { top:4.5rem;left:35.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSbrSWL0Ip2naQXO9EV5CWC8iKDCq0R0 { top:5.0625rem;left:36.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKrGDKaSJgsu98MpcGgLDhhpXxbJ9eyX { top:4.5rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxOBx6d14SH0KL1txm8LpEo3P3qTJCh { top:5.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 { display:block; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGbGabxE1edzL1So5vMUtsv2U2PXhmU4 { top:7.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKtVqL4fUHV1TMPKk3JVRvePEcT9h4Fy { top:11.5625rem;left:5.1848983764649rem;width:37.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8rbBmdM3gPuMk45JKMroEwg9BlZoC0 { top:4.875rem;left:5.1875rem;width:37.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBt0xDtJBX5FacTKCFm6LVKp18o3FeJ { top:21.1875rem;left:24.3125rem;width:23.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzQ1S2ASrpZwFrJwPk7Ikzgbq3SUCd38 { top:23rem;left:30.8125rem;width:16.875rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnpfqqiSHOCuZOeMSd8F8naVkzyG37x { top:23rem;left:13.875rem;width:16.375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgmCHvWcQM60kWC0N47kRQH0niUJFqDB { top:27.0625rem;left:14rem;width:19.6875rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElyB6HqiMEnCv7m1y5MmJZZ3vnP1Mlm6 { top:26.9375rem;left:28rem;width:19.6875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue013z9DCblkzpLWkxNb1WIIIiebNRgD { top:21.1875rem;left:12.1875rem;width:23.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ660KsALbRROkWGGFL4DlxaVS4w6kcr { top:21.1875rem;left:0rem;width:23.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSr896x6KEiMXilb431eye2VCcZtnOOt { top:26.9375rem;left:0rem;width:19.6875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHKGsLZWrll0uBhoK2vtVZzAvMHfRwDV { top:23rem;left:0rem;width:16.6875rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9vBAotHvTiQmSMKdZ85wzxsGUqvkcNU { top:39.5rem;left:0rem;width:23.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qW1i2OaLdkaXh84SuksQXS90JWKceD { top:39.5rem;left:12.1875rem;width:23.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TUhtIu3LJwJ41GcZaJoT49MkgrNCQv { top:39.5rem;left:24.3125rem;width:23.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvX2A3lQX3recHWU2ApK254giwlSbSpH { top:41.375rem;left:30.8125rem;width:16.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HapnA9cZ6zXI3MQ4UhstW9HEmAW33vqp { top:41.375rem;left:13.875rem;width:16.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3M4QoygnyF0tRe6CTm88VyT44GQ0EZz { top:45.3125rem;left:28rem;width:19.6875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvyyNk0EJNH4fBvhKzfXy2sF9hQ0Sa6i { top:45.3125rem;left:0rem;width:19.6875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zszcxSuxKKUVevTH58LTc8yOqIbqS7zM { top:41.375rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrTyAwU2nCm8hpDVd8kVCGbrnMKtuvl { top:45.5rem;left:14rem;width:19.6875rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB { display:block; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adD1OCHPku7dh8rR6IWZuwbmDJGTf0Jx { top:42.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQCMoIeIRthczwnVAOlbQPpuVcCxvwun { top:4.6875rem;left:5.1871433258057rem;width:37.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2TxnzP0cR5NCXbRlaXPHBPX4X5QxAG { top:7.8125rem;left:1.1223983764649rem;width:45.4375rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbkFSVCJ4Hc17dBo15g1tmWidq3snw20 { top:15.375rem;left:2.2485790252686rem;width:43.4375rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0y1NSsJgbFRREGglXq27y69h3NKTaWc { top:24.5rem;left:14rem;width:19.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdsmX004unOoO36yhL12h7i7yCgmXmss { top:24.5rem;left:28.1875rem;width:19.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BatV4HUaQcL2mPCWBLlBM3Nq9ePN9LMP { top:24.5rem;left:0rem;width:19.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgfJHvGgBm8DTdlMSt59DcSzU8vgMCt0 { top:32.0625rem;left:28.1875rem;width:19.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJAae9WcULKTC3HTP0IeEZPUFdiIG9lx { top:32.0625rem;left:14.0625rem;width:19.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLvtE7gJ8XhyAkWtHxBGMdevkQIxEUaT { top:32.0625rem;left:0rem;width:19.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XROJGLcpUgFDFQcdhMXZugDOoFstIQfV { top:25.75rem;left:0rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLtrsd4fD4qJuU1Bnu3TdTfl2UfrGmup { top:24.5rem;left:0rem;width:3.3125rem;height:6.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkngTIlaZQtMhwbhRTJV0htcyTA8FLTU { top:24.5rem;left:15.125rem;width:3.3125rem;height:6.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ArDV4o8w2hSB4L07zTeWhOT9Qi471S { top:24.5rem;left:36.25rem;width:3.3125rem;height:6.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFwAyTnK9mkFWFGuLOJfzWikvWfFhfgE { top:32.0625rem;left:36.1875rem;width:3.3125rem;height:6.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUItt1X12nIVvpF6xQLnfB69ofd7laSq { top:32.0625rem;left:15.0625rem;width:3.3125rem;height:6.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIS7UNU2KcvTFT3cxTdGOQiZESZqwPX { top:32.0625rem;left:0rem;width:3.3125rem;height:6.75rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDh7aopHaMtDHbcbhFETuqHVZ2v3sZtq { top:25.75rem;left:21rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKTHgfcMvLPupeTLQ26i4qXuh1MKmxW { top:25.75rem;left:38.625rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLOdxHxWMg4FwygTgi9mmWTentiTw8Df { top:33.3125rem;left:21rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxsmcc6Itg1m0QehvDUFAKovG6UzOzc4 { top:33.3125rem;left:38.625rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs8pfJdXRue4pEG2JoIEp8tMmFwW76y { top:33.375rem;left:0rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3mIPq49xsQQk253X7IT4i0d1REXemK { top:34.8125rem;left:38.625rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdc6XB4KSmDE1k2TeT8QKmWtppDlN6gJ { top:34.8125rem;left:20.75rem;width:9.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uye6huTNwQsUQns0rtlVxvcbkNJ8BWTO { top:34.875rem;left:0rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKJO3m5UsWMWsK7cx9svl3mZ3TDK6x5 { top:27.3125rem;left:0rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2AfX9aI7HxhTlJo9XBZ6wBWzkQF1930 { top:27.25rem;left:21.4375rem;width:8.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmDoJdOLmfADN0mRI0Ufey4SenbrNCb { top:27.25rem;left:38.625rem;width:9.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN { display:block; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opLkydrSAeGzDh7uy7uyyyr6UR9tRXND { top:17.125rem;left:0rem;width:12.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3R1MM19cmsnr4uA60zTRI3uTFXZcqt { top:17.125rem;left:27.0625rem;width:12.6875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFfCKEeTCefotmOr01RTe5IoFJTEN0O { top:17.125rem;left:35.5625rem;width:12.1875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du4RumgpkTTTXT3Fu80q2w9nMyqRbmoE { top:18.625rem;left:8rem;width:13.4375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J76pB5shXhC3JuEHMx1LgkgOOSeXINbz { top:14.625rem;left:0rem;width:16.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai93yTZEPPIWfA4HrLXu6TietPmTsXOH { width:47.6875rem;height:53.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6EfJR7ciTsaFVIGchxD4gOrPTf4S2bR { top:14.6875rem;left:6.125rem;width:16.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXHnyRWTkvE2OGTqhX7CuSHW2Dm39TX6 { top:14.625rem;left:24.875rem;width:16.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIwlmMPudRWfEaKOsQCpRA4kLu6NbwNc { top:14.5rem;left:30.5rem;width:16.875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq6TaT9fXttUNCZBOApDl4uT2LJVFLtJ { top:4.375rem;left:5.25rem;width:37.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb4iZSxDDTzpe51dVlz1NBxRklmrNPID { top:6.75rem;left:1.1875rem;width:45.5rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Gq6zzMKKfUs65pxaeItaci4w4u0Wo9 { top:9.875rem;left:5.25rem;width:37.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 { display:block; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVF6Jhd65tctvdUHuyiAcNRlg3Ck1dJQ { top:15.9375rem;left:0rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqdAGHhWIarowKtQXpAwr8iF08RVxmWx { top:17.5625rem;left:0rem;width:20.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIh47zdiBLwQGGfUusQG8cKBWFWWQTk { top:20.3125rem;left:0rem;width:21.625rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu6IT9mNo31KeZqKIJUR75FQQfktBfP5 { top:5.5rem;left:5.1875rem;width:37.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWR9BLPrSP99R6iM2CWs3N8Zsp6hDmZ { top:7.875rem;left:1.125rem;width:45.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti9VQi4NkVayZBVJv6ErtgD9M37sS4iy { top:10.9375rem;left:2.3125rem;width:43.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdSe3G3GJy4CKb6smqrVHKIOJyHvpUFz { top:15.9375rem;left:19.3125rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpC4wWrA4hWqkxvJOG6s1qJXgZhlJv2V { top:17.5625rem;left:24.875rem;width:22.875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SheViJnlwar0bWE1q0Wia8KVSWkTccbA { top:20.3125rem;left:23.625rem;width:24.125rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nW79FOqbS8z44xeBoD1ATXsfFHVqIH { top:29.9375rem;left:0rem;width:28.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLo1Nutn5SNichpclrItIwmpaL1DU5Nx { top:33.8125rem;left:0rem;width:21.875rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fab81b6NgVoT2TmZBAKgbrQChr4950lB { top:31.375rem;left:0rem;width:21.5rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIcZpsNoK5hGE1u6VeGf0TzEdQuHHG77 { top:29.875rem;left:19.3125rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpIll76z5Hpp6qb4J8RTxht3rqQ62sC4 { top:33.8125rem;left:25.3125rem;width:22.4375rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoFr2kkObxwOB8IFXG03GdV1R6et3Xso { top:31.3125rem;left:29.125rem;width:18.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGV2uw6FzWcT7XbGVbFwTo76THVOdAt { top:44.25rem;left:0rem;width:28.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DckWPZsTBrFvmkMczZzzPq5mhVJFKC4s { top:48.9375rem;left:0rem;width:22rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTLinHWqmcToi1nSTrazuXTps23aAQV { top:45.9375rem;left:0rem;width:18.1875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTngIDy7QAQX0bqvcxSOX4eeargmRgp { top:44.25rem;left:19.3125rem;width:28.4375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJdDaNNQZIH2qCKDk0WnhEq8O1c7mdc { top:45.8125rem;left:29.125rem;width:18.5625rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkntzvlvQSPHMP2Tfv8hZKTmCCBcTHZO { top:49.75rem;left:24.5rem;width:23.25rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxnAytvF59ZMKGUI05Tvo0aLlAuGQk5p { top:17.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKM4MEXLG2clOryqdSbXcWEuu7UcoikT { top:31.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB6WGBkrrXmtF154UqKg2cB8GwOFF11b { top:45.75rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbyTNfT1H6ekHWsk1DoiUDkU4thWAohp { top:17.25rem;left:26.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m665tRCwF9JPmtxIWU5RqA8EgBPGyAmH { top:31rem;left:26rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAm80i8Wxz8ACF58MOewV3gBOKHFUwEE { top:46.0625rem;left:26.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDLuF7gPN0voKZmgDLq995TVTKUJCUrK { display:block; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WohUbOq3NJaREqabTyCirpcgAaDZ9B9T { top:5.6875rem;left:0rem;width:37.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqa3PFqelUZxTl69GU10W4he4uOZSMLW { top:8.1875rem;left:0rem;width:45.4375rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDwTpTGso0vphkHbiscfc5zbCDFQXZ5I { top:11.5rem;left:0rem;width:37.3125rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP2H2yGdQxAmcgz8nZ0K1CFeeg10gUUX { top:16.75rem;left:0rem;width:47.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV385b00enB0dzbtUIpk7Oq0c5gWxt74 { top:19.0625rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un3hTJX2KIqpwwLSrPNVZrVghA090IuK { top:19.25rem;left:0rem;width:18.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykoft6Kv4N0KSMvmaUQWFPL8asbKFHhZ { top:21.1875rem;left:0rem;width:35.0625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7yDK74GNfczKSbJsBBIfJiU17Ld15XK { top:19.4375rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATBLRHH4OGtZEtufW4SOpFDsppLUK1k { top:25.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.875rem;display:block; }#EATBLRHH4OGtZEtufW4SOpFDsppLUK1k li:before{  }
 }@media only screen and (max-width: 763px) { #xHBnahEJ6OEJuTIxKBbPnV2AadDNGTqU { top:39.375rem;left:0rem;width:47.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXoavBhhc9VvMozxS9OVPqBbKd6f3cOW { top:47.875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.875rem;display:block; }#kXoavBhhc9VvMozxS9OVPqBbKd6f3cOW li:before{  }
 }@media only screen and (max-width: 763px) { #DlZJKDQsqMwy6Dy386xoCTOENOT4e5mw { top:43.8125rem;left:0rem;width:38rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7J04OBaMJQ7WcMKXuos3TnV1zm96Qrp { top:41.6875rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7FGooy6cz4hRyigEMtyPTvwgm3fF542 { top:41.875rem;left:0rem;width:18.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1fb0lX9hMUVt2NfVzCtqyLpw4T3CSSb { top:42.125rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zic5s2OTyybsXJtxVUadVHHV3W00DdXX { top:62rem;left:0rem;width:47.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJHSwpCy97azRTqrLvSymafHLfafFA2 { top:70.5rem;left:0rem;width:47.75rem;height:9.375rem;font-size:0.875rem;display:block; }#hZJHSwpCy97azRTqrLvSymafHLfafFA2 li:before{  }
 }@media only screen and (max-width: 763px) { #ox5z28PsGDm8rLZexUmgvJJWJ2dTacmu { top:66.4375rem;left:0rem;width:34.4375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPKUVVIuBufasWUGorOLr2MzTJluWtrb { top:64.3125rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8g3ApdRF8hPohxEDPd9VXCDuoALUxAy { top:64.3125rem;left:0rem;width:18.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78f58AVlPaqws3wvhDrTVgH3NKQRAo8 { top:64.75rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku6WBTCdhdugnQnqu7Zz66voP5gJggth { top:84.3125rem;left:0rem;width:47.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koKTT0yHuvC3RkWlo9wWsuNmKbsGQpnp { top:92.8125rem;left:0rem;width:45.1875rem;height:7.75rem;font-size:0.875rem;display:block; }#koKTT0yHuvC3RkWlo9wWsuNmKbsGQpnp li:before{  }
 }@media only screen and (max-width: 763px) { #l6sZLNlz5ONzmVUc7kPGJ8yTaSDipZrk { top:88.75rem;left:0rem;width:34.5rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBfEEIVPy9X7r7lmKWlepF0CU4qimr1I { top:86.8125rem;left:0rem;width:18.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XypvJb04xcpPTCi5No8RXiGq4GNHheFa { top:86.625rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG46iZAk4kTOE40Lxcceu4tNhBFMTXR4 { top:87.0625rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnkBE3k3FzW8bfIg0fUG7vEcV4RtVGi { top:107.375rem;left:0rem;width:47.625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH83WIvJEiDLesiiqAIsK0X5pIoNnSuV { top:115.875rem;left:0rem;width:45.1875rem;height:7.75rem;font-size:0.875rem;display:block; }#UH83WIvJEiDLesiiqAIsK0X5pIoNnSuV li:before{  }
 }@media only screen and (max-width: 763px) { #T40GlLmRDiuNgLpmV1e5FZb0yvVg5EZh { top:111.8125rem;left:0rem;width:35.625rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGNHlLJ4AhJwKHrIh3elOV61FDBHdIlx { top:109.6875rem;left:0rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr4HIuONfeTaRIhbJ0CeSNTc4OG70mBw { top:109.875rem;left:0rem;width:18.125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSfaVvK2un6TwlvJmuRCEKOJP2fiwxcM { top:110.125rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7pzBHIacfFnINI4Nzyo7zqcDwTnovS { top:19rem;left:22.375rem;width:25.3125rem;height:17.581522943915rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIhrNH8a2tufcFxru8ycyu9bOJPt1FhL { top:41.125rem;left:22.75rem;width:25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTZxSqw4gbXzCyP9K5rLFBZPEZGVkLQH { top:64.375rem;left:23.1875rem;width:24.3125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrMwGnaB6Sw6fmOTNbLIpS1uydkihfO6 { top:86.25rem;left:23.875rem;width:23.875rem;height:16.519471533571rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX6BzZVtU749kG7eub9guFqZWXodA2Iz { top:109.375rem;left:23.5rem;width:24.25rem;height:16.457263023672rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm3K1IIi6vNMskiRuO4RWCrOXIu3bPzM { top:107.375rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTssyeecOEvcr884ZNgdFBCVEn7xd1nT { top:84.3125rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR0lFb0oTzviTsTqX3aPZ0I0nv0fU4Ut { top:39.375rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky4tnriSTllxLx9NU6pTkHeUlsR6va4U { top:62rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maaua1CtTqzIHNywBIEnSplRS2euplch { top:16.75rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 { display:block; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNNP3wOB3OQbQJCdx2ARMIJTxaaElut0 { top:16.625rem;left:0rem;width:30rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8fB5vV2Eyme3X0dJbKNqdOlAJP7IvqB { top:16.625rem;left:17.75rem;width:30rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veFGTE2Eb5bkqImQIXndltTeMngUig5W { top:20rem;left:0rem;width:28.125rem;height:25.4375rem;font-size:1rem;display:block; }#veFGTE2Eb5bkqImQIXndltTeMngUig5W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67dc6abc1ae165720b51a5fb34f69278.svg); }
 }@media only screen and (max-width: 763px) { #HFAhk0wovdAcTb1NgNq8xtdo74ZZDpF4 { top:20rem;left:18.6875rem;width:29.0625rem;height:26.9375rem;font-size:1rem;display:block; }#HFAhk0wovdAcTb1NgNq8xtdo74ZZDpF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9c87fb1219570450d039e4cf48c2c03.svg); }
 }@media only screen and (max-width: 763px) { #qNgumReyybpOhVLRCX3qTQSCPnLTeS43 { top:14.4375rem;left:0rem;width:34.0625rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzdq2fLL8sTa2hOFhoH4twh9ZTtBQe1 { top:14.5rem;left:13.6875rem;width:34.0625rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOooHRCwbTPqlxwU5f1QTsNfD3Mgzih3 { top:9.25rem;left:5.1875rem;width:37.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO05CcIIM3IaozVicUkWNofbEmmvb5ys { top:6.125rem;left:1.125rem;width:45.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdAODxI0xUHMcvaDP1AmSTCxAm6Rh08z { top:3.75rem;left:5.1871433258057rem;width:37.3125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD { display:block; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPoNN1sRhUUcc8qTnqv5qigyeMbSLKr2 { top:3.8125rem;left:5.1871433258057rem;width:37.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4tIiPVPqrLfPoh8L55Ny8pA1wESb8O { top:6.1875rem;left:1.1247100830078rem;width:45.4375rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtl0S0FFwmKT6eVtpb5F3cqGJWBa0vdD { top:9.375rem;left:5.1875rem;width:37.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUd7mTpBCTBecvqSa0u3sNDwBaKrx0X5 { top:16.3125rem;left:0rem;width:47.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPL48P4XOCZswL3H0GWZc0KWKT37hwyb { top:19.6875rem;left:0rem;width:25.8125rem;height:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER2DWqFqNQZSVOG57GW9DINNOyL1iig1 { top:22.875rem;left:0rem;width:23.125rem;height:20.9375rem;font-size:1rem;display:block; }#ER2DWqFqNQZSVOG57GW9DINNOyL1iig1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ded811cb1307c4280462e935ff0bf9fbbfd3eb81.svg); }
 }@media only screen and (max-width: 763px) { #THvCRbi5UTN8aZ6XVhSuzSAr0OJNvu13 { top:19.875rem;left:24.4375rem;width:23.3125rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PthqseV6zCyp9LIGR2tb5O4zTcnynoRf { top:23.0625rem;left:20.25rem;width:27.5rem;height:17.023883761537rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJX5yvnXBUJm12VlmI5naiAlDe5Mw4yc { top:18.25rem;left:23.8125rem;width:0.0625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8u8bJTCdKmMRpU8yh5QKwayZ55bJo9G { top:35.5rem;left:30.5625rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJcLJVM0G1t5S3X5RLib0xST7oxtDUth { display:block; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRPT8c25R365lAp0pPEvtgxnIAmtKh71 { top:4.5625rem;left:5.1875rem;width:37.3125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FClm0NUIxnW2T9fTFBrcTVzbhVWkmt35 { top:7.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPG964pdbSmXmy3DRBU5qe4cX51yvfUR { top:12.375rem;left:1.41650390625rem;width:21.9375rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpLTpucDqCEgqhzme4Ik0lLoVUCOQmWP { top:12.375rem;left:23.29150390625rem;width:23.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 { display:block; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8CfyAb12pCgo1eDDCCs0AsT7FLfdtAC { top:3.625rem;left:5.1875rem;width:37.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV8omv0ZU4qPCPhwDZwRAVQzy5cTEd2N { top:5.9375rem;left:1.124755859375rem;width:45.4375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOkFRee9pG3QQBCm1SLXeS0y6OSO1JEx { top:9.125rem;left:6.28125rem;width:35.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTrCUnHnnTiF741wW3ZzgT0fLD6ESHe { top:17.4375rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOhFGXfT8P61PBRGgITfcOVgiNcWAo5o { top:17.9375rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJNDTWG2e2tXXbDZDDOGd4hiF6t88FXr { top:20.75rem;left:0rem;width:25.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lab6R6RdGG3ia3ipcc0XeCRhwJarlHvT { top:24.6875rem;left:0rem;width:27.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwdDgrzKoBvK1OD9v6QWM0zUrBfQq9A { top:46.875rem;left:0rem;width:27.8125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laIM8yqfMBspZr1emboqEmBfCxK6lv30 { top:44.375rem;left:0rem;width:18.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPdTRJWFBrlu4JqTbrot4gue9oOBPZWL { top:40.5rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBvRFdh5m16hyPu6O2x9MR8t907ODf5T { top:41rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH61XbnbUTEZ6SNt90qMisbdCB7v5bIw { top:70.625rem;left:0rem;width:27.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7cMXiG80uswFxxyfNxpTsO6ZdktGop { top:144.1875rem;left:0rem;width:30.8125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv1BxvI7SnT2GccFonOfmXFNo1wOcyP0 { top:141.25rem;left:0rem;width:25.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCrHK3ol5Tim1tqc5uqLd19reptSznTN { top:68.125rem;left:0rem;width:25.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isgIJni6aSxQ1swaX9ypDozK6HNrAkPR { top:64.25rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzPBQpQIrvMlai53giBFUS0Gx4aih12d { top:64.75rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf0g96T7fMmIcvn45OKfPTG5bbwAJT0G { top:137.375rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrtFfJFokIu75dL1a8lH2sIc6b510hn { top:137.875rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omLU41GyPXq00PBOpEUgdlsMp2VFpTgW { top:94.6875rem;left:0rem;width:25.9375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qArMwPXLumZaEKcrcMrVUKXpcL551zg4 { top:168.0625rem;left:0rem;width:32.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhCm5F4TG7ZeIeu8oyIfUmanZXVrhxa { top:165rem;left:0rem;width:30.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omBWgsh7UZcxTlx8pBme6Hku9u7r2zzS { top:92.1875rem;left:0rem;width:18.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpD4oA4iRh6hJvhsBu3Ue0sI2AtnZ5Zc { top:88.3125rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkDDRJzcksDMKDPaJ1TUx0TpbcVFnlk5 { top:88.8125rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMv1Pagu096Fi8gQniCz7kItK14AThK { top:161.125rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3OECTHcTyLKkI8VFdEggugb5z3dlgbN { top:161.625rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQdaAndyOTmo87o1oKhFlKbniJDEqC7i { top:119.375rem;left:0rem;width:28.3125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAHFTqdLrGvhreoAyktsEFxT20gLLS8O { top:193.25rem;left:0rem;width:33.5625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S73qxusv0AiAQ6ZKCoEf6E7FXzTwxfG8 { top:190rem;left:0rem;width:34.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2BZd1dXQ0DhuzBEfN3qOdmfNsKl71XA { top:116.875rem;left:0rem;width:18.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlMqQZ5Bv3rBFLrPTkHh25A25THIlScV { top:113rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExPryzZRGtwPOBzpnTuS7uQZUUnCQMg3 { top:113.5rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMPTX6kTDM4P9CkULsXLNdf2TmOvtSE6 { top:186.125rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRT7B8skqsA1aTuwsdABIqZo29Ktubd { top:186.625rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyrcvLP6TGccdkHxkpu75aKqCAoVzpF4 { top:18.6875rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB10V2gxhx2FhGCdtz5sNauWXO3Xo3nQ { top:42.0625rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUCobgT8IzQGtJHfOd24C48CLrpsn565 { top:138.625rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT3n0FRdgmMNBGrVNXN6NEBbFuFPyAEs { top:65.5625rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC4nh2KbSKRDlWJCVc5O3JDzgmaLVWeS { top:89.625rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnessDHsmr3HZab9wivfeGTmhWHZwJE { top:162.375rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8IdUMhz4T5OJgZVMNuoghDvrC1TeGFT { top:114.3125rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSkJx83Ha6b3MzOVvprev6wxi0BAPZZ2 { top:187.375rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK8r01eSkI5OWAxTd9MasBlGhaMD6ZZ3 { top:10.0625rem;left:16.1875rem;width:31.5625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9A21whoh5RpqQ5ObiFHTcRoPkRJuhc6 { top:212.5rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZlLUNrDg1qeNg2EuTvPPoLHcbUZVZt0 { top:218.375rem;left:0rem;width:33.5625rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqxRHyTwnxNqbq0pIzOwTnQED29erNan { top:215.125rem;left:0rem;width:34.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqVbDHo3o9HPgrpyLqzGu8OyMyfbPAw { top:211.25rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNOsFU1VtyDlAvAmUUKMQGlH5dkItRW3 { top:211.75rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clUsus6pkiErBvwtSNQKMmTfIITQcHoT { top:237.25rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fODcuv7wcbl1tJTcAhOo7S4R43QkOeDg { top:243.125rem;left:0rem;width:33.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTOduoCI6QQpHmc2CIr5y8CztzDe6ck { top:239.875rem;left:0rem;width:34.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWJVxTl2vQJklBdn6vRmhKQ9MGDPeo0P { top:236rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS65DVg2dXpTbqCMAqr29VGHLOgWO8aq { top:236.5rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8uWdZRAT2ZKR3PLG3Ex4vL7yO12aLCK { top:208.5rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8AHg863peT0fOF4bCtuFD36y6tpM1E8 { top:186.625rem;left:20rem;width:27.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIWKd1ziA5r8AFJF1SB3bBymJKQ0t9Lx { top:159rem;left:22.25rem;width:25.5rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccUJpCwK7KrpSrhXDRoKpceA2XnH1gLf { top:108.625rem;left:21.4375rem;width:26.3125rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHhgu39xbTcNsqfCTARG0hv2TvdnlU1z { top:40.5rem;left:24.6875rem;width:23.0625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gTelZstLZNQ4mF2rTgtSWZcScpnlID { top:65.4375rem;left:19.125rem;width:28.625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiS7hyNyn8R345yCcotDOf1OIDcr6QZ { top:88.0625rem;left:17.75rem;width:30rem;height:19.2486875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drEDv9yG3hacoa1EQOJyHteJm3k8MwwS { top:137rem;left:15.9375rem;width:31.8125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8X7k6uAKyJ7EDtt2dm151ySiI21NM0u { top:236.5625rem;left:19.625rem;width:28.125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQPBXJuGLl5dOZXCTdJemP0BTxvOsOG { top:261.125rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAHMQ6yy0hcZ8fen3P2UUMXlntTafwQ { top:267rem;left:0rem;width:33.5625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tufLo8TfnBehVZXIPKSxrhJ34nCnHt8i { top:263.75rem;left:0rem;width:34.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLsKtNQq2UxHJFwCW186BqIInizG1eE1 { top:260.4375rem;left:20.3125rem;width:27.4375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #LibNEAT8v8LWBii0MyaTq5m15NrPyrTA { top:259.875rem;left:0rem;width:6rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXSIzBm1h4zgMAmTso3gehfv99Cq51Pl { top:260.375rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP { display:block; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKokzUrlaCMTTZ1Z4RGnuAfgqMiqCoue { top:3.125rem;left:0rem;width:45.5rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tafx6hW3apUmIMDt5IaJ02yglQs39zW4 { top:6.25rem;left:0rem;width:37.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul8uCRMyw4dcoQEfIoG9kk1zUbLNxwth { top:12.25rem;left:0rem;width:23.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0PItsHCgZhBqeTGhwqVSvENEvtJ15RT { top:13.3125rem;left:0rem;width:19.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsCkh90I9WRU2vn8eUSlEmnvV1HSpzW5 { top:15.5rem;left:0rem;width:23.875rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbfVPaqDJuEceea81IHgS4xKVw5aoTb0 { top:18.5625rem;left:0rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPNcXOyXzkOl1qHoXu3GiaygWIJyMuk2 { top:21.4375rem;left:0rem;width:9.8125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP2iPDzNU6IcgN0sh5rsm8zFQUHRHFQT { top:20.4375rem;left:3.5625rem;width:12.3125rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt3yRSn8d1rezMDk8yBZPuThKbSA9me4 { width:19.9375rem;height:3.3125rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDwzcJZFm6SSFbx13IGvMWXWGoBAsZwP { display:block; }
 }@media only screen and (max-width: 763px) { #uirt3Om7bOJp7QEMIDxXuWqEC2XXlfbs { top:25.625rem;left:0rem;width:18.1875rem;height:22.25rem;font-size:0.875rem;display:block; }#uirt3Om7bOJp7QEMIDxXuWqEC2XXlfbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e6b02d62cfc15f3b513bd1e2ee0341956f19e6f.svg); }
 }@media only screen and (max-width: 763px) { #HtPA9huN6MwnEFvE1pFAVPbC3Un4QtHM { top:12.25rem;left:23.75rem;width:23.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugm7SOs5J9Cm7ZEEaZ9isuiwCipqzrBi { top:13.3125rem;left:27.8125rem;width:19.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #di8mGMnbumWuLRCPxFTTQtcdq8R3V3Ae { top:15.8125rem;left:23.75rem;width:23.875rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APh4gHagdgQkxefTiBZgq0NLOedbOpGb { top:18.5625rem;left:27.8125rem;width:19.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDRrkHeUxyi5Uc9Cquv6PDXGlZ0kWG1i { top:21.4375rem;left:11.9375rem;width:19.8125rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytHBGiuScgMmnp3JRghctfOSfHBKXSSn { top:20.4375rem;left:35rem;width:12.625rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLTMxJ5n35WVOa3pTtA13wlgeBIUzW9z { top:25.625rem;left:29.4375rem;width:18.1875rem;height:22.25rem;font-size:0.875rem;display:block; }#oLTMxJ5n35WVOa3pTtA13wlgeBIUzW9z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e6b02d62cfc15f3b513bd1e2ee0341956f19e6f.svg); }
 }@media only screen and (max-width: 763px) { #g5PWowAJXXTQ4iWQs1fZJUIb1dQyTtBR { width:19.9375rem;height:3.3125rem;top:49.75rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpv2KEeCJhoQNax8mSiqHgbzB9loMy6 { display:block; }
 }@media only screen and (max-width: 763px) { #ezf1k9kFC69FkbPFqZBgcPJ38T29kni4 { top:10.25rem;left:7.0625rem;width:24.3125rem;height:48.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqw4W42nNTPT1WgkuBn6WxsL466HAB8t { top:11.25rem;left:11.9375rem;width:19.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ5HuyoL1zscAOt7AHEw8hP9NAlxX1E3 { top:13.875rem;left:6.9375rem;width:24.5625rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTaD0vu1vs3NCbDTA7QD1AJmrqrw5R7z { top:18.5625rem;left:11.9375rem;width:19.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhIAUmPx0MORy9zkly5GTCebUL0MGPzV { top:21.5rem;left:0rem;width:19.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3hNTKQIQOTFpn0UqPirgTT1z5gkWPEX { top:20.4375rem;left:20.8125rem;width:10.9375rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMJMO8v24FBUbamzPCstGSaeBJUCcD6L { top:25.625rem;left:13.5625rem;width:18.1875rem;height:22.25rem;font-size:0.875rem;display:block; }#KMJMO8v24FBUbamzPCstGSaeBJUCcD6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_105fed15073cd81509d523e26f603622b1595a09.svg); }
 }@media only screen and (max-width: 763px) { #IoptFvPsrbxAzcKVSzFm4TGmkmalpL4T { width:19.9375rem;height:3.3125rem;top:49.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzZmGzt966HTxZzVN1b5kVN5QQJSziBB { display:block; }
 }@media only screen and (max-width: 763px) { #xTZnRAnuMTV2XToezNScgbmDczqUdpTG { top:18.1875rem;left:27.8125rem;width:19.8125rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vthzk2kqPGBRuH9mMXcXe2GHtFzWqCqU { top:54.5rem;left:23.6875rem;width:23.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqSu5cOmMnAxLuAfi7gk8XBR2KE8iTLN { top:55.4375rem;left:0rem;width:23.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHr9ECw3mUEAdbRhlscpdSgFHyFFUvJN { top:57.0625rem;left:9.25rem;width:22.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UflVbVQDVDoKPZItmtzAysUUZWE8J8P8 { top:56.9375rem;left:24.0625rem;width:23.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apqGJW5oT4lBZBaBH3XrCPTkvdORlXpc { top:14.875rem;left:11.9375rem;width:19.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVXlkoDTUvuu9US2AyKktnvAFylkEo86 { top:16.3125rem;left:27.8125rem;width:19.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV { display:block; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S513TbnzW59Z5RW37InRSwMdvKqSRzlR { top:18.1875rem;left:0rem;width:16.375rem;height:29.699853794499rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTidBEtT4XXnSQf2oXyJEJnDKkTIq7y { top:19.4375rem;left:24rem;width:23.75rem;height:30.48277826192rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnKWRcTF3SNEO30gfa3IKkSr1K2RZE6Z { top:16.25rem;left:13.8125rem;width:17.375rem;height:33.567568802736rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHMtdqdvX0tAGUBMIoTnKOXrdRyyK6V { top:14.875rem;left:0rem;width:19.875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqWBoCy1JbNaqGQEftktuD1SxNHbeags { top:14.875rem;left:22.3125rem;width:25.0625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNLJwZ595MQdSzOdds1ZOOb8rk2P9PT { top:14.875rem;left:12rem;width:20.75rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9UoyKraXZcBRIXzp0v5cPBvKaovIbIe { top:23.9375rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxFsMJD2r1RoiiXnJtl3EORn0ZdvZpcb { top:27.125rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvULAhs90pPskKZoFx0ihuHg4pHQ6EXO { top:30.125rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwepMgC9NJ9nPEsknwNhaO00JiCwLOkt { top:33.3125rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS1Wgdxv5zkgDMdwQN6K437D9NrUWoCO { top:48.625rem;left:0rem;width:17.5625rem;height:5.9775855847389rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOd8lr59ezAfTeZhAk2Ig1qtNFvM7Rs { top:51.375rem;left:0rem;width:18.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9IVTSha8F89QcZM4QmzcqGCBZuSQ1uc { top:38.875rem;left:13.0625rem;width:18.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLFiBiCvF29OhZhFr83sSWn4cct15Bpa { top:39.125rem;left:23.9375rem;width:23.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGtwutie2kVSDnszG1EoncDkLTLc3zK6 { top:43.6875rem;left:9.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvBfoaqJKBD3BKWipTHiGGe0tDNAncGe { top:36.3125rem;left:32.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1nPRWflBuqRDW4aMc4CRX39F9KbGZb0 { top:6.3125rem;left:2.9678802490234rem;width:39.625rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXJmRUI7kTkAdTL9OD61Md41UhKbeZLe { top:4.125rem;left:4.0928802490234rem;width:37.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz { display:block; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDklrT8kubhZveftgF7r6W3GAlST1oPQ { top:13.125rem;left:0rem;width:40.875rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PapZu8Fe9zmrUtaiCwOGIX1T5X2DvmLi { top:2.0625rem;left:7rem;width:24.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVDVMkhrOP6ihVmVLN6zDqMHhRTB1Rw4 { top:3.375rem;left:0rem;width:37.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRavDVPSRW4Sn5NUrGQKxG60h0TQXFh { top:5.8125rem;left:0rem;width:45.5rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V73PCUUCEl6OvKNtqdMh951d4VTpP0OO { top:8.9375rem;left:0rem;width:35.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4N888afAXk5W7ieShPpCxshCE8tRVRJ { display:block; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h { display:flex;height:auto;width:42.5rem;top:8.3125rem;left:1.3426513671875rem; }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #HNWeuKQex7zrTSqPNRkdGe4NBJNcToaW {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #ZLR0r4z1hyCOsaba1OCi8N7zQqgcA8gz {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #ic5TX12htZhfesKBs9ignGNbFpqmhf8k {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #GOIHl2PKeqNaWCWg331LvJMzpux22AuO {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yDt47NUGb29FDaD1iyTZxI3X93oXkFfZ {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yXMFZs8VGanIPOywImKqp7P4BCnJEyyl {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yqWKfaTv5VpGIsa8ez8S0BZmVBbmXoiu {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #Q11FGXCWbshr4hBaZsNpA4WNTmyaeoa6 {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #i5CF8DpgcOuTFdZCeuFTrhcLWIwMNoiS {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #VsvzTMS514dZk1ByNauR4sTpXN2mVSlW {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #WrCMMHDOXxRA6Hyr6PHbRgOKyE3kEqhT {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #uv0bFPVELNEH0wtfSqQ33iS7zqc0SyKR {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #pThmT3RfziwWWQAF3rSuUP46Slwe4W4B {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #q5wvVP5ZlHMmTVbGI1Twy0f9i8r2qd5A {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #muaweRhEod7EeZQ7HLeQWPWPrpRwvSSC {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #TVzl19DhRwQTgeNVNNtVUOIywwapOo4u {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #pG5AhUwp18dnd9QrNrNTfWrXTdDPKn9E {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #a8HC1w7tluV9FeeV1VXfvGzoDuUMB749 {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #RO7LhmXPTnxsiPOrBQzQn93wWnK116uk {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #qq5GPxISSF885KAm5zcM2aSJeadfHpKz {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #dFDzgBuI9aF9XcAvG2N3ohqJRoNyAwFr {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #zS4a4hErLAfir1kALIgwLJm8BEq8PTCG {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #fycfgxKtRXvXTAcDdQReEAtwmEzlSAMk {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #NT8mLmvOp0R43cpyvXVXBkb9r4a5VP4g {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #f7ggtI5u85qk35pBGq8RNa8Zt366o8Bt {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #fDMaRWRoymVVl4ty4vsTkeHkENJy0Eft {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #MrWvHQiiCfMhNC9uyfKTQNwzhgGLw4nC {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #rlTnL8vNTgIHOB8sQBWk4qA0RutgHCuo {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #hB5JG6wnbot2dqfbAmUo19iwmQB0KZJp {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #wp7kzOqPBq7vFANi6669qhOhXJwFbvC4 {  }
 }@media only screen and (max-width: 763px) { #VLXRtOWWO2reyQnkP2xvyU0btCQC26qD { top:6.5625rem;left:2.125rem;width:45.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh { display:block; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xw2tkwnCQmSLnLaJ6epVUP1QTvH7p7x3 { width:29.3125rem;height:3.25rem;top:17.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNBJnJ1SGvKZJEddff0XGlWkGWo6Fcn { display:block; }
 }@media only screen and (max-width: 763px) { #KBNU2ZTHn8wn7RQAGWneGk0TVp59dTm2 { top:3.875rem;left:7.0625rem;width:33.625rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHWqEaA5TgSWlTCq9NzZ8aelTK58qVdJ { top:11.0625rem;left:5.1875rem;width:37.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP { display:block; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLrc7MW0MMArk3EFSmIXUsI6oi8lzBoy { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiI2fDqN63Tq5mamHwZcHN89EaJUURQf { width:25.9375rem;height:;top:2rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7XoplmIUxPdZfH5ATzJ8B1b9cvBRPG { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbtrIcgnT3eUpzLnCmb1ZytV1Qi0Mmas { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FLTH3ETKEKITPuDoD4ny4hedqIgS42ae { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d466eb2c-32ca-4227-ba6c-5d2b7ce1637a/landingzaparcia8.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae.adaptive-delivery-prevent-bg, #FLTH3ETKEKITPuDoD4ny4hedqIgS42ae.lazyload, #FLTH3ETKEKITPuDoD4ny4hedqIgS42ae.lazyloading { background-image: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container { background-color: transparent; background-image: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container > .video-iframe-container { display: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row > .video-iframe-container { display: none; }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .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); }#FLTH3ETKEKITPuDoD4ny4hedqIgS42ae > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETv0qAvrSmIB9NT1ULvC1OMZlgysap4a { width:18.6856875rem;height:3.8994125rem;top:7.625rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D93p08sFrQk4r781oK30xf4AO304DUCJ { width:18.6245rem;height:5.25rem;top:12.125rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpS40p1IT3zUPwn4T20fR9Md6eQ1DolZ { width:18.9980625rem;height:3.374025rem;top:20.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNConUlw7kt9Feo84AwxhPFT86IA8SXK { display:block; }
 }@media only screen and (max-width: 763px) { #lxO6usNPMC4eGTHpZCJG1MTC7OQwVBck { width:20rem;height:28.108217678617rem;top:45.184811914063rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHSFxcKDbzWwlutddkM1PE7xm3EF2OzU { top:20.615234375rem;left:1.7187498807907rem;width:16.5625rem;height:18.2486875rem;z-index:14998;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rdBuXXu7XR8JqxzCsZqV5uUdQrg6F3tN { width:15.9375rem;height:2.25rem;top:26.4375rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOFsLHsg1eiXa3vJ9vEDfgsfE99rsDRR { width:14.749375rem;height:2.625rem;top:28.6875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeofO9QadHL9ALnyltTtOwBePxLstKhW { width:17.7498125rem;height:1.29980625rem;top:5.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonDi6lGD3s4TTWEU1dR9OTJ6A57XetN { width:19.874rem;height:23.4985625rem;top:33.4384765625rem;left:0rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dN10XJoHKIgbIw2T090OQvtleDy6Qt68 { display:block; }#dN10XJoHKIgbIw2T090OQvtleDy6Qt68 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmtE1C2RaeFOHwvG1I2sAMeSSona2W7D { width:12.5rem;height:1.29980625rem;top:7.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxtTBOLlVSduwzK0mNcIlxW0dHz6fyBu { width:12.5rem;height:1.29980625rem;top:8.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8eF0zorFDuBdgFtmbFmrNfhSXsbwfqU { width:12.5rem;height:1.29980625rem;top:17.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVod8dbDKB657SABkqqwEFMUSKyewmoD { width:12.5rem;height:1.29980625rem;top:16.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndzSkTJfPvQH40ppvr9JN5ookhlwb6F { width:12.5rem;height:1.29980625rem;top:27.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBS7hc2O9wh4fv1B4BkD7XQgaIVzTVkg { width:12.5rem;height:1.29980625rem;top:25.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ggKsV5wFTiCaoyZNXv67ESrwJXlyKP { width:12.5rem;height:1.29980625rem;top:36.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6wsxfG0TN3Og4Wsz7JbM1sEytTk75Jv { width:12.5rem;height:1.29980625rem;top:44.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me07FRLd8bNlBmuic9MhmJOblXW1Taxh { width:12.5rem;height:1.29980625rem;top:45.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmWTCqPuZwLl40sqgALZAViEBdLcrgq { width:12.5rem;height:1.29980625rem;top:35.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hetJOLC1ZUFTTtUho5MT0bu2xbalTttq { display:flex;width:3.125rem;height:3.125rem;top:2.75rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #RQhFp9lUh30cDJapc36eesuOh7WMc8Au { width:4.5rem;height:4.5rem;top:1.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbXwExzDwyVf3W6lb1dfvr8H3XhEkaWJ { display:flex;width:3.5rem;height:3.5rem;top:11.625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #qq6f6WhMpWVvU5tPcgPSuHIthBTI5KMS { width:4.5rem;height:4.5rem;top:11.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddnd2AvPEXe0DaepOzhOUTDzWWuL90PA { width:4.5rem;height:4.5rem;top:20.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTKGSDqx1KQNoipnOQ1y8AzH8O5KP2Ao { display:flex;width:3.125rem;height:3.125rem;top:21.3125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #OEuKBZMozmR58iMSACmMhnENkbdJ7tos { width:4.5rem;height:4.5rem;top:30rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSbrSWL0Ip2naQXO9EV5CWC8iKDCq0R0 { display:flex;width:3.125rem;height:3.125rem;top:30.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tKrGDKaSJgsu98MpcGgLDhhpXxbJ9eyX { width:4.5rem;height:4.5rem;top:39.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxOBx6d14SH0KL1txm8LpEo3P3qTJCh { display:flex;width:3.125rem;height:3.125rem;top:39.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 { display:block; }#leiMG7OsJLnFXJDIX4fS1JLZRH3R1J46 > .row .container { width:20rem;height:114.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGbGabxE1edzL1So5vMUtsv2U2PXhmU4 { width:15.8121875rem;height:6.75rem;top:5.125rem;left:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKtVqL4fUHV1TMPKk3JVRvePEcT9h4Fy { width:16.936875rem;height:7.875rem;top:12.5625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln8rbBmdM3gPuMk45JKMroEwg9BlZoC0 { width:20rem;height:1.3125rem;top:2.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaBt0xDtJBX5FacTKCFm6LVKp18o3FeJ { width:19.6875rem;height:13.75rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzQ1S2ASrpZwFrJwPk7Ikzgbq3SUCd38 { width:15.625rem;height:3rem;top:54.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnpfqqiSHOCuZOeMSd8F8naVkzyG37x { width:15.625rem;height:3rem;top:39.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgmCHvWcQM60kWC0N47kRQH0niUJFqDB { width:17.5rem;height:6.5625rem;top:43.1875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElyB6HqiMEnCv7m1y5MmJZZ3vnP1Mlm6 { width:17.5rem;height:5.25rem;top:58.1875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue013z9DCblkzpLWkxNb1WIIIiebNRgD { width:19.6875rem;height:13.8125rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ660KsALbRROkWGGFL4DlxaVS4w6kcr { width:19.6875rem;height:13.75rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSr896x6KEiMXilb431eye2VCcZtnOOt { width:17.5rem;height:5.25rem;top:28.75rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHKGsLZWrll0uBhoK2vtVZzAvMHfRwDV { width:15.625rem;height:3rem;top:24.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9vBAotHvTiQmSMKdZ85wzxsGUqvkcNU { width:19.6875rem;height:13.75rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qW1i2OaLdkaXh84SuksQXS90JWKceD { width:19.6875rem;height:13.75rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5TUhtIu3LJwJ41GcZaJoT49MkgrNCQv { width:19.6875rem;height:13.75rem;top:96.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvX2A3lQX3recHWU2ApK254giwlSbSpH { width:16.9375rem;height:1.5rem;top:98.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HapnA9cZ6zXI3MQ4UhstW9HEmAW33vqp { width:16.8125rem;height:3rem;top:83.625rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3M4QoygnyF0tRe6CTm88VyT44GQ0EZz { width:17.5rem;height:5.25rem;top:102.375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvyyNk0EJNH4fBvhKzfXy2sF9hQ0Sa6i { width:17.5rem;height:5.25rem;top:72.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zszcxSuxKKUVevTH58LTc8yOqIbqS7zM { width:17.5rem;height:1.5rem;top:69.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrTyAwU2nCm8hpDVd8kVCGbrnMKtuvl { width:17.5rem;height:5.25rem;top:87.75rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB { display:block; }#U1fGeOx4AFOFPgnLgOBmq17MJUlXG2BB > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adD1OCHPku7dh8rR6IWZuwbmDJGTf0Jx { width:18.3121875rem;height:3.9375rem;top:72.561846256256rem;left:0.84309899806975rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQCMoIeIRthczwnVAOlbQPpuVcCxvwun { width:20rem;height:1.3125rem;top:3.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX2TxnzP0cR5NCXbRlaXPHBPX4X5QxAG { width:20rem;height:6.75rem;top:6rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbkFSVCJ4Hc17dBo15g1tmWidq3snw20 { width:18.3121875rem;height:9.1875rem;top:13.935546875rem;left:0.84309899806975rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0y1NSsJgbFRREGglXq27y69h3NKTaWc { width:19.5625rem;height:5.625rem;top:33.3125rem;left:0.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CdsmX004unOoO36yhL12h7i7yCgmXmss { width:19.5625rem;height:5.625rem;top:40.6875rem;left:0.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BatV4HUaQcL2mPCWBLlBM3Nq9ePN9LMP { width:19.5625rem;height:5.625rem;top:25.9375rem;left:0.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GgfJHvGgBm8DTdlMSt59DcSzU8vgMCt0 { width:19.5625rem;height:5.625rem;top:63.875rem;left:0.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LJAae9WcULKTC3HTP0IeEZPUFdiIG9lx { width:19.5625rem;height:5.625rem;top:55.875rem;left:0.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZLvtE7gJ8XhyAkWtHxBGMdevkQIxEUaT { width:19.5625rem;height:5.625rem;top:48.25rem;left:0.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XROJGLcpUgFDFQcdhMXZugDOoFstIQfV { width:9.124375rem;height:1.3125rem;top:27.3125rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLtrsd4fD4qJuU1Bnu3TdTfl2UfrGmup { width:3.0625rem;height:6.75rem;top:25.9375rem;left:1rem;font-size:7.5rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fkngTIlaZQtMhwbhRTJV0htcyTA8FLTU { width:3.312175rem;height:6.75rem;top:33.3125rem;left:0.5625rem;font-size:7.5rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D6ArDV4o8w2hSB4L07zTeWhOT9Qi471S { width:3.312175rem;height:6.75rem;top:40.6875rem;left:0.375rem;font-size:7.5rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hFwAyTnK9mkFWFGuLOJfzWikvWfFhfgE { width:3.312175rem;height:6.75rem;top:63.875rem;left:0.25rem;font-size:7.5rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kUItt1X12nIVvpF6xQLnfB69ofd7laSq { width:3.312175rem;height:6.75rem;top:55.75rem;left:0.1875rem;font-size:7.5rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pSIS7UNU2KcvTFT3cxTdGOQiZESZqwPX { width:3.312175rem;height:6.75rem;top:48.0625rem;left:0.25rem;font-size:7.5rem;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cDh7aopHaMtDHbcbhFETuqHVZ2v3sZtq { width:9.124375rem;height:1.3125rem;top:34.6875rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHKTHgfcMvLPupeTLQ26i4qXuh1MKmxW { width:9.124375rem;height:1.3125rem;top:42.0625rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLOdxHxWMg4FwygTgi9mmWTentiTw8Df { width:9.124375rem;height:1.3125rem;top:57.25rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxsmcc6Itg1m0QehvDUFAKovG6UzOzc4 { width:9.124375rem;height:1.3125rem;top:65.25rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs8pfJdXRue4pEG2JoIEp8tMmFwW76y { width:9.124375rem;height:1.3125rem;top:49.625rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3mIPq49xsQQk253X7IT4i0d1REXemK { width:9.124375rem;height:1.3125rem;top:66.75rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdc6XB4KSmDE1k2TeT8QKmWtppDlN6gJ { width:9.6248125rem;height:1.3125rem;top:58.75rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uye6huTNwQsUQns0rtlVxvcbkNJ8BWTO { width:9.124375rem;height:1.3125rem;top:51.125rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTKJO3m5UsWMWsK7cx9svl3mZ3TDK6x5 { width:9.124375rem;height:1.3125rem;top:28.875rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2AfX9aI7HxhTlJo9XBZ6wBWzkQF1930 { width:8.6246875rem;height:1.3125rem;top:36.1875rem;left:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmDoJdOLmfADN0mRI0Ufey4SenbrNCb { width:9.124375rem;height:1.3125rem;top:43.5625rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN { display:block; }#gK7M73qgKPgOiPfOxn48I1kaL9LWwJRN > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #opLkydrSAeGzDh7uy7uyyyr6UR9tRXND { width:17.5rem;height:5.25rem;top:16.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3R1MM19cmsnr4uA60zTRI3uTFXZcqt { width:17.5rem;height:5.25rem;top:25.937499046326rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFfCKEeTCefotmOr01RTe5IoFJTEN0O { width:17.5rem;height:3.9375rem;top:35.713703155517rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du4RumgpkTTTXT3Fu80q2w9nMyqRbmoE { width:17.5rem;height:5.25rem;top:44.781084060669rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J76pB5shXhC3JuEHMx1LgkgOOSeXINbz { width:19.6875rem;height:7.5rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai93yTZEPPIWfA4HrLXu6TietPmTsXOH { top:38.3125rem;left:0.8125rem;width:18.312375rem;height:20.68725rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #i6EfJR7ciTsaFVIGchxD4gOrPTf4S2bR { width:19.6875rem;height:7.0625rem;top:24.874674797058rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXHnyRWTkvE2OGTqhX7CuSHW2Dm39TX6 { width:19.6875rem;height:7.3125rem;top:33.870442390442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIwlmMPudRWfEaKOsQCpRA4kLu6NbwNc { width:19.6875rem;height:7.875rem;top:43.312173843384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq6TaT9fXttUNCZBOApDl4uT2LJVFLtJ { width:20rem;height:1.3125rem;top:3.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb4iZSxDDTzpe51dVlz1NBxRklmrNPID { width:20rem;height:1.50024375rem;top:6.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Gq6zzMKKfUs65pxaeItaci4w4u0Wo9 { width:20rem;height:2.625rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 { display:block; }#HTMqdmppIwV1GnRcGvRarIwXrOBu7O42 > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVF6Jhd65tctvdUHuyiAcNRlg3Ck1dJQ { width:19.875rem;height:13.4375rem;top:16.6875rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #mqdAGHhWIarowKtQXpAwr8iF08RVxmWx { width:12.3746875rem;height:2.79980625rem;top:17.625rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeIh47zdiBLwQGGfUusQG8cKBWFWWQTk { width:16.1246875rem;height:6.9995rem;top:21.3125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu6IT9mNo31KeZqKIJUR75FQQfktBfP5 { width:20rem;height:1.3125rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWR9BLPrSP99R6iM2CWs3N8Zsp6hDmZ { width:20rem;height:3.0004875rem;top:5.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti9VQi4NkVayZBVJv6ErtgD9M37sS4iy { width:15.061875rem;height:3.9375rem;top:9.8125rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdSe3G3GJy4CKb6smqrVHKIOJyHvpUFz { width:19.875rem;height:13.4375rem;top:32.875rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #ZpC4wWrA4hWqkxvJOG6s1qJXgZhlJv2V { width:14.375rem;height:2.79980625rem;top:34.375rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SheViJnlwar0bWE1q0Wia8KVSWkTccbA { width:17.3746875rem;height:6.9995rem;top:37.875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nW79FOqbS8z44xeBoD1ATXsfFHVqIH { width:19.875rem;height:13.4375rem;top:49.25rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #VLo1Nutn5SNichpclrItIwmpaL1DU5Nx { width:17rem;height:5.5996125rem;top:55.0625rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fab81b6NgVoT2TmZBAKgbrQChr4950lB { width:12.3746875rem;height:2.79980625rem;top:51.3125rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIcZpsNoK5hGE1u6VeGf0TzEdQuHHG77 { width:19.875rem;height:13.4375rem;top:65.9375rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #rpIll76z5Hpp6qb4J8RTxht3rqQ62sC4 { width:16.25rem;height:5.5996125rem;top:71.68701171875rem;left:1.8749998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoFr2kkObxwOB8IFXG03GdV1R6et3Xso { width:12.1875rem;height:2.79980625rem;top:67.8125rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGV2uw6FzWcT7XbGVbFwTo76THVOdAt { width:19.875rem;height:13.4375rem;top:82.625rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #DckWPZsTBrFvmkMczZzzPq5mhVJFKC4s { width:16.25rem;height:5.5996125rem;top:88.499343872069rem;left:1.8749998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTLinHWqmcToi1nSTrazuXTps23aAQV { width:12.124rem;height:2.79980625rem;top:84.5625rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTngIDy7QAQX0bqvcxSOX4eeargmRgp { width:19.9375rem;height:13.4375rem;top:99.25rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #dTJdDaNNQZIH2qCKDk0WnhEq8O1c7mdc { width:13.125rem;height:2.79980625rem;top:101.1875rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkntzvlvQSPHMP2Tfv8hZKTmCCBcTHZO { width:16.25rem;height:5.5996125rem;top:105.25rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxnAytvF59ZMKGUI05Tvo0aLlAuGQk5p { display:flex;width:2rem;height:2rem;top:18rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #fKM4MEXLG2clOryqdSbXcWEuu7UcoikT { display:flex;width:2rem;height:2rem;top:51.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #DB6WGBkrrXmtF154UqKg2cB8GwOFF11b { display:flex;width:1.9995125rem;height:1.9995125rem;top:84.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ZbyTNfT1H6ekHWsk1DoiUDkU4thWAohp { display:flex;width:2rem;height:2rem;top:34.8125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #m665tRCwF9JPmtxIWU5RqA8EgBPGyAmH { display:flex;width:2rem;height:2rem;top:68.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #CAm80i8Wxz8ACF58MOewV3gBOKHFUwEE { display:flex;width:1.9995125rem;height:1.9995125rem;top:101.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #tDLuF7gPN0voKZmgDLq995TVTKUJCUrK { display:block; }#tDLuF7gPN0voKZmgDLq995TVTKUJCUrK > .row .container { width:20rem;height:275.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WohUbOq3NJaREqabTyCirpcgAaDZ9B9T { width:20rem;height:1.3125rem;top:2.0621757507324rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gqa3PFqelUZxTl69GU10W4he4uOZSMLW { width:18.125rem;height:4.5rem;top:4.0616912841797rem;left:0.9375rem;font-size:1.5rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDwTpTGso0vphkHbiscfc5zbCDFQXZ5I { width:16.5625rem;height:5.25rem;top:9.248046875rem;left:1.7187498807907rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WP2H2yGdQxAmcgz8nZ0K1CFeeg10gUUX { width:19.875rem;height:45.375rem;top:16.99951171875rem;left:0.061848998069763rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #gV385b00enB0dzbtUIpk7Oq0c5gWxt74 { width:7.9375rem;height:2.0625rem;top:18.125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un3hTJX2KIqpwwLSrPNVZrVghA090IuK { width:18.125rem;height:1.5999375rem;top:20.75rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykoft6Kv4N0KSMvmaUQWFPL8asbKFHhZ { width:16.8123125rem;height:2.79980625rem;top:22.5rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7yDK74GNfczKSbJsBBIfJiU17Ld15XK { width:5.499675rem;height:1.29980625rem;top:18.5rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EATBLRHH4OGtZEtufW4SOpFDsppLUK1k { width:17.5rem;height:18.3125rem;top:28.4375rem;left:1rem;font-size:0.875rem;display:block; }#EATBLRHH4OGtZEtufW4SOpFDsppLUK1k li:before{  }
 }@media only screen and (max-width: 763px) { #xHBnahEJ6OEJuTIxKBbPnV2AadDNGTqU { width:19.8746875rem;height:45.3125rem;top:66.749671936038rem;left:0rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #kXoavBhhc9VvMozxS9OVPqBbKd6f3cOW { width:17.5rem;height:17rem;top:78.24706840515rem;left:0.99934899806975rem;font-size:0.875rem;display:block; }#kXoavBhhc9VvMozxS9OVPqBbKd6f3cOW li:before{  }
 }@media only screen and (max-width: 763px) { #DlZJKDQsqMwy6Dy386xoCTOENOT4e5mw { width:18.0623125rem;height:2.79980625rem;top:72.25rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7J04OBaMJQ7WcMKXuos3TnV1zm96Qrp { width:7.9375rem;height:2.0625rem;top:67.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7FGooy6cz4hRyigEMtyPTvwgm3fF542 { width:18.125rem;height:1.5999375rem;top:70.375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1fb0lX9hMUVt2NfVzCtqyLpw4T3CSSb { width:5.499675rem;height:1.29980625rem;top:68.25rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zic5s2OTyybsXJtxVUadVHHV3W00DdXX { width:20rem;height:54.75rem;top:117rem;left:0.0625rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #hZJHSwpCy97azRTqrLvSymafHLfafFA2 { width:17.5rem;height:25.1875rem;top:128.75080871582rem;left:1.25rem;font-size:0.875rem;display:block; }#hZJHSwpCy97azRTqrLvSymafHLfafFA2 li:before{  }
 }@media only screen and (max-width: 763px) { #ox5z28PsGDm8rLZexUmgvJJWJ2dTacmu { width:17.561875rem;height:2.79980625rem;top:122.5rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPKUVVIuBufasWUGorOLr2MzTJluWtrb { width:7.9375rem;height:2.0625rem;top:118.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8g3ApdRF8hPohxEDPd9VXCDuoALUxAy { width:18.125rem;height:1.5999375rem;top:120.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L78f58AVlPaqws3wvhDrTVgH3NKQRAo8 { width:5.499675rem;height:1.29980625rem;top:118.6875rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku6WBTCdhdugnQnqu7Zz66voP5gJggth { width:19.9375rem;height:45.3125rem;top:175.4375rem;left:0.0625rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #koKTT0yHuvC3RkWlo9wWsuNmKbsGQpnp { width:18.6873125rem;height:15.6875rem;top:187.3125rem;left:0.625rem;font-size:0.875rem;display:block; }#koKTT0yHuvC3RkWlo9wWsuNmKbsGQpnp li:before{  }
 }@media only screen and (max-width: 763px) { #l6sZLNlz5ONzmVUc7kPGJ8yTaSDipZrk { width:17.6871875rem;height:2.79980625rem;top:181.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBfEEIVPy9X7r7lmKWlepF0CU4qimr1I { width:18.125rem;height:1.5999375rem;top:179.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XypvJb04xcpPTCi5No8RXiGq4GNHheFa { width:7.9375rem;height:2.0625rem;top:176.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG46iZAk4kTOE40Lxcceu4tNhBFMTXR4 { width:5.499675rem;height:1.29980625rem;top:177.1875rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnkBE3k3FzW8bfIg0fUG7vEcV4RtVGi { width:19.875rem;height:45.3125rem;top:225.4375rem;left:0.0625rem;border-top:0;border-left:0.0625rem solid #ddd0b8;border-right:0.0625rem solid #ddd0b8;border-bottom:0.0625rem solid #ddd0b8;display:block; }
 }@media only screen and (max-width: 763px) { #UH83WIvJEiDLesiiqAIsK0X5pIoNnSuV { width:17.8125rem;height:18.3125rem;top:236.0625rem;left:1.0625rem;font-size:0.875rem;display:block; }#UH83WIvJEiDLesiiqAIsK0X5pIoNnSuV li:before{  }
 }@media only screen and (max-width: 763px) { #T40GlLmRDiuNgLpmV1e5FZb0yvVg5EZh { width:18.499375rem;height:2.79980625rem;top:231.18682861328rem;left:0.74951171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGNHlLJ4AhJwKHrIh3elOV61FDBHdIlx { width:7.9375rem;height:2.0625rem;top:226.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr4HIuONfeTaRIhbJ0CeSNTc4OG70mBw { width:18.125rem;height:1.5999375rem;top:229.57632446289rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSfaVvK2un6TwlvJmuRCEKOJP2fiwxcM { width:5.499675rem;height:1.29980625rem;top:227.3125rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7pzBHIacfFnINI4Nzyo7zqcDwTnovS { width:20rem;height:13.9306875rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIhrNH8a2tufcFxru8ycyu9bOJPt1FhL { width:19.6875rem;height:13.5625rem;top:97.311195373538rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pTZxSqw4gbXzCyP9K5rLFBZPEZGVkLQH { width:20rem;height:13.7556875rem;top:156.74885559082rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrMwGnaB6Sw6fmOTNbLIpS1uydkihfO6 { width:20rem;height:13.837875rem;top:205rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX6BzZVtU749kG7eub9guFqZWXodA2Iz { width:20rem;height:13.5725625rem;top:255rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm3K1IIi6vNMskiRuO4RWCrOXIu3bPzM { width:20rem;height:9.4995rem;top:225.43700027466rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTssyeecOEvcr884ZNgdFBCVEn7xd1nT { width:20rem;height:9.375rem;top:175.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR0lFb0oTzviTsTqX3aPZ0I0nv0fU4Ut { width:19.8125rem;height:9.375rem;top:66.749694824219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky4tnriSTllxLx9NU6pTkHeUlsR6va4U { width:20rem;height:9.5rem;top:117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #maaua1CtTqzIHNywBIEnSplRS2euplch { width:20rem;height:9.375rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 { display:block; }#d6OoHFNQe2qrOnEcSJiFwbriE9ny8VZ0 > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNNP3wOB3OQbQJCdx2ARMIJTxaaElut0 { width:13.6246875rem;height:2.92480625rem;top:15.124510765076rem;left:3.1868489980697rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15019;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A8fB5vV2Eyme3X0dJbKNqdOlAJP7IvqB { width:16.4981875rem;height:1.4624rem;top:59.43684387207rem;left:1.7496744394302rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #veFGTE2Eb5bkqImQIXndltTeMngUig5W { width:16.936875rem;height:32.0625rem;top:19.694009780884rem;left:1.5299478769302rem;font-size:0.875rem;display:block; }#veFGTE2Eb5bkqImQIXndltTeMngUig5W li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_67dc6abc1ae165720b51a5fb34f69278.svg); }
 }@media only screen and (max-width: 763px) { #HFAhk0wovdAcTb1NgNq8xtdo74ZZDpF4 { width:16.4371875rem;height:37.5rem;top:62.75rem;left:1.75rem;font-size:0.875rem;display:block; }#HFAhk0wovdAcTb1NgNq8xtdo74ZZDpF4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e9c87fb1219570450d039e4cf48c2c03.svg); }
 }@media only screen and (max-width: 763px) { #qNgumReyybpOhVLRCX3qTQSCPnLTeS43 { width:20rem;height:45.9375rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzdq2fLL8sTa2hOFhoH4twh9ZTtBQe1 { width:20rem;height:40.6875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOooHRCwbTPqlxwU5f1QTsNfD3Mgzih3 { width:17.249375rem;height:2.625rem;top:8.8728847503663rem;left:1.3736978769302rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO05CcIIM3IaozVicUkWNofbEmmvb5ys { width:17.1875rem;height:4.5rem;top:3.56201171875rem;left:1.4054361581802rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rdAODxI0xUHMcvaDP1AmSTCxAm6Rh08z { width:20rem;height:1.3125rem;top:2.1139297485351rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD { display:block; }#XiJJ1Cb7Xhk7OlacUdGpMPU2DLkcJKoD > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPoNN1sRhUUcc8qTnqv5qigyeMbSLKr2 { width:20rem;height:1.5rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ4tIiPVPqrLfPoh8L55Ny8pA1wESb8O { width:15.374375rem;height:4.5rem;top:4.18701171875rem;left:2.3120115995407rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Mtl0S0FFwmKT6eVtpb5F3cqGJWBa0vdD { width:18.9371875rem;height:6.5625rem;top:9.43603515625rem;left:0.53059899806976rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUd7mTpBCTBecvqSa0u3sNDwBaKrx0X5 { width:20rem;height:59.25rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPL48P4XOCZswL3H0GWZc0KWKT37hwyb { width:14.0625rem;height:3.8994125rem;top:19.75rem;left:2.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15019;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ER2DWqFqNQZSVOG57GW9DINNOyL1iig1 { width:17.5rem;height:28.5rem;top:25.3125rem;left:1.25rem;font-size:1rem;display:block; }#ER2DWqFqNQZSVOG57GW9DINNOyL1iig1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ded811cb1307c4280462e935ff0bf9fbbfd3eb81.svg); }
 }@media only screen and (max-width: 763px) { #THvCRbi5UTN8aZ6XVhSuzSAr0OJNvu13 { width:11.1873125rem;height:2.92480625rem;top:57.125rem;left:4.375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15019;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PthqseV6zCyp9LIGR2tb5O4zTcnynoRf { width:20rem;height:12.312rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJX5yvnXBUJm12VlmI5naiAlDe5Mw4yc { width:0.125rem;height:26.6875rem;top:19.183106372071rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8u8bJTCdKmMRpU8yh5QKwayZ55bJo9G { width:9.9375rem;height:9.9375rem;top:74.68505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJcLJVM0G1t5S3X5RLib0xST7oxtDUth { display:block; }#hJcLJVM0G1t5S3X5RLib0xST7oxtDUth > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRPT8c25R365lAp0pPEvtgxnIAmtKh71 { width:20rem;height:1.5rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FClm0NUIxnW2T9fTFBrcTVzbhVWkmt35 { width:20rem;height:4.5rem;top:4.75rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nPG964pdbSmXmy3DRBU5qe4cX51yvfUR { width:20rem;height:15.612535612536rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpLTpucDqCEgqhzme4Ik0lLoVUCOQmWP { width:20rem;height:15.663956639566rem;top:27.3623125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 { display:block; }#CV5AwA0z6AiwOCl4b2Aqhq9Lp6qMWqv1 > .row .container { width:20rem;height:533.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8CfyAb12pCgo1eDDCCs0AsT7FLfdtAC { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV8omv0ZU4qPCPhwDZwRAVQzy5cTEd2N { width:15.1871875rem;height:4.5rem;top:3.49853515625rem;left:2.4055989980697rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rOkFRee9pG3QQBCm1SLXeS0y6OSO1JEx { width:20rem;height:3.9375rem;top:8.93635559082rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTrCUnHnnTiF741wW3ZzgT0fLD6ESHe { width:6rem;height:2.3125rem;top:17.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOhFGXfT8P61PBRGgITfcOVgiNcWAo5o { width:5.499675rem;height:1.29980625rem;top:17.5625rem;left:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJNDTWG2e2tXXbDZDDOGd4hiF6t88FXr { width:16.5rem;height:4.875rem;top:21.05859375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lab6R6RdGG3ia3ipcc0XeCRhwJarlHvT { width:16.5625rem;height:16.5rem;top:26.954425811767rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViwdDgrzKoBvK1OD9v6QWM0zUrBfQq9A { width:16.5625rem;height:10.5rem;top:75.9375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laIM8yqfMBspZr1emboqEmBfCxK6lv30 { width:16.0625rem;height:1.625rem;top:73.25rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sPdTRJWFBrlu4JqTbrot4gue9oOBPZWL { width:6rem;height:2.25rem;top:68.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBvRFdh5m16hyPu6O2x9MR8t907ODf5T { width:5.499025rem;height:1.29980625rem;top:69.4375rem;left:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH61XbnbUTEZ6SNt90qMisbdCB7v5bIw { width:17.8125rem;height:10.5rem;top:124.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7cMXiG80uswFxxyfNxpTsO6ZdktGop { width:17.8125rem;height:16.5rem;top:258.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv1BxvI7SnT2GccFonOfmXFNo1wOcyP0 { width:17.8125rem;height:1.625rem;top:255.25rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCrHK3ol5Tim1tqc5uqLd19reptSznTN { width:17.8125rem;height:3.25rem;top:119.5rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isgIJni6aSxQ1swaX9ypDozK6HNrAkPR { width:6rem;height:2.25rem;top:114.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzPBQpQIrvMlai53giBFUS0Gx4aih12d { width:5.499025rem;height:1.29980625rem;top:115.4375rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf0g96T7fMmIcvn45OKfPTG5bbwAJT0G { width:5.9375rem;height:2.25rem;top:251.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrtFfJFokIu75dL1a8lH2sIc6b510hn { width:5.499025rem;height:1.29980625rem;top:251.9375rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omLU41GyPXq00PBOpEUgdlsMp2VFpTgW { width:17.8125rem;height:9rem;top:167.81250572204rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qArMwPXLumZaEKcrcMrVUKXpcL551zg4 { width:17.8125rem;height:13.5rem;top:305.375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhCm5F4TG7ZeIeu8oyIfUmanZXVrhxa { width:17.8125rem;height:3.75rem;top:300.375rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #omBWgsh7UZcxTlx8pBme6Hku9u7r2zzS { width:17.8125rem;height:1.625rem;top:163.68750572204rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpD4oA4iRh6hJvhsBu3Ue0sI2AtnZ5Zc { width:5.9375rem;height:2.25rem;top:158.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkDDRJzcksDMKDPaJ1TUx0TpbcVFnlk5 { width:5.499025rem;height:1.29980625rem;top:159.3125rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXMv1Pagu096Fi8gQniCz7kItK14AThK { width:6rem;height:2.25rem;top:296.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3OECTHcTyLKkI8VFdEggugb5z3dlgbN { width:5.499025rem;height:1.29980625rem;top:296.875rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQdaAndyOTmo87o1oKhFlKbniJDEqC7i { width:17.8125rem;height:12rem;top:210.0625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAHFTqdLrGvhreoAyktsEFxT20gLLS8O { width:17.8125rem;height:13.5rem;top:359.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S73qxusv0AiAQ6ZKCoEf6E7FXzTwxfG8 { width:17.8125rem;height:5.625rem;top:351.5625rem;left:1.125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #D2BZd1dXQ0DhuzBEfN3qOdmfNsKl71XA { width:17.8125rem;height:1.625rem;top:207.0625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlMqQZ5Bv3rBFLrPTkHh25A25THIlScV { width:5.9375rem;height:2.25rem;top:203.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExPryzZRGtwPOBzpnTuS7uQZUUnCQMg3 { width:5.499025rem;height:1.29980625rem;top:203.8125rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMPTX6kTDM4P9CkULsXLNdf2TmOvtSE6 { width:6rem;height:2.25rem;top:347.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRT7B8skqsA1aTuwsdABIqZo29Ktubd { width:5.499025rem;height:1.29980625rem;top:348rem;left:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyrcvLP6TGccdkHxkpu75aKqCAoVzpF4 { width:20rem;height:45.8125rem;top:15.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB10V2gxhx2FhGCdtz5sNauWXO3Xo3nQ { width:20rem;height:40.0625rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUCobgT8IzQGtJHfOd24C48CLrpsn565 { width:20rem;height:39.6875rem;top:249.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT3n0FRdgmMNBGrVNXN6NEBbFuFPyAEs { width:20rem;height:38.625rem;top:112.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC4nh2KbSKRDlWJCVc5O3JDzgmaLVWeS { width:20rem;height:38.8125rem;top:156.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blnessDHsmr3HZab9wivfeGTmhWHZwJE { width:20rem;height:45.6875rem;top:294.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8IdUMhz4T5OJgZVMNuoghDvrC1TeGFT { width:20rem;height:42.5625rem;top:201.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSkJx83Ha6b3MzOVvprev6wxi0BAPZZ2 { width:20rem;height:44.1875rem;top:345.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK8r01eSkI5OWAxTd9MasBlGhaMD6ZZ3 { width:19.9995rem;height:19.9995rem;top:41.997417449951rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9A21whoh5RpqQ5ObiFHTcRoPkRJuhc6 { width:20rem;height:42.1875rem;top:394.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZlLUNrDg1qeNg2EuTvPPoLHcbUZVZt0 { width:17.8125rem;height:16.5rem;top:403.5625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqxRHyTwnxNqbq0pIzOwTnQED29erNan { width:17.8125rem;height:1.625rem;top:400.1875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqVbDHo3o9HPgrpyLqzGu8OyMyfbPAw { width:6rem;height:2.25rem;top:396.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNOsFU1VtyDlAvAmUUKMQGlH5dkItRW3 { width:5.499025rem;height:1.29980625rem;top:396.75rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clUsus6pkiErBvwtSNQKMmTfIITQcHoT { width:20rem;height:40.8125rem;top:441.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fODcuv7wcbl1tJTcAhOo7S4R43QkOeDg { width:17.8125rem;height:12rem;top:451.375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adTOduoCI6QQpHmc2CIr5y8CztzDe6ck { width:17.8125rem;height:1.625rem;top:447.5rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWJVxTl2vQJklBdn6vRmhKQ9MGDPeo0P { width:6rem;height:2.25rem;top:443.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS65DVg2dXpTbqCMAqr29VGHLOgWO8aq { width:5.499025rem;height:1.29980625rem;top:443.9375rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8uWdZRAT2ZKR3PLG3Ex4vL7yO12aLCK { width:18.5rem;height:18.5rem;top:417.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8AHg863peT0fOF4bCtuFD36y6tpM1E8 { width:19.9995rem;height:12.8364375rem;top:375.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIWKd1ziA5r8AFJF1SB3bBymJKQ0t9Lx { width:19.9995rem;height:19.9995rem;top:320.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccUJpCwK7KrpSrhXDRoKpceA2XnH1gLf { width:19.9995rem;height:19.9995rem;top:223.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHhgu39xbTcNsqfCTARG0hv2TvdnlU1z { width:17.9375rem;height:17.9375rem;top:88.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9gTelZstLZNQ4mF2rTgtSWZcScpnlID { width:20rem;height:12.445414847162rem;top:135.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSiS7hyNyn8R345yCcotDOf1OIDcr6QZ { width:19.9995rem;height:12.832rem;top:180.62500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drEDv9yG3hacoa1EQOJyHteJm3k8MwwS { width:19.3125rem;height:11.25rem;top:275.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8X7k6uAKyJ7EDtt2dm151ySiI21NM0u { width:20rem;height:13rem;top:467.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQPBXJuGLl5dOZXCTdJemP0BTxvOsOG { width:20rem;height:40.875rem;top:487.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAHMQ6yy0hcZ8fen3P2UUMXlntTafwQ { width:17.8125rem;height:15rem;top:497.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tufLo8TfnBehVZXIPKSxrhJ34nCnHt8i { width:17.8125rem;height:1.625rem;top:493.6875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLsKtNQq2UxHJFwCW186BqIInizG1eE1 { width:20rem;height:13.120728929385rem;top:513.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LibNEAT8v8LWBii0MyaTq5m15NrPyrTA { width:6rem;height:2.3125rem;top:489.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXSIzBm1h4zgMAmTso3gehfv99Cq51Pl { width:5.5rem;height:1.29980625rem;top:490.3125rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP { display:block; }#O5NDNNIlzUqBMiwdWbPZs08WA8QbDVTP > .row .container { width:20rem;height:168.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKokzUrlaCMTTZ1Z4RGnuAfgqMiqCoue { width:19.9995rem;height:2.000325rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tafx6hW3apUmIMDt5IaJ02yglQs39zW4 { width:19.9995rem;height:2.625rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul8uCRMyw4dcoQEfIoG9kk1zUbLNxwth { width:19.8125rem;height:3.75rem;top:11.0625rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0PItsHCgZhBqeTGhwqVSvENEvtJ15RT { width:12.3111875rem;height:1.4624rem;top:12.310388565064rem;left:3.8435872793197rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsCkh90I9WRU2vn8eUSlEmnvV1HSpzW5 { width:19.9375rem;height:42.625rem;top:11.561683654785rem;left:-0.12451171875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EbfVPaqDJuEceea81IHgS4xKVw5aoTb0 { width:17.25rem;height:1.3125rem;top:16.5rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPNcXOyXzkOl1qHoXu3GiaygWIJyMuk2 { width:7.5rem;height:1.94970625rem;top:19.5126953125rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OP2iPDzNU6IcgN0sh5rsm8zFQUHRHFQT { width:9.375rem;height:4.2246125rem;top:18.375rem;left:7.68798828125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mt3yRSn8d1rezMDk8yBZPuThKbSA9me4 { width:17.4210625rem;height:3.2959rem;top:48.499346375466rem;left:1.2890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDwzcJZFm6SSFbx13IGvMWXWGoBAsZwP { display:block; }
 }@media only screen and (max-width: 763px) { #uirt3Om7bOJp7QEMIDxXuWqEC2XXlfbs { width:18.1875rem;height:22.2836875rem;top:23.41552734375rem;left:0.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#uirt3Om7bOJp7QEMIDxXuWqEC2XXlfbs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e6b02d62cfc15f3b513bd1e2ee0341956f19e6f.svg); }
 }@media only screen and (max-width: 763px) { #HtPA9huN6MwnEFvE1pFAVPbC3Un4QtHM { width:19.75rem;height:4.3125rem;top:113.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugm7SOs5J9Cm7ZEEaZ9isuiwCipqzrBi { width:19.8115rem;height:1.4624rem;top:115.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #di8mGMnbumWuLRCPxFTTQtcdq8R3V3Ae { width:20rem;height:43.625rem;top:117.3125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #APh4gHagdgQkxefTiBZgq0NLOedbOpGb { width:19.8105625rem;height:1.3125rem;top:122.625rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDRrkHeUxyi5Uc9Cquv6PDXGlZ0kWG1i { width:9.3125rem;height:1.94970625rem;top:125.875rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytHBGiuScgMmnp3JRghctfOSfHBKXSSn { width:12.6225625rem;height:4.2246125rem;top:124.75rem;left:6.125rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLTMxJ5n35WVOa3pTtA13wlgeBIUzW9z { width:18.1875rem;height:22.2836875rem;top:130.75rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#oLTMxJ5n35WVOa3pTtA13wlgeBIUzW9z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2e6b02d62cfc15f3b513bd1e2ee0341956f19e6f.svg); }
 }@media only screen and (max-width: 763px) { #g5PWowAJXXTQ4iWQs1fZJUIb1dQyTtBR { width:17.5rem;height:3.3113625rem;top:155.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpv2KEeCJhoQNax8mSiqHgbzB9loMy6 { display:block; }
 }@media only screen and (max-width: 763px) { #ezf1k9kFC69FkbPFqZBgcPJ38T29kni4 { width:19.6875rem;height:47.75rem;top:61.375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Uqw4W42nNTPT1WgkuBn6WxsL466HAB8t { width:19.812rem;height:1.4624rem;top:62.375rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQ5HuyoL1zscAOt7AHEw8hP9NAlxX1E3 { width:19.75rem;height:40.25rem;top:64.5625rem;left:0.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VTaD0vu1vs3NCbDTA7QD1AJmrqrw5R7z { width:19.812rem;height:0;top:134.10154453125rem;left:0.188rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fhIAUmPx0MORy9zkly5GTCebUL0MGPzV { width:7.8125rem;height:1.94970625rem;top:70.9375rem;left:1.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3hNTKQIQOTFpn0UqPirgTT1z5gkWPEX { width:10.9350625rem;height:4.2246125rem;top:69.8125rem;left:7.1875rem;font-size:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMJMO8v24FBUbamzPCstGSaeBJUCcD6L { width:18.1875rem;height:22.2836875rem;top:74.875rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#KMJMO8v24FBUbamzPCstGSaeBJUCcD6L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_105fed15073cd81509d523e26f603622b1595a09.svg); }
 }@media only screen and (max-width: 763px) { #IoptFvPsrbxAzcKVSzFm4TGmkmalpL4T { width:17.5rem;height:3.312175rem;top:99.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzZmGzt966HTxZzVN1b5kVN5QQJSziBB { display:block; }
 }@media only screen and (max-width: 763px) { #xTZnRAnuMTV2XToezNScgbmDczqUdpTG { width:19.8095625rem;height:1.3125rem;top:68.1875rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15034;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vthzk2kqPGBRuH9mMXcXe2GHtFzWqCqU { width:19.75rem;height:4.8125rem;top:159.9375rem;left:0.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fqSu5cOmMnAxLuAfi7gk8XBR2KE8iTLN { width:19.749375rem;height:3.937175rem;top:53.350746154785rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VHr9ECw3mUEAdbRhlscpdSgFHyFFUvJN { width:20rem;height:1.13720625rem;top:106.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UflVbVQDVDoKPZItmtzAysUUZWE8J8P8 { width:20rem;height:1.13720625rem;top:162.25313186646rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apqGJW5oT4lBZBaBH3XrCPTkvdORlXpc { width:19.812rem;height:1.13720625rem;top:65.5rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVXlkoDTUvuu9US2AyKktnvAFylkEo86 { width:19.8111875rem;height:1.13720625rem;top:119.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV { display:block; }#xSJSIh3uPbiW7oDUPsFBpesotn4SMpzV > .row .container { width:20rem;height:123.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S513TbnzW59Z5RW37InRSwMdvKqSRzlR { width:16.375rem;height:29.69887223477rem;top:11.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZTidBEtT4XXnSQf2oXyJEJnDKkTIq7y { width:16.875rem;height:21.687rem;top:89.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnKWRcTF3SNEO30gfa3IKkSr1K2RZE6Z { width:15.75rem;height:30.5rem;top:53.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSHMtdqdvX0tAGUBMIoTnKOXrdRyyK6V { width:19.625rem;height:40.625rem;top:10.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqWBoCy1JbNaqGQEftktuD1SxNHbeags { width:19.625rem;height:26.75rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leNLJwZ595MQdSzOdds1ZOOb8rk2P9PT { width:19.625rem;height:33.125rem;top:52.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9UoyKraXZcBRIXzp0v5cPBvKaovIbIe { width:12.5rem;height:1.25rem;top:17.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxFsMJD2r1RoiiXnJtl3EORn0ZdvZpcb { width:12.5rem;height:1.25rem;top:20.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvULAhs90pPskKZoFx0ihuHg4pHQ6EXO { width:12.5rem;height:1.25rem;top:23.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwepMgC9NJ9nPEsknwNhaO00JiCwLOkt { width:12.5rem;height:1.25rem;top:26.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS1Wgdxv5zkgDMdwQN6K437D9NrUWoCO { width:17.5625rem;height:5.9786501257128rem;top:43rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOd8lr59ezAfTeZhAk2Ig1qtNFvM7Rs { width:16.75rem;height:3.25rem;top:45.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9IVTSha8F89QcZM4QmzcqGCBZuSQ1uc { width:14.375rem;height:3.1875rem;top:74.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLFiBiCvF29OhZhFr83sSWn4cct15Bpa { width:16.0625rem;height:2.875rem;top:103.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGtwutie2kVSDnszG1EoncDkLTLc3zK6 { display:flex;width:1.8125rem;height:1.8125rem;top:46.625rem;left:0rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #rvBfoaqJKBD3BKWipTHiGGe0tDNAncGe { display:flex;width:1.81213125rem;height:1.81213125rem;top:103.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n1nPRWflBuqRDW4aMc4CRX39F9KbGZb0 { width:16.6875rem;height:6.75rem;top:2.5625rem;left:1.65625rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xXJmRUI7kTkAdTL9OD61Md41UhKbeZLe { width:20rem;height:1.3125rem;top:0.6875rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-primary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz { display:block; }#Tw4XvXD3z0Tlrm5yFeN9wsubSNfkZ2hz > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDklrT8kubhZveftgF7r6W3GAlST1oPQ { width:18.8745rem;height:32.8125rem;top:31.686195373535rem;left:0.56233727931976rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PapZu8Fe9zmrUtaiCwOGIX1T5X2DvmLi { width:15.1245rem;height:17.9996875rem;top:11.270343780517rem;left:2.4373372793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVDVMkhrOP6ihVmVLN6zDqMHhRTB1Rw4 { width:20rem;height:1.5rem;top:2.0613603591919rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcRavDVPSRW4Sn5NUrGQKxG60h0TQXFh { width:20rem;height:1.5rem;top:4.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V73PCUUCEl6OvKNtqdMh951d4VTpP0OO { width:20rem;height:2.625rem;top:6.435546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4N888afAXk5W7ieShPpCxshCE8tRVRJ { display:block; }#F4N888afAXk5W7ieShPpCxshCE8tRVRJ > .row .container { width:20rem;height:56.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.4;overflow:hidden; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h .accordion-desc-text { font-size:0.8125rem;height:auto; }
#TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h { display:flex;height:auto;width:17.2485625rem;top:10.125rem;left:0.875rem;gap:0.375rem;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem; }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #HNWeuKQex7zrTSqPNRkdGe4NBJNcToaW {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #ZLR0r4z1hyCOsaba1OCi8N7zQqgcA8gz {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #ic5TX12htZhfesKBs9ignGNbFpqmhf8k {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #GOIHl2PKeqNaWCWg331LvJMzpux22AuO {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yDt47NUGb29FDaD1iyTZxI3X93oXkFfZ {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yXMFZs8VGanIPOywImKqp7P4BCnJEyyl {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #yqWKfaTv5VpGIsa8ez8S0BZmVBbmXoiu {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #Q11FGXCWbshr4hBaZsNpA4WNTmyaeoa6 {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #i5CF8DpgcOuTFdZCeuFTrhcLWIwMNoiS {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #VsvzTMS514dZk1ByNauR4sTpXN2mVSlW {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #WrCMMHDOXxRA6Hyr6PHbRgOKyE3kEqhT {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #uv0bFPVELNEH0wtfSqQ33iS7zqc0SyKR {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #pThmT3RfziwWWQAF3rSuUP46Slwe4W4B {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #q5wvVP5ZlHMmTVbGI1Twy0f9i8r2qd5A {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #muaweRhEod7EeZQ7HLeQWPWPrpRwvSSC {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #TVzl19DhRwQTgeNVNNtVUOIywwapOo4u {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #pG5AhUwp18dnd9QrNrNTfWrXTdDPKn9E {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #a8HC1w7tluV9FeeV1VXfvGzoDuUMB749 {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #RO7LhmXPTnxsiPOrBQzQn93wWnK116uk {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #qq5GPxISSF885KAm5zcM2aSJeadfHpKz {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #dFDzgBuI9aF9XcAvG2N3ohqJRoNyAwFr {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #zS4a4hErLAfir1kALIgwLJm8BEq8PTCG {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #fycfgxKtRXvXTAcDdQReEAtwmEzlSAMk {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #NT8mLmvOp0R43cpyvXVXBkb9r4a5VP4g {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #f7ggtI5u85qk35pBGq8RNa8Zt366o8Bt {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #fDMaRWRoymVVl4ty4vsTkeHkENJy0Eft {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #MrWvHQiiCfMhNC9uyfKTQNwzhgGLw4nC {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #rlTnL8vNTgIHOB8sQBWk4qA0RutgHCuo {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #hB5JG6wnbot2dqfbAmUo19iwmQB0KZJp {  }
 }@media only screen and (max-width: 763px) { #TIzVTewBN6uNl2lMqTgQ9Hy49F904z4h #wp7kzOqPBq7vFANi6669qhOhXJwFbvC4 {  }
 }@media only screen and (max-width: 763px) { #VLXRtOWWO2reyQnkP2xvyU0btCQC26qD { width:20rem;height:4.5rem;top:3.25rem;left:0rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh { display:block; }#HlyJRtR1uXQRxisdzUQtp26QFnwLgQWh > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xw2tkwnCQmSLnLaJ6epVUP1QTvH7p7x3 { width:18.691395875rem;height:3.191733375rem;top:19.06169128418rem;left:0.65348303318025rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNBJnJ1SGvKZJEddff0XGlWkGWo6Fcn { display:block; }
 }@media only screen and (max-width: 763px) { #KBNU2ZTHn8wn7RQAGWneGk0TVp59dTm2 { width:18.3121875rem;height:6.75rem;top:2.5618515014649rem;left:0.84309899806975rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHWqEaA5TgSWlTCq9NzZ8aelTK58qVdJ { width:17.5rem;height:6.5625rem;top:10.12614440918rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP { display:block; }#ElhQctiRU0ZFlITkcZTgtp1CLCzr36WP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLrc7MW0MMArk3EFSmIXUsI6oi8lzBoy { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiI2fDqN63Tq5mamHwZcHN89EaJUURQf { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji7XoplmIUxPdZfH5ATzJ8B1b9cvBRPG { width:15.874625rem;height:1.224825rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbtrIcgnT3eUpzLnCmb1ZytV1Qi0Mmas { width:15.874625rem;height:1.224825rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }