.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:239,229,247;--color-primary-1:201,169,227;--color-primary-2:147,82,199;--color-primary-3:74,41,100;--color-primary-4:22,12,30;--color-secondary-0:250,249,248;--color-secondary-1:238,235,230;--color-secondary-2:221,215,205;--color-secondary-3:111,108,103;--color-secondary-4:33,32,31;--color-tertiary-0:255,255,255;--color-tertiary-1:197,196,196;--color-tertiary-2:60,59,58;--color-tertiary-3:30,30,29;--color-tertiary-4:6,6,6;--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); }#d8tclbulTy1eom45chnREu00cSdbQHWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,236,230,0.92);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row .container { background-color: transparent; background-image: none; }#d8tclbulTy1eom45chnREu00cSdbQHWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row .container > .video-iframe-container { display: none; }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row > .video-iframe-container { display: none; }#d8tclbulTy1eom45chnREu00cSdbQHWI > .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); }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row .container { border-width: 0; border-radius: 0; }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#WNcqaDJ5dU2Gg6yQ8wTz4KNzA9pTfgUZ { color:rgba(var(--color-primary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:1.0927734375rem;left:4.4970703125rem;height:1.6875rem;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; }
#eNUFa6SNEx74T7ItuWSG1BRf7gTCSVe9 { background-color:transparent;background-image: -webkit-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),0.5) ;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.59342443943024rem;left:61.835821195049rem;display:block; }
#CWugJk80ixT375b2KU3S7wuxV7TZVnyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn3ill21OKu4rZaEmHc8Xzyox4OLUyZo { 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:2.75rem;width:2.75rem;top:0.56168615818024rem;left:1.1604843139649rem;overflow:hidden;display:block; }
#XZa0X3Na4QyFKNHzpcWiWWyw5qIHPLQR { background-color:#f1ece6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.71875rem;left:37.6875rem;display:block; }
#siKMFKJyyNfFHGGWBvs5C79r7GXTk0PR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZrV5IS2a9OEVT5XpkTKI1STSKsJo5ET1 { background-color:#f1ece6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.71875rem;left:42.9375rem;display:block; }
#GECwRHhGWu6ETRHKFc4a8aSE5ZwMBpzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwWuV9VAE1eS1AnRHL6wzEHcI7kSoPxb { background-color:#f1ece6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.71875rem;left:55.4365234375rem;display:block; }
#c03eA329KPmETLcLfZLpk2LI7GgrGsR6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSadKlwSks8R7z3BZhEspUZAOmtqpM8q { background-color:#f1ece6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.71875rem;left:50.25rem;display:block; }
#IUIoc0oA6tbgFZ3NOrULwwepUb7nJbSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);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; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row .container { background-color: transparent; background-image: none; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row .container > .video-iframe-container { display: none; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row > .video-iframe-container { display: none; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .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); }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row .container { border-width: 0; border-radius: 0; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:57.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ZJlHUouGM8TIJLqUxc0gQgFSGh1ztnT4 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:13.625rem;left:0rem;height:6.32425rem;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; }
#e32TIEbLuy0rfV4q1Tqaly7unH5u1TNT { background-color:transparent;background-image: -webkit-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-primary-2),0.5) ;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:44.4375rem;height:3.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.6875rem;left:0rem;display:block; }
#fpfFUV2zTAkh2OkgN2Ii4We8eqmlQrOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCyoeSpMPNa9oElkJQ5FBfM7l1tPm9h2 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:20.875rem;left:0rem;height:4.21875rem;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; }
#Nz8Akk95b8UmTblXfGmTDXs9K45uwuVD { 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:42.25rem;width:31.75rem;display:none; }
#VbFxFt8E8GPtLg97A3p50yahtQedcM0k { color:#3c3b3a;display:block;width:41.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:26.375rem;left:0rem;height:11.15625rem;font-style:normal;display:block; }#VbFxFt8E8GPtLg97A3p50yahtQedcM0k li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#VbFxFt8E8GPtLg97A3p50yahtQedcM0k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_692214e8ef16f4d3360d4f6b04b74637dd5b8b39.svg); }
#zWK89SN1xmWei29hc21Gn7o24X2ggxgl { color:rgba(var(--color-primary-2),1);display:block;width:60.7470625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:11.5rem;left:4.5rem;height:1.3125rem;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; }
#gqpRgZ7O8ceQtCgS25o0JuAi8NNq0rkG { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15019;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:12.09375rem;left:0rem;display:block; }
#d5snxnItv5VMlTklPm1LkEwGVrPCUE16 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:45.8125rem;left:7.6875rem;height:1.21875rem;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;text-align:center;text-align-last:center;display:block; }
#BqRzx0ZoXBVOaOIJhdTiVfh9U0JuCDoi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:45.8125rem;left:11rem; }
#zAww0VRD7uwXv9hKskwbzXi46dxxLixS { box-sizing:content-box;height:30.125rem;width:25.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-1),0.1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),0.1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-1),0.1), rgba(var(--color-tertiary-0),1));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.3125rem;left:49.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#EDMFUmKy9nW0CdIPwxKgZhdUsymLa81c { color:rgba(var(--color-primary-2),1);display:block;width:19.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:30.625rem;left:52.5rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#qSmqllW8wWupsyrMPhvWU7s9OCyphATB { box-sizing:content-box;height:9.625rem;width:7.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.6875rem;left:50.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#O5BvkArNFevHdlGfhAM4iJWk05mE1qM9 { box-sizing:content-box;height:9.625rem;width:7.1875rem;position:absolute;display:block;z-index:15022;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.6875rem;left:58.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#UQddzIqX1DlXVhGGdeneTo5ScctOTeXT { box-sizing:content-box;height:9.624rem;width:7.1875rem;position:absolute;display:block;z-index:15023;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:33.6875rem;left:66.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rDI6GMDTE57tea7Vpede7R0p79TZfoAJ { color:rgba(var(--color-tertiary-2),1);display:block;width:1.62435rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:35.9375rem;left:53rem;height:2.8125rem;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;text-align:center;text-align-last:center;display:block; }
#IPFcUwJNklJETF5LSf7rZ49mmdSONLPw { color:rgba(var(--color-tertiary-2),1);display:block;width:2.24935rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:35.9375rem;left:60.875rem;height:2.8125rem;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;text-align:center;text-align-last:center;display:block; }
#GlZdgy9xuMLCVpATCuCLleiqDi3cMbsE { color:rgba(var(--color-tertiary-2),1);display:block;width:3.8745125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:35.9375rem;left:68.5rem;height:2.8125rem;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;text-align:center;text-align-last:center;display:block; }
#QdR32axeerrNfM3b7ZlL2zco8c3BE42O { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:38.625rem;left:49.875rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#Zri6a329mLPTQ8dmCL9KpdtqwFyoJHIt { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:38.5625rem;left:58.125rem;height:1.5rem;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;text-align:center;text-align-last:center;display:block; }
#mZbtKMaT4SPMhZ6C9Mzn0VsODFrw1hEI { color:rgba(var(--color-primary-2),1);display:block;width:5.4370125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:38.625rem;left:67.625rem;height:3rem;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;text-align:center;text-align-last:center;display:block; }
#bXk3LfESw6OFsOPtXiZJoomDeZCkQw8T { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:24.4375rem;top:11.5rem;left:49.75rem;overflow:hidden;display:block; }
#utIJBxEmKJLh6dWtEtXsSXTByEOi0KL9 { box-sizing:content-box;height:9.625rem;width:7.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.1875rem;left:48.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#mSGFn0DPTms5PzZnueBAbKu1aIrObt9C { box-sizing:content-box;height:9.625rem;width:7.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.1875rem;left:48.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#BUHtw7A9PDM1d5seux3nvICPCi8nI26w { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9352c7, #be97dd);background-image: -moz-linear-gradient(180deg, #9352c7, #be97dd);background-image: -ms-linear-gradient(180deg, #9352c7, #be97dd);background-image: -o-linear-gradient(180deg, #9352c7, #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9352c7', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9352c7', endColorstr='#be97dd' );";background-image: linear-gradient(180deg, #9352c7, #be97dd);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; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row .container { background-color: transparent; background-image: none; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row .container > .video-iframe-container { display: none; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row > .video-iframe-container { display: none; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .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); }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row .container { border-width: 0; border-radius: 0; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.625rem;width:75rem;overflow:visible;position:relative;display:block; }#heFGx5tT5VpCaVIBvJ70pUbTpvSeW8ce { color:rgba(var(--color-tertiary-0),1);display:block;width:69.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:12.6875rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JyLQLqm7AHhPOF7yD5c8palf0WO65DlB { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0rem;height:21rem;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; }
#CNZtEse78fpmzGq4SuSMWtVwpn78Sc2o { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:1.3125rem;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; }
#WdQ6kt1KXmJKrNTtKK7DbOZ2ROTTrbdr { box-sizing:content-box;height:1.4375rem;width:8.75rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:19.9375rem;left:38.375rem;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; }
#cWSxxWTZXiWF0J9htD2EtBfmlBfLQN65 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:20.3125rem;left:36.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbDxLZy5KIMtdQlD4vP9iuItxMMwSP2k { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18rem;left:38.375rem;height:1.21875rem;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;text-align:left;text-align-last:left;display:block; }
#kVlfAwGQSgKER0Z2x0u16OmSrAAwgutC { box-sizing:content-box;height:1.4375rem;width:7.6875rem;position:absolute;display:block;z-index:15008;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:19.9375rem;left:48.4375rem;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; }
#XxEBcaiSuqlZ84rxvdQpwTC0CAEaJyCe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:20.3125rem;left:46.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JGsZaIO6mB1DV2DvReh43CHMxx1MPXg8 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:25.125rem;left:38.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPGR4TrWz1eXILDRlk7qR8Mf7tdla0Dn { box-sizing:content-box;height:1.4375rem;width:10.125rem;position:absolute;display:block;z-index:15012;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:19.9375rem;left:57.1875rem;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; }
#toaEVAmcns6L5v5NH0rBVJEsKgorsev8 { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:20.3125rem;left:57.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dx5S5iw5P9WPoMobuSc57ZQ3BMDdTR1c { box-sizing:content-box;height:0.124511875rem;width:3.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.25rem;left:14.4375rem;display:block; }
#r41mfgCAwIrvkyh0JJmCMSCP2mlok72l { box-sizing:content-box;height:1.4375rem;width:10.5625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid #be97dd;border-left:0.1875rem solid #be97dd;border-right:0.1875rem solid #be97dd;border-bottom:0.1875rem solid #be97dd;top:22.375rem;left:56.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; }
#itLbmNEOJdJHSo1wrHVNe59TFmWFQ7aT { color:#e6c9fd;display:block;width:14.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:22.75rem;left:54.625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UewddxTo8NUunwzedaaQMtGKgDAqXIfT { box-sizing:content-box;height:1.4375rem;width:8.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:22.375rem;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; }
#r9akx5iZOFVSV9Cqa8JbZCpvXpIB6gur { color:#e6c9fd;display:block;width:12.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:22.75rem;left:36.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lp36bEwqJfJgDAHh5dDSMURMtBM4nPJ2 { box-sizing:content-box;height:1.4375rem;width:8.375rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:22.375rem;left:47.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; }
#aFkTmLaJ4b8ZAOCLH30moTD7MlWwsWp6 { color:#e6c9fd;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:22.75rem;left:48.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kt0qvd7FRV8i2VC9NCuOWLmmT3M3aBS0 { box-sizing:content-box;height:1.4375rem;width:10rem;position:absolute;display:block;z-index:15009;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:24.75rem;left:38.375rem;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; }
#B93C2RnEQSIDVA4vK4gpTLeNAPZqidI8 { box-sizing:content-box;height:18.25rem;width:31.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(243,233,248,0.22);background-image:none;box-shadow: none;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:17.5rem;left:37.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#bTw2grNeAhTO72f95nuCGdRz96C09gkp { box-sizing:content-box;height:1.4375rem;width:10.3125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:27.1875rem;left:38.375rem;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; }
#V2QLCDeDBxiBZOzP78CPbTK28fNB3rSU { color:#e6c9fd;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:27.5625rem;left:38.375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xo7NQBtiRb7T04FbvTv0OSwVc9tESyST { color:rgba(var(--color-tertiary-0),1);display:block;width:12.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:30.0625rem;left:36.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kq08KxAJroLazmZZUhLqwqydRVXMnnWU { box-sizing:content-box;height:1.4375rem;width:7.6875rem;position:absolute;display:block;z-index:15011;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:29.6875rem;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; }
#riLpbmRIU5WJ0MeAqz9VAFg1MdPaNfea { color:#e6c9fd;display:block;width:12.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:32.5rem;left:36.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VOnZ97mQgf3mUnqF8CFZcTAXpl6Zc79U { box-sizing:content-box;height:1.4375rem;width:8.4375rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:32.125rem;left:38.5625rem;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; }
#S3ssSxkDt1lP5tfnTusaKae7wUbJpOJi { box-sizing:content-box;height:1.4375rem;width:7.4375rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:32.125rem;left:48.0625rem;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; }
#OB0tZIonByz9Eqi1E4akK8SXJBNZzhmH { color:#e6c9fd;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:32.5rem;left:46.875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvgrliSOKSJG6krKhK7LZ4g5ryIKEtd3 { box-sizing:content-box;height:1.4375rem;width:10.9375rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:32.125rem;left:56.4375rem;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; }
#Ho187CuzJcRKi6T3HzOglmE2tgWQX84h { color:#e6c9fd;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:32.5rem;left:57.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnvRypFe7X2CTcfZhTm3W2OkwRTX6dDE { color:#e6c9fd;display:block;width:12.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:30.0625rem;left:45rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwGTZtObOfHC3OdW2JZPdxTw0W4yXNvd { box-sizing:content-box;height:1.4375rem;width:7.8125rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:29.6875rem;left:46.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; }
#yGtkuCJrfJDtXqcMOQtc1ZRCeEhox5b7 { color:#e6c9fd;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:30.0625rem;left:56.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZXaMhEG0rZfaemGT9MTx7zw7OVK7Oe1 { box-sizing:content-box;height:1.4375rem;width:11.375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:29.6875rem;left:56rem;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; }
#yE4EL7rg9hwF3rnG4FAo3Xc88Fuf4hGr { box-sizing:content-box;height:1.4375rem;width:7.375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:27.1875rem;left:49.8125rem;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; }
#Bqaf8G7pIlWBnC66CI7Fhz6f55mqh1VT { color:#e6c9fd;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:27.5625rem;left:50rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F1Psex9FGz6K4UrKDmgwELFSzSpb9h7Q { box-sizing:content-box;height:1.4375rem;width:7.3125rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:24.75rem;left:49.0625rem;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; }
#RerfPIQHM7V798cRhIe0c8qPyLg3vrsB { color:#e6c9fd;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:25.125rem;left:49.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZD6TrBUNs6DPEpLztT4lCI7s5NcqBa9d { box-sizing:content-box;height:1.4375rem;width:10.125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:24.75rem;left:57.1875rem;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; }
#p4UGLGmToc2a0FBAaPotvcgQ8UBVzs9s { color:#e6c9fd;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:25.125rem;left:57.9375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AwB3rx8CO38aPO7CKT8LHHnvCRGcKM0k { box-sizing:content-box;height:1.4375rem;width:8.375rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:27.1875rem;left:58.375rem;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; }
#OyxpWKqNKk0Agq87AqwlTU9PuKNdbDKv { color:#e6c9fd;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:27.5625rem;left:58.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yxqTgFvM2Hw79wEyUWoTTxmLTuPCnB0T { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;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:none; }
#eg6OeIE4SlbW3NqHHGTm1FMifALKWXt1 { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;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:none; }
#HCUzL9pGBodMhvbdTGcf8khhhGTQRiTB { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;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:none; }
#B56a12BRKywqg7KlV7uy9BF8V0mgzP3A { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#sOQLaGQZkq8CuW5nDg305uC2zl8aVDKa { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#b9qR8c3N1NvpgWJCcTZdWuX3oKWdJVnE { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#QErFIAlh5AGFKalLQBkf1V88uiN96JEO { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#BZTVHcrrig9X0UW85rew2rePpBKFG4Dw { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#sC3i0ox6WPePwTJoV03TTbt4z8DnoTTO { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#LX4dTgVD5BXexyXQLggFpGdI2KPZVXc9 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#S9x2qHhQVbOaVsuP2BUrMQupEXTkmu7Q { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#CKKATQ4uGQJo8aUZ6L48VUT9ZZtGGgWG { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#MoCRWbDEiyi8KPRfTmZwNIrNXlH7qZXU { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#WNUFHZSZXqLzeCEsZiRx1XV845Z34PnM { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.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:none; }
#EOMTcKNJv39KG7QsUze09wftaTe624B0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #f1ece6);background-image: -moz-linear-gradient(180deg, #f1ece6, #f1ece6);background-image: -ms-linear-gradient(180deg, #f1ece6, #f1ece6);background-image: -o-linear-gradient(180deg, #f1ece6, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #f1ece6, #f1ece6);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; }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row .container { background-color: transparent; background-image: none; }#EOMTcKNJv39KG7QsUze09wftaTe624B0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row .container > .video-iframe-container { display: none; }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row > .video-iframe-container { display: none; }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .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); }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row .container { border-width: 0; border-radius: 0; }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#M1iNGz3uh5gF3M1PdBOy7WTKt0dIsPpT { color:#3c3b3a;display:block;width:69.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:9.125rem;left:0rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZsBHoRxsEPWJooM4BCL2mi5gZfAtckee { box-sizing:content-box;height:22.5rem;width:13.75rem;position:absolute;display:block;z-index:15008;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;top:16.125rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#t370cSszr0PiLJMzsnZByRMGxse4p4ip { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.1865234375rem;left:5.71875rem; }
#qBNp49tyTnGL62Xm96kcpgfLEFHO17QX { color:#3c3b3a;display:block;width:11.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:29.375rem;left:1.125rem;height:4.875rem;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; }
#JBBKnJ74Tpfa2HerJArXgA9BboDoMJOV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:29.5625rem;left:16.5rem;height:6.09375rem;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; }
#EguhfTCDszoMhJaVEJxcXSpFc62bI9fX { box-sizing:content-box;height:22.5rem;width:13.75rem;position:absolute;display:block;z-index:15024;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;top:16rem;left:15.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#S3Hh2QNkQL4EMO44S6abpmPh4ERRIGuK { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.375rem;left:21.2490234375rem; }
#o93MW1gzMGJKp7HSnZlIvp8tpOFxKccm { box-sizing:content-box;height:22.5rem;width:13.75rem;position:absolute;display:block;z-index:15009;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;top:16rem;left:30.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#SEvekrZIrn0eglWML4ZxzktO28mntIyf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:29.625rem;left:32.0625rem;height:6.09375rem;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; }
#Ht5S4K3kyJCOHuIih8S513aZHeCQNusT { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.375rem;left:36.3115234375rem; }
#TnDGnPiAswnrR848JKvRNzcFgTFZggPe { color:#3c3b3a;display:block;width:11.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:24.8125rem;left:1.3125rem;height:2.8125rem;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;font-style:normal;display:block; }
#iRAXTJ6ACqGA3bD6weROOxa4rZdpwd2t { box-sizing:content-box;height:22.5rem;width:13.75rem;position:absolute;display:block;z-index:15012;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;top:16rem;left:46rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#focde0KrpacCzkml1vIhGofxHipFvCWA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1246875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:29.375rem;left:47.3125rem;height:4.875rem;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; }
#Vpf1PE3ThztXssPRcMEr3D9vN3KOT7Td { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:21.375rem;left:51.71875rem; }
#xZPXDSQPcqLepbKcuknJ68y4ivZSHVWR { color:#3c3b3a;display:block;width:7.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:24.8125rem;left:18.4365234375rem;height:2.8125rem;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;font-style:normal;display:block; }
#sb9gTfTXdWRC6op54UcT3A22acLmy0FB { color:#3c3b3a;display:block;width:10.8121875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:24.8125rem;left:32.0625rem;height:2.8125rem;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;font-style:normal;display:block; }
#WFPVNgy9efi2kfg0fUBGRpL2p4DQIbaK { color:#3c3b3a;display:block;width:12.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:24.8125rem;left:46.6875rem;height:2.8125rem;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;font-style:normal;display:block; }
#SUxAJCZVrMKRSltqesNtcPpNknxJZT83 { box-sizing:content-box;height:22.5rem;width:13.75rem;position:absolute;display:block;z-index:15016;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;top:16.125rem;left:61.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;display:block; }
#N3VoSHkbJy8ZAJl72kqkO7bK4O7y4tfZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:29.375rem;left:62.5rem;height:6.09375rem;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; }
#ELbGV66CBAJA5ryOUxgS1E9D48bpRWdQ { color:#3c3b3a;display:block;width:11.687rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:24.8125rem;left:62.25rem;height:2.8125rem;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;font-style:normal;display:block; }
#vHTPSZ7zWGZzisAgVxtnd6omF5mwW3NC { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.375rem;left:66.875rem; }
#HAI0b797wCUA1LgKRgPfoqhepIwXQ8Rx { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15022;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:7.15625rem;left:5.8125rem;display:block; }
#HrFAVHBOM3IP93QHksgx653fXExgahUA { color:rgba(var(--color-primary-2),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5625rem;left:0rem;height:1.3125rem;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; }
#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU { background-color:rgba(var(--color-secondary-0),1);background-image:none;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; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row .container { background-color: transparent; background-image: none; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row .container > .video-iframe-container { display: none; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row > .video-iframe-container { display: none; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .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); }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row .container { border-width: 0; border-radius: 0; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:134.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#XhvQQPzQRlemnXUmXbes08i0cNE5e7bx { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15151;line-height:1.2;letter-spacing:0;top:6.1875rem;left:0rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HX8gTyh1P1eNIczrQX9eMtVkZRTzcQ4h { position:absolute;display:block;z-index:15153;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:10.75rem;width:16.625rem;top:22.96875rem;left:18.3427734375rem;overflow:hidden;display:block; }
#PZuz0TOFRs1MwuTV62io4hhO6pBPstNn { position:absolute;display:block;z-index:15154;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:11.25rem;width:16.7495rem;top:22.96875rem;left:56.8115234375rem;overflow:hidden;display:block; }
#yxBdSN2tH2nc4vRhufNcgnO0f9PJVTsn { position:absolute;display:block;z-index:15155;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:10.999rem;width:16.437rem;top:50.5615234375rem;left:18.435546875rem;overflow:hidden;display:block; }
#y8ExcP080R6KBflDDymb9m1uPSR6ICbN { position:absolute;display:block;z-index:15156;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:10.625rem;width:15.749rem;top:49.935546875rem;left:58.03125rem;overflow:hidden;display:block; }
#roctn4PXtuTf8P0qeOGtwn9qLXkJUpyR { position:absolute;display:block;z-index:15157;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:10.625rem;width:15.9375rem;top:80.25rem;left:18.6865234375rem;overflow:hidden;display:block; }
#c2oT7y8oX1itwi00DSV4kPqLBzkAp866 { position:absolute;display:block;z-index:15158;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:9.8115rem;width:15.187rem;top:80.25rem;left:58.435546875rem;overflow:hidden;display:block; }
#pJFI6Z1qJ6duc75nTwXulhLW3VHAfgad { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15097;line-height:1.5;letter-spacing:0;top:35.25rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#pJFI6Z1qJ6duc75nTwXulhLW3VHAfgad li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#pJFI6Z1qJ6duc75nTwXulhLW3VHAfgad li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cc293ce0433267d4bb1846a25903391267dd93b.svg); }
#E1IEmiFtCKcgeLkunRxFhmqWuzNfwivU { position:absolute;display:block;z-index:15166;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:7.1875rem;width:11.3115rem;top:115.9375rem;left:18.3427734375rem;overflow:hidden;display:block; }
#IFNEygTFOoPkaS6ehB9nGuBbDz7G5UFB { position:absolute;display:block;z-index:15163;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:7.5625rem;width:11.3125rem;top:112.046875rem;left:24.90625rem;overflow:hidden;display:block; }
#Cd91F74TGWOp1XyfGcklImIpLdMRtk9v { position:absolute;display:block;z-index:15159;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:14.4375rem;width:14.4375rem;top:107.9375rem;left:59.1845703125rem;overflow:hidden;display:block; }
#xXOEvvRRPGw6ElHlB1hRg0l5z6Wet5oW { position:absolute;display:block;z-index:15165;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:7.625rem;width:5.625rem;top:115.71875rem;left:29.0615234375rem;overflow:hidden;display:block; }
#Aq7Py6DWSuWExongE3G2aBkSfatMy3GO { box-sizing:content-box;height:4.75rem;width:4.75rem;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:15160;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9352c7, #be97dd);background-image: -moz-linear-gradient(180deg, #9352c7, #be97dd);background-image: -ms-linear-gradient(180deg, #9352c7, #be97dd);background-image: -o-linear-gradient(180deg, #9352c7, #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9352c7', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9352c7', endColorstr='#be97dd' );";background-image: linear-gradient(180deg, #9352c7, #be97dd);background-size:auto !important;top:118.875rem;left:59.5585953125rem;display:block; }
#oAWF3guNrdWSnvOIptJ3XsRLFOADirhR { color:#591092;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:120.8125rem;left:64.5908203125rem;height:1.625rem;font-style:normal;display:block; }
#qhGb1xR5yaTK1TJFC7vCND7TSA0va5yr { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:120.51953125rem;left:60.02734375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGr0RyMLzVM3OtCI4SCMizE06KTsEf8p { box-sizing:content-box;height:3.3120125rem;width:10.2495rem;position:absolute;display:block;z-index:15159;background-color:#eee0fa;background-image:none;top:119.8759765625rem;left:63.373046875rem;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#p0F0XXaOXmqtiyzHqka6TqwAMEd7m3Ti { position:absolute;display:block;z-index:15156;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:7.25rem;width:11.0625rem;top:108.75rem;left:18.3427734375rem;overflow:hidden;display:block; }
#Iy1ZcolbVfWnqCHKpHt62pKWzxIrTmu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;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:16.3125rem;left:3.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#yBb7ucdq9aVOT8G4xeT2LMGbqew7gdZH { 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:15063;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:2.625rem;display:block; }
#fleaBGPyuf3kTo1zlf7TCl2mCZq4fPuE { color:#3c3b3a;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.6;letter-spacing:0;top:19.869140625rem;left:2.625rem;height:3rem;display:block; }
#L0dky6yLGDAPO7xFrk1OoN8Txy1bvHh0 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.6;letter-spacing:0;top:16.5625rem;left:12.0625rem;height:1.5996125rem;display:block; }
#dCJXfWL7TImc0Na5KNgdBJROaLdisraP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.5;letter-spacing:0;top:23.96875rem;left:2.625rem;height:9.8125rem;display:block; }#dCJXfWL7TImc0Na5KNgdBJROaLdisraP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dCJXfWL7TImc0Na5KNgdBJROaLdisraP li:before{  }
#imml8prVSsT33gi9ikqnxhL1p5TQxMNZ { color:rgba(var(--color-primary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:3.6875rem;left:0rem;height:1.3125rem;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; }
#HAcJc5GeRMitLF65S1HOrFUyL0iPQMFI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15080;line-height:1.5;letter-spacing:0;top:24rem;left:41.6875rem;height:6.875rem;display:block; }#HAcJc5GeRMitLF65S1HOrFUyL0iPQMFI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HAcJc5GeRMitLF65S1HOrFUyL0iPQMFI li:before{  }
#m8fGqhmdQW1IeQhrG3EarMaoct3Ci1ye { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15105;line-height:1.5;letter-spacing:0;top:35.25rem;left:40.7490234375rem;height:1.6875rem;font-style:normal;display:block; }#m8fGqhmdQW1IeQhrG3EarMaoct3Ci1ye li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#m8fGqhmdQW1IeQhrG3EarMaoct3Ci1ye li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
#vPJBZ1uWfW4mLBszwtahhS3Vcp1JAWkd { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.6;letter-spacing:0;top:45rem;left:13rem;height:1.5996125rem;display:block; }
#CgJD6oWQMJyW7vUSybcXxOnaBgf1ft6d { color:#3c3b3a;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15067;line-height:1.6;letter-spacing:0;top:20.03125rem;left:41.6875rem;height:3rem;display:block; }
#IcZWLAd36uUTy6G4aCIrfaUH3iiQ4TF0 { 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:15071;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:41.4375rem;display:block; }
#WaUVgXe8IHfrkceQ4ehX4qUCgdOyfOkR { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:16.5rem;left:42.625rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#TJTVZb0xOLFPt5VD78b9URIswXScpatE { box-sizing:content-box;height:23.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#H7M6QmLCSB9ZUuAGOiiFR4ULTEDPnf57 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15090;line-height:1.5;letter-spacing:0;top:51.154296875rem;left:2.625rem;height:8.1875rem;display:block; }#H7M6QmLCSB9ZUuAGOiiFR4ULTEDPnf57 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H7M6QmLCSB9ZUuAGOiiFR4ULTEDPnf57 li:before{  }
#HRprOK49eC6xn3FJRzBzHwKKvo8uVPH3 { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15115;line-height:1.5;letter-spacing:0;top:64.5625rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#HRprOK49eC6xn3FJRzBzHwKKvo8uVPH3 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#HRprOK49eC6xn3FJRzBzHwKKvo8uVPH3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
#BikMUqSR7RLIwQkU4T1wOLAs5lsEXAgJ { color:#3c3b3a;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15077;line-height:1.6;letter-spacing:0;top:45.875rem;left:2.625rem;height:3rem;display:block; }
#Qi4OSqTPU4MQ997FLBlrVbx2HMGMJNzb { 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:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:2.625rem;display:block; }
#GJai11LsIT3S9Qc6spudOTxEALk4zqGF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.6;letter-spacing:0;top:43.25rem;left:3.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#KtDu4Q3UUALwzAL571e93MlE9RofzgVo { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:49.4375rem;left:41.6875rem;height:14.375rem;display:block; }#KtDu4Q3UUALwzAL571e93MlE9RofzgVo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KtDu4Q3UUALwzAL571e93MlE9RofzgVo li:before{  }
#sX2gdc0lT6b9W7HeVJdVP8Uyanz9ebiF { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15124;line-height:1.5;letter-spacing:0;top:64.5625rem;left:41.6875rem;height:1.6875rem;font-style:normal;display:block; }#sX2gdc0lT6b9W7HeVJdVP8Uyanz9ebiF li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#sX2gdc0lT6b9W7HeVJdVP8Uyanz9ebiF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
#MF3hLEm9fmBMKZ8isvxotVya5GiRTSIl { color:#3c3b3a;display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15086;line-height:1.6;letter-spacing:0;top:46.599609375rem;left:41.6875rem;height:1.5rem;display:block; }
#exA1CqfvS288O1m5CpboDhOW2xgkp42a { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:80.25rem;left:2.5302734375rem;height:12.4375rem;display:block; }#exA1CqfvS288O1m5CpboDhOW2xgkp42a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#exA1CqfvS288O1m5CpboDhOW2xgkp42a li:before{  }
#JTCJxBmox0T1D2TCFg9fMTxTMNfN1CTo { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15133;line-height:1.5;letter-spacing:0;top:94.623046875rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#JTCJxBmox0T1D2TCFg9fMTxTMNfN1CTo li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTCJxBmox0T1D2TCFg9fMTxTMNfN1CTo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
#HBkEpXhLm29cPMB0Miu2WZgeX3twWnt3 { color:#3c3b3a;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15095;line-height:1.6;letter-spacing:0;top:76.28125rem;left:2.625rem;height:3rem;display:block; }
#cHTl16mJ9mpcrbLJsT8UJMZreColKKDn { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.6;letter-spacing:0;top:123.25rem;left:13.8125rem;height:1.5996125rem;display:block; }
#tVJSsMyQMo5ewpry8oISgeRQMD5uvhW2 { 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:15099;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.3125rem;left:2.625rem;display:block; }
#vmgo3K6FHKk69mMksJg4P7a7UEmF4Z4d { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15106;line-height:1.6;letter-spacing:0;top:72.625rem;left:3.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#budvdZMs6phWDW2tXGFwc5qBmhKcB3FW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:81.3125rem;left:41.6875rem;height:8.5rem;display:block; }#budvdZMs6phWDW2tXGFwc5qBmhKcB3FW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#budvdZMs6phWDW2tXGFwc5qBmhKcB3FW li:before{  }
#gF4CeeXMVC6PZtxx79yKvTqT8mONl2g8 { color:#3c3b3a;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15104;line-height:1.6;letter-spacing:0;top:76.28125rem;left:41.6875rem;height:3rem;display:block; }
#dGzohMkTgT811P3CRLcuPaQbOkhe7Kyc { color:rgba(var(--color-primary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15142;line-height:1.5;letter-spacing:0;top:94.623046875rem;left:41.6875rem;height:1.6875rem;font-style:normal;display:block; }#dGzohMkTgT811P3CRLcuPaQbOkhe7Kyc li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#dGzohMkTgT811P3CRLcuPaQbOkhe7Kyc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
#G8EgGPKU1vOA4RmZ6fTgTqi9UoFb3mIW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15103;line-height:1.6;letter-spacing:0;top:105.6875rem;left:14.0625rem;height:1.5996125rem;display:block; }
#Z9N6Enk6HtBwUo8rCqaoUyRTsvV85XPf { 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:15108;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.3125rem;left:41.375rem;display:block; }
#r4Z7LqrBbFpH7ZhAy3IvXTFO4ptL74Gk { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15115;line-height:1.6;letter-spacing:0;top:72.625rem;left:42.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#v9u3NwVEgsZV3PPUohR6IZo97nE6SXNV { box-sizing:content-box;height:2.124025rem;width:7.9995rem;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:15097;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.75rem;left:41.4375rem;display:block; }
#DrT0HDe8yO5XP758WtqPKJVysaHcnnPV { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5620125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15164;line-height:1.6;letter-spacing:0;top:43rem;left:42.75rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#KO9Gy0Rlie2a7lcsaTUeFVw0nTbEtc8P { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15125;line-height:1.5;letter-spacing:0;top:110.546875rem;left:2.625rem;height:9.125rem;display:block; }#KO9Gy0Rlie2a7lcsaTUeFVw0nTbEtc8P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KO9Gy0Rlie2a7lcsaTUeFVw0nTbEtc8P li:before{  }
#hF52tUCWq1ERDx478XI1HTPNSwzNswXc { color:rgba(var(--color-primary-2),1);display:block;width:23.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15150;line-height:1.5;letter-spacing:0;top:123.125rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#hF52tUCWq1ERDx478XI1HTPNSwzNswXc li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#hF52tUCWq1ERDx478XI1HTPNSwzNswXc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
#FWDTJTkPKOsbe72wPcGvwQ4CCaZQTCf3 { color:#3c3b3a;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15112;line-height:1.6;letter-spacing:0;top:106.525390625rem;left:2.625rem;height:1.5996125rem;display:block; }
#fXGXMHkbWESiyTTS8FlVeNXEMURREGmM { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.6;letter-spacing:0;top:129.0625rem;left:15.5625rem;height:1.5996125rem;display:block; }
#QZOQHKSuTSPBB5QfBW6TN57itcDAIDDn { 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:15116;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:103.0625rem;left:2.625rem;display:block; }
#faTmJWl9vqsGK046TOJTLXSM7GIERNrf { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15123;line-height:1.6;letter-spacing:0;top:103.375rem;left:3.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#InwHDHTFTGRZvuTGwqHewQ1RnUeTDsTA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15133;line-height:1.5;letter-spacing:0;top:110.765625rem;left:40.623046875rem;height:10.125rem;display:block; }#InwHDHTFTGRZvuTGwqHewQ1RnUeTDsTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#InwHDHTFTGRZvuTGwqHewQ1RnUeTDsTA li:before{  }
#SEbPbOe7LApLcTNO0miE7u31uE76xRIG { color:rgba(var(--color-primary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15158;line-height:1.5;letter-spacing:0;top:123.125rem;left:41.6875rem;height:1.6875rem;font-style:normal;display:block; }#SEbPbOe7LApLcTNO0miE7u31uE76xRIG li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#SEbPbOe7LApLcTNO0miE7u31uE76xRIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
#sbauvV16xzh4Cn1OVKcyLLuxyRx4fwis { color:#3c3b3a;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15120;line-height:1.6;letter-spacing:0;top:106.525390625rem;left:41.0625rem;height:1.5996125rem;display:block; }
#feUQFn7swI7LGkswvnE0a6FTGioV1ykW { 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:15124;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.6875rem;left:41rem;display:block; }
#lFtS9tcWz7MrQGdBp2p9zD8XUk93TD40 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15131;line-height:1.6;letter-spacing:0;top:103rem;left:42.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#MODRNkbIHKEXe8ntHuNaCkXekAhw8v4G { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15023;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:4.28125rem;left:8.3125rem;display:block; }
#WgTrazxKoyxBSm2qVzWEZQ2q8NImRfTC { color:#3c3b3a;display:block;width:63.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.4375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O3hpZr9DasSL6iJVcZu9MvDZ8dKwl64b { box-sizing:content-box;height:23.875rem;width:36.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#fMdKXLWqLVgXXKZMD3e1M5tsZLduAK0a { box-sizing:content-box;height:26.5625rem;width:36.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.75rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#aOF4J7ItLVREJgQQVNaFL3CrgkPwClcC { box-sizing:content-box;height:26.5625rem;width:36.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:40.75rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#QBQdSIFpfGh33QXRXe3yIlZA4WALdo93 { box-sizing:content-box;height:27.5rem;width:36.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:70.0625rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#ObONc0AwUN2MKTxT8N5bf3e2DTuE5uDr { box-sizing:content-box;height:27.5rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:70.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#giO5LPEKgzUwlIK5AJRS719xEAzT5pOL { box-sizing:content-box;height:26.3125rem;width:36.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:100.5rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#m7gNNaMJedMOOlXLrwJrkAdNHLpFOfQJ { box-sizing:content-box;height:26.3125rem;width:36.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:100.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.11) ;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#be97dd' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);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; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row .container { background-color: transparent; background-image: none; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row .container > .video-iframe-container { display: none; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row > .video-iframe-container { display: none; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .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); }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row .container { border-width: 0; border-radius: 0; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row .container { font-size:0.875rem;font-family:kalnia;height:48.4375rem;width:75rem;position:relative;display:block; }#pAB6Lt2GVTWCGSDPVivcZwHFoUNcwiiT { color:rgba(var(--color-tertiary-0),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:8.125rem;left:0rem;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; }
#lzRf98rXE3gAoyqZu1rqTPKhEk8KHKxx { color:rgba(var(--color-tertiary-0),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.5625rem;left:0rem;height:1.3125rem;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; }
#F9StDGmsKyVC3vbKUVCKSx1ymz0rtnCy { color:rgba(var(--color-tertiary-2),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:14.28125rem;left:8.625rem;height:5.25rem;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; }
#zPfEp7HmBZupfQ4WWaRNtPQDCKdFzLOT { color:rgba(var(--color-tertiary-2),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:14.28125rem;left:45.28125rem;height:5.25rem;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; }
#SrJyF3cCtmT6KUh4huSsCxvxN4a7ctpr { color:rgba(var(--color-tertiary-2),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:24.09375rem;left:9.7177734375rem;height:5.25rem;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; }
#bzK6NsmQzdqbZsR3DP7Zz7yc6VLPrPII { color:rgba(var(--color-tertiary-2),1);display:block;width:26.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.5;letter-spacing:0;top:33.6875rem;left:9.373046875rem;height:5.25rem;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; }
#NDEu5OyFqJzymFNgmqaLiuvHCeDOpytr { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15069;line-height:1.5;letter-spacing:0;top:34.0625rem;left:45.375rem;height:5.25rem;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; }
#ZnE2LxgGr0lh6me3zXwUuNpslNT2M9vo { color:rgba(var(--color-tertiary-2),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.5;letter-spacing:0;top:24.09375rem;left:45.03125rem;height:5.25rem;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; }
#tIKislNx1k8rNBSrfz0EZiqePMrpaTZE { box-sizing:content-box;height:8.1875rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:2.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#FQB3ppy4qycTcDy6Aa1A5i5qs55eTZea { box-sizing:content-box;height:8.1875rem;width:34.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.625rem;left:2.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#b6z4LPDdKX0gSFbOl4uEtVAJ0lIRdl3u { box-sizing:content-box;height:8.1875rem;width:34.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.125rem;left:2.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#nxvVOe0s0IVDXrfEJ5TwkaROHr6vvpEW { box-sizing:content-box;height:8.1875rem;width:34.375rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.21875rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#kHyCzKghWLbV3lmTNdS8i4rLVunIG5IC { box-sizing:content-box;height:8.1875rem;width:34.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.625rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#DLTltVs5XdFTrkgw2Bt464rLuJGGBGhL { box-sizing:content-box;height:8.1875rem;width:34.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.8125rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#mz6a3gJeKwo7IpHx66KVQ2Jkzd43UPPi { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:14.6875rem;display:block; }
#pgvBFPRbNEnGRigfTZZFnLXr9Ohvf0tN { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.59375rem;left:4.3115234375rem; }
#VaynTaT8IA2CrUJyecpzMMpxni57lc6l { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.40625rem;left:3.8125rem; }
#VV5fXlMWod0178hHFtJUCRk3sMxLs1do { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:25.40625rem;left:40.25rem; }
#SmAnAG8grkDy3mNBndbbbz2MGfMT4n1r { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.59375rem;left:40.25rem; }
#mTHIkeyKtgyWtJr8p77oFqKxsqPA0JCN { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:35rem;left:40.25rem; }
#izdI8sBszpPrr8unIwrZrJOTv2qQLCvB { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35rem;left:4.3115234375rem; }
#soPnyrH659bwtOiJaD2udWLBbwURPCD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row .container { background-color: transparent; background-image: none; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row .container > .video-iframe-container { display: none; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row > .video-iframe-container { display: none; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .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); }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row .container { border-width: 0; border-radius: 0; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#koVluE7bAVCqku49lTlPVg9KW52gyRyv { color:#3c3b3a;display:block;width:65.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GcTGtBSHsri8VQZeaqxKlxczklmyUCm5 { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#pu4dbH5Td7EAmWs3X4eLG67uV39ylNW6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.75rem;left:28.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HI7de709H7JPF4flTLwTQqwbhoGJtJJb { color:rgba(var(--color-secondary-3),1);display:block;width:17.37225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.75rem;left:52.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNUr3W1bVsrLGQAzR5DFwS5lTTc7o2TJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;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:20.4375rem;left:52.125rem;height:1.29980625rem;display:block; }
#BDwnozznWRp52VpEhkwzEDNIsERsA3mK { color:rgba(var(--color-tertiary-2),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.375rem;left:4.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#EzvrDAPk5NrKBtdiRHRwriOZJ5bqUEXi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6248125rem;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:25.0625rem;left:52.0625rem;height:1.29980625rem;display:block; }
#Ibvv9plxHJz0uoW0QiQZHppAwip4u9pB { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.0625rem;left:26.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#BsB0TRMppdOQdFIJ6fHfVnTDDAFZEuMT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:4.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#KQnh4JaT83wTIrHuSe1CIpboV7EDFItN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:20.0625rem;left:23.875rem; }
#o5BkvCgnVEzqdRhTsCRxVyf1vyTQmaCw { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#dW2RlogQxBv17hVnSrBT5mkdDtxpxnSz { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#Ohre6C99iJ8dxTQTZnTnTKoHFCo3ht4C { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#EndDm6QxkXTHzDg6n4sROAIyR6y8UIOX { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#k9O5EvIpS749xerDOAxvTNKDwlqTqEuy { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#cvVAcNZMowPyp6A8bKIdzgup63I3OPnm { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#QsV0zIFTnwLz9KmtEkLwV9HTCxyXufuT { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#P0ETrFFX4k8Ih3wmEl8CsELZVOdxkPi8 { box-sizing:content-box;height:4.25rem;width:64.875rem;position:absolute;display:block;z-index:15002;background-color:#f1ece6;background-image:none;top:42.625rem;left:6.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;display:none; }
#vi1TMDa6J2TkBfXkQ58Du8u6PoRdODpq { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#oAThqMxRWRCNmCDthSJ5vIhxcZBSSrzF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#U9Cf8SMeH1WzMWM4V4cUezxEXHvJCTm0 { box-sizing:content-box;height:4.25rem;width:65.3125rem;position:absolute;display:block;z-index:14996;background-color:#f1ece6;background-image:none;top:20.3125rem;left:6.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;border-top:0rem solid #f1ece6;border-left:0.3125rem solid #f1ece6;border-right:0rem solid #f1ece6;border-bottom:0rem solid #f1ece6;box-shadow: none;display:none; }
#bEZuvx2NtEew7UxctEpfHan4SV4tNZOZ { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#Bp4GVWRHUE3lyslbM7mUNIZnwSmrsDMu { color:#5c2d0a;display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:44rem;left:9rem;height:1.462475rem;font-style:normal;display:none; }
#Eui8tHFNTnrwt1i4i2QdlUrnXgabrwKd { color:rgba(var(--color-primary-2),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:2.75rem;left:0rem;height:1.3125rem;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; }
#t05Mp0NaO3FGZFHGTO7vk2S9bCMryLfN { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3714375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.0625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWmnkLANspwhTubkKOmR6zeRbHfZ9MpC { box-sizing:content-box;height:35.9375rem;width:25.9375rem;position:absolute;display:block;z-index:14996;background-color:#f3e9f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.25rem;left:21.875rem;display:block; }
#wr9VAKPatKMTQnkCmOFNQnXQZb6F98Fv { box-sizing:content-box;height:35.9375rem;width:71.25rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.25rem;left:1.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#M66C6I1iBgxdl58OVBVEe5KRDKvzeLuJ { box-sizing:content-box;height:4.8125rem;width:20.5625rem;position:absolute;display:block;z-index:14996;background-color:#f3e9f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:1.875rem;border-top-left-radius:1.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;display:block; }
#WPe11fSgFcxmqCbP6c74mDsqOzFyAgDZ { box-sizing:content-box;height:4.8125rem;width:25.75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.0625rem;left:47.4375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#RpWpnT3EeQwcbvKtsZcTM4vGgLcTt6bI { box-sizing:content-box;height:4.8125rem;width:26rem;position:absolute;display:block;z-index:14997;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:14.0625rem;left:21.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uqAiKkVpm6dTUuer68HS9rTIB7ToONd1 { box-sizing:content-box;height:0.0625rem;width:71.8125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.1875rem;left:1.6875rem;display:block; }
#zm9s0vEH1iFQW95ExEew3Cw2q0QGCd3I { box-sizing:content-box;height:0.0625rem;width:71.8125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:1.5625rem;display:block; }
#hW4kbpqKsGDvLHdUxBeQOpUT1kylnM8t { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.125rem;left:51.9375rem;height:1.29980625rem;display:block; }
#xKU60649Qv3S4pRecnhrvsLCMr7urESo { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:29.375rem;left:26.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#Vd1sPwKI8eCMSSCHVW5KEu09nLyKuzt4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:30.0625rem;left:4rem;height:1.29980625rem;font-style:normal;display:block; }
#MGz18mEClhNxVsqg0osoeyhhCvThBg6z { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:34.3125rem;left:52.125rem;height:3rem;display:block; }
#IwLrJrqW9WZCdCgCdrsVhEIvJ56qlHxD { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.25rem;left:26.625rem;height:1.29980625rem;font-style:normal;display:block; }
#aH5XDnl2FEoXeCgVraocEC5TaNnLTfhN { color:rgba(var(--color-tertiary-2),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:34.5rem;left:4rem;height:2.5996125rem;font-style:normal;display:block; }
#bUqeB1JoAW2BCv40ecsIh23GPXRtAOSt { box-sizing:content-box;height:0.0618489375rem;width:71.8125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.3125rem;left:1.6875rem;display:block; }
#fEUAZlDloy2SrTGmhQ7Z94hSf3IZ77nq { box-sizing:content-box;height:0.061035125rem;width:71.8125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.4375rem;left:1.6875rem;display:block; }
#uTdHGkcCArM3VpV1WPZQ8H4yclpJ5r7f { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:39.5625rem;left:52.125rem;height:3rem;display:block; }
#TAVltvckkgk63lH6sztUeRdmwE3iFB8l { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.25rem;left:26.625rem;height:1.29980625rem;font-style:normal;display:block; }
#T1yeHB0TpuasZGRo0V6qKegZoVM2g0t1 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4rem;height:1.29980625rem;font-style:normal;display:block; }
#XeASPTKAu6Vpq4vFMUULb2PITHlsAP7M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:45.75rem;left:51.875rem;height:1.29980625rem;display:block; }
#b2A3BzPdiLSm6eJ03RAawSUN5KBtuT30 { color:rgba(var(--color-primary-2),1);display:block;width:20rem;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:45.4375rem;left:26.625rem;height:3rem;font-style:normal;display:block; }
#Tw26kHhT54PiCqxAiiXKRbneJbIzVZCA { color:rgba(var(--color-tertiary-2),1);display:block;width:15.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:45.6875rem;left:3.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#HSoWd8cD2NqfsorhKirgvaRBJTNnIIJ9 { box-sizing:content-box;height:0.060221375rem;width:71.8125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.875rem;left:1.6875rem;display:block; }
#k3cRwcCCJFk7pFv9O5gZqtu824v6b0bO { color:#3c3b3a;display:block;width:65.749375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hou4rngzZoKoxe7dnCwLBSbvW45aWcJk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.8125rem;left:23.875rem; }
#zLKoooxi0ilKeSykLvhRFboUw0o0CpGw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:29.875rem;left:23.875rem; }
#vB3tKcbReyhXDx5GfItG0nvSuZk9weuf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:34.875rem;left:23.875rem; }
#ghN9VytBC5LlRIMFN74flN7CZ8z76nIB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.125rem;left:23.875rem; }
#hAiHdw8iVSyNrU1ykbCa5GTRFQh2lxPh { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.8123375rem;width:1.8123375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:45.5rem;left:23.875rem; }
#ESCfw1iCMJwLckGgCzJTaCsMxtdrU8Z9 { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15025;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:3.3125rem;left:11.1875rem;display:block; }
#EoOrIQJ5dThsMmPRLPgH1JarL0km55Sl { box-sizing:content-box;height:35.9375rem;width:25.9375rem;position:absolute;display:block;z-index:14996;background-color:#f3e9f8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.25rem;left:21.875rem;display:none; }
#ndR0ETIdfltsRgb1zVN2Zoiu4VeeXug7 { box-sizing:content-box;height:4.8125rem;width:26rem;position:absolute;display:block;z-index:14997;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:14.0625rem;left:21.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#fftuS4ATAOMa48ZmG4FRanTaT6PpJr0c { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#HJVvOu1qTUPo9x2rRBm1ReSIRAKXeyS0 { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#FmGdao4ghDC3UUNPiyma3Gti7NudEZxh { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#DTgoy4ct9aonRyWIWBzUrvadw05QQQRA { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#TsXQO5RbXn1pda9uKPNnfTMvoQ9SUTmV { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#UoHLg7nrSk9smeLffTTUFtkRrAHAylGx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#i6L8wds7ayGGfb7KNvmfZiNlSgpdOQaT { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#sbRAaKsp71Ji4T4iXoensvke3hNBa085 { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#XIqMucWhJMDatLMwMvhfc6exPvtnc9gN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#Qe3DNE2hGrJAXpbnn8zZmtZUUUmAf529 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#H322RPuuXTXr1Dd0qez3nJ1R14cG77pG { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#XV5Un3N6tRL5SWuOyTIniK8UPzzfaVcK { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#SZxeWSSpVOO26Iu8rRCTTxa96RRzpgzn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#CiqVgTsemzdTwVJ8p0opobw3uyVyab4I { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#B6ExGmHn7uSLryITHhs5pqTW5dnw0O7x { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#J4ohvhCJ1XQQVr468ZacE2A4SF2JuVqt { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#l8usvqTf1uHd6MSVM0K3221X3D3pDETs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#UTKdJn1qCEeUCkmgx01dM4ColaGkKgSB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#McqLupUCCiJPBdenpNwFWhDrgD8nvQx3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#Lk8cLDGD140Zp8GufgCdZs3PJaJiVgc7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#h6mz3UgPcu6xeqzPTOpIcJpsJ4JBNMBB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.8125rem;left:47.4375rem;display:none; }
#fedIckv9wL3SHDDGeddDxk5DCKD7whUg { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#WiXwlEM59K9A9gnCZJfybop7yDRupqCw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#wLEtFywu2DdVEDlPfSywqLc4ee0SfP9M { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#DcDL6uTbXq4PmHXxaMeIffPQaBbxUNgF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#aMaz9ncTroTkEPkbXTFkhAEzaTAe54Z1 { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.4375rem;left:26.6875rem;height:1.29948125rem;font-style:normal;display:none; }
#KOh6UdbGEs99X6rqyIP26gxTukJ0Olpo { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:21.75rem;left:50.3125rem;height:1.462475rem;display:none; }
#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);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; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row .container { background-color: transparent; background-image: none; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row .container > .video-iframe-container { display: none; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row > .video-iframe-container { display: none; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .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); }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row .container { border-width: 0; border-radius: 0; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.125rem;width:75rem;overflow:visible;position:relative;display:block; }#uR8B0RHle8nmfkp5wmnv8QsLif8eJT4i { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:5.9375rem;left:0rem;height:5.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#f9ryg2qCCRFMq6HyNszhwOzZSNePe6lL { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:14.3125rem;left:0rem;height:21.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Uu9afI7Aa1DXClvDhDomP9Ug35CUxP7v { background-color:transparent;background-image: -webkit-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(206deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-primary-2),0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.375rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.125rem;left:0rem;display:block; }
#fy2te4ofMFFBdTlPhfR9z7ZRQA7h1KBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f24R4db9iFwTB2rRR9elMkr7Z7iWzyTe { 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:35.6875rem;width:23.9375rem;top:4.9375rem;left:48rem;overflow:hidden;display:block; }
#PF5XHTJZxTQFAQ9yzThfkeoMZnwcAiow { color:rgba(var(--color-primary-2),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:3.625rem;left:0rem;height:1.3125rem;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; }
#DV6ppJzXlfN5vW1IrEmu30HaNwRG3sGO { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15026;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:4.279296875rem;left:8.184242248535rem;display:block; }
#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa { background-color:#faf9f8;background-image:none;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; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row .container { background-color: transparent; background-image: none; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row .container > .video-iframe-container { display: none; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row > .video-iframe-container { display: none; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .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); }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row .container { border-width: 0; border-radius: 0; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:62.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#wbKMUM3TG9R98nlWPdaUhI4N3xS8t460 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15152;line-height:1.5;letter-spacing:0;top:6.375rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M74buwu4AcJJ8lEZrOl9nU955H7pA3Jy { color:rgba(var(--color-tertiary-2),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:17.21875rem;left:1.96875rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GcEp7NqK85gJD5HeVIeRABX9nXx9fz10 { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:14.82421875rem;left:1.96875rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q0aTa961Kkeg4Ok1MD40T3CcmDsAZohy { position:absolute;display:block;z-index:15156;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:7rem;width:10.6875rem;top:41.71875rem;left:13.375rem;overflow:hidden;display:block; }
#o1DTkvuOkIdlMW86NSDRnpt3l4DXo6pT { position:absolute;display:block;z-index:15159;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:10.4375rem;width:10.4375rem;top:40rem;left:38.5rem;overflow:hidden;display:block; }
#Z52nEqbNM2az0GRPz0cQ3quBgOQEgDs8 { position:absolute;display:block;z-index:15160;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:10rem;width:10rem;top:17.21875rem;left:64.25rem;overflow:hidden;display:block; }
#zayt3NMO6Kd7tMAqtUqIApIIUSc9nVG9 { position:absolute;display:block;z-index:15162;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:10.75rem;width:10.75rem;top:17.875rem;left:38.34375rem;overflow:hidden;display:block; }
#p0x1NJdt1SRJrh5mUBKpvh4rrm4cO5Is { position:absolute;display:block;z-index:15166;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:10.75rem;width:10.75rem;top:17.875rem;left:12.21875rem;overflow:hidden;display:block; }
#t5UgQbhgDUudiAcs5wMCy74cf9Qv61CK { position:absolute;display:block;z-index:15161;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:11rem;width:7.625rem;top:40.5625rem;left:65.4375rem;overflow:hidden;display:block; }
#U8FZiTepssN47vdTWJCRkXqI0pJkEfLO { color:rgba(var(--color-primary-2),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:4.3125rem;left:0rem;height:1.3125rem;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; }
#uTtes7HB7y9cuN0JTaI1eOQzXzb5XJRI { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15027;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:4.875rem;left:10.1875rem;display:block; }
#HuaT1orRq6RZ36by7abShbPSsfz3fm9k { box-sizing:content-box;height:20.8125rem;width:24.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:12.53125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#kLvM9Nb8LVVzTzHAklKDsy3y8PChenTg { box-sizing:content-box;height:20.8125rem;width:24.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:12.53125rem;left:25.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#x3JGPNLyPvhRzdIgwlWNcKtlPqTXPL2T { color:rgba(var(--color-primary-0),0.32);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:14.748046875rem;left:19.4375rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nSsOCDHVyxIp5RCrq1VEXSkXF61CgTOc { box-sizing:content-box;height:2.5625rem;width:9rem;position:absolute;display:block;z-index:15022;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:29.46875rem;left:1.96875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eurkbTwtpMmqHcxtf99upPfbNPlTwPbN { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:30rem;left:1.96875rem;height:1.5rem;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; }
#Vf8TlxFXaqUISwEcl3v9oWu0EEHHDT40 { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:14.82421875rem;left:26.28125rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SgrauBMpPWg8mgrVLipzDT9WIaD0AD5I { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:17.875rem;left:26.28125rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mDuny9yKLgaMTs4LM63V7ASf2anqzJ3P { box-sizing:content-box;height:2.5625rem;width:9rem;position:absolute;display:block;z-index:15028;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:29.46875rem;left:25.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sEd0Pp5Ez8IkUCDA3SmVTv9ZgOsdDE7I { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:30rem;left:25.875rem;height:1.5rem;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; }
#KrrMeW9fJimgnGW3f8IoGoaD5sJ6uvOX { color:rgba(var(--color-primary-0),0.32);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:14.748046875rem;left:44.75rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cuNuv5lRIQ8A7RsR4J7HTCKslgibXVyy { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:51.46875rem;left:25.875rem;height:1.5rem;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; }
#UH65o9y2AO5J2VbyMwzuWWoMT6boQC3n { box-sizing:content-box;height:2.5625rem;width:9rem;position:absolute;display:block;z-index:15038;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:50.9375rem;left:25.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#FcJn8vlSebGQqkaOlN7eVe2biRHxTGTa { box-sizing:content-box;height:20.8125rem;width:24.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:12.625rem;left:50.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#vswbOhrN1MDJgk6UxDTOdrrKb44BmTIl { color:rgba(var(--color-primary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:14.875rem;left:51.75rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W6Z4aIVayF4plybWSmdsDH1MI4BkfWck { color:rgba(var(--color-primary-0),0.32);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:14.748046875rem;left:70rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w88bO7MAtiqynQSXL81k8WX2TTLmM56W { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:17.21875rem;left:51.7802734375rem;height:9.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XT3JAZT3X87xhIsxs5uUfzUDwPZmltBG { box-sizing:content-box;height:2.5625rem;width:9rem;position:absolute;display:block;z-index:15035;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:29.46875rem;left:51.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Mt27RWZ9LGf9IhW0KG5la0BGFqnNoWJg { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:30rem;left:51.53125rem;height:1.5rem;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; }
#ZO7Nd4NylhHeBz6IG7u3lHMqC6MoOt8K { box-sizing:content-box;height:20.8125rem;width:24.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:35rem;left:25.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#dMcQy2nVUv7hSRnVyMduww94k2KHKcNM { box-sizing:content-box;height:20.8125rem;width:24.25rem;position:absolute;display:block;z-index:15050;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:35.0625rem;left:50.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ovtKHuGQgTgIKzhvZ329bKPJmLx0TpHo { box-sizing:content-box;height:2.5625rem;width:9rem;position:absolute;display:block;z-index:15056;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:51.0625rem;left:51.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ZsnuoPBl654IVctcZseGST12oGSm5sX7 { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15068;line-height:1.5;letter-spacing:0;top:51.5625rem;left:51.8125rem;height:1.5rem;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; }
#sGarAq2QmTlGgzbcZuo2kOmuhq4HccGJ { box-sizing:content-box;height:20.8125rem;width:24.25rem;position:absolute;display:block;z-index:15042;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:35rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#B0rKKpB8yoPVp1iFJnCTK7N5qBFuhTPn { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:40.3125rem;left:26.3125rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P5XnaZp5UHBREAF9GS2cMGpDqKgsOnog { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.5;letter-spacing:0;top:39.6875rem;left:51.75rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#E4H2sbp9Hqmfwm6G3nrW2Sxx2nTVre3E { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.5;letter-spacing:0;top:51.5625rem;left:2rem;height:1.5rem;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; }
#v1rupL5BgFA6RUKuxdJwVcQRBSpRIA1M { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:40.3125rem;left:2rem;height:9.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UpBDvBg4b9o3yCFhLC4MaGwmPmDcALgc { box-sizing:content-box;height:2.5625rem;width:9rem;position:absolute;display:block;z-index:15043;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:51rem;left:2rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#i4d6XlbrVgWcuXTr5BzbicAFJCGbmoH4 { color:rgba(var(--color-primary-0),0.32);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.2;letter-spacing:0;top:37.1875rem;left:19.4375rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gI3inWBeKpgwQOotT2XBqcTZ9G1SE35S { color:rgba(var(--color-primary-0),0.32);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.2;letter-spacing:0;top:37.1875rem;left:44.75rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lqZl1yc3nW8f4RJ1730rmvdavvTalEMg { color:rgba(var(--color-primary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15064;line-height:1.2;letter-spacing:0;top:37.3125rem;left:51.75rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dO20ggD8sBCGlcfn267N7PLESZHZDO9F { color:rgba(var(--color-primary-0),0.32);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.2;letter-spacing:0;top:37.1875rem;left:70rem;height:1.3496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WuSO6FdSbuSCzlgmJAtvp2SNUDzBWLtQ { color:rgba(var(--color-primary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:37.25rem;left:2rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Sfgm8mbHbgZ0J1p3NJwFBTqv9qGRxbrW { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.2;letter-spacing:0;top:37.25rem;left:26.3125rem;height:1.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddc9ed;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; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row .container { background-color: transparent; background-image: none; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row .container > .video-iframe-container { display: none; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row > .video-iframe-container { display: none; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .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); }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row .container { border-width: 0; border-radius: 0; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#Q3op2CAORkPAT4TyCeM5V2sXAccMxNvr { color:rgba(var(--color-tertiary-4),1);display:block;width:49.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:5.1875rem;left:0rem;height:2.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MaDnlWLfXQ0ra0T49zpbuX5mVgVfaveQ { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.875rem;left:15.875rem;display:block; }
#Apqqu3LbIn6Oa8IGMxrPfFUkGgm1arra { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15029;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:3.0625rem;left:10.875rem;display:block; }
#ar2xoRT8NiDsXMcRK56g7i9Cvzlk5II2 { color:rgba(var(--color-primary-2),1);display:block;width:60.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:2.4375rem;left:0rem;height:1.3125rem;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; }
#XPsZJLqy65Kd3h6DyZugzfVx3XQH9koO { box-sizing:content-box;height:31.75rem;width:23.125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:10.6875rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#cmun1wLAzcC0f6TRhkSwXvnnXO53N7FD { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:15.75rem;left:3.5009765625rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vyLlHRUivFv8E1WqV1QrTMGmS5O5ThCz { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:37rem;left:3.4052734375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#top88dHLwLSCV463aHuERp1bzQIwxTiP { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:12.96875rem;left:3.5009765625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H1xToXDfumulS2imlpqZTaLsl97NRnR5 { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.875rem;left:40.9375rem;display:block; }
#TO0Z43dBZZCmrr3mzIzO6KckkbETySMJ { box-sizing:content-box;height:31.75rem;width:23.125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:10.6875rem;left:25.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Mw23c7JwnkDvlgrXb2hUpZy7qRaWMbWz { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:12.96875rem;left:28.4677734375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ou5h2vb7HdoXSMlaBLkAtLRZh6KBTCHm { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:15.75rem;left:28.09375rem;height:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XspapMznpUMpIKSxENIB5Vi2NyTZ6Qsa { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:37.75rem;left:28.6552734375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SFTaoUuwwHk0KufTf37hWhbD4JFoADVN { box-sizing:content-box;height:31.75rem;width:23.125rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:10.75rem;left:50.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SkULL4rBsxww0aoiZeHuTVFzVTABFoVI { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:15.75rem;left:53.4677734375rem;height:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hgpooSbomkflum2gFZH9umn7VLi50B6C { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:37rem;left:53.4677734375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eeUekGf2QRqNvh4ElE7M0UPebJNOWmBx { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15067;line-height:1.5;letter-spacing:0;top:12.96875rem;left:53.4677734375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#J9wMCg8FFpgkB4pk3aTq0UVFI7TZnT70 { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.9375rem;left:65.9375rem;display:block; }
#rN7UuLRyxslMr8pAKeHWOeLNDSH4Mgp0 { box-sizing:content-box;height:31.75rem;width:23.125rem;position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:44.5625rem;left:50.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#gtxdGWLalhWUIc1ZhViitFzXwrqDVPwe { box-sizing:content-box;height:31.75rem;width:23.125rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:44.5rem;left:25.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nTMChpCv7ZLQp8mdSpCkVfuhTIya3EXD { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15080;line-height:1.5;letter-spacing:0;top:70.6875rem;left:28.6552734375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XLIg3WFuUfaDnaQg8DVmllzCVEIXzoRD { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15087;line-height:1.5;letter-spacing:0;top:70.6875rem;left:53.46875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ENC7nNdDxgppJ6T37lDreoZvc20MR8zg { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15079;line-height:1.5;letter-spacing:0;top:50.9375rem;left:28.25rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P589ZzNErqQKv90cEiJiisXoKBUIfSxu { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15086;line-height:1.5;letter-spacing:0;top:51.125rem;left:53.4677734375rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lGbFtHzSTylvoT20TRxUN9mCUuQcZT5m { box-sizing:content-box;height:31.75rem;width:23.125rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #e0c9f3;border-left:0.0625rem solid #e0c9f3;border-right:0.0625rem solid #e0c9f3;border-bottom:0.0625rem solid #e0c9f3;top:44.5rem;left:0.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#KOOefBo31ADoOK8Q0W72iVno376IsT8b { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.5;letter-spacing:0;top:50.9375rem;left:3.5009765625rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RQ2Rri4oLnxO5sdsgCZ7C5DeuWdTxkMn { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.5;letter-spacing:0;top:70.6875rem;left:3.5009765625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tnrg11y368V62gTLOGx7sT4n08eUhxDy { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.5;letter-spacing:0;top:47.5625rem;left:3.4052734375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iFGpaAiLTyMkwtfqmUsWkTbgSOsyQI80 { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:47.5625rem;left:28.6552734375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aEz3Tv94ryzQClD5tG9NIyuNdFxJwlxV { color:rgba(var(--color-primary-2),1);display:block;width:17.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15088;line-height:1.5;letter-spacing:0;top:47.5625rem;left:53.4677734375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yzdPhePthTV2zXwD4iTmQqeGxhpSyb7Q { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.6875rem;left:15.875rem;display:block; }
#m4NNz8RPC6uoI0Nti8PvvqNEDzy23R87 { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.6875rem;left:40.9375rem;display:block; }
#qo4DTI5ezheh8zgWCOhtwvIK8N865QT0 { box-sizing:content-box;height:1.6875rem;width:5.25rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:46.75rem;left:65.9375rem;display:block; }
#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#be97dd' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #be97dd);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; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row .container { background-color: transparent; background-image: none; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row .container > .video-iframe-container { display: none; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row > .video-iframe-container { display: none; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .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); }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row .container { border-width: 0; border-radius: 0; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:103.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#JfQDebACfU7PtXqXFrtbTrOMNMtGL05u { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:7rem;left:6.0625rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zMRZC6GhNDbZ04eEohyWhqdJKEtl4Kts { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));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: 0.25rem 0.3125rem 0.75rem rgba(128,116,116,0.69) ;height:80.375rem;width:52.4375rem;top:15.124348640442rem;left:13.623695373535rem;display:block; }
#yAkBJJcxqJNczUTCAs6BTTp85hKtoI4l { color:rgba(var(--color-tertiary-2),1);display:block;width:37.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:25.5615234375rem;left:17.8125rem;height:24.875rem;display:block; }#yAkBJJcxqJNczUTCAs6BTTp85hKtoI4l li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yAkBJJcxqJNczUTCAs6BTTp85hKtoI4l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39a3f618e3c4549170ffe1bfe03bb9230ef29212.svg); }
#HgldcrCr8aNFou5KSLWtxTpEonLx8nev { background-color:transparent;background-image: -webkit-linear-gradient(188deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(188deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(188deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(188deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(188deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-primary-2),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:45.1865rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:74.875rem;left:16.841796875rem;display:block; }
#M9GR8mcDaTWEKFNLxb2ZDfFDudLMrkh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SLFDaTSXF8DA2QBwN7ykZPOg6GTQq9O1 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:65.787109375rem;left:18.2177734375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PKkXDEwzNaQ1p3TKmytTunMqhJxc8KdV { box-sizing:content-box;height:4.375rem;width:44.8125rem;position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:63.99951171875rem;left:16.7783203125rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0.25rem solid rgba(var(--color-primary-1),1);border-left:0.25rem solid rgba(var(--color-primary-1),1);border-right:0.25rem solid rgba(var(--color-primary-1),1);border-bottom:0.25rem solid rgba(var(--color-primary-1),1);display:block; }
#fS2K5UJUqQoVsWgJefrDceQVgK9vcNGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.6860625rem;width:12.6860625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:57.6865234375rem;left:55.18603515625rem; }
#Nvt5yqTXrd5cLurFhQ2a88onKtNZnEd9 { position:absolute;display:block;z-index:15002;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:28.5rem;width:28.5rem;top:45.8125rem;left:0rem;overflow:hidden;display:block; }
#Z0mhR0JyHST5r3JDF9fFg0zSiwM02a8q { color:rgba(var(--color-primary-2),1);display:block;width:33.558625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:54.6611328125rem;left:20.7197265625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qO0aNKJDNGNaLWOcCDwRXmwebOOhaZfT { box-sizing:content-box;height:4.75rem;width:45.25rem;position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-0),0.25);background-image:none;top:52.9365234375rem;left:17.216796875rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pQgvs6T7IQLL8iArbBmEtC1bx2gEs6Vx { box-sizing:content-box;height:8.375rem;width:52.5rem;position:absolute;display:block;z-index:15092;background-color:#f3e9f8;background-image:none;top:14.5625rem;left:13.5625rem;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;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#XbFmdAW6wD25sLFgczLsXk3kz2JFdST2 { position:absolute;display:block;z-index:15003;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:28.499375rem;width:28.499375rem;top:32.5634765625rem;left:46.499839782715rem;overflow:hidden;display:block; }
#TxC3PRhgObaOAWNOco7tchCR77bDb9uh { color:rgba(var(--color-primary-2),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15093;line-height:1.5;letter-spacing:0;top:17.3740234375rem;left:19.966796875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEZdrSeIdU0OZb1uRwnpcXpgkDsB2OGR { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5595625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.5;letter-spacing:0;top:19.6875rem;left:25.4375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I5QONpmNPSKxVv9hi16EIoVIlZZER4Mz { color:rgba(var(--color-tertiary-0),1);display:block;width:60.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:4.625rem;left:6.0625rem;height:1.3125rem;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; }
#L1PQ5TDoQR4apqiLCLuiNRJ9m1v0FCLc { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.21875rem;left:13.310546875rem;display:block; }
#J5VaW1sbxIk3ovHr3cz1zqvVuNwyi09b { box-sizing:content-box;height:2.936525rem;width:12.8125rem;position:absolute;display:block;z-index:15034;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:59.06298828125rem;left:42.43603515625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ETExJLFK5tRLCoMCctTsgTyadH7QXJiB { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:59.62451171875rem;left:43.9052734375rem;height:1.5rem;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; }
#klmHFqc90oANTZAQr0BpK9fOgU39DNxo { color:rgba(var(--color-primary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:57.6865234375rem;left:24.9345703125rem;height:5.625rem;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;text-align:center;text-align-last:center;display:block; }
#me6kgTiRFTPwx5TXvFlNe6vPusn7C3RR { color:rgba(var(--color-tertiary-2),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:71.9375rem;left:18.435546875rem;height:1.3125rem;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;text-align:center;text-align-last:center;display:block; }
#UiDHNTiwlcAWyNOuTQ3OmfnGpf7EZxgy { color:rgba(var(--color-tertiary-2),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:59.3125rem;left:36.4345703125rem;height:2.4375rem;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;text-align:center;text-align-last:center;display:block; }
#XVIFFr2kGkOG6FU6y2UwTwyzFvNbpuen { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:86.4375rem;left:18.5rem;height:1.3125rem;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;text-align:left;text-align-last:left;display:block; }
#TA3JJpDNd4RCVSfkgsgbrePT6gyJqr4I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:86.3125rem;left:31.3125rem; }
#k7GdTWwwWysLovwGb6QTtX5DV4CPnFoM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4998375rem;width:1.4998375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:86.3125rem;left:49rem; }
#T00zdUl7kTqzwbumtalHSVWRF9mc428u { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:86.5rem;left:33.375rem;height:1.3125rem;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;text-align:left;text-align-last:left;display:block; }
#zLG8TyTLf1dgJJMfUNLyqxuoeIAGuio6 { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:86.4375rem;left:50.875rem;height:1.3125rem;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;text-align:left;text-align-last:left;display:block; }
#wKKeJW4pHAe50lLFq1XwwHWVbqTnJ6wM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1873375rem;width:1.1873375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:86.5rem;left:16.5625rem; }
#h9kgNb1zyzBzf1iDKan29dBCzumIlCtr { color:rgba(var(--color-primary-2),1);display:block;width:33.558625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:54.55078125rem;left:40.25rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yBnglW3Th24bSuhLHo7LLEr1dDUn18S6 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:80.8125rem;left:27.623046875rem;height:1.3125rem;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;text-align:center;text-align-last:center;display:block; }
#nBnbllfZLdu5l8V2HVgePm4DQ5mTH0SW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.186525rem;width:1.186525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:80.875rem;left:27.375rem; }
#bbRvTFdpLAqUqfqgAoX4PV63R1FzBXIg { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:87.9375rem;left:50.875rem;height:2.625rem;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;text-align:left;text-align-last:left;display:block; }
#rTyITOSdWQBAsdJZIPztxZbBvxfhvAQu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:88rem;left:33.375rem;height:2.625rem;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;text-align:left;text-align-last:left;display:block; }
#I2qefdDR5DH5MOzc61HAhLnJAbhOATop { color:rgba(var(--color-tertiary-2),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:87.9375rem;left:18.5rem;height:3.9375rem;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;text-align:left;text-align-last:left;display:block; }
#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 { position:relative;display:block; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 { background-color: transparent; background-image: none; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .row .container > .video-iframe-container { display: none; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .row > .video-iframe-container { display: none; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .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); }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 { border-width: 0; border-radius: 0; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .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; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .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; }#vzoWllT6pVTNJUa3pTyLA1FCIPSn7QAn { 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; }
#ag9t1ZRnyw3nbBAKsBiQ48epAXgNPMHa { 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; }
#NkeCcAQT4T6KTQWQzUc4BxTNycGre64v { 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; }
#JCWTfhgqOsJSd1zvvhWswTkU6oL7f6ya { 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; }
#dkUJ5PEb4OJaNM4zupwyXEGk6CMo8K0W { 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; }
#kaIP99lHoheBbSDWlgwXWuMfBbJuHwFh { 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; }
#FQftBxHxrNteCr8GtDD7KPTFe5Tbl8Km { 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; }
#Jk0NUrk3r4fBOnFQDuz4LJJOwZXx9rE5 { 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; }
#bqQPUqHNlqQxbcaCrlfOSTWn9N4dVZpQ { 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; }
#LN9vOKuW62wyL0VJ421a3vtaTsfOd2nI { 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; }
#H1Q5l58cLmgaZItceKmcT9e8Ryr250Xt { 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; }
#e94J3NLlotEd21EPruzpZKnClTNHlThv { 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; }
#TdO97yqDlGzMDnLc6X3TTcUnDkhSpgJ4 { box-sizing:content-box;height:2.6875rem;width:23.4375rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:36.25rem;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; }
#l52nasNTWFMOJH1CPWDVAxM2OcmkoyMs { 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; }
#H7Zhya9lXQhMovCq6t9sJ4Zhe613FURp { 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; }
#JkEahv5IIDf5z2TrKFlr78nXN8yG6CBv { 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; }
#ZhQvncwXCIE9BmME1R8CMFJNXGw6Hc37 { 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; }
#ivp2ByTbg07UkLcVESeO4ywZIBVvsc3X { position:absolute;display:block;z-index:15023;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:20.75rem;top:19.40625rem;left:50.46875rem;overflow:hidden;display:block; }
#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row .container { background-color: transparent; background-image: none; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row .container > .video-iframe-container { display: none; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row > .video-iframe-container { display: none; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .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); }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row .container { border-width: 0; border-radius: 0; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.75rem;width:75rem;overflow:visible;position:relative;display:block; }#PbWsBpydbTbPm25wx2Dc4H4xAyScP1gz { color:rgba(var(--color-tertiary-2),1);display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:9.3125rem;left:6.59375rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-element-container { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .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; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);line-height:1.8;overflow:hidden;height:auto; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#674a6c;height:auto;line-height:1.6;overflow:hidden; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .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_52af81417cc870c785124cfdfb99b714a1b22d98.svg");background-size:contain !important; }#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-trigger.adaptive-delivery-prevent-bg, #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-trigger.lazyload, #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-trigger.lazyloading { background-image: none; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 { box-sizing:content-box;height:auto;width:61.25rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:14.1875rem;left:6.875rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #OT5N6rMug03JOfa4vMadxKgJw4feNpXz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #HaVcTu8wdHX0y7M8AKE1EioWBIqzP9nX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #OIBb9ss86tBBHXOqFceQnnbJtHysDnaz { display:block;position:relative; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #TCK4499EVmRoTbPmUKBdqLTWdG67ChsT {  }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #X2DPnGV94kB2Zou9D53VXDAQo761fN2E {  }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #czBb7P458yum3yM6qS3dpsMiCyBFnqci { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #b3xnOT2hJxmDAvWv4ewADMOdvnZcvpHS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #RmcsuXTJFk0kp9DT3Pl4g2vsKslgP7pZ { display:block;position:relative; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #Zqz3wkcqQ0Upcp6JNf8KTtKSJmfkG26T {  }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #UwMK9pIRvMB1wFTW1R1TIumacf3wWl1E { display:none; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #DhzznFSRUqOttpsyp1mElonN4yGZanUV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #oTE776mtRxHQppqFmQRf2pMIngwk8Myi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #dAuzJaTvRnBhy2ruvQJND3QzU5T4TLC2 { display:block;position:relative; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #aA835Eca2ZoFXKKfEgkTHV6LnCxylt9r {  }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #ZmhteT9QPDb1MzZtURteAcyZzIVX1B7i { display:none; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #wTZtLbnNrO9uBqbKQQRDJO7kok8oyBGZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #AJcbClugEnKLWxF3kmSOZOfTBLmeNLOK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #GxGTaiRLIZvqlZygbaeiPh4lHQgV9b7i { display:block;position:relative; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #UTQ34NOyzzzOcXZxrhfP5prtkClb06C7 {  }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #NEVtxC8z4zyS8mwe1QAkpzLD9b6MUkJt { display:none; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #mz1Aim0dwoGQnOEJzVvkbUD8kLJXoZvQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #choa7hrO3Kn5oiigUzHWDqSziEyZrF81 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #VT8bLICEtdB8hB83hSzJUMbz8FbErGqQ { display:block;position:relative; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #WgXg3Tf1KMSnOZzU2aVzMowS3o7OtTNI {  }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #FFAIA4VvVeguUQODDTrlmHsuWefC9v1V { display:none; }
#UJ7LElxWDi88OtewoMOVbklkoBmr0arq { box-sizing:content-box;height:0.125rem;width:3.75rem;position:absolute;display:block;z-index:15031;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:7.4381523132325rem;left:17.625rem;display:block; }
#XQ3qg6Blfrh2g4bl8XyA4aTrfEZR6yQ8 { color:rgba(var(--color-primary-2),1);display:block;width:60.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:6.875rem;left:6.5625rem;height:1.3125rem;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; }
#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row .container { background-color: transparent; background-image: none; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row .container > .video-iframe-container { display: none; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row > .video-iframe-container { display: none; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .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); }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row .container { border-width: 0; border-radius: 0; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#DRQqRtN1A0tMLi8e6DGdOB62vEHuDGJs { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.1875rem;left:19.9375rem;height:5.5996125rem;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; }
#mpoPdnps2n1tGUEF5ecwvbuvZb21n1CU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 2.125rem #ead0ff ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:28.624rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:19.125rem;left:23.1875rem;display:block; }
#CTMQRvivXv5T1ddN4S48i6TwyInFEagT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XeKanwWbVyGclP3kgezB7taabOfSd2KJ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:12.875rem;left:18.375rem;height:3.9375rem;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; }
#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 { 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; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row .container { background-color: transparent; background-image: none; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row .container > .video-iframe-container { display: none; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row > .video-iframe-container { display: none; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .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); }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row .container { border-width: 0; border-radius: 0; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#VE30adkHsiE35Vl4w8pDimmkgwoN9I5D { 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; }
#JKXATa1PlO6tzA6l9Pp8o1CSXQL45vWH { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.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; }
#KlxuPTEW7CTIKD1NhVFXd9KWy9gzS0Fw { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top: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; }
#VOm2tvrzTEvwdcsQqkx58yAbh7UXf8pm { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left: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) { #d8tclbulTy1eom45chnREu00cSdbQHWI { display:block; }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNcqaDJ5dU2Gg6yQ8wTz4KNzA9pTfgUZ { top:1.0625rem;left:0rem;width:16.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNUFa6SNEx74T7ItuWSG1BRf7gTCSVe9 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWugJk80ixT375b2KU3S7wuxV7TZVnyw { display:block; }
 }@media only screen and (max-width: 763px) { #Mn3ill21OKu4rZaEmHc8Xzyox4OLUyZo { top:0.5rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZa0X3Na4QyFKNHzpcWiWWyw5qIHPLQR { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siKMFKJyyNfFHGGWBvs5C79r7GXTk0PR { display:block; }
 }@media only screen and (max-width: 763px) { #ZrV5IS2a9OEVT5XpkTKI1STSKsJo5ET1 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GECwRHhGWu6ETRHKFc4a8aSE5ZwMBpzU { display:block; }
 }@media only screen and (max-width: 763px) { #FwWuV9VAE1eS1AnRHL6wzEHcI7kSoPxb { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c03eA329KPmETLcLfZLpk2LI7GgrGsR6 { display:block; }
 }@media only screen and (max-width: 763px) { #sSadKlwSks8R7z3BZhEspUZAOmtqpM8q { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIoc0oA6tbgFZ3NOrULwwepUb7nJbSK { display:block; }
 }@media only screen and (max-width: 763px) { #k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO { display:block; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJlHUouGM8TIJLqUxc0gQgFSGh1ztnT4 { top:13.625rem;left:0rem;width:40.5rem;height:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e32TIEbLuy0rfV4q1Tqaly7unH5u1TNT { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpfFUV2zTAkh2OkgN2Ii4We8eqmlQrOJ { display:block; }
 }@media only screen and (max-width: 763px) { #bCyoeSpMPNa9oElkJQ5FBfM7l1tPm9h2 { top:20.875rem;left:0rem;width:35.0625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz8Akk95b8UmTblXfGmTDXs9K45uwuVD { width:31.75rem;height:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbFxFt8E8GPtLg97A3p50yahtQedcM0k { top:26.375rem;left:0rem;width:41.875rem;height:11.125rem;font-size:0.9375rem;display:block; }#VbFxFt8E8GPtLg97A3p50yahtQedcM0k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_692214e8ef16f4d3360d4f6b04b74637dd5b8b39.svg); }
 }@media only screen and (max-width: 763px) { #zWK89SN1xmWei29hc21Gn7o24X2ggxgl { top:11.5rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqpRgZ7O8ceQtCgS25o0JuAi8NNq0rkG { top:12.0625rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5snxnItv5VMlTklPm1LkEwGVrPCUE16 { top:45.8125rem;left:0rem;width:29.1875rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqRzx0ZoXBVOaOIJhdTiVfh9U0JuCDoi { top:45.8125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAww0VRD7uwXv9hKskwbzXi46dxxLixS { top:17.3125rem;left:21.875rem;width:25.875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDMFUmKy9nW0CdIPwxKgZhdUsymLa81c { top:30.625rem;left:28.6875rem;width:19.0625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSmqllW8wWupsyrMPhvWU7s9OCyphATB { top:33.6875rem;left:36.5625rem;width:7.1875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5BvkArNFevHdlGfhAM4iJWk05mE1qM9 { top:33.6875rem;left:40.5625rem;width:7.1875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQddzIqX1DlXVhGGdeneTo5ScctOTeXT { top:33.6875rem;left:40.5625rem;width:7.1875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDI6GMDTE57tea7Vpede7R0p79TZfoAJ { top:35.9375rem;left:39.375rem;width:1.5625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPFcUwJNklJETF5LSf7rZ49mmdSONLPw { top:35.9375rem;left:45.5625rem;width:2.1875rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlZdgy9xuMLCVpATCuCLleiqDi3cMbsE { top:35.9375rem;left:43.9375rem;width:3.8125rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdR32axeerrNfM3b7ZlL2zco8c3BE42O { top:38.625rem;left:36.25rem;width:7.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zri6a329mLPTQ8dmCL9KpdtqwFyoJHIt { top:38.5625rem;left:39.9375rem;width:7.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZbtKMaT4SPMhZ6C9Mzn0VsODFrw1hEI { top:38.625rem;left:42.375rem;width:5.375rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXk3LfESw6OFsOPtXiZJoomDeZCkQw8T { top:11.5rem;left:23.3125rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIJBxEmKJLh6dWtEtXsSXTByEOi0KL9 { top:35.1875rem;left:35.1875rem;width:7.1875rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSGFn0DPTms5PzZnueBAbKu1aIrObt9C { top:35.1875rem;left:35.1875rem;width:7.1875rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUHtw7A9PDM1d5seux3nvICPCi8nI26w { display:block; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heFGx5tT5VpCaVIBvJ70pUbTpvSeW8ce { top:12.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyLQLqm7AHhPOF7yD5c8palf0WO65DlB { top:16.9375rem;left:0rem;width:28.5rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNZtEse78fpmzGq4SuSMWtVwpn78Sc2o { top:9.6875rem;left:0rem;width:18.25rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdQ6kt1KXmJKrNTtKK7DbOZ2ROTTrbdr { top:19.9375rem;left:24.75rem;width:8.75rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSxxWTZXiWF0J9htD2EtBfmlBfLQN65 { top:20.3125rem;left:23.1875rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbDxLZy5KIMtdQlD4vP9iuItxMMwSP2k { top:18rem;left:19.625rem;width:28.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVlfAwGQSgKER0Z2x0u16OmSrAAwgutC { top:19.9375rem;left:34.8125rem;width:7.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxEBcaiSuqlZ84rxvdQpwTC0CAEaJyCe { top:20.3125rem;left:32.6875rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGsZaIO6mB1DV2DvReh43CHMxx1MPXg8 { top:25.125rem;left:24.875rem;width:9.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPGR4TrWz1eXILDRlk7qR8Mf7tdla0Dn { top:19.9375rem;left:37.25rem;width:10.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toaEVAmcns6L5v5NH0rBVJEsKgorsev8 { top:20.3125rem;left:37.75rem;width:10rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx5S5iw5P9WPoMobuSc57ZQ3BMDdTR1c { top:10.25rem;left:0.8125rem;width:3.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r41mfgCAwIrvkyh0JJmCMSCP2mlok72l { top:22.375rem;left:36.8125rem;width:10.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itLbmNEOJdJHSo1wrHVNe59TFmWFQ7aT { top:22.75rem;left:33.1875rem;width:14.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UewddxTo8NUunwzedaaQMtGKgDAqXIfT { top:22.375rem;left:24.875rem;width:8.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9akx5iZOFVSV9Cqa8JbZCpvXpIB6gur { top:22.75rem;left:23.1875rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp36bEwqJfJgDAHh5dDSMURMtBM4nPJ2 { top:22.375rem;left:33.875rem;width:8.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkTmLaJ4b8ZAOCLH30moTD7MlWwsWp6 { top:22.75rem;left:34.4375rem;width:7.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0qvd7FRV8i2VC9NCuOWLmmT3M3aBS0 { top:24.75rem;left:24.75rem;width:10rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B93C2RnEQSIDVA4vK4gpTLeNAPZqidI8 { top:17.5rem;left:16.25rem;width:31.375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTw2grNeAhTO72f95nuCGdRz96C09gkp { top:27.1875rem;left:24.75rem;width:10.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2QLCDeDBxiBZOzP78CPbTK28fNB3rSU { top:27.5625rem;left:24.75rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo7NQBtiRb7T04FbvTv0OSwVc9tESyST { top:30.0625rem;left:22.625rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq08KxAJroLazmZZUhLqwqydRVXMnnWU { top:29.6875rem;left:24.875rem;width:7.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riLpbmRIU5WJ0MeAqz9VAFg1MdPaNfea { top:32.5rem;left:23.1875rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOnZ97mQgf3mUnqF8CFZcTAXpl6Zc79U { top:32.125rem;left:24.9375rem;width:8.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ssSxkDt1lP5tfnTusaKae7wUbJpOJi { top:32.125rem;left:34.4375rem;width:7.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0tZIonByz9Eqi1E4akK8SXJBNZzhmH { top:32.5rem;left:33.25rem;width:10.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvgrliSOKSJG6krKhK7LZ4g5ryIKEtd3 { top:32.125rem;left:36.4375rem;width:10.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho187CuzJcRKi6T3HzOglmE2tgWQX84h { top:32.5rem;left:37.8125rem;width:9.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnvRypFe7X2CTcfZhTm3W2OkwRTX6dDE { top:30.0625rem;left:31.375rem;width:12.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwGTZtObOfHC3OdW2JZPdxTw0W4yXNvd { top:29.6875rem;left:33.3125rem;width:7.8125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtkuCJrfJDtXqcMOQtc1ZRCeEhox5b7 { top:30.0625rem;left:36.875rem;width:10.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXaMhEG0rZfaemGT9MTx7zw7OVK7Oe1 { top:29.6875rem;left:36rem;width:11.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE4EL7rg9hwF3rnG4FAo3Xc88Fuf4hGr { top:27.1875rem;left:36.1875rem;width:7.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqaf8G7pIlWBnC66CI7Fhz6f55mqh1VT { top:27.5625rem;left:36.375rem;width:7.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Psex9FGz6K4UrKDmgwELFSzSpb9h7Q { top:24.75rem;left:35.4375rem;width:7.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RerfPIQHM7V798cRhIe0c8qPyLg3vrsB { top:25.125rem;left:36.1875rem;width:6.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6TrBUNs6DPEpLztT4lCI7s5NcqBa9d { top:24.75rem;left:37.25rem;width:10.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4UGLGmToc2a0FBAaPotvcgQ8UBVzs9s { top:25.125rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwB3rx8CO38aPO7CKT8LHHnvCRGcKM0k { top:27.1875rem;left:39rem;width:8.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyxpWKqNKk0Agq87AqwlTU9PuKNdbDKv { top:27.5625rem;left:39.4375rem;width:8.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxqTgFvM2Hw79wEyUWoTTxmLTuPCnB0T { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg6OeIE4SlbW3NqHHGTm1FMifALKWXt1 { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCUzL9pGBodMhvbdTGcf8khhhGTQRiTB { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B56a12BRKywqg7KlV7uy9BF8V0mgzP3A { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOQLaGQZkq8CuW5nDg305uC2zl8aVDKa { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9qR8c3N1NvpgWJCcTZdWuX3oKWdJVnE { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QErFIAlh5AGFKalLQBkf1V88uiN96JEO { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZTVHcrrig9X0UW85rew2rePpBKFG4Dw { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sC3i0ox6WPePwTJoV03TTbt4z8DnoTTO { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LX4dTgVD5BXexyXQLggFpGdI2KPZVXc9 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9x2qHhQVbOaVsuP2BUrMQupEXTkmu7Q { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKKATQ4uGQJo8aUZ6L48VUT9ZZtGGgWG { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoCRWbDEiyi8KPRfTmZwNIrNXlH7qZXU { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNUFHZSZXqLzeCEsZiRx1XV845Z34PnM { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOMTcKNJv39KG7QsUze09wftaTe624B0 { display:block; }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1iNGz3uh5gF3M1PdBOy7WTKt0dIsPpT { top:9.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBHoRxsEPWJooM4BCL2mi5gZfAtckee { top:16.125rem;left:0rem;width:13.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t370cSszr0PiLJMzsnZByRMGxse4p4ip { top:21.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBNp49tyTnGL62Xm96kcpgfLEFHO17QX { top:29.375rem;left:0rem;width:11.4375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBBKnJ74Tpfa2HerJArXgA9BboDoMJOV { top:29.5625rem;left:2.875rem;width:11.75rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguhfTCDszoMhJaVEJxcXSpFc62bI9fX { top:16rem;left:1.875rem;width:13.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Hh2QNkQL4EMO44S6abpmPh4ERRIGuK { top:21.375rem;left:7.6240234375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o93MW1gzMGJKp7HSnZlIvp8tpOFxKccm { top:16rem;left:17.125rem;width:13.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEvekrZIrn0eglWML4ZxzktO28mntIyf { top:29.625rem;left:18.4375rem;width:10.75rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht5S4K3kyJCOHuIih8S513aZHeCQNusT { top:21.375rem;left:22.6865234375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnDGnPiAswnrR848JKvRNzcFgTFZggPe { top:24.8125rem;left:0rem;width:11rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAXTJ6ACqGA3bD6weROOxa4rZdpwd2t { top:16rem;left:32.375rem;width:13.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #focde0KrpacCzkml1vIhGofxHipFvCWA { top:29.375rem;left:33.6875rem;width:11.0625rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpf1PE3ThztXssPRcMEr3D9vN3KOT7Td { top:21.375rem;left:38.09375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZPXDSQPcqLepbKcuknJ68y4ivZSHVWR { top:24.8125rem;left:4.8115234375rem;width:7.875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb9gTfTXdWRC6op54UcT3A22acLmy0FB { top:24.8125rem;left:18.4375rem;width:10.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPVNgy9efi2kfg0fUBGRpL2p4DQIbaK { top:24.8125rem;left:33.0625rem;width:12.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUxAJCZVrMKRSltqesNtcPpNknxJZT83 { top:16.125rem;left:34rem;width:13.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VoSHkbJy8ZAJl72kqkO7bK4O7y4tfZ { top:29.375rem;left:36.5rem;width:11.25rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbGV66CBAJA5ryOUxgS1E9D48bpRWdQ { top:24.8125rem;left:36.125rem;width:11.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTPSZ7zWGZzisAgVxtnd6omF5mwW3NC { top:21.375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAI0b797wCUA1LgKRgPfoqhepIwXQ8Rx { top:7.125rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFAVHBOM3IP93QHksgx653fXExgahUA { top:6.5625rem;left:0rem;width:7.25rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU { display:block; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhvQQPzQRlemnXUmXbes08i0cNE5e7bx { top:6.1875rem;left:0rem;width:41.6875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX8gTyh1P1eNIczrQX9eMtVkZRTzcQ4h { top:22.9375rem;left:4.7177734375rem;width:16.625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuz0TOFRs1MwuTV62io4hhO6pBPstNn { top:22.9375rem;left:31.0625rem;width:16.6875rem;height:11.20835696588rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxBdSN2tH2nc4vRhufNcgnO0f9PJVTsn { top:50.5rem;left:4.810546875rem;width:16.375rem;height:10.957512015575rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ExcP080R6KBflDDymb9m1uPSR6ICbN { top:49.875rem;left:32.0625rem;width:15.6875rem;height:10.58350927043rem;display:block; }
 }@media only screen and (max-width: 763px) { #roctn4PXtuTf8P0qeOGtwn9qLXkJUpyR { top:80.25rem;left:5.0615234375rem;width:15.9375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2oT7y8oX1itwi00DSV4kPqLBzkAp866 { top:80.25rem;left:32.625rem;width:15.125rem;height:9.7714451504576rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJFI6Z1qJ6duc75nTwXulhLW3VHAfgad { top:35.25rem;left:0rem;width:13.75rem;height:1.6875rem;font-size:0.875rem;display:block; }#pJFI6Z1qJ6duc75nTwXulhLW3VHAfgad li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cc293ce0433267d4bb1846a25903391267dd93b.svg); }
 }@media only screen and (max-width: 763px) { #E1IEmiFtCKcgeLkunRxFhmqWuzNfwivU { top:115.9375rem;left:4.7177734375rem;width:11.25rem;height:7.1484219599523rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFNEygTFOoPkaS6ehB9nGuBbDz7G5UFB { top:112rem;left:11.28125rem;width:11.3125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd91F74TGWOp1XyfGcklImIpLdMRtk9v { top:107.9375rem;left:33.3125rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXOEvvRRPGw6ElHlB1hRg0l5z6Wet5oW { top:115.6875rem;left:15.4365234375rem;width:5.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq7Py6DWSuWExongE3G2aBkSfatMy3GO { top:118.875rem;left:42.5625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAWF3guNrdWSnvOIptJ3XsRLFOADirhR { top:120.8125rem;left:39.9375rem;width:7.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhGb1xR5yaTK1TJFC7vCND7TSA0va5yr { top:120.5rem;left:44rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGr0RyMLzVM3OtCI4SCMizE06KTsEf8p { top:119.875rem;left:37.5625rem;width:10.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0F0XXaOXmqtiyzHqka6TqwAMEd7m3Ti { top:108.75rem;left:4.7177734375rem;width:11.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy1ZcolbVfWnqCHKpHt62pKWzxIrTmu1 { top:16.3125rem;left:0rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBb7ucdq9aVOT8G4xeT2LMGbqew7gdZH { top:16rem;left:0rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fleaBGPyuf3kTo1zlf7TCl2mCZq4fPuE { top:19.8125rem;left:0rem;width:24.75rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0dky6yLGDAPO7xFrk1OoN8Txy1bvHh0 { top:16.5625rem;left:0rem;width:35.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCJXfWL7TImc0Na5KNgdBJROaLdisraP { top:23.9375rem;left:0rem;width:15.3125rem;height:9.8125rem;font-size:0.875rem;display:block; }#dCJXfWL7TImc0Na5KNgdBJROaLdisraP li:before{  }
 }@media only screen and (max-width: 763px) { #imml8prVSsT33gi9ikqnxhL1p5TQxMNZ { top:3.6875rem;left:0rem;width:9.375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAcJc5GeRMitLF65S1HOrFUyL0iPQMFI { top:24rem;left:28.0625rem;width:15.8125rem;height:6.875rem;font-size:0.875rem;display:block; }#HAcJc5GeRMitLF65S1HOrFUyL0iPQMFI li:before{  }
 }@media only screen and (max-width: 763px) { #m8fGqhmdQW1IeQhrG3EarMaoct3Ci1ye { top:35.25rem;left:24.125rem;width:23.625rem;height:1.6875rem;font-size:0.875rem;display:block; }#m8fGqhmdQW1IeQhrG3EarMaoct3Ci1ye li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #vPJBZ1uWfW4mLBszwtahhS3Vcp1JAWkd { top:45rem;left:0rem;width:35.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgJD6oWQMJyW7vUSybcXxOnaBgf1ft6d { top:20rem;left:27.9375rem;width:19.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcZWLAd36uUTy6G4aCIrfaUH3iiQ4TF0 { top:16.1875rem;left:27.8125rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaUVgXe8IHfrkceQ4ehX4qUCgdOyfOkR { top:16.5rem;left:29rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTVZb0xOLFPt5VD78b9URIswXScpatE { top:14.1875rem;left:0rem;width:36.25rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7M6QmLCSB9ZUuAGOiiFR4ULTEDPnf57 { top:51.125rem;left:0rem;width:15.25rem;height:8.1875rem;font-size:0.875rem;display:block; }#H7M6QmLCSB9ZUuAGOiiFR4ULTEDPnf57 li:before{  }
 }@media only screen and (max-width: 763px) { #HRprOK49eC6xn3FJRzBzHwKKvo8uVPH3 { top:64.5625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:0.875rem;display:block; }#HRprOK49eC6xn3FJRzBzHwKKvo8uVPH3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #BikMUqSR7RLIwQkU4T1wOLAs5lsEXAgJ { top:45.875rem;left:0rem;width:19.0625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi4OSqTPU4MQ997FLBlrVbx2HMGMJNzb { top:42.9375rem;left:0rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJai11LsIT3S9Qc6spudOTxEALk4zqGF { top:43.25rem;left:0rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtDu4Q3UUALwzAL571e93MlE9RofzgVo { top:49.4375rem;left:28.0625rem;width:16.375rem;height:14.375rem;font-size:0.875rem;display:block; }#KtDu4Q3UUALwzAL571e93MlE9RofzgVo li:before{  }
 }@media only screen and (max-width: 763px) { #sX2gdc0lT6b9W7HeVJdVP8Uyanz9ebiF { top:64.5625rem;left:24.125rem;width:23.625rem;height:1.6875rem;font-size:0.875rem;display:block; }#sX2gdc0lT6b9W7HeVJdVP8Uyanz9ebiF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #MF3hLEm9fmBMKZ8isvxotVya5GiRTSIl { top:46.5625rem;left:19.125rem;width:28.625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exA1CqfvS288O1m5CpboDhOW2xgkp42a { top:80.25rem;left:0rem;width:15.875rem;height:12.4375rem;font-size:0.875rem;display:block; }#exA1CqfvS288O1m5CpboDhOW2xgkp42a li:before{  }
 }@media only screen and (max-width: 763px) { #JTCJxBmox0T1D2TCFg9fMTxTMNfN1CTo { top:94.5625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:0.875rem;display:block; }#JTCJxBmox0T1D2TCFg9fMTxTMNfN1CTo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #HBkEpXhLm29cPMB0Miu2WZgeX3twWnt3 { top:76.25rem;left:0rem;width:22.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHTl16mJ9mpcrbLJsT8UJMZreColKKDn { top:123.25rem;left:0.1875rem;width:35.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVJSsMyQMo5ewpry8oISgeRQMD5uvhW2 { top:72.3125rem;left:0rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmgo3K6FHKk69mMksJg4P7a7UEmF4Z4d { top:72.625rem;left:0rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #budvdZMs6phWDW2tXGFwc5qBmhKcB3FW { top:81.3125rem;left:28.0625rem;width:16.125rem;height:8.5rem;font-size:0.875rem;display:block; }#budvdZMs6phWDW2tXGFwc5qBmhKcB3FW li:before{  }
 }@media only screen and (max-width: 763px) { #gF4CeeXMVC6PZtxx79yKvTqT8mONl2g8 { top:76.25rem;left:25.4375rem;width:22.3125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzohMkTgT811P3CRLcuPaQbOkhe7Kyc { top:94.5625rem;left:24.125rem;width:23.625rem;height:1.6875rem;font-size:0.875rem;display:block; }#dGzohMkTgT811P3CRLcuPaQbOkhe7Kyc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #G8EgGPKU1vOA4RmZ6fTgTqi9UoFb3mIW { top:105.6875rem;left:0.4375rem;width:35.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9N6Enk6HtBwUo8rCqaoUyRTsvV85XPf { top:72.3125rem;left:27.75rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Z7LqrBbFpH7ZhAy3IvXTFO4ptL74Gk { top:72.625rem;left:28.9375rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9u3NwVEgsZV3PPUohR6IZo97nE6SXNV { top:42.75rem;left:27.8125rem;width:7.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrT0HDe8yO5XP758WtqPKJVysaHcnnPV { top:43rem;left:29.125rem;width:5.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO9Gy0Rlie2a7lcsaTUeFVw0nTbEtc8P { top:110.5rem;left:0rem;width:15.3125rem;height:9.125rem;font-size:0.875rem;display:block; }#KO9Gy0Rlie2a7lcsaTUeFVw0nTbEtc8P li:before{  }
 }@media only screen and (max-width: 763px) { #hF52tUCWq1ERDx478XI1HTPNSwzNswXc { top:123.125rem;left:0rem;width:23.5625rem;height:1.6875rem;font-size:0.875rem;display:block; }#hF52tUCWq1ERDx478XI1HTPNSwzNswXc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #FWDTJTkPKOsbe72wPcGvwQ4CCaZQTCf3 { top:106.5rem;left:0rem;width:22.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXGXMHkbWESiyTTS8FlVeNXEMURREGmM { top:129.0625rem;left:1.9375rem;width:35.125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZOQHKSuTSPBB5QfBW6TN57itcDAIDDn { top:103.0625rem;left:0rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTmJWl9vqsGK046TOJTLXSM7GIERNrf { top:103.375rem;left:0rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwHDHTFTGRZvuTGwqHewQ1RnUeTDsTA { top:110.75rem;left:26.998046875rem;width:17.875rem;height:10.125rem;font-size:0.875rem;display:block; }#InwHDHTFTGRZvuTGwqHewQ1RnUeTDsTA li:before{  }
 }@media only screen and (max-width: 763px) { #SEbPbOe7LApLcTNO0miE7u31uE76xRIG { top:123.125rem;left:28.0625rem;width:14.125rem;height:1.6875rem;font-size:0.875rem;display:block; }#SEbPbOe7LApLcTNO0miE7u31uE76xRIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #sbauvV16xzh4Cn1OVKcyLLuxyRx4fwis { top:106.5rem;left:25.4375rem;width:22.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feUQFn7swI7LGkswvnE0a6FTGioV1ykW { top:102.6875rem;left:27.375rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtS9tcWz7MrQGdBp2p9zD8XUk93TD40 { top:103rem;left:28.5625rem;width:5.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MODRNkbIHKEXe8ntHuNaCkXekAhw8v4G { top:4.25rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgTrazxKoyxBSm2qVzWEZQ2q8NImRfTC { top:9.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3hpZr9DasSL6iJVcZu9MvDZ8dKwl64b { top:14.1875rem;left:11.5rem;width:36.25rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMdKXLWqLVgXXKZMD3e1M5tsZLduAK0a { top:40.75rem;left:11.5rem;width:36.25rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOF4J7ItLVREJgQQVNaFL3CrgkPwClcC { top:40.75rem;left:0rem;width:36.25rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBQdSIFpfGh33QXRXe3yIlZA4WALdo93 { top:70.0625rem;left:11.5rem;width:36.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObONc0AwUN2MKTxT8N5bf3e2DTuE5uDr { top:70.0625rem;left:0rem;width:36.25rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #giO5LPEKgzUwlIK5AJRS719xEAzT5pOL { top:100.5rem;left:11.5rem;width:36.25rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7gNNaMJedMOOlXLrwJrkAdNHLpFOfQJ { top:100.5rem;left:0rem;width:36.25rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G { display:block; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAB6Lt2GVTWCGSDPVivcZwHFoUNcwiiT { top:8.125rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzRf98rXE3gAoyqZu1rqTPKhEk8KHKxx { top:5.5625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9StDGmsKyVC3vbKUVCKSx1ymz0rtnCy { top:14.25rem;left:0rem;width:24.6875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPfEp7HmBZupfQ4WWaRNtPQDCKdFzLOT { top:14.25rem;left:22.5625rem;width:25.1875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrJyF3cCtmT6KUh4huSsCxvxN4a7ctpr { top:24.0625rem;left:0rem;width:25.75rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzK6NsmQzdqbZsR3DP7Zz7yc6VLPrPII { top:33.6875rem;left:0rem;width:26.375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDEu5OyFqJzymFNgmqaLiuvHCeDOpytr { top:34.0625rem;left:22.75rem;width:25rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnE2LxgGr0lh6me3zXwUuNpslNT2M9vo { top:24.0625rem;left:22.0625rem;width:25.6875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIKislNx1k8rNBSrfz0EZiqePMrpaTZE { top:12.8125rem;left:0rem;width:34.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQB3ppy4qycTcDy6Aa1A5i5qs55eTZea { top:22.625rem;left:0rem;width:34.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6z4LPDdKX0gSFbOl4uEtVAJ0lIRdl3u { top:32.125rem;left:0rem;width:34.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxvVOe0s0IVDXrfEJ5TwkaROHr6vvpEW { top:32.1875rem;left:13.375rem;width:34.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHyCzKghWLbV3lmTNdS8i4rLVunIG5IC { top:22.625rem;left:13.375rem;width:34.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLTltVs5XdFTrkgw2Bt464rLuJGGBGhL { top:12.8125rem;left:13.375rem;width:34.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz6a3gJeKwo7IpHx66KVQ2Jkzd43UPPi { top:6.125rem;left:1.0625rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgvBFPRbNEnGRigfTZZFnLXr9Ohvf0tN { top:15.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaynTaT8IA2CrUJyecpzMMpxni57lc6l { top:25.375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV5fXlMWod0178hHFtJUCRk3sMxLs1do { top:25.375rem;left:26.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmAnAG8grkDy3mNBndbbbz2MGfMT4n1r { top:15.5625rem;left:26.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHIkeyKtgyWtJr8p77oFqKxsqPA0JCN { top:35rem;left:26.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izdI8sBszpPrr8unIwrZrJOTv2qQLCvB { top:35rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soPnyrH659bwtOiJaD2udWLBbwURPCD1 { display:block; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koVluE7bAVCqku49lTlPVg9KW52gyRyv { top:5.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcTGtBSHsri8VQZeaqxKlxczklmyUCm5 { top:20.4375rem;left:13.0625rem;width:21.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4dbH5Td7EAmWs3X4eLG67uV39ylNW6 { top:15.75rem;left:14.5625rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI7de709H7JPF4flTLwTQqwbhoGJtJJb { top:15.75rem;left:30.4375rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNUr3W1bVsrLGQAzR5DFwS5lTTc7o2TJ { top:20.4375rem;left:28.9375rem;width:18.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDwnozznWRp52VpEhkwzEDNIsERsA3mK { top:20.375rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzvrDAPk5NrKBtdiRHRwriOZJ5bqUEXi { top:25.0625rem;left:28.1875rem;width:19.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibvv9plxHJz0uoW0QiQZHppAwip4u9pB { top:25.0625rem;left:13.0625rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsB0TRMppdOQdFIJ6fHfVnTDDAFZEuMT { top:25rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQnh4JaT83wTIrHuSe1CIpboV7EDFItN { top:20.0625rem;left:10.25rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5BkvCgnVEzqdRhTsCRxVyf1vyTQmaCw { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dW2RlogQxBv17hVnSrBT5mkdDtxpxnSz { top:59.375rem;left:0rem;width:15rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohre6C99iJ8dxTQTZnTnTKoHFCo3ht4C { top:64.4375rem;left:0rem;width:9.375rem;height:2.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EndDm6QxkXTHzDg6n4sROAIyR6y8UIOX { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9O5EvIpS749xerDOAxvTNKDwlqTqEuy { top:65.0625rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvVAcNZMowPyp6A8bKIdzgup63I3OPnm { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsV0zIFTnwLz9KmtEkLwV9HTCxyXufuT { top:70.8125rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P0ETrFFX4k8Ih3wmEl8CsELZVOdxkPi8 { top:42.625rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vi1TMDa6J2TkBfXkQ58Du8u6PoRdODpq { top:44rem;left:0rem;width:15rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAThqMxRWRCNmCDthSJ5vIhxcZBSSrzF { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9Cf8SMeH1WzMWM4V4cUezxEXHvJCTm0 { top:20.3125rem;left:0rem;width:47.4375rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEZuvx2NtEew7UxctEpfHan4SV4tNZOZ { top:18.375rem;left:0rem;width:15rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bp4GVWRHUE3lyslbM7mUNIZnwSmrsDMu { top:53.125rem;left:0rem;width:4.0625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eui8tHFNTnrwt1i4i2QdlUrnXgabrwKd { top:2.75rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t05Mp0NaO3FGZFHGTO7vk2S9bCMryLfN { top:15.75rem;left:0rem;width:17.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWmnkLANspwhTubkKOmR6zeRbHfZ9MpC { top:14.25rem;left:8.25rem;width:25.9375rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9VAKPatKMTQnkCmOFNQnXQZb6F98Fv { top:14.25rem;left:0rem;width:47.75rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66C6I1iBgxdl58OVBVEe5KRDKvzeLuJ { top:14.0625rem;left:0rem;width:20.5625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPe11fSgFcxmqCbP6c74mDsqOzFyAgDZ { top:14.0625rem;left:22rem;width:25.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpWpnT3EeQwcbvKtsZcTM4vGgLcTt6bI { top:14.0625rem;left:8.1875rem;width:26rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAiKkVpm6dTUuer68HS9rTIB7ToONd1 { top:23.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm9s0vEH1iFQW95ExEew3Cw2q0QGCd3I { top:28.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4kbpqKsGDvLHdUxBeQOpUT1kylnM8t { top:30.125rem;left:28.1875rem;width:19.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKU60649Qv3S4pRecnhrvsLCMr7urESo { top:29.375rem;left:13.0625rem;width:20rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd1sPwKI8eCMSSCHVW5KEu09nLyKuzt4 { top:30.0625rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGz18mEClhNxVsqg0osoeyhhCvThBg6z { top:34.3125rem;left:27.75rem;width:20rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwLrJrqW9WZCdCgCdrsVhEIvJ56qlHxD { top:35.25rem;left:13rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH5XDnl2FEoXeCgVraocEC5TaNnLTfhN { top:34.5rem;left:0rem;width:15rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUqeB1JoAW2BCv40ecsIh23GPXRtAOSt { top:33.3125rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fEUAZlDloy2SrTGmhQ7Z94hSf3IZ77nq { top:38.4375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uTdHGkcCArM3VpV1WPZQ8H4yclpJ5r7f { top:39.5625rem;left:29.125rem;width:18.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVltvckkgk63lH6sztUeRdmwE3iFB8l { top:40.25rem;left:13rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yeHB0TpuasZGRo0V6qKegZoVM2g0t1 { top:40.1875rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeASPTKAu6Vpq4vFMUULb2PITHlsAP7M { top:45.75rem;left:28.1875rem;width:19.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2A3BzPdiLSm6eJ03RAawSUN5KBtuT30 { top:45.4375rem;left:13rem;width:20rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw26kHhT54PiCqxAiiXKRbneJbIzVZCA { top:45.6875rem;left:0rem;width:15rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSoWd8cD2NqfsorhKirgvaRBJTNnIIJ9 { top:43.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #k3cRwcCCJFk7pFv9O5gZqtu824v6b0bO { top:9rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hou4rngzZoKoxe7dnCwLBSbvW45aWcJk { top:24.8125rem;left:10.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLKoooxi0ilKeSykLvhRFboUw0o0CpGw { top:29.875rem;left:10.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB3tKcbReyhXDx5GfItG0nvSuZk9weuf { top:34.875rem;left:10.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghN9VytBC5LlRIMFN74flN7CZ8z76nIB { top:40.125rem;left:10.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAiHdw8iVSyNrU1ykbCa5GTRFQh2lxPh { top:45.5rem;left:10.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESCfw1iCMJwLckGgCzJTaCsMxtdrU8Z9 { top:3.3125rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOrIQJ5dThsMmPRLPgH1JarL0km55Sl { top:14.25rem;left:8.25rem;width:25.9375rem;height:35.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndR0ETIdfltsRgb1zVN2Zoiu4VeeXug7 { top:14.0625rem;left:8.1875rem;width:26rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fftuS4ATAOMa48ZmG4FRanTaT6PpJr0c { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJVvOu1qTUPo9x2rRBm1ReSIRAKXeyS0 { top:58.875rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmGdao4ghDC3UUNPiyma3Gti7NudEZxh { top:64.375rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTgoy4ct9aonRyWIWBzUrvadw05QQQRA { top:69.75rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsXQO5RbXn1pda9uKPNnfTMvoQ9SUTmV { top:75.25rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoHLg7nrSk9smeLffTTUFtkRrAHAylGx { top:75.25rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6L8wds7ayGGfb7KNvmfZiNlSgpdOQaT { top:69.75rem;left:0rem;width:9.375rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbRAaKsp71Ji4T4iXoensvke3hNBa085 { top:80.5625rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIqMucWhJMDatLMwMvhfc6exPvtnc9gN { top:86.0625rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qe3DNE2hGrJAXpbnn8zZmtZUUUmAf529 { top:86.0625rem;left:0rem;width:9.375rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H322RPuuXTXr1Dd0qez3nJ1R14cG77pG { top:80.5625rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XV5Un3N6tRL5SWuOyTIniK8UPzzfaVcK { top:18.6875rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZxeWSSpVOO26Iu8rRCTTxa96RRzpgzn { top:24.1875rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiqVgTsemzdTwVJ8p0opobw3uyVyab4I { top:29.5625rem;left:0rem;width:9.375rem;height:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6ExGmHn7uSLryITHhs5pqTW5dnw0O7x { top:35.0625rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4ohvhCJ1XQQVr468ZacE2A4SF2JuVqt { top:40.375rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8usvqTf1uHd6MSVM0K3221X3D3pDETs { top:45.875rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTKdJn1qCEeUCkmgx01dM4ColaGkKgSB { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #McqLupUCCiJPBdenpNwFWhDrgD8nvQx3 { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lk8cLDGD140Zp8GufgCdZs3PJaJiVgc7 { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6mz3UgPcu6xeqzPTOpIcJpsJ4JBNMBB { top:43.8125rem;left:33.8125rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fedIckv9wL3SHDDGeddDxk5DCKD7whUg { top:58.875rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WiXwlEM59K9A9gnCZJfybop7yDRupqCw { top:64.375rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLEtFywu2DdVEDlPfSywqLc4ee0SfP9M { top:69.75rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcDL6uTbXq4PmHXxaMeIffPQaBbxUNgF { top:75.25rem;left:0rem;width:9.375rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMaz9ncTroTkEPkbXTFkhAEzaTAe54Z1 { top:80.5625rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOh6UdbGEs99X6rqyIP26gxTukJ0Olpo { top:86.0625rem;left:0rem;width:9.375rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V { display:block; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uR8B0RHle8nmfkp5wmnv8QsLif8eJT4i { top:5.9375rem;left:0rem;width:43.9375rem;height:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ryg2qCCRFMq6HyNszhwOzZSNePe6lL { top:14.3125rem;left:0rem;width:40rem;height:21.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9afI7Aa1DXClvDhDomP9Ug35CUxP7v { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2te4ofMFFBdTlPhfR9z7ZRQA7h1KBf { display:block; }
 }@media only screen and (max-width: 763px) { #f24R4db9iFwTB2rRR9elMkr7Z7iWzyTe { top:4.9375rem;left:23.8125rem;width:23.9375rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5XHTJZxTQFAQ9yzThfkeoMZnwcAiow { top:3.625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV6ppJzXlfN5vW1IrEmu30HaNwRG3sGO { top:4.25rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFEHLnIez0uoCqGVCOUmz36XitsU0XHa { display:block; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbKMUM3TG9R98nlWPdaUhI4N3xS8t460 { top:6.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M74buwu4AcJJ8lEZrOl9nU955H7pA3Jy { top:17.1875rem;left:0rem;width:10.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcEp7NqK85gJD5HeVIeRABX9nXx9fz10 { top:14.8125rem;left:0rem;width:18.3125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0aTa961Kkeg4Ok1MD40T3CcmDsAZohy { top:41.6875rem;left:0rem;width:10.6875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DTkvuOkIdlMW86NSDRnpt3l4DXo6pT { top:40rem;left:24.875rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52nEqbNM2az0GRPz0cQ3quBgOQEgDs8 { top:17.1875rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #zayt3NMO6Kd7tMAqtUqIApIIUSc9nVG9 { top:17.875rem;left:24.71875rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0x1NJdt1SRJrh5mUBKpvh4rrm4cO5Is { top:17.875rem;left:0rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5UgQbhgDUudiAcs5wMCy74cf9Qv61CK { top:40.5625rem;left:40.125rem;width:7.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FZiTepssN47vdTWJCRkXqI0pJkEfLO { top:4.3125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTtes7HB7y9cuN0JTaI1eOQzXzb5XJRI { top:4.875rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaT1orRq6RZ36by7abShbPSsfz3fm9k { top:12.5rem;left:0rem;width:24.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvM9Nb8LVVzTzHAklKDsy3y8PChenTg { top:12.5rem;left:11.6875rem;width:24.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JGPNLyPvhRzdIgwlWNcKtlPqTXPL2T { top:14.6875rem;left:5.8125rem;width:5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSsOCDHVyxIp5RCrq1VEXSkXF61CgTOc { top:29.4375rem;left:0rem;width:9rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eurkbTwtpMmqHcxtf99upPfbNPlTwPbN { top:30rem;left:0rem;width:9rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf8TlxFXaqUISwEcl3v9oWu0EEHHDT40 { top:14.8125rem;left:12.65625rem;width:19.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgrauBMpPWg8mgrVLipzDT9WIaD0AD5I { top:17.875rem;left:12.65625rem;width:12.5625rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDuny9yKLgaMTs4LM63V7ASf2anqzJ3P { top:29.4375rem;left:12.25rem;width:9rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEd0Pp5Ez8IkUCDA3SmVTv9ZgOsdDE7I { top:30rem;left:12.25rem;width:9rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrrMeW9fJimgnGW3f8IoGoaD5sJ6uvOX { top:14.6875rem;left:31.125rem;width:5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNuv5lRIQ8A7RsR4J7HTCKslgibXVyy { top:51.4375rem;left:12.25rem;width:9rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH65o9y2AO5J2VbyMwzuWWoMT6boQC3n { top:50.9375rem;left:12.25rem;width:9rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcJn8vlSebGQqkaOlN7eVe2biRHxTGTa { top:12.625rem;left:23.375rem;width:24.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vswbOhrN1MDJgk6UxDTOdrrKb44BmTIl { top:14.875rem;left:27.875rem;width:13.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Z4aIVayF4plybWSmdsDH1MI4BkfWck { top:14.6875rem;left:42.75rem;width:5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88bO7MAtiqynQSXL81k8WX2TTLmM56W { top:17.1875rem;left:35.1875rem;width:12.5625rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT3JAZT3X87xhIsxs5uUfzUDwPZmltBG { top:29.4375rem;left:38.1875rem;width:9rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt27RWZ9LGf9IhW0KG5la0BGFqnNoWJg { top:30rem;left:35.25rem;width:9rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7Nd4NylhHeBz6IG7u3lHMqC6MoOt8K { top:35rem;left:11.6875rem;width:24.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMcQy2nVUv7hSRnVyMduww94k2KHKcNM { top:35.0625rem;left:23.375rem;width:24.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovtKHuGQgTgIKzhvZ329bKPJmLx0TpHo { top:51.0625rem;left:38.1875rem;width:9rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsnuoPBl654IVctcZseGST12oGSm5sX7 { top:51.5625rem;left:38.1875rem;width:9rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGarAq2QmTlGgzbcZuo2kOmuhq4HccGJ { top:35rem;left:0rem;width:24.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0rKKpB8yoPVp1iFJnCTK7N5qBFuhTPn { top:40.3125rem;left:12.6875rem;width:12.5625rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5XnaZp5UHBREAF9GS2cMGpDqKgsOnog { top:39.6875rem;left:35.1875rem;width:12.5625rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4H2sbp9Hqmfwm6G3nrW2Sxx2nTVre3E { top:51.5625rem;left:0rem;width:9rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1rupL5BgFA6RUKuxdJwVcQRBSpRIA1M { top:40.3125rem;left:0rem;width:11.375rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBDvBg4b9o3yCFhLC4MaGwmPmDcALgc { top:51rem;left:0rem;width:9rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4d6XlbrVgWcuXTr5BzbicAFJCGbmoH4 { top:37.1875rem;left:5.8125rem;width:5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI3inWBeKpgwQOotT2XBqcTZ9G1SE35S { top:37.1875rem;left:31.125rem;width:5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqZl1yc3nW8f4RJ1730rmvdavvTalEMg { top:37.3125rem;left:34.125rem;width:13.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO20ggD8sBCGlcfn267N7PLESZHZDO9F { top:37.1875rem;left:42.75rem;width:5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuSO6FdSbuSCzlgmJAtvp2SNUDzBWLtQ { top:37.25rem;left:0rem;width:18.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfgm8mbHbgZ0J1p3NJwFBTqv9qGRxbrW { top:37.25rem;left:12.6875rem;width:19.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R { display:block; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3op2CAORkPAT4TyCeM5V2sXAccMxNvr { top:5.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaDnlWLfXQ0ra0T49zpbuX5mVgVfaveQ { top:12.875rem;left:2.25rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apqqu3LbIn6Oa8IGMxrPfFUkGgm1arra { top:3.0625rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar2xoRT8NiDsXMcRK56g7i9Cvzlk5II2 { top:2.4375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPsZJLqy65Kd3h6DyZugzfVx3XQH9koO { top:10.6875rem;left:0rem;width:23.125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmun1wLAzcC0f6TRhkSwXvnnXO53N7FD { top:15.75rem;left:0rem;width:17.625rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyLlHRUivFv8E1WqV1QrTMGmS5O5ThCz { top:37rem;left:0rem;width:17.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #top88dHLwLSCV463aHuERp1bzQIwxTiP { top:12.9375rem;left:0rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1xToXDfumulS2imlpqZTaLsl97NRnR5 { top:12.875rem;left:27.3125rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO0Z43dBZZCmrr3mzIzO6KckkbETySMJ { top:10.6875rem;left:12.0625rem;width:23.125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw23c7JwnkDvlgrXb2hUpZy7qRaWMbWz { top:12.9375rem;left:14.8427734375rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou5h2vb7HdoXSMlaBLkAtLRZh6KBTCHm { top:15.75rem;left:14.46875rem;width:18.8125rem;height:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XspapMznpUMpIKSxENIB5Vi2NyTZ6Qsa { top:37.75rem;left:15.0302734375rem;width:17.625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFTaoUuwwHk0KufTf37hWhbD4JFoADVN { top:10.75rem;left:24.5rem;width:23.125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkULL4rBsxww0aoiZeHuTVFzVTABFoVI { top:15.75rem;left:30.125rem;width:17.625rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgpooSbomkflum2gFZH9umn7VLi50B6C { top:37rem;left:30.125rem;width:17.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeUekGf2QRqNvh4ElE7M0UPebJNOWmBx { top:12.9375rem;left:30.125rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9wMCg8FFpgkB4pk3aTq0UVFI7TZnT70 { top:12.9375rem;left:42.5rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN7UuLRyxslMr8pAKeHWOeLNDSH4Mgp0 { top:44.5625rem;left:24.5rem;width:23.125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtxdGWLalhWUIc1ZhViitFzXwrqDVPwe { top:44.5rem;left:12.0625rem;width:23.125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMChpCv7ZLQp8mdSpCkVfuhTIya3EXD { top:70.6875rem;left:15.0302734375rem;width:17.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLIg3WFuUfaDnaQg8DVmllzCVEIXzoRD { top:70.6875rem;left:30.125rem;width:17.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENC7nNdDxgppJ6T37lDreoZvc20MR8zg { top:50.9375rem;left:14.625rem;width:18.5rem;height:16.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P589ZzNErqQKv90cEiJiisXoKBUIfSxu { top:51.125rem;left:30.125rem;width:17.625rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbFtHzSTylvoT20TRxUN9mCUuQcZT5m { top:44.5rem;left:0rem;width:23.125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOefBo31ADoOK8Q0W72iVno376IsT8b { top:50.9375rem;left:0rem;width:17.625rem;height:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2Rri4oLnxO5sdsgCZ7C5DeuWdTxkMn { top:70.6875rem;left:0rem;width:17.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnrg11y368V62gTLOGx7sT4n08eUhxDy { top:47.5625rem;left:0rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFGpaAiLTyMkwtfqmUsWkTbgSOsyQI80 { top:47.5625rem;left:15.0302734375rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEz3Tv94ryzQClD5tG9NIyuNdFxJwlxV { top:47.5625rem;left:30.125rem;width:17.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzdPhePthTV2zXwD4iTmQqeGxhpSyb7Q { top:46.6875rem;left:2.25rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4NNz8RPC6uoI0Nti8PvvqNEDzy23R87 { top:46.6875rem;left:27.3125rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo4DTI5ezheh8zgWCOhtwvIK8N865QT0 { top:46.75rem;left:42.5rem;width:5.25rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 { display:none; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JfQDebACfU7PtXqXFrtbTrOMNMtGL05u { top:7rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMRZC6GhNDbZ04eEohyWhqdJKEtl4Kts { top:15.0625rem;left:0rem;width:47.75rem;height:80.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAkBJJcxqJNczUTCAs6BTTp85hKtoI4l { top:25.5rem;left:4.1875rem;width:37.3125rem;height:24.875rem;font-size:0.75rem;display:block; }#yAkBJJcxqJNczUTCAs6BTTp85hKtoI4l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39a3f618e3c4549170ffe1bfe03bb9230ef29212.svg); }
 }@media only screen and (max-width: 763px) { #HgldcrCr8aNFou5KSLWtxTpEonLx8nev { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9GR8mcDaTWEKFNLxb2ZDfFDudLMrkh9 { display:block; }
 }@media only screen and (max-width: 763px) { #SLFDaTSXF8DA2QBwN7ykZPOg6GTQq9O1 { top:65.75rem;left:4.5625rem;width:43.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKkXDEwzNaQ1p3TKmytTunMqhJxc8KdV { top:63.9375rem;left:2.4375rem;width:44.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2K5UJUqQoVsWgJefrDceQVgK9vcNGT { top:57.625rem;left:35.125rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvt5yqTXrd5cLurFhQ2a88onKtNZnEd9 { top:45.8125rem;left:0rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0mhR0JyHST5r3JDF9fFg0zSiwM02a8q { top:54.625rem;left:7.0947265625rem;width:33.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0aNKJDNGNaLWOcCDwRXmwebOOhaZfT { top:52.875rem;left:2.5rem;width:45.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQgvs6T7IQLL8iArbBmEtC1bx2gEs6Vx { top:14.5625rem;left:0rem;width:47.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFmdAW6wD25sLFgczLsXk3kz2JFdST2 { top:32.5625rem;left:19.3125rem;width:28.4375rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxC3PRhgObaOAWNOco7tchCR77bDb9uh { top:17.3125rem;left:6.341796875rem;width:39.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEZdrSeIdU0OZb1uRwnpcXpgkDsB2OGR { top:19.6875rem;left:11.8125rem;width:33.5rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5QONpmNPSKxVv9hi16EIoVIlZZER4Mz { top:4.625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1PQ5TDoQR4apqiLCLuiNRJ9m1v0FCLc { top:5.1875rem;left:0rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5VaW1sbxIk3ovHr3cz1zqvVuNwyi09b { top:59.0625rem;left:28.81103515625rem;width:12.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETExJLFK5tRLCoMCctTsgTyadH7QXJiB { top:59.5625rem;left:30.2802734375rem;width:9.8125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klmHFqc90oANTZAQr0BpK9fOgU39DNxo { top:57.625rem;left:11.3095703125rem;width:11.5625rem;height:5.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me6kgTiRFTPwx5TXvFlNe6vPusn7C3RR { top:71.9375rem;left:4.810546875rem;width:42.8125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiDHNTiwlcAWyNOuTQ3OmfnGpf7EZxgy { top:59.3125rem;left:22.8095703125rem;width:6rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVIFFr2kGkOG6FU6y2UwTwyzFvNbpuen { top:86.4375rem;left:4.875rem;width:9.8125rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA3JJpDNd4RCVSfkgsgbrePT6gyJqr4I { top:86.3125rem;left:17.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7GdTWwwWysLovwGb6QTtX5DV4CPnFoM { top:86.3125rem;left:35.375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T00zdUl7kTqzwbumtalHSVWRF9mc428u { top:86.5rem;left:19.75rem;width:14.875rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLG8TyTLf1dgJJMfUNLyqxuoeIAGuio6 { top:86.4375rem;left:36.75rem;width:11rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKKeJW4pHAe50lLFq1XwwHWVbqTnJ6wM { top:86.5rem;left:2.9375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9kgNb1zyzBzf1iDKan29dBCzumIlCtr { top:54.5rem;left:14.25rem;width:33.5rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBnglW3Th24bSuhLHo7LLEr1dDUn18S6 { top:80.8125rem;left:13.998046875rem;width:24.4375rem;height:1.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBnbllfZLdu5l8V2HVgePm4DQ5mTH0SW { top:80.875rem;left:13.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbRvTFdpLAqUqfqgAoX4PV63R1FzBXIg { top:87.9375rem;left:36.75rem;width:11rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyITOSdWQBAsdJZIPztxZbBvxfhvAQu { top:88rem;left:19.75rem;width:14.875rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qefdDR5DH5MOzc61HAhLnJAbhOATop { top:87.9375rem;left:4.875rem;width:9.8125rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 { display:block; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzoWllT6pVTNJUa3pTyLA1FCIPSn7QAn { top:18.1875rem;left:0rem;width:16.375rem;height:29.699853794499rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag9t1ZRnyw3nbBAKsBiQ48epAXgNPMHa { top:16.25rem;left:13.8125rem;width:17.375rem;height:33.567568802736rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkeCcAQT4T6KTQWQzUc4BxTNycGre64v { top:14.875rem;left:0rem;width:19.875rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWTfhgqOsJSd1zvvhWswTkU6oL7f6ya { top:14.875rem;left:22.3125rem;width:25.0625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUJ5PEb4OJaNM4zupwyXEGk6CMo8K0W { top:14.875rem;left:12rem;width:20.75rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaIP99lHoheBbSDWlgwXWuMfBbJuHwFh { top:23.9375rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQftBxHxrNteCr8GtDD7KPTFe5Tbl8Km { top:27.125rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk0NUrk3r4fBOnFQDuz4LJJOwZXx9rE5 { top:30.125rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqQPUqHNlqQxbcaCrlfOSTWn9N4dVZpQ { top:33.3125rem;left:0rem;width:12.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9vOKuW62wyL0VJ421a3vtaTsfOd2nI { top:48.625rem;left:0rem;width:17.5625rem;height:5.9775855847389rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Q5l58cLmgaZItceKmcT9e8Ryr250Xt { top:51.375rem;left:0rem;width:18.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94J3NLlotEd21EPruzpZKnClTNHlThv { top:38.875rem;left:13.0625rem;width:18.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdO97yqDlGzMDnLc6X3TTcUnDkhSpgJ4 { top:36.25rem;left:23.9375rem;width:23.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l52nasNTWFMOJH1CPWDVAxM2OcmkoyMs { top:43.6875rem;left:9.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Zhya9lXQhMovCq6t9sJ4Zhe613FURp { top:36.3125rem;left:32.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkEahv5IIDf5z2TrKFlr78nXN8yG6CBv { top:6.3125rem;left:2.9678802490234rem;width:39.625rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhQvncwXCIE9BmME1R8CMFJNXGw6Hc37 { 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) { #ivp2ByTbg07UkLcVESeO4ywZIBVvsc3X { top:19.375rem;left:27rem;width:20.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD { display:block; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbWsBpydbTbPm25wx2Dc4H4xAyScP1gz { top:9.3125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #OT5N6rMug03JOfa4vMadxKgJw4feNpXz {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #HaVcTu8wdHX0y7M8AKE1EioWBIqzP9nX {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #OIBb9ss86tBBHXOqFceQnnbJtHysDnaz {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #TCK4499EVmRoTbPmUKBdqLTWdG67ChsT {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #X2DPnGV94kB2Zou9D53VXDAQo761fN2E {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #czBb7P458yum3yM6qS3dpsMiCyBFnqci {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #b3xnOT2hJxmDAvWv4ewADMOdvnZcvpHS {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #RmcsuXTJFk0kp9DT3Pl4g2vsKslgP7pZ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #Zqz3wkcqQ0Upcp6JNf8KTtKSJmfkG26T {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #UwMK9pIRvMB1wFTW1R1TIumacf3wWl1E {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #DhzznFSRUqOttpsyp1mElonN4yGZanUV {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #oTE776mtRxHQppqFmQRf2pMIngwk8Myi {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #dAuzJaTvRnBhy2ruvQJND3QzU5T4TLC2 {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #aA835Eca2ZoFXKKfEgkTHV6LnCxylt9r {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #ZmhteT9QPDb1MzZtURteAcyZzIVX1B7i {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #wTZtLbnNrO9uBqbKQQRDJO7kok8oyBGZ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #AJcbClugEnKLWxF3kmSOZOfTBLmeNLOK {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #GxGTaiRLIZvqlZygbaeiPh4lHQgV9b7i {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #UTQ34NOyzzzOcXZxrhfP5prtkClb06C7 {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #NEVtxC8z4zyS8mwe1QAkpzLD9b6MUkJt {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #mz1Aim0dwoGQnOEJzVvkbUD8kLJXoZvQ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #choa7hrO3Kn5oiigUzHWDqSziEyZrF81 {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #VT8bLICEtdB8hB83hSzJUMbz8FbErGqQ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #WgXg3Tf1KMSnOZzU2aVzMowS3o7OtTNI {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #FFAIA4VvVeguUQODDTrlmHsuWefC9v1V {  }
 }@media only screen and (max-width: 763px) { #UJ7LElxWDi88OtewoMOVbklkoBmr0arq { top:7.4375rem;left:4rem;width:3.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3qg6Blfrh2g4bl8XyA4aTrfEZR6yQ8 { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc { display:block; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRQqRtN1A0tMLi8e6DGdOB62vEHuDGJs { top:6.1875rem;left:6.3125rem;width:35.125rem;height:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpoPdnps2n1tGUEF5ecwvbuvZb21n1CU { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMQRvivXv5T1ddN4S48i6TwyInFEagT { display:block; }
 }@media only screen and (max-width: 763px) { #XeKanwWbVyGclP3kgezB7taabOfSd2KJ { top:12.875rem;left:4.75rem;width:38.3125rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 { display:block; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE30adkHsiE35Vl4w8pDimmkgwoN9I5D { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKXATa1PlO6tzA6l9Pp8o1CSXQL45vWH { width:25.9375rem;height:;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlxuPTEW7CTIKD1NhVFXd9KWy9gzS0Fw { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOm2tvrzTEvwdcsQqkx58yAbh7UXf8pm { 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) { #d8tclbulTy1eom45chnREu00cSdbQHWI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#d8tclbulTy1eom45chnREu00cSdbQHWI > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNcqaDJ5dU2Gg6yQ8wTz4KNzA9pTfgUZ { width:10.3125rem;height:1.125rem;top:0.8115234375rem;left:2.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eNUFa6SNEx74T7ItuWSG1BRf7gTCSVe9 { width:7.6875rem;height:1.625rem;top:0.5615234375rem;left:11.478515625rem;font-size:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #CWugJk80ixT375b2KU3S7wuxV7TZVnyw { display:block; }
 }@media only screen and (max-width: 763px) { #Mn3ill21OKu4rZaEmHc8Xzyox4OLUyZo { width:1.5625rem;height:1.5625rem;top:0.5927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZa0X3Na4QyFKNHzpcWiWWyw5qIHPLQR { width:4.25rem;height:2.3125rem;top:2.6875rem;left:0rem;font-size:0.625rem;background-color:#f1ece6;background-image:none;box-shadow: none;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #siKMFKJyyNfFHGGWBvs5C79r7GXTk0PR { display:block; }
 }@media only screen and (max-width: 763px) { #ZrV5IS2a9OEVT5XpkTKI1STSKsJo5ET1 { width:4.25rem;height:2.3125rem;top:2.6875rem;left:4.25rem;font-size:0.625rem;background-color:#f1ece6;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GECwRHhGWu6ETRHKFc4a8aSE5ZwMBpzU { display:block; }
 }@media only screen and (max-width: 763px) { #FwWuV9VAE1eS1AnRHL6wzEHcI7kSoPxb { width:4.25rem;height:2.3125rem;top:2.6875rem;left:12.625rem;font-size:0.625rem;background-color:#f1ece6;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #c03eA329KPmETLcLfZLpk2LI7GgrGsR6 { display:block; }
 }@media only screen and (max-width: 763px) { #sSadKlwSks8R7z3BZhEspUZAOmtqpM8q { width:4.25rem;height:2.3125rem;top:2.6875rem;left:8.4375rem;font-size:0.625rem;background-color:#f1ece6;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #IUIoc0oA6tbgFZ3NOrULwwepUb7nJbSK { display:block; }
 }@media only screen and (max-width: 763px) { #k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO { display:block; }#k4xIkrAprcdcfp5cXu0Rsnff55hqIVzO > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJlHUouGM8TIJLqUxc0gQgFSGh1ztnT4 { width:18.811875rem;height:3.29980625rem;top:10.125rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e32TIEbLuy0rfV4q1Tqaly7unH5u1TNT { width:18.6875rem;height:2.4375rem;top:60.3125rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpfFUV2zTAkh2OkgN2Ii4We8eqmlQrOJ { display:block; }
 }@media only screen and (max-width: 763px) { #bCyoeSpMPNa9oElkJQ5FBfM7l1tPm9h2 { width:18.75rem;height:4.5rem;top:15.5625rem;left:0.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nz8Akk95b8UmTblXfGmTDXs9K45uwuVD { top:38.125rem;left:1.8125001192093rem;width:18.186875rem;height:24.311875rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VbFxFt8E8GPtLg97A3p50yahtQedcM0k { width:18.75rem;height:10.422375rem;top:21.5625rem;left:0.625rem;font-size:0.75rem;z-index:14998;display:block; }#VbFxFt8E8GPtLg97A3p50yahtQedcM0k li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#VbFxFt8E8GPtLg97A3p50yahtQedcM0k li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_692214e8ef16f4d3360d4f6b04b74637dd5b8b39.svg); }
 }@media only screen and (max-width: 763px) { #zWK89SN1xmWei29hc21Gn7o24X2ggxgl { width:11.375rem;height:1.125rem;top:8.4375rem;left:4.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gqpRgZ7O8ceQtCgS25o0JuAi8NNq0rkG { width:3.75rem;height:0.125rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5snxnItv5VMlTklPm1LkEwGVrPCUE16 { width:20rem;height:0.9375rem;top:63.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqRzx0ZoXBVOaOIJhdTiVfh9U0JuCDoi { display:flex;width:0.75rem;height:0.75rem;top:63.53125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #zAww0VRD7uwXv9hKskwbzXi46dxxLixS { width:20rem;height:24.6875rem;top:33.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #EDMFUmKy9nW0CdIPwxKgZhdUsymLa81c { width:19.0625rem;height:1.3125rem;top:34.5625rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSmqllW8wWupsyrMPhvWU7s9OCyphATB { width:5.625rem;height:6.375rem;top:49.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5BvkArNFevHdlGfhAM4iJWk05mE1qM9 { width:7.1875rem;height:9.625rem;top:62.0625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQddzIqX1DlXVhGGdeneTo5ScctOTeXT { width:7.1875rem;height:9.5625rem;top:62.0625rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDI6GMDTE57tea7Vpede7R0p79TZfoAJ { width:1.5625rem;height:2.25rem;top:51.1875rem;left:2.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPFcUwJNklJETF5LSf7rZ49mmdSONLPw { width:2.1875rem;height:2.25rem;top:51.25rem;left:8.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlZdgy9xuMLCVpATCuCLleiqDi3cMbsE { width:3.8125rem;height:2.25rem;top:51.3125rem;left:14.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdR32axeerrNfM3b7ZlL2zco8c3BE42O { width:5.8125rem;height:1.125rem;top:53.375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zri6a329mLPTQ8dmCL9KpdtqwFyoJHIt { width:7.8125rem;height:1.125rem;top:53.375rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZbtKMaT4SPMhZ6C9Mzn0VsODFrw1hEI { width:5.375rem;height:1.125rem;top:53.375rem;left:13.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXk3LfESw6OFsOPtXiZJoomDeZCkQw8T { width:16.8125rem;height:16.8125rem;top:36.375rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #utIJBxEmKJLh6dWtEtXsSXTByEOi0KL9 { width:5.625rem;height:6.375rem;top:49.875rem;left:6.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mSGFn0DPTms5PzZnueBAbKu1aIrObt9C { width:5.625rem;height:6.375rem;top:49.875rem;left:13.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #BUHtw7A9PDM1d5seux3nvICPCi8nI26w { display:block; }#BUHtw7A9PDM1d5seux3nvICPCi8nI26w > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heFGx5tT5VpCaVIBvJ70pUbTpvSeW8ce { width:19.125rem;height:4.5rem;top:3.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JyLQLqm7AHhPOF7yD5c8palf0WO65DlB { width:18.75rem;height:21.375rem;top:9.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CNZtEse78fpmzGq4SuSMWtVwpn78Sc2o { width:18.249rem;height:1.125rem;top:1.65625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WdQ6kt1KXmJKrNTtKK7DbOZ2ROTTrbdr { width:8.25rem;height:1.8125rem;top:36.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSxxWTZXiWF0J9htD2EtBfmlBfLQN65 { width:7.4375rem;height:1.125rem;top:36.875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbDxLZy5KIMtdQlD4vP9iuItxMMwSP2k { width:18.125rem;height:1.5rem;top:33.1875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kVlfAwGQSgKER0Z2x0u16OmSrAAwgutC { width:15.5625rem;height:4.125rem;top:55.5625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XxEBcaiSuqlZ84rxvdQpwTC0CAEaJyCe { width:9.3125rem;height:1.125rem;top:39.625rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGsZaIO6mB1DV2DvReh43CHMxx1MPXg8 { width:10.375rem;height:1.125rem;top:51.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPGR4TrWz1eXILDRlk7qR8Mf7tdla0Dn { width:15.5625rem;height:4.125rem;top:61.5625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #toaEVAmcns6L5v5NH0rBVJEsKgorsev8 { width:9.9375rem;height:1.125rem;top:36.875rem;left:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx5S5iw5P9WPoMobuSc57ZQ3BMDdTR1c { width:3.75rem;height:0.0625rem;top:2.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r41mfgCAwIrvkyh0JJmCMSCP2mlok72l { width:13.5rem;height:2.0625rem;top:78.75rem;left:5.4583336114883rem;display:none; }
 }@media only screen and (max-width: 763px) { #itLbmNEOJdJHSo1wrHVNe59TFmWFQ7aT { width:9.75rem;height:1.125rem;top:48.25rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UewddxTo8NUunwzedaaQMtGKgDAqXIfT { width:8.4375rem;height:2.0625rem;top:83.4375rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9akx5iZOFVSV9Cqa8JbZCpvXpIB6gur { width:6.4375rem;height:1.125rem;top:45.375rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp36bEwqJfJgDAHh5dDSMURMtBM4nPJ2 { width:8.25rem;height:1.8125rem;top:39.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFkTmLaJ4b8ZAOCLH30moTD7MlWwsWp6 { width:10.875rem;height:1.125rem;top:39.5625rem;left:8.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt0qvd7FRV8i2VC9NCuOWLmmT3M3aBS0 { width:8.3125rem;height:1.8125rem;top:50.25rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B93C2RnEQSIDVA4vK4gpTLeNAPZqidI8 { width:19.875rem;height:31.625rem;top:35.5rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #bTw2grNeAhTO72f95nuCGdRz96C09gkp { width:12rem;height:2.0625rem;top:90.625rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2QLCDeDBxiBZOzP78CPbTK28fNB3rSU { width:9.3125rem;height:1.125rem;top:57.1875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo7NQBtiRb7T04FbvTv0OSwVc9tESyST { width:9rem;height:1.125rem;top:45.375rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq08KxAJroLazmZZUhLqwqydRVXMnnWU { width:8.4375rem;height:2.0625rem;top:44.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #riLpbmRIU5WJ0MeAqz9VAFg1MdPaNfea { width:9.5rem;height:1.125rem;top:57.1875rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOnZ97mQgf3mUnqF8CFZcTAXpl6Zc79U { width:6.8125rem;height:1.875rem;top:56.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ssSxkDt1lP5tfnTusaKae7wUbJpOJi { width:8.4375rem;height:2.0625rem;top:97.75rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OB0tZIonByz9Eqi1E4akK8SXJBNZzhmH { width:5.1875rem;height:1.125rem;top:48.3125rem;left:12.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvgrliSOKSJG6krKhK7LZ4g5ryIKEtd3 { width:12.3125rem;height:2.0625rem;top:97.75rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho187CuzJcRKi6T3HzOglmE2tgWQX84h { width:12.1875rem;height:1.125rem;top:63.1875rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnvRypFe7X2CTcfZhTm3W2OkwRTX6dDE { width:10.5625rem;height:1.125rem;top:51.0625rem;left:9.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwGTZtObOfHC3OdW2JZPdxTw0W4yXNvd { width:8.4375rem;height:2.0625rem;top:93.9375rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGtkuCJrfJDtXqcMOQtc1ZRCeEhox5b7 { width:14.1875rem;height:1.125rem;top:60.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXaMhEG0rZfaemGT9MTx7zw7OVK7Oe1 { width:14.75rem;height:2.0625rem;top:85.3125rem;left:4.9166666269303rem;display:none; }
 }@media only screen and (max-width: 763px) { #yE4EL7rg9hwF3rnG4FAo3Xc88Fuf4hGr { width:8.4375rem;height:2.0625rem;top:90.625rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bqaf8G7pIlWBnC66CI7Fhz6f55mqh1VT { width:9.5625rem;height:1.125rem;top:42.375rem;left:0.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1Psex9FGz6K4UrKDmgwELFSzSpb9h7Q { width:8.4375rem;height:2.0625rem;top:87rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RerfPIQHM7V798cRhIe0c8qPyLg3vrsB { width:7.9375rem;height:1.125rem;top:53.875rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD6TrBUNs6DPEpLztT4lCI7s5NcqBa9d { width:10.0625rem;height:2.0625rem;top:86.9375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4UGLGmToc2a0FBAaPotvcgQ8UBVzs9s { width:7.75rem;height:1.125rem;top:42.4375rem;left:10.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwB3rx8CO38aPO7CKT8LHHnvCRGcKM0k { width:10.0625rem;height:2.0625rem;top:79.3125rem;left:4.2291666269303rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyxpWKqNKk0Agq87AqwlTU9PuKNdbDKv { width:10.875rem;height:1.125rem;top:53.9375rem;left:8.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxqTgFvM2Hw79wEyUWoTTxmLTuPCnB0T { width:8.25rem;height:1.8125rem;top:39.0625rem;left:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #eg6OeIE4SlbW3NqHHGTm1FMifALKWXt1 { width:8.25rem;height:1.8125rem;top:36.4375rem;left:9.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HCUzL9pGBodMhvbdTGcf8khhhGTQRiTB { width:8.3125rem;height:1.8125rem;top:50.5625rem;left:0.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #B56a12BRKywqg7KlV7uy9BF8V0mgzP3A { width:8.25rem;height:1.8125rem;top:41.875rem;left:9.9375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #sOQLaGQZkq8CuW5nDg305uC2zl8aVDKa { width:10.1875rem;height:1.8125rem;top:47.75rem;left:0.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #b9qR8c3N1NvpgWJCcTZdWuX3oKWdJVnE { width:8.25rem;height:1.8125rem;top:44.875rem;left:9.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #QErFIAlh5AGFKalLQBkf1V88uiN96JEO { width:6.25rem;height:1.8125rem;top:47.75rem;left:12rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BZTVHcrrig9X0UW85rew2rePpBKFG4Dw { width:7.375rem;height:1.8125rem;top:53.375rem;left:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sC3i0ox6WPePwTJoV03TTbt4z8DnoTTO { width:9.5rem;height:1.8125rem;top:56.625rem;left:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #LX4dTgVD5BXexyXQLggFpGdI2KPZVXc9 { width:11.9375rem;height:1.8125rem;top:59.5625rem;left:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #S9x2qHhQVbOaVsuP2BUrMQupEXTkmu7Q { width:8.25rem;height:1.8125rem;top:50.5625rem;left:10.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CKKATQ4uGQJo8aUZ6L48VUT9ZZtGGgWG { width:8.875rem;height:1.8125rem;top:53.375rem;left:9.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MoCRWbDEiyi8KPRfTmZwNIrNXlH7qZXU { width:8.125rem;height:1.8125rem;top:41.875rem;left:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WNUFHZSZXqLzeCEsZiRx1XV845Z34PnM { width:11.9375rem;height:1.8125rem;top:62.6875rem;left:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #EOMTcKNJv39KG7QsUze09wftaTe624B0 { display:block; }#EOMTcKNJv39KG7QsUze09wftaTe624B0 > .row .container { width:20rem;height:80.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1iNGz3uh5gF3M1PdBOy7WTKt0dIsPpT { width:17.0625rem;height:3.5996125rem;top:3.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBHoRxsEPWJooM4BCL2mi5gZfAtckee { width:20rem;height:12.0625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t370cSszr0PiLJMzsnZByRMGxse4p4ip { display:flex;width:2.625rem;height:2.625rem;top:10.0625rem;left:8.3125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #qBNp49tyTnGL62Xm96kcpgfLEFHO17QX { width:15.875rem;height:3.375rem;top:15.9375rem;left:2.2802734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBBKnJ74Tpfa2HerJArXgA9BboDoMJOV { width:15.25rem;height:3.375rem;top:29.3125rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguhfTCDszoMhJaVEJxcXSpFc62bI9fX { width:20rem;height:12.0625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Hh2QNkQL4EMO44S6abpmPh4ERRIGuK { display:flex;width:2.625rem;height:2.625rem;top:23.9375rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #o93MW1gzMGJKp7HSnZlIvp8tpOFxKccm { width:20rem;height:12.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEvekrZIrn0eglWML4ZxzktO28mntIyf { width:15.375rem;height:3.375rem;top:43.625rem;left:2.5302734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht5S4K3kyJCOHuIih8S513aZHeCQNusT { display:flex;width:2.625rem;height:2.625rem;top:37.1875rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #TnDGnPiAswnrR848JKvRNzcFgTFZggPe { width:15.875rem;height:1.3125rem;top:14.3125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRAXTJ6ACqGA3bD6weROOxa4rZdpwd2t { width:20rem;height:12.0625rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #focde0KrpacCzkml1vIhGofxHipFvCWA { width:14.8125rem;height:3.375rem;top:57.375rem;left:2.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpf1PE3ThztXssPRcMEr3D9vN3KOT7Td { display:flex;width:2.625rem;height:2.625rem;top:51.625rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #xZPXDSQPcqLepbKcuknJ68y4ivZSHVWR { width:15.0625rem;height:1.3125rem;top:27.4375rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb9gTfTXdWRC6op54UcT3A22acLmy0FB { width:16.3125rem;height:1.3125rem;top:41.40625rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFPVNgy9efi2kfg0fUBGRpL2p4DQIbaK { width:20rem;height:1.3125rem;top:55.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUxAJCZVrMKRSltqesNtcPpNknxJZT83 { width:20rem;height:12.0625rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3VoSHkbJy8ZAJl72kqkO7bK4O7y4tfZ { width:17.5625rem;height:3.375rem;top:71.8125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbGV66CBAJA5ryOUxgS1E9D48bpRWdQ { width:17.875rem;height:1.3125rem;top:69.4375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHTPSZ7zWGZzisAgVxtnd6omF5mwW3NC { display:flex;width:2.625rem;height:2.625rem;top:65.4375rem;left:8.6875rem;font-size:1.8125rem; }
 }@media only screen and (max-width: 763px) { #HAI0b797wCUA1LgKRgPfoqhepIwXQ8Rx { width:3.75rem;height:0.125rem;top:2.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFAVHBOM3IP93QHksgx653fXExgahUA { width:18.1875rem;height:1.125rem;top:1.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU { display:block; }#FlIWhmMB5irIH2NLTEQBQEiR9ch9TNQU > .row .container { width:20rem;height:312.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhvQQPzQRlemnXUmXbes08i0cNE5e7bx { width:13.2495rem;height:3.5996125rem;top:2.9375rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HX8gTyh1P1eNIczrQX9eMtVkZRTzcQ4h { width:19.9980625rem;height:13.19725rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuz0TOFRs1MwuTV62io4hhO6pBPstNn { width:19.999375rem;height:13.4785rem;top:64.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxBdSN2tH2nc4vRhufNcgnO0f9PJVTsn { width:19.999375rem;height:13.55925rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ExcP080R6KBflDDymb9m1uPSR6ICbN { width:19.999375rem;height:13.55925rem;top:140.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roctn4PXtuTf8P0qeOGtwn9qLXkJUpyR { width:19.999375rem;height:13.55925rem;top:178.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2oT7y8oX1itwi00DSV4kPqLBzkAp866 { width:19.999375rem;height:13.0390625rem;top:217rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJFI6Z1qJ6duc75nTwXulhLW3VHAfgad { width:5.561525rem;height:1.3125rem;top:26.6875rem;left:1rem;font-size:0.875rem;display:block; }#pJFI6Z1qJ6duc75nTwXulhLW3VHAfgad li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cc293ce0433267d4bb1846a25903391267dd93b.svg); }
 }@media only screen and (max-width: 763px) { #E1IEmiFtCKcgeLkunRxFhmqWuzNfwivU { width:10rem;height:6.6875rem;top:258.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFNEygTFOoPkaS6ehB9nGuBbDz7G5UFB { width:10rem;height:6.3125rem;top:264.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd91F74TGWOp1XyfGcklImIpLdMRtk9v { width:18rem;height:18rem;top:291.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXOEvvRRPGw6ElHlB1hRg0l5z6Wet5oW { width:8.875rem;height:11.9375rem;top:254.9375rem;left:1.0625rem;overflow:hidden;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #Aq7Py6DWSuWExongE3G2aBkSfatMy3GO { width:5.1875rem;height:5.1875rem;top:303.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAWF3guNrdWSnvOIptJ3XsRLFOADirhR { width:7.8125rem;height:1.29980625rem;top:305rem;left:7.1875rem;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #qhGb1xR5yaTK1TJFC7vCND7TSA0va5yr { width:3.75rem;height:1.4624rem;top:304.92578125rem;left:1.9052734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGr0RyMLzVM3OtCI4SCMizE06KTsEf8p { width:10.25rem;height:2.625rem;top:304.375rem;left:5.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0F0XXaOXmqtiyzHqka6TqwAMEd7m3Ti { width:10rem;height:6.5rem;top:253.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy1ZcolbVfWnqCHKpHt62pKWzxIrTmu1 { width:5.5623375rem;height:1.5996125rem;top:13.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBb7ucdq9aVOT8G4xeT2LMGbqew7gdZH { width:8rem;height:2.125rem;top:13.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fleaBGPyuf3kTo1zlf7TCl2mCZq4fPuE { width:17.375rem;height:2.625rem;top:16.75rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L0dky6yLGDAPO7xFrk1OoN8Txy1bvHh0 { width:20rem;height:0;top:298.74869918823rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dCJXfWL7TImc0Na5KNgdBJROaLdisraP { width:18.0625rem;height:6.25rem;top:19.375rem;left:0.96875rem;font-size:0.75rem;display:block; }#dCJXfWL7TImc0Na5KNgdBJROaLdisraP li:before{  }
 }@media only screen and (max-width: 763px) { #imml8prVSsT33gi9ikqnxhL1p5TQxMNZ { width:16.4371875rem;height:1.125rem;top:1.125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HAcJc5GeRMitLF65S1HOrFUyL0iPQMFI { width:17.5rem;height:4.8125rem;top:55rem;left:1.25rem;font-size:0.75rem;display:block; }#HAcJc5GeRMitLF65S1HOrFUyL0iPQMFI li:before{  }
 }@media only screen and (max-width: 763px) { #m8fGqhmdQW1IeQhrG3EarMaoct3Ci1ye { width:8.3125rem;height:1.3125rem;top:61.10546875rem;left:1rem;font-size:0.875rem;display:block; }#m8fGqhmdQW1IeQhrG3EarMaoct3Ci1ye li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #vPJBZ1uWfW4mLBszwtahhS3Vcp1JAWkd { width:20rem;height:1.3999rem;top:60.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgJD6oWQMJyW7vUSybcXxOnaBgf1ft6d { width:18.125rem;height:2.625rem;top:51.375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IcZWLAd36uUTy6G4aCIrfaUH3iiQ4TF0 { width:7.9375rem;height:2.0625rem;top:48.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaUVgXe8IHfrkceQ4ehX4qUCgdOyfOkR { width:5.499675rem;height:1.5996125rem;top:48.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTVZb0xOLFPt5VD78b9URIswXScpatE { width:20rem;height:31.375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7M6QmLCSB9ZUuAGOiiFR4ULTEDPnf57 { width:15.9375rem;height:5.9375rem;top:89.875rem;left:1rem;font-size:0.75rem;display:block; }#H7M6QmLCSB9ZUuAGOiiFR4ULTEDPnf57 li:before{  }
 }@media only screen and (max-width: 763px) { #HRprOK49eC6xn3FJRzBzHwKKvo8uVPH3 { width:7.25rem;height:1.3125rem;top:97rem;left:1rem;font-size:0.875rem;display:block; }#HRprOK49eC6xn3FJRzBzHwKKvo8uVPH3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #BikMUqSR7RLIwQkU4T1wOLAs5lsEXAgJ { width:18.6875rem;height:2.79980625rem;top:85.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qi4OSqTPU4MQ997FLBlrVbx2HMGMJNzb { width:7.9375rem;height:2.0625rem;top:82.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJai11LsIT3S9Qc6spudOTxEALk4zqGF { width:5.499675rem;height:1.5996125rem;top:83.25rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtDu4Q3UUALwzAL571e93MlE9RofzgVo { width:18.25rem;height:10.25rem;top:125.75rem;left:0.875rem;font-size:0.75rem;display:block; }#KtDu4Q3UUALwzAL571e93MlE9RofzgVo li:before{  }
 }@media only screen and (max-width: 763px) { #sX2gdc0lT6b9W7HeVJdVP8Uyanz9ebiF { width:7.5625rem;height:1.3125rem;top:137.1875rem;left:1rem;font-size:0.875rem;display:block; }#sX2gdc0lT6b9W7HeVJdVP8Uyanz9ebiF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #MF3hLEm9fmBMKZ8isvxotVya5GiRTSIl { width:17.5625rem;height:2.79980625rem;top:121.8125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #exA1CqfvS288O1m5CpboDhOW2xgkp42a { width:17.875rem;height:8.5rem;top:165.0625rem;left:1.0625rem;font-size:0.75rem;display:block; }#exA1CqfvS288O1m5CpboDhOW2xgkp42a li:before{  }
 }@media only screen and (max-width: 763px) { #JTCJxBmox0T1D2TCFg9fMTxTMNfN1CTo { width:8.75rem;height:1.3125rem;top:175.1875rem;left:1rem;font-size:0.875rem;display:block; }#JTCJxBmox0T1D2TCFg9fMTxTMNfN1CTo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #HBkEpXhLm29cPMB0Miu2WZgeX3twWnt3 { width:17.5625rem;height:2.79980625rem;top:161rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cHTl16mJ9mpcrbLJsT8UJMZreColKKDn { width:20rem;height:1.3999rem;top:174.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVJSsMyQMo5ewpry8oISgeRQMD5uvhW2 { width:7.9375rem;height:2.0625rem;top:158rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmgo3K6FHKk69mMksJg4P7a7UEmF4Z4d { width:5.499675rem;height:1.5996125rem;top:158.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #budvdZMs6phWDW2tXGFwc5qBmhKcB3FW { width:17.1875rem;height:7.375rem;top:204.0234375rem;left:1rem;font-size:0.75rem;display:block; }#budvdZMs6phWDW2tXGFwc5qBmhKcB3FW li:before{  }
 }@media only screen and (max-width: 763px) { #gF4CeeXMVC6PZtxx79yKvTqT8mONl2g8 { width:16.0625rem;height:2.79980625rem;top:199.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGzohMkTgT811P3CRLcuPaQbOkhe7Kyc { width:10rem;height:1.3125rem;top:213.125rem;left:1rem;font-size:0.875rem;display:block; }#dGzohMkTgT811P3CRLcuPaQbOkhe7Kyc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #G8EgGPKU1vOA4RmZ6fTgTqi9UoFb3mIW { width:20rem;height:1.3999rem;top:209.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9N6Enk6HtBwUo8rCqaoUyRTsvV85XPf { width:8rem;height:2.125rem;top:196.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Z7LqrBbFpH7ZhAy3IvXTFO4ptL74Gk { width:5.5623375rem;height:1.5996125rem;top:196.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9u3NwVEgsZV3PPUohR6IZo97nE6SXNV { width:7.9375rem;height:2.0625rem;top:118.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrT0HDe8yO5XP758WtqPKJVysaHcnnPV { width:5.499675rem;height:1.5996125rem;top:118.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KO9Gy0Rlie2a7lcsaTUeFVw0nTbEtc8P { width:16.1875rem;height:8rem;top:241.125rem;left:1rem;font-size:0.75rem;display:block; }#KO9Gy0Rlie2a7lcsaTUeFVw0nTbEtc8P li:before{  }
 }@media only screen and (max-width: 763px) { #hF52tUCWq1ERDx478XI1HTPNSwzNswXc { width:10.75rem;height:1.3125rem;top:250.25rem;left:1rem;font-size:0.875rem;display:block; }#hF52tUCWq1ERDx478XI1HTPNSwzNswXc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #FWDTJTkPKOsbe72wPcGvwQ4CCaZQTCf3 { width:15rem;height:1.3999rem;top:238.5rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXGXMHkbWESiyTTS8FlVeNXEMURREGmM { width:20rem;height:1.3999rem;top:240.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZOQHKSuTSPBB5QfBW6TN57itcDAIDDn { width:8rem;height:2.125rem;top:235.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faTmJWl9vqsGK046TOJTLXSM7GIERNrf { width:5.5623375rem;height:1.5996125rem;top:235.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwHDHTFTGRZvuTGwqHewQ1RnUeTDsTA { width:15.9375rem;height:7.6875rem;top:280.9375rem;left:1rem;font-size:0.75rem;display:block; }#InwHDHTFTGRZvuTGwqHewQ1RnUeTDsTA li:before{  }
 }@media only screen and (max-width: 763px) { #SEbPbOe7LApLcTNO0miE7u31uE76xRIG { width:8.125rem;height:1.3125rem;top:290.1875rem;left:1rem;font-size:0.875rem;display:block; }#SEbPbOe7LApLcTNO0miE7u31uE76xRIG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dc0e9551b2945b3c05c0b47766f6950d5764c713.svg); }
 }@media only screen and (max-width: 763px) { #sbauvV16xzh4Cn1OVKcyLLuxyRx4fwis { width:15.9375rem;height:1.3999rem;top:278.8125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #feUQFn7swI7LGkswvnE0a6FTGioV1ykW { width:8rem;height:2.125rem;top:275.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtS9tcWz7MrQGdBp2p9zD8XUk93TD40 { width:5.5623375rem;height:1.5996125rem;top:276.125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MODRNkbIHKEXe8ntHuNaCkXekAhw8v4G { width:3.75rem;height:0.125rem;top:1.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgTrazxKoyxBSm2qVzWEZQ2q8NImRfTC { width:16.625rem;height:3.375rem;top:7.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3hpZr9DasSL6iJVcZu9MvDZ8dKwl64b { width:20rem;height:31.875rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMdKXLWqLVgXXKZMD3e1M5tsZLduAK0a { width:20rem;height:37.0625rem;top:117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOF4J7ItLVREJgQQVNaFL3CrgkPwClcC { width:20rem;height:33.0625rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBQdSIFpfGh33QXRXe3yIlZA4WALdo93 { width:20rem;height:35.1875rem;top:274.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObONc0AwUN2MKTxT8N5bf3e2DTuE5uDr { width:20rem;height:36.125rem;top:156.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #giO5LPEKgzUwlIK5AJRS719xEAzT5pOL { width:20rem;height:38.5rem;top:233.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7gNNaMJedMOOlXLrwJrkAdNHLpFOfQJ { width:20rem;height:36.25rem;top:194.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G { display:block; }#wewDRhhdht15iqCPK9ZFOhwub0Rqdr3G > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAB6Lt2GVTWCGSDPVivcZwHFoUNcwiiT { width:15.8121875rem;height:4.5rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzRf98rXE3gAoyqZu1rqTPKhEk8KHKxx { width:18.186875rem;height:1.125rem;top:3.1875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F9StDGmsKyVC3vbKUVCKSx1ymz0rtnCy { width:13.625rem;height:5.625rem;top:12.3125rem;left:5.3125001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPfEp7HmBZupfQ4WWaRNtPQDCKdFzLOT { width:12.9375rem;height:5.625rem;top:23.0625rem;left:5.3125001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrJyF3cCtmT6KUh4huSsCxvxN4a7ctpr { width:13.875rem;height:5.625rem;top:33.229167938233rem;left:5.3125rem;font-size:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bzK6NsmQzdqbZsR3DP7Zz7yc6VLPrPII { width:14.0625rem;height:6.75rem;top:53.71875rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDEu5OyFqJzymFNgmqaLiuvHCeDOpytr { width:13.75rem;height:6.75rem;top:64rem;left:5.3125rem;font-size:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZnE2LxgGr0lh6me3zXwUuNpslNT2M9vo { width:13.875rem;height:5.625rem;top:43.625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIKislNx1k8rNBSrfz0EZiqePMrpaTZE { width:20rem;height:8.75rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQB3ppy4qycTcDy6Aa1A5i5qs55eTZea { width:20rem;height:9.1875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6z4LPDdKX0gSFbOl4uEtVAJ0lIRdl3u { width:20rem;height:9.1875rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxvVOe0s0IVDXrfEJ5TwkaROHr6vvpEW { width:20rem;height:9.25rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHyCzKghWLbV3lmTNdS8i4rLVunIG5IC { width:20rem;height:9.25rem;top:41.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLTltVs5XdFTrkgw2Bt464rLuJGGBGhL { width:20rem;height:9.25rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz6a3gJeKwo7IpHx66KVQ2Jkzd43UPPi { width:3.75rem;height:0.125rem;top:3.80078125rem;left:13.384114861488rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgvBFPRbNEnGRigfTZZFnLXr9Ohvf0tN { display:flex;width:2.5rem;height:2.5rem;top:13.875rem;left:1.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VaynTaT8IA2CrUJyecpzMMpxni57lc6l { display:flex;width:2.5rem;height:2.5rem;top:34.791015625rem;left:1.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VV5fXlMWod0178hHFtJUCRk3sMxLs1do { display:flex;width:2.5rem;height:2.5rem;top:45.1875rem;left:1.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #SmAnAG8grkDy3mNBndbbbz2MGfMT4n1r { display:flex;width:2.5rem;height:2.5rem;top:24.625rem;left:1.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #mTHIkeyKtgyWtJr8p77oFqKxsqPA0JCN { display:flex;width:2.5rem;height:2.5rem;top:66.125rem;left:1.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #izdI8sBszpPrr8unIwrZrJOTv2qQLCvB { display:flex;width:2.5rem;height:2.5rem;top:55.84375rem;left:1.0625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #soPnyrH659bwtOiJaD2udWLBbwURPCD1 { display:block; }#soPnyrH659bwtOiJaD2udWLBbwURPCD1 > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koVluE7bAVCqku49lTlPVg9KW52gyRyv { width:18.4375rem;height:3.8994125rem;top:8.5rem;left:0.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcTGtBSHsri8VQZeaqxKlxczklmyUCm5 { width:8.375rem;height:2.25rem;top:58.8125rem;left:11.375rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pu4dbH5Td7EAmWs3X4eLG67uV39ylNW6 { width:8.5625rem;height:1.13736875rem;top:54.875rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI7de709H7JPF4flTLwTQqwbhoGJtJJb { width:7.9375rem;height:2.2744125rem;top:15.123699188233rem;left:6.0312501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNUr3W1bVsrLGQAzR5DFwS5lTTc7o2TJ { width:6.6875rem;height:0;top:19.0625rem;left:11.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDwnozznWRp52VpEhkwzEDNIsERsA3mK { width:15rem;height:0;top:23.636726379394rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzvrDAPk5NrKBtdiRHRwriOZJ5bqUEXi { width:18.1875rem;height:0;top:29.261726379394rem;left:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ibvv9plxHJz0uoW0QiQZHppAwip4u9pB { width:15rem;height:0;top:29.261726379394rem;left:5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsB0TRMppdOQdFIJ6fHfVnTDDAFZEuMT { width:15rem;height:0;top:29.074226379394rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQnh4JaT83wTIrHuSe1CIpboV7EDFItN { display:flex;width:2.1875rem;height:2.1875rem;top:23.273445129394rem;left:17.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5BkvCgnVEzqdRhTsCRxVyf1vyTQmaCw { width:19.6875rem;height:4.25rem;top:57.875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #dW2RlogQxBv17hVnSrBT5mkdDtxpxnSz { width:4.0625rem;height:0;top:58.861855506897rem;left:1.0929213762283rem;font-size:0.875rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #Ohre6C99iJ8dxTQTZnTnTKoHFCo3ht4C { width:8.375rem;height:2.25rem;top:64.3125rem;left:11.375rem;font-size:0.75rem;line-height:1.5;z-index:15004;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #EndDm6QxkXTHzDg6n4sROAIyR6y8UIOX { width:19.6875rem;height:4.25rem;top:63.5625rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #k9O5EvIpS749xerDOAxvTNKDwlqTqEuy { width:4.6247625rem;height:0;top:64.549592018125rem;left:1.0385888814926rem;font-size:0.875rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #cvVAcNZMowPyp6A8bKIdzgup63I3OPnm { width:19.6875rem;height:4.25rem;top:69.3125rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #QsV0zIFTnwLz9KmtEkLwV9HTCxyXufuT { width:9.749625rem;height:0;top:70.930748939512rem;left:1.1628786325455rem;font-size:0.875rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #P0ETrFFX4k8Ih3wmEl8CsELZVOdxkPi8 { width:19.6875rem;height:4.25rem;top:75.25rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #vi1TMDa6J2TkBfXkQ58Du8u6PoRdODpq { width:15rem;height:0;top:76.764912605288rem;left:1.1875rem;font-size:0.9375rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #oAThqMxRWRCNmCDthSJ5vIhxcZBSSrzF { display:flex;width:1.37435rem;height:1.37435rem;top:64.75rem;left:9.3125rem;font-size:0.875rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #U9Cf8SMeH1WzMWM4V4cUezxEXHvJCTm0 { width:19.6875rem;height:4.24935rem;top:13.13671875rem;left:0rem;z-index:14997;background-color:#e6ded6;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #bEZuvx2NtEew7UxctEpfHan4SV4tNZOZ { width:15rem;height:0;top:18.4375rem;left:1.0625rem;font-size:0.875rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #Bp4GVWRHUE3lyslbM7mUNIZnwSmrsDMu { width:3.93685rem;height:0;top:55.625rem;left:2.1041666269303rem;font-size:0.875rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #Eui8tHFNTnrwt1i4i2QdlUrnXgabrwKd { width:11.375rem;height:1.125rem;top:1.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t05Mp0NaO3FGZFHGTO7vk2S9bCMryLfN { width:17.311875rem;height:0;top:59.6875rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IWmnkLANspwhTubkKOmR6zeRbHfZ9MpC { width:20rem;height:39.5rem;top:53.25rem;left:0rem;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9VAKPatKMTQnkCmOFNQnXQZb6F98Fv { width:20rem;height:35.9375rem;top:83.155599594119rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M66C6I1iBgxdl58OVBVEe5KRDKvzeLuJ { width:20rem;height:4.8125rem;top:84.061851501462rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPe11fSgFcxmqCbP6c74mDsqOzFyAgDZ { width:20rem;height:4.8125rem;top:89.937014782712rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpWpnT3EeQwcbvKtsZcTM4vGgLcTt6bI { width:20rem;height:4.8125rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAiKkVpm6dTUuer68HS9rTIB7ToONd1 { width:20rem;height:0.0625rem;top:62.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zm9s0vEH1iFQW95ExEew3Cw2q0QGCd3I { width:20rem;height:0.0625rem;top:68.0625rem;left:0rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #hW4kbpqKsGDvLHdUxBeQOpUT1kylnM8t { width:19.5625rem;height:0;top:118.25097962646rem;left:0.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKU60649Qv3S4pRecnhrvsLCMr7urESo { width:20rem;height:0;top:117.50716325073rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd1sPwKI8eCMSSCHVW5KEu09nLyKuzt4 { width:15rem;height:0;top:118.18831559448rem;left:2.0703125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGz18mEClhNxVsqg0osoeyhhCvThBg6z { width:20rem;height:0;top:122.41927262573rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwLrJrqW9WZCdCgCdrsVhEIvJ56qlHxD { width:20rem;height:0;top:123.37630387573rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH5XDnl2FEoXeCgVraocEC5TaNnLTfhN { width:15rem;height:0;top:123.31364365845rem;left:2.0703125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bUqeB1JoAW2BCv40ecsIh23GPXRtAOSt { width:20rem;height:0;top:83.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEUAZlDloy2SrTGmhQ7Z94hSf3IZ77nq { width:20rem;height:0;top:85.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTdHGkcCArM3VpV1WPZQ8H4yclpJ5r7f { width:18.625rem;height:0;top:127.66911240845rem;left:1.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAVltvckkgk63lH6sztUeRdmwE3iFB8l { width:20rem;height:0;top:128.37630387573rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1yeHB0TpuasZGRo0V6qKegZoVM2g0t1 { width:15rem;height:0;top:101.59489365845rem;left:2.2818984985351rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XeASPTKAu6Vpq4vFMUULb2PITHlsAP7M { width:19.5625rem;height:0;top:133.87597962646rem;left:0.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2A3BzPdiLSm6eJ03RAawSUN5KBtuT30 { width:20rem;height:0;top:133.56347962646rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw26kHhT54PiCqxAiiXKRbneJbIzVZCA { width:15rem;height:0;top:133.81331559448rem;left:2.0076522827149rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSoWd8cD2NqfsorhKirgvaRBJTNnIIJ9 { width:20rem;height:0;top:86.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3cRwcCCJFk7pFv9O5gZqtu824v6b0bO { width:18.25rem;height:3.375rem;top:3.125rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Hou4rngzZoKoxe7dnCwLBSbvW45aWcJk { display:flex;width:1.75rem;height:1.75rem;top:24.8125rem;left:9.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLKoooxi0ilKeSykLvhRFboUw0o0CpGw { display:flex;width:1.75rem;height:1.75rem;top:29.875rem;left:9.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vB3tKcbReyhXDx5GfItG0nvSuZk9weuf { display:flex;width:1.75rem;height:1.75rem;top:34.875rem;left:9.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghN9VytBC5LlRIMFN74flN7CZ8z76nIB { display:flex;width:1.75rem;height:1.75rem;top:40.125rem;left:9.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAiHdw8iVSyNrU1ykbCa5GTRFQh2lxPh { display:flex;width:1.75rem;height:1.75rem;top:45.5rem;left:9.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESCfw1iCMJwLckGgCzJTaCsMxtdrU8Z9 { width:3.75rem;height:0.125rem;top:1.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoOrIQJ5dThsMmPRLPgH1JarL0km55Sl { width:20rem;height:35.8125rem;top:14.123046875rem;left:0rem;z-index:14994;background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndR0ETIdfltsRgb1zVN2Zoiu4VeeXug7 { width:20rem;height:4.8125rem;top:13.854167938233rem;left:0rem;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fftuS4ATAOMa48ZmG4FRanTaT6PpJr0c { display:flex;width:1.37435rem;height:1.37435rem;top:59.25rem;left:9.3125rem;font-size:0.875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #HJVvOu1qTUPo9x2rRBm1ReSIRAKXeyS0 { width:6.5625rem;height:2.25rem;top:58.8125rem;left:1.625rem;font-size:0.75rem;line-height:1.5;z-index:15003;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #FmGdao4ghDC3UUNPiyma3Gti7NudEZxh { width:9.375rem;height:1.125rem;top:64.875rem;left:1.625rem;font-size:0.75rem;line-height:1.5;z-index:15006;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #DTgoy4ct9aonRyWIWBzUrvadw05QQQRA { width:9.375rem;height:2.25rem;top:70.1875rem;left:1.625rem;font-size:0.75rem;line-height:1.5;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TsXQO5RbXn1pda9uKPNnfTMvoQ9SUTmV { width:7.9375rem;height:3.375rem;top:74.875rem;left:1.625rem;font-size:0.75rem;line-height:1.5;z-index:15010;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UoHLg7nrSk9smeLffTTUFtkRrAHAylGx { width:8.25rem;height:2.25rem;top:75.1875rem;left:11.375rem;font-size:0.75rem;line-height:1.5;z-index:15008;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #i6L8wds7ayGGfb7KNvmfZiNlSgpdOQaT { width:8.25rem;height:3.375rem;top:69.6875rem;left:11.375rem;font-size:0.75rem;line-height:1.5;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #sbRAaKsp71Ji4T4iXoensvke3hNBa085 { width:6.0625rem;height:2.25rem;top:80.5rem;left:1.625rem;font-size:0.75rem;line-height:1.5;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XIqMucWhJMDatLMwMvhfc6exPvtnc9gN { width:7.125rem;height:2.25rem;top:86.3125rem;left:1.625rem;font-size:0.75rem;line-height:1.5;z-index:15014;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Qe3DNE2hGrJAXpbnn8zZmtZUUUmAf529 { width:8.625rem;height:3.375rem;top:86rem;left:11.375rem;font-size:0.75rem;line-height:1.5;z-index:15012;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #H322RPuuXTXr1Dd0qez3nJ1R14cG77pG { width:8.5625rem;height:2.25rem;top:80.5rem;left:11.375rem;font-size:0.75rem;line-height:1.5;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XV5Un3N6tRL5SWuOyTIniK8UPzzfaVcK { width:9.375rem;height:2.25rem;top:19.8125rem;left:10.625rem;font-size:0.75rem;line-height:1.5;z-index:15007;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #SZxeWSSpVOO26Iu8rRCTTxa96RRzpgzn { width:9.375rem;height:2.25rem;top:23.8125rem;left:10.625rem;font-size:0.75rem;line-height:1.5;z-index:15010;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #CiqVgTsemzdTwVJ8p0opobw3uyVyab4I { width:9.375rem;height:3.375rem;top:28.3125rem;left:10.625rem;font-size:0.75rem;line-height:1.5;z-index:15011;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #B6ExGmHn7uSLryITHhs5pqTW5dnw0O7x { width:9.375rem;height:2.25rem;top:34rem;left:10.625rem;font-size:0.75rem;line-height:1.5;z-index:15014;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #J4ohvhCJ1XQQVr468ZacE2A4SF2JuVqt { width:9.375rem;height:2.25rem;top:39.1875rem;left:10.625rem;font-size:0.75rem;line-height:1.5;z-index:15015;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #l8usvqTf1uHd6MSVM0K3221X3D3pDETs { width:8rem;height:3.375rem;top:43.5rem;left:10.6875rem;font-size:0.75rem;line-height:1.5;z-index:15018;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UTKdJn1qCEeUCkmgx01dM4ColaGkKgSB { display:flex;width:1.37435rem;height:1.37435rem;top:75.6875rem;left:9.3125rem;font-size:0.875rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #McqLupUCCiJPBdenpNwFWhDrgD8nvQx3 { display:flex;width:1.37435rem;height:1.37435rem;top:70.625rem;left:9.3125rem;font-size:0.875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #Lk8cLDGD140Zp8GufgCdZs3PJaJiVgc7 { display:flex;width:1.37435rem;height:1.37435rem;top:86.875rem;left:9.3125005960463rem;font-size:0.875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #h6mz3UgPcu6xeqzPTOpIcJpsJ4JBNMBB { display:flex;width:1.37435rem;height:1.37435rem;top:80.875rem;left:9.3125rem;font-size:0.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #fedIckv9wL3SHDDGeddDxk5DCKD7whUg { width:6.5625rem;height:2.25rem;top:19.8125rem;left:1.375rem;font-size:0.75rem;line-height:1.5;z-index:15009;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #WiXwlEM59K9A9gnCZJfybop7yDRupqCw { width:9.375rem;height:1.125rem;top:24.375rem;left:1.375rem;font-size:0.75rem;line-height:1.5;z-index:15012;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #wLEtFywu2DdVEDlPfSywqLc4ee0SfP9M { width:9.375rem;height:2.25rem;top:28.5625rem;left:1.375rem;font-size:0.75rem;line-height:1.5;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #DcDL6uTbXq4PmHXxaMeIffPQaBbxUNgF { width:7.9375rem;height:3.375rem;top:33.4375rem;left:1.375rem;font-size:0.75rem;line-height:1.5;z-index:15016;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #aMaz9ncTroTkEPkbXTFkhAEzaTAe54Z1 { width:6.0625rem;height:2.25rem;top:39.1875rem;left:1.375rem;font-size:0.75rem;line-height:1.5;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #KOh6UdbGEs99X6rqyIP26gxTukJ0Olpo { width:7.125rem;height:2.25rem;top:44.0625rem;left:1.375rem;font-size:0.75rem;line-height:1.5;z-index:15020;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V { display:block; }#Q8I1BGQp9c6E0dwEIfeL5nmfmvsksR7V > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uR8B0RHle8nmfkp5wmnv8QsLif8eJT4i { width:18.6875rem;height:6.2988125rem;top:3.125rem;left:0rem;font-size:1.5rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9ryg2qCCRFMq6HyNszhwOzZSNePe6lL { width:20rem;height:25.875rem;top:11rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9afI7Aa1DXClvDhDomP9Ug35CUxP7v { width:19rem;height:3.4375rem;top:67.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy2te4ofMFFBdTlPhfR9z7ZRQA7h1KBf { display:block; }
 }@media only screen and (max-width: 763px) { #f24R4db9iFwTB2rRR9elMkr7Z7iWzyTe { width:20rem;height:29.7695rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF5XHTJZxTQFAQ9yzThfkeoMZnwcAiow { width:16.3745rem;height:1.125rem;top:1.875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DV6ppJzXlfN5vW1IrEmu30HaNwRG3sGO { width:3.75rem;height:0.125rem;top:2.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFEHLnIez0uoCqGVCOUmz36XitsU0XHa { display:block; }#nFEHLnIez0uoCqGVCOUmz36XitsU0XHa > .row .container { width:20rem;height:191.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbKMUM3TG9R98nlWPdaUhI4N3xS8t460 { width:17.25rem;height:6.75rem;top:3.5rem;left:0rem;font-size:1.5rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M74buwu4AcJJ8lEZrOl9nU955H7pA3Jy { width:18.375rem;height:3.375rem;top:17.6875rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GcEp7NqK85gJD5HeVIeRABX9nXx9fz10 { width:17rem;height:1.19970625rem;top:14.9375rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q0aTa961Kkeg4Ok1MD40T3CcmDsAZohy { width:14.1875rem;height:9.375rem;top:117.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DTkvuOkIdlMW86NSDRnpt3l4DXo6pT { width:10.6875rem;height:10.6875rem;top:142.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52nEqbNM2az0GRPz0cQ3quBgOQEgDs8 { width:12.8125rem;height:12.8125rem;top:83.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zayt3NMO6Kd7tMAqtUqIApIIUSc9nVG9 { width:12.75rem;height:12.75rem;top:53.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0x1NJdt1SRJrh5mUBKpvh4rrm4cO5Is { width:12.1875rem;height:12.1875rem;top:22.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5UgQbhgDUudiAcs5wMCy74cf9Qv61CK { width:6.375rem;height:9.1875rem;top:170.9375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8FZiTepssN47vdTWJCRkXqI0pJkEfLO { width:17.5rem;height:1.125rem;top:1.75rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTtes7HB7y9cuN0JTaI1eOQzXzb5XJRI { width:3.75rem;height:0.125rem;top:2.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuaT1orRq6RZ36by7abShbPSsfz3fm9k { width:19.875rem;height:28.125rem;top:12.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvM9Nb8LVVzTzHAklKDsy3y8PChenTg { width:19.875rem;height:28.125rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JGPNLyPvhRzdIgwlWNcKtlPqTXPL2T { width:2.3125rem;height:1.5rem;top:14.69921875rem;left:17.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nSsOCDHVyxIp5RCrq1VEXSkXF61CgTOc { width:8.5625rem;height:2.375rem;top:36.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eurkbTwtpMmqHcxtf99upPfbNPlTwPbN { width:6.0625rem;height:1.125rem;top:37.0625rem;left:11.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vf8TlxFXaqUISwEcl3v9oWu0EEHHDT40 { width:14.6875rem;height:1.19970625rem;top:44.1875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SgrauBMpPWg8mgrVLipzDT9WIaD0AD5I { width:12.5625rem;height:4.5rem;top:46.625rem;left:1.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mDuny9yKLgaMTs4LM63V7ASf2anqzJ3P { width:8.5625rem;height:2.375rem;top:66.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEd0Pp5Ez8IkUCDA3SmVTv9ZgOsdDE7I { width:6rem;height:1.125rem;top:67.375rem;left:12.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KrrMeW9fJimgnGW3f8IoGoaD5sJ6uvOX { width:2.3125rem;height:1.5rem;top:44.0625rem;left:17.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cuNuv5lRIQ8A7RsR4J7HTCKslgibXVyy { width:7rem;height:1.125rem;top:155.375rem;left:10.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UH65o9y2AO5J2VbyMwzuWWoMT6boQC3n { width:8.5625rem;height:2.375rem;top:154.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcJn8vlSebGQqkaOlN7eVe2biRHxTGTa { width:19.875rem;height:30rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vswbOhrN1MDJgk6UxDTOdrrKb44BmTIl { width:13.625rem;height:1.19970625rem;top:74.9375rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W6Z4aIVayF4plybWSmdsDH1MI4BkfWck { width:2.3125rem;height:1.5rem;top:74.8125rem;left:17.25rem;font-size:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #w88bO7MAtiqynQSXL81k8WX2TTLmM56W { width:17.4375rem;height:4.5rem;top:77.3125rem;left:1rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XT3JAZT3X87xhIsxs5uUfzUDwPZmltBG { width:8.5625rem;height:2.375rem;top:98rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt27RWZ9LGf9IhW0KG5la0BGFqnNoWJg { width:9rem;height:1.125rem;top:98.625rem;left:9.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZO7Nd4NylhHeBz6IG7u3lHMqC6MoOt8K { width:19.875rem;height:24.875rem;top:133.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMcQy2nVUv7hSRnVyMduww94k2KHKcNM { width:19.875rem;height:24.75rem;top:160.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovtKHuGQgTgIKzhvZ329bKPJmLx0TpHo { width:8.5625rem;height:2.375rem;top:180.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsnuoPBl654IVctcZseGST12oGSm5sX7 { width:6.0625rem;height:1.125rem;top:181.5625rem;left:11.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGarAq2QmTlGgzbcZuo2kOmuhq4HccGJ { width:19.875rem;height:26.75rem;top:104.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0rKKpB8yoPVp1iFJnCTK7N5qBFuhTPn { width:16rem;height:3.375rem;top:138rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P5XnaZp5UHBREAF9GS2cMGpDqKgsOnog { width:16.6875rem;height:4.5rem;top:164.9375rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4H2sbp9Hqmfwm6G3nrW2Sxx2nTVre3E { width:9rem;height:1.125rem;top:127.8125rem;left:9.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1rupL5BgFA6RUKuxdJwVcQRBSpRIA1M { width:17rem;height:4.5rem;top:111.3125rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UpBDvBg4b9o3yCFhLC4MaGwmPmDcALgc { width:8.5625rem;height:2.375rem;top:127.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4d6XlbrVgWcuXTr5BzbicAFJCGbmoH4 { width:2.3125rem;height:1.5rem;top:106.875rem;left:17.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gI3inWBeKpgwQOotT2XBqcTZ9G1SE35S { width:2.3125rem;height:1.5rem;top:135.4375rem;left:17.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqZl1yc3nW8f4RJ1730rmvdavvTalEMg { width:13.625rem;height:1.19970625rem;top:162.587890625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dO20ggD8sBCGlcfn267N7PLESZHZDO9F { width:2.3125rem;height:1.5rem;top:162.4375rem;left:17.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WuSO6FdSbuSCzlgmJAtvp2SNUDzBWLtQ { width:12.25rem;height:3.59911875rem;top:106.875rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sfgm8mbHbgZ0J1p3NJwFBTqv9qGRxbrW { width:9.5rem;height:1.19970625rem;top:135.5625rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R { display:block; }#e1gaSoK5TTWF7e8zFHZI4EHubcRQUm5R > .row .container { width:20rem;height:177.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3op2CAORkPAT4TyCeM5V2sXAccMxNvr { width:17.875rem;height:3.5996125rem;top:4.125rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaDnlWLfXQ0ra0T49zpbuX5mVgVfaveQ { width:5.5rem;height:0.8125rem;top:7.5576171875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Apqqu3LbIn6Oa8IGMxrPfFUkGgm1arra { width:3.75rem;height:0.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar2xoRT8NiDsXMcRK56g7i9Cvzlk5II2 { width:14.75rem;height:1.125rem;top:1.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPsZJLqy65Kd3h6DyZugzfVx3XQH9koO { width:19.875rem;height:23.6875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmun1wLAzcC0f6TRhkSwXvnnXO53N7FD { width:17.625rem;height:13.125rem;top:14.5rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vyLlHRUivFv8E1WqV1QrTMGmS5O5ThCz { width:14.375rem;height:2.625rem;top:28.6875rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #top88dHLwLSCV463aHuERp1bzQIwxTiP { width:17.625rem;height:1.5rem;top:12.0625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H1xToXDfumulS2imlpqZTaLsl97NRnR5 { width:5.25rem;height:1.6875rem;top:41.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO0Z43dBZZCmrr3mzIzO6KckkbETySMJ { width:19.875rem;height:30.3125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw23c7JwnkDvlgrXb2hUpZy7qRaWMbWz { width:17.625rem;height:1.5rem;top:37.6875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ou5h2vb7HdoXSMlaBLkAtLRZh6KBTCHm { width:18.0625rem;height:21rem;top:40.125rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XspapMznpUMpIKSxENIB5Vi2NyTZ6Qsa { width:17.625rem;height:1.3125rem;top:62rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SFTaoUuwwHk0KufTf37hWhbD4JFoADVN { width:19.875rem;height:27.625rem;top:67.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkULL4rBsxww0aoiZeHuTVFzVTABFoVI { width:17.625rem;height:17.0625rem;top:72.125rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hgpooSbomkflum2gFZH9umn7VLi50B6C { width:17.625rem;height:2.625rem;top:90.1875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eeUekGf2QRqNvh4ElE7M0UPebJNOWmBx { width:17.625rem;height:1.5rem;top:69.5625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J9wMCg8FFpgkB4pk3aTq0UVFI7TZnT70 { width:5.25rem;height:1.6875rem;top:77.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN7UuLRyxslMr8pAKeHWOeLNDSH4Mgp0 { width:19.875rem;height:23.3125rem;top:151.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtxdGWLalhWUIc1ZhViitFzXwrqDVPwe { width:19.875rem;height:26.75rem;top:122.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMChpCv7ZLQp8mdSpCkVfuhTIya3EXD { width:17.625rem;height:2.625rem;top:144.6875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XLIg3WFuUfaDnaQg8DVmllzCVEIXzoRD { width:17.625rem;height:2.625rem;top:170rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENC7nNdDxgppJ6T37lDreoZvc20MR8zg { width:17.3125rem;height:15.75rem;top:127.6875rem;left:1.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P589ZzNErqQKv90cEiJiisXoKBUIfSxu { width:17.625rem;height:13.125rem;top:156.125rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lGbFtHzSTylvoT20TRxUN9mCUuQcZT5m { width:19.875rem;height:23.625rem;top:97.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOOefBo31ADoOK8Q0W72iVno376IsT8b { width:17.625rem;height:13.125rem;top:102.1875rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RQ2Rri4oLnxO5sdsgCZ7C5DeuWdTxkMn { width:17.625rem;height:2.625rem;top:116.625rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tnrg11y368V62gTLOGx7sT4n08eUhxDy { width:17.625rem;height:1.5rem;top:99.6875rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iFGpaAiLTyMkwtfqmUsWkTbgSOsyQI80 { width:17.625rem;height:1.5rem;top:125.4375rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEz3Tv94ryzQClD5tG9NIyuNdFxJwlxV { width:17.625rem;height:1.5rem;top:153.53125rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yzdPhePthTV2zXwD4iTmQqeGxhpSyb7Q { width:5.25rem;height:1.6875rem;top:99.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4NNz8RPC6uoI0Nti8PvvqNEDzy23R87 { width:5.25rem;height:1.6875rem;top:144.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo4DTI5ezheh8zgWCOhtwvIK8N865QT0 { width:5.25rem;height:1.6875rem;top:153.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 { display:block; }#gvl2gZL1wIzQqoNz1ND11SZtEUk2l686 > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfQDebACfU7PtXqXFrtbTrOMNMtGL05u { width:18.6875rem;height:2.25rem;top:4.375rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zMRZC6GhNDbZ04eEohyWhqdJKEtl4Kts { width:20rem;height:71.4375rem;top:8.8743495941163rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #yAkBJJcxqJNczUTCAs6BTTp85hKtoI4l { width:18.25rem;height:21.5rem;top:20.125rem;left:0.875rem;font-size:0.75rem;display:block; }#yAkBJJcxqJNczUTCAs6BTTp85hKtoI4l li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_39a3f618e3c4549170ffe1bfe03bb9230ef29212.svg); }
 }@media only screen and (max-width: 763px) { #HgldcrCr8aNFou5KSLWtxTpEonLx8nev { width:18.4375rem;height:2.9375rem;top:63rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9GR8mcDaTWEKFNLxb2ZDfFDudLMrkh9 { display:block; }
 }@media only screen and (max-width: 763px) { #SLFDaTSXF8DA2QBwN7ykZPOg6GTQq9O1 { width:15.125rem;height:2.2744125rem;top:55.0498046875rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKkXDEwzNaQ1p3TKmytTunMqhJxc8KdV { width:16.6875rem;height:3.375rem;top:54.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS2K5UJUqQoVsWgJefrDceQVgK9vcNGT { display:flex;width:10rem;height:10rem;top:46.203777313233rem;left:10.000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nvt5yqTXrd5cLurFhQ2a88onKtNZnEd9 { width:20rem;height:20rem;top:111.93682861328rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0mhR0JyHST5r3JDF9fFg0zSiwM02a8q { width:11rem;height:1.13736875rem;top:45.25rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qO0aNKJDNGNaLWOcCDwRXmwebOOhaZfT { width:18.125rem;height:3.5625rem;top:43.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQgvs6T7IQLL8iArbBmEtC1bx2gEs6Vx { width:20rem;height:9.1875rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFmdAW6wD25sLFgczLsXk3kz2JFdST2 { width:20rem;height:20rem;top:143.14744111328rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxC3PRhgObaOAWNOco7tchCR77bDb9uh { width:20rem;height:3.9375rem;top:10.6875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEZdrSeIdU0OZb1uRwnpcXpgkDsB2OGR { width:17.625rem;height:1.03125rem;top:15.5625rem;left:1.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5QONpmNPSKxVv9hi16EIoVIlZZER4Mz { width:15.5rem;height:1.125rem;top:2.5625rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L1PQ5TDoQR4apqiLCLuiNRJ9m1v0FCLc { width:3.75rem;height:0.125rem;top:3.1250009536743rem;left:6.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5VaW1sbxIk3ovHr3cz1zqvVuNwyi09b { width:7.9375rem;height:1.6875rem;top:51.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETExJLFK5tRLCoMCctTsgTyadH7QXJiB { width:8.0625rem;height:1.125rem;top:51.40625rem;left:11.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #klmHFqc90oANTZAQr0BpK9fOgU39DNxo { width:10.8125rem;height:4.59375rem;top:49.5rem;left:1.40625rem;font-size:3.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #me6kgTiRFTPwx5TXvFlNe6vPusn7C3RR { width:16.75rem;height:1.875rem;top:59.8115234375rem;left:1.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiDHNTiwlcAWyNOuTQ3OmfnGpf7EZxgy { width:4.6875rem;height:1.6875rem;top:49.5rem;left:11.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVIFFr2kGkOG6FU6y2UwTwyzFvNbpuen { width:6.5625rem;height:0.9375rem;top:72.125rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA3JJpDNd4RCVSfkgsgbrePT6gyJqr4I { display:flex;width:1.6875rem;height:1.6875rem;top:70.25rem;left:9.6875rem; }
 }@media only screen and (max-width: 763px) { #k7GdTWwwWysLovwGb6QTtX5DV4CPnFoM { display:flex;width:1.4375rem;height:1.4375rem;top:70.375rem;left:16rem; }
 }@media only screen and (max-width: 763px) { #T00zdUl7kTqzwbumtalHSVWRF9mc428u { width:5.75rem;height:1.875rem;top:72.0625rem;left:7.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLG8TyTLf1dgJJMfUNLyqxuoeIAGuio6 { width:5.625rem;height:1.875rem;top:72.125rem;left:13.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKKeJW4pHAe50lLFq1XwwHWVbqTnJ6wM { display:flex;width:1.125rem;height:1.125rem;top:70.4375rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #h9kgNb1zyzBzf1iDKan29dBCzumIlCtr { width:10.3125rem;height:1.29980625rem;top:45.0625rem;left:7.3125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yBnglW3Th24bSuhLHo7LLEr1dDUn18S6 { width:20rem;height:0.9375rem;top:67.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBnbllfZLdu5l8V2HVgePm4DQ5mTH0SW { display:flex;width:1rem;height:1rem;top:67.25rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #bbRvTFdpLAqUqfqgAoX4PV63R1FzBXIg { width:5.4375rem;height:2.8125rem;top:74.125rem;left:13.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTyITOSdWQBAsdJZIPztxZbBvxfhvAQu { width:5.625rem;height:3.75rem;top:74.0625rem;left:7.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2qefdDR5DH5MOzc61HAhLnJAbhOATop { width:5.875rem;height:3.75rem;top:73.3125rem;left:0.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 { display:block; }#I6IHUEAn4ZtRQgIOIBppJePQW8E1NVI8 > .row .container { width:20rem;height:115.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzoWllT6pVTNJUa3pTyLA1FCIPSn7QAn { width:16.375rem;height:29.69887223477rem;top:11.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag9t1ZRnyw3nbBAKsBiQ48epAXgNPMHa { width:15.75rem;height:30.5rem;top:53.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkeCcAQT4T6KTQWQzUc4BxTNycGre64v { width:19.625rem;height:40.625rem;top:10.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWTfhgqOsJSd1zvvhWswTkU6oL7f6ya { width:19.625rem;height:26.75rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkUJ5PEb4OJaNM4zupwyXEGk6CMo8K0W { width:19.625rem;height:33.125rem;top:52.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaIP99lHoheBbSDWlgwXWuMfBbJuHwFh { width:12.5rem;height:1.25rem;top:17.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQftBxHxrNteCr8GtDD7KPTFe5Tbl8Km { width:12.5rem;height:1.25rem;top:20.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk0NUrk3r4fBOnFQDuz4LJJOwZXx9rE5 { width:12.5rem;height:1.25rem;top:23.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqQPUqHNlqQxbcaCrlfOSTWn9N4dVZpQ { width:12.5rem;height:1.25rem;top:26.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9vOKuW62wyL0VJ421a3vtaTsfOd2nI { width:17.5625rem;height:5.9786501257128rem;top:43rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Q5l58cLmgaZItceKmcT9e8Ryr250Xt { width:16.75rem;height:3.25rem;top:45.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94J3NLlotEd21EPruzpZKnClTNHlThv { width:14.375rem;height:3.1875rem;top:74.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdO97yqDlGzMDnLc6X3TTcUnDkhSpgJ4 { width:16.0625rem;height:2.5rem;top:103.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l52nasNTWFMOJH1CPWDVAxM2OcmkoyMs { display:flex;width:1.8125rem;height:1.8125rem;top:46.625rem;left:0rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #H7Zhya9lXQhMovCq6t9sJ4Zhe613FURp { display:flex;width:1.81213125rem;height:1.81213125rem;top:103.8125rem;left:0rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #JkEahv5IIDf5z2TrKFlr78nXN8yG6CBv { 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) { #ZhQvncwXCIE9BmME1R8CMFJNXGw6Hc37 { 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) { #ivp2ByTbg07UkLcVESeO4ywZIBVvsc3X { width:18rem;height:22.875rem;top:88.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD { display:block; }#x1DV9NF3QAdUbECgr6FAJ3Xxny2ac6bD > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbWsBpydbTbPm25wx2Dc4H4xAyScP1gz { width:17.75rem;height:4.6875rem;top:3.6875rem;left:1.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.875rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.75rem; }
#wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 { display:flex;height:auto;width:18.5rem;top:9.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #OT5N6rMug03JOfa4vMadxKgJw4feNpXz {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #HaVcTu8wdHX0y7M8AKE1EioWBIqzP9nX {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #OIBb9ss86tBBHXOqFceQnnbJtHysDnaz {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #TCK4499EVmRoTbPmUKBdqLTWdG67ChsT {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #X2DPnGV94kB2Zou9D53VXDAQo761fN2E {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #czBb7P458yum3yM6qS3dpsMiCyBFnqci {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #b3xnOT2hJxmDAvWv4ewADMOdvnZcvpHS {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #RmcsuXTJFk0kp9DT3Pl4g2vsKslgP7pZ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #Zqz3wkcqQ0Upcp6JNf8KTtKSJmfkG26T {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #UwMK9pIRvMB1wFTW1R1TIumacf3wWl1E {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #DhzznFSRUqOttpsyp1mElonN4yGZanUV {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #oTE776mtRxHQppqFmQRf2pMIngwk8Myi {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #dAuzJaTvRnBhy2ruvQJND3QzU5T4TLC2 {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #aA835Eca2ZoFXKKfEgkTHV6LnCxylt9r {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #ZmhteT9QPDb1MzZtURteAcyZzIVX1B7i {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #wTZtLbnNrO9uBqbKQQRDJO7kok8oyBGZ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #AJcbClugEnKLWxF3kmSOZOfTBLmeNLOK {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #GxGTaiRLIZvqlZygbaeiPh4lHQgV9b7i {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #UTQ34NOyzzzOcXZxrhfP5prtkClb06C7 {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #NEVtxC8z4zyS8mwe1QAkpzLD9b6MUkJt {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #mz1Aim0dwoGQnOEJzVvkbUD8kLJXoZvQ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #choa7hrO3Kn5oiigUzHWDqSziEyZrF81 {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #VT8bLICEtdB8hB83hSzJUMbz8FbErGqQ {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #WgXg3Tf1KMSnOZzU2aVzMowS3o7OtTNI {  }
 }@media only screen and (max-width: 763px) { #wJCUWT3TtxLtUw4FO2IGmuvoIdM4xkB8 #FFAIA4VvVeguUQODDTrlmHsuWefC9v1V {  }
 }@media only screen and (max-width: 763px) { #UJ7LElxWDi88OtewoMOVbklkoBmr0arq { width:3.75rem;height:0.125rem;top:2.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3qg6Blfrh2g4bl8XyA4aTrfEZR6yQ8 { width:12.5rem;height:1.125rem;top:1.875rem;left:1.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc { display:block; }#H27KAbWuy3EAuooaWeBTDp3NdgKGWaKc > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRQqRtN1A0tMLi8e6DGdOB62vEHuDGJs { width:17.8125rem;height:4.5rem;top:2.125rem;left:1.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mpoPdnps2n1tGUEF5ecwvbuvZb21n1CU { width:18.75rem;height:3.4375rem;top:15.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTMQRvivXv5T1ddN4S48i6TwyInFEagT { display:block; }
 }@media only screen and (max-width: 763px) { #XeKanwWbVyGclP3kgezB7taabOfSd2KJ { width:18rem;height:5.625rem;top:7.53133392334rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 { display:block; }#RgWIFmKbK4cSOELTdvSQnUDihEbWMn16 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE30adkHsiE35Vl4w8pDimmkgwoN9I5D { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKXATa1PlO6tzA6l9Pp8o1CSXQL45vWH { 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) { #KlxuPTEW7CTIKD1NhVFXd9KWy9gzS0Fw { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOm2tvrzTEvwdcsQqkx58yAbh7UXf8pm { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }