.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:223,225,235;--color-primary-1:150,154,187;--color-primary-2:44,53,119;--color-primary-3:22,27,60;--color-primary-4:7,8,18;--color-secondary-0:251,237,233;--color-secondary-1:242,195,183;--color-secondary-2:229,134,110;--color-secondary-3:115,67,55;--color-secondary-4:34,20,17;--color-tertiary-0:255,255,255;--color-tertiary-1:183,184,195;--color-tertiary-2:15,17,54;--color-tertiary-3:8,9,27;--color-tertiary-4:1,2,5;--headlines-font-family:"Lato";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_dd9a44267cf16483a60901925f2999a32cbb720b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_598d8f4c33c59d696933d97b7007640024645e19.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.adaptive-delivery-prevent-bg, #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.lazyload, #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0.lazyloading { background-image: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { background-color: transparent; background-image: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container > .video-iframe-container { display: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container { display: none; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .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); }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { border-width: 0; border-radius: 0; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { font-size:0.875rem;font-family:lato;height:111.375rem;width:75rem;overflow:visible;position:relative;display:block; }#TbrBOPIczXF4eaHitZitb369VoVWKs7t { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:14.625rem;left:0rem;height:;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; }
#mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:31.9140625rem;left:0rem;height:7.87109375rem;font-style:normal;display:block; }
#bTu4JpapWB5A5FwaleavMGABgSM1Tpet { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.375rem;left:0rem;display:block; }
#FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.25rem;width:18.125rem;top:18.5625rem;left:37.6875rem;overflow:hidden;display:block; }
#vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { position:absolute;display:block;z-index:15002;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.375rem;width:14.25rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.1875rem;width:18.125rem;top:1.5625rem;left:56.875rem;overflow:hidden;display:block; }
#LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);background-image:none;top:29.875rem;left:56.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.5625rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xqBaCX3zeTciIowG5ceGGgXW8Tz49zAL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.375rem;left:14.25rem;display:block; }
#fZyiiTzx6QRd4w2DlEbZK49nImfnm52X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfrWsKI6r4AlBCEQSvRWAR0GRWuXfN87 { position:absolute;display:block;z-index:15004;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:10.875rem;width:22.25rem;top:93rem;left:3rem;overflow:hidden;display:block; }
#QfVALG6T551AM7PtnuqiFuZBaQ46uDXC { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:21rem;top:93rem;left:27.125rem;overflow:hidden;display:block; }
#IJNhMSTfc2KHLr1X0keJXWX3aVrOghXh { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:24.3125rem;top:93rem;left:50.6875rem;overflow:hidden;display:block; }
#HBlEKylWctPApUeTIUQe22w5Rw4ETUOW { color:rgba(var(--color-tertiary-4),1);display:block;width:71.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:82.75rem;left:3.3125rem;height:3.4121125rem;display:block; }
#tmNDGUI5GE9WctQPewOfnutihU17kO7H { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:87rem;left:3.3125rem;height:1.29980625rem;display:block; }
#hSVzXt6oQoKP78MBCTFtmPhGvRtTLWuc { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:51.25rem;left:0rem;height:1.4619125rem;display:block; }
#MIdoiDKsKI04DtBxhHHmnBESXTRTKlT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:53.3125rem;left:0rem;height:6.785125rem;text-align:left;text-align-last:left;display:block; }#MIdoiDKsKI04DtBxhHHmnBESXTRTKlT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MIdoiDKsKI04DtBxhHHmnBESXTRTKlT6 li:before{  }
#PckXBgg4Ixez80WnI3onuHoRVkfH3QAd { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:51.875rem;left:0rem;height:1.4619125rem;display:block; }
#leCX2LbrNd6sT5M2TFoZ8W6euT8L3Rk2 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:51.25rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#APNLTpqGhGHqfH9xKxBzdpu9eaK3LDJO { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:62.375rem;left:0rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#zA0gBzNiELTsahXOAXCdCqkDQKtrLwEW { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:64.625rem;left:0rem;height:8.771475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_ff31193e1d1735b2f35af80751927b02606e81b0.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr.adaptive-delivery-prevent-bg, #I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr.lazyload, #I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr.lazyloading { background-image: none; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row .container { background-color: transparent; background-image: none; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row .container > .video-iframe-container { display: none; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row > .video-iframe-container { display: none; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .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); }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row .container { border-width: 0; border-radius: 0; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row .container { font-size:0.875rem;font-family:lato;height:59.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#bTUkW3X0Qg9oTzi3slg2yKkfNMObmXyu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.5625rem;left:0rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vaT3FBoG4vB7NUOFM0MDdhDycnItggcG { box-sizing:content-box;height:19.8125rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.9375rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#Dt9oOwybpk6W0XIldw1f64bAFloN0y28 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.125rem;left:1.875rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bo3mfVmRZnFHzUTW8mhoaksNhZxim0DZ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.625rem;left:9rem; }
#DklxIW0I9wnKdzzA4cJKiREQAo3lyNTs { box-sizing:content-box;height:19.875rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:16.9375rem;left:52.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#kZTUuxbuCmyzpoVF2uGzMzC98V6znLCI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:28.1875rem;left:54.375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wBHGXPThz9wZzsxGBDhobqxAAEALvndH { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.6875rem;left:61.5rem; }
#PKWTx7h49zm2IFdt05zurSo5BuJrcPny { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.625rem;left:35.25rem; }
#cSHM9cWrZO1MF2lKVgqE3Z86U4m43MyS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:28.125rem;left:28.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S16sKSUUL13SIup8aVTl7ncBLiFCeMAC { box-sizing:content-box;height:12rem;width:54.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:38.3125rem;left:10.40625rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#EKpoyZdlH9rRgZ8TnOQsyttGw6vxLyu5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:42.3125rem;left:33.0625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ItQwC7vyWQ1wZEzqnDC0kXsMxxpxqGBW { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:41.5rem;left:25.875rem; }
#tXe7GyWcBUEDBLTD0MWVTskwSCc1TZwZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.0625rem;left:38.375rem;display:block; }
#NufaDABhstwc4OA2arIFLGKIacnQGlNC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klW2IiuPRWO40tE46cNVdaKGcz75dwXA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:54.0625rem;left:24.125rem;display:block; }
#q6xzDBB8MaNKHg7MuOpIaP2SRyQWmu8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_4da631cff95c35ef90092fb71242134efd44fd0b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd.adaptive-delivery-prevent-bg, #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd.lazyload, #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd.lazyloading { background-image: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { background-color: transparent; background-image: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .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); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { border-width: 0; border-radius: 0; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { font-size:0.875rem;font-family:lato;height:59.5rem;width:75rem;overflow:visible;position:relative;display:block; }#GTDy6zHbuiP2131kmcsCJnL6JrB84o7u { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fRa13DK3ngASTPtv3lZMLPaMSoOmKGh1 { box-sizing:content-box;height:30.75rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.5625rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#GgIhQHEl6HkFz1GIDNo4MDEQHRglL3KN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:27.6875rem;left:1.875rem;height:3.50043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37.125rem;left:0rem;height:9.0215rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 li:before{  }
#wd8uQmTaVaciBdXsOX2FCobrCZ5SfH1w { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.1875rem;left:9rem; }
#Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:37.125rem;left:54.375rem;height:7.6220625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg li:before{  }
#iKnfUXKw22SeDd8nhUE97FyxDNrEHzto { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:27.9375rem;left:54.375rem;height:3.50043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ezu5JtCxczCXiMWmUErI5JtX9652g2a2 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.4375rem;left:61.5rem; }
#WbTMSdBTeZ8Bnp3tVHsAvB51yX6aQl33 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.4375rem;left:35.25rem; }
#iSqxGdXGwwlZpTID25xHIogxMgJCkeG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:27.1875rem;left:28.125rem;height:5.25065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIxP9BOLtOGDcklXGh6lzn5PysenWRJu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:37.125rem;left:28.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zIxP9BOLtOGDcklXGh6lzn5PysenWRJu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zIxP9BOLtOGDcklXGh6lzn5PysenWRJu li:before{  }
#u5BfkaWD1wT3PMm9wpxV7pOeedCIZxkU { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5009765625rem;left:10.96875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#MtgnnwPDI5MVom6TUyLZ2QAalCxbsTpg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.6875rem;left:38.375rem;display:block; }
#oanXIfMefHTzQRSXx2w4ZICCLmJ9oB1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qz0eMogMwFPa8X4eaV6DlQz1q9Jp295F { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.6875rem;left:24.125rem;display:block; }
#AE0KRJnUc2iymBCTk5Ww93ywX0kcdh8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#an1HzwhwFGd55e1UkuAB0XgQ1F5cDOna { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.875rem;left:0rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#FITzgWMhlVTWTMZwiPpFZH9EDFTIVcW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.875rem;left:26.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#pyaKFBebemlw1XxTiUAChIMDsKFsCG2R { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33.25rem;left:52.6875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#VZcpw06xpVcbGRzp0WglA8fgCwevn77f { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/fd17d7ea-d10d-4c6c-937f-cbf155209a3e/bg_03903.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f.adaptive-delivery-prevent-bg, #VZcpw06xpVcbGRzp0WglA8fgCwevn77f.lazyload, #VZcpw06xpVcbGRzp0WglA8fgCwevn77f.lazyloading { background-image: none; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row .container { background-color: transparent; background-image: none; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row .container > .video-iframe-container { display: none; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row > .video-iframe-container { display: none; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .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); }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row .container { border-width: 0; border-radius: 0; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row .container { font-size:0.875rem;font-family:lato;height:69.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Q4lyJ0hCknO5U6TvptJOQRi5egAiWDgC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.875rem;left:0rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DV874GuEhGmMTFTrauZGrUWtPH5QfQbP { color:rgba(var(--color-tertiary-4),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.875rem;left:15.0625rem;height:4.72330625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dB051aqbynozKht2FLKvrp9ribK85OyK { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DFdBgy2TMzdUQ4bdMLuyaPho5i2RKNLh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:25.125rem;left:30.6875rem;height:5.3754375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#wqQbmptQ7rU1qNWDoQicJtIkcQOiip4X { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:25.6875rem;left:2.5rem;height:1.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qkxR88Fscze788TLVRkgo9e7W3InLlbK { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:28.5625rem;left:2.625rem;height:1.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vONpVNFSSyO7qeItbtFvl0ygzzFi4yxJ { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.6875rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SyKsofKfegW70HPMFeNRqAmxfdThZoqI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:31.25rem;left:39.9375rem;height:5.3754375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JvpHIczqwhdkCTHGf1KBSBa7vcILCH4B { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:31.125rem;left:44.3125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMbyZSlTZpVIHf4Do2ohMDJKpBG0zmWC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:34rem;left:44.4375rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekc7z4Zq1nie83UTW9TOE6giC5D0CKo5 { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:36.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#m3AAmIbKpweod8RTXWMblcPA6Sx87lMh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:40.6875rem;left:2.5rem;height:1.5625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dkIDnMKwKzLq4PDwsHSB7yQkSQvAKLTp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:43.5625rem;left:2.625rem;height:1.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XXSiiEcIolT5onIJkULh2XGrPiplFhn7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:40.125rem;left:30.6875rem;height:5.3754375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#cbaRyZBo4y8PDVGuDC66OXsVMTSneDWi { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:42.6875rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#hPbA0V8RVnW6OeDhTuK5rzqLOKGmqxwt { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:46.25rem;left:39.9375rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hWHuTkxWyaJxTzqmW9qh7TXHdzmup4iJ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:46.125rem;left:44.3125rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNGFwkImCCvT66zHVxTvZanWqq1C8Thy { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:50.3125rem;left:44.3125rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JA2XEUuPne4yE9FbUmUThAPvCA3krGrE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:59.375rem;left:38.375rem;display:block; }
#T56JVTPlvtwh3uEXWfdeNq7CmmCkWcWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdftBAgo3dalFBWJTpTV0dgC7drOObA2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:59.375rem;left:24.125rem;display:block; }
#iSzgOiJSd4JSNoPQzb7LntLFFakF8Nq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://icons.assets-landingi.com/icon_6f40fcab4ed374fe5161dcd23458d97fa576b423.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#kDasK67rSn09MWpJ16woh835xy4TTyIR.adaptive-delivery-prevent-bg, #kDasK67rSn09MWpJ16woh835xy4TTyIR.lazyload, #kDasK67rSn09MWpJ16woh835xy4TTyIR.lazyloading { background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { border-width: 0; border-radius: 0; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { font-size:0.875rem;font-family:lato;height:52rem;width:75rem;overflow:visible;position:relative;display:block; }#T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.4375rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12rem;left:10.625rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;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;vertical-align:top; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .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; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .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:rgba(var(--color-tertiary-4),1); }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-trigger.adaptive-delivery-prevent-bg, #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-trigger.lazyload, #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-trigger.lazyloading { background-image: none; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ { box-sizing:content-box;height:auto;width:54.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.75rem;left:9.21875rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #F8faA9uaxTac4asSvOgcESeNr8ZyTkh9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #RGQCxgu1Z4HqJ2WJgby9PCmO2iGtmJ0M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #KPco2Ih26bp6EIGf0Twt9do6653T7lCy { display:block;position:relative; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #oT81gomrv1X75hcJwUPmZDaUZyEZ6EAK {  }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MRFKFfMckHkUVLR2X7B4nFq1W4gPx67C {  }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #xGbuRs63WGv8c6sZ22G4IGXg9lNnzNbT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MtLAs0lqk432pyekqWnSUFReuTXiu70W { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #JvO08IaE4oOEU4xXoDUgicMn7P53h3Mg { display:block;position:relative; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #eR5mWsAsTCx0RIy2WlhsVRSMr9R4S1MQ {  }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #vr3CGe72Ms0bmovn7m7CT0uC2F9iTp7U { display:none; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #WsnTresL0tunOmurSdqGic957SahBZrG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #uu9wUTDG6kK0oHDABobSB8Rw6Iazdf5S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #JEz3HeFPS9EGXz0AuGIck4T8eBP7lnAP { display:block;position:relative; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #OfMSLRyXZHos2a97EdLr7n0BHQQIFXJU {  }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #x06oJdK8pZ50IWQRnACxBTWUSKE8WfSP { display:none; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #CqfApw4LNQephbtrQ4pLAZOXrPwzkAyu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #s7B1Tn5WiT5baqOQqQMi23WFnRtT05Jo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MpE3QRobZJppViOhSSKIQXmTMgN2UiXe { display:block;position:relative; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #Clzf2xx7aCAp8m31SByoF38D2v3lFCFG {  }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #dCgeJD8BmTQqI1dX7S57iCHxWEtTDgdT { display:none; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #lQpqCKnSWxC4okmiaTn80Mm4sofEzqy9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #mg94tWGqX5Pl3D9JlvxE1Vc7x4LCP8fr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #DHnmzCLDGgfz0qky7a8QCF6ba5T4fPsl { display:block;position:relative; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #VBC4WIaAengVC9LEQH6XWK8VbfpB8oAA {  }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #wALgT1MHQxcTtNi4FaCJiszXE4yIpfXy { display:none; }
#f5ro9noTxQo41TRXbz6QKMBbw295TmJE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.5625rem;left:24.125rem;display:block; }
#BnL3PxuHEPPS6reQhMR9tuTUvnoObHZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIMbbV167PXcs4sva7ooS3pUv474aQ5v { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.5625rem;left:38.375rem;display:block; }
#HKiLGOGUfzDhUGwBWROVoSc1tJKGGB1C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oibWCwKDntkaWxtfwpubayoWtOkEgTDp { background-color:rgba(var(--color-primary-2),1);background-image:url("https://icons.assets-landingi.com/icon_64686c60941040fc6a300c0c5d370140096beb5b.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp.adaptive-delivery-prevent-bg, #oibWCwKDntkaWxtfwpubayoWtOkEgTDp.lazyload, #oibWCwKDntkaWxtfwpubayoWtOkEgTDp.lazyloading { background-image: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { background-color: transparent; background-image: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container > .video-iframe-container { display: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container { display: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .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); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { border-width: 0; border-radius: 0; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { font-size:0.875rem;font-family:lato;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:10.787109375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:24.849609375rem;left:48.4375rem;height:5.7363375rem;font-style:normal;display:block; }
#CKuikh7gL9R41CsRHt7hmvIECVE04WbP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.9375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:17.75rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#DuokeiRwly0vnzc6azPgGTOq39uO8ixW { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10rem;left:44.5rem; }
#dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:44.5rem; }
#gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.25rem;left:44.5rem; }
#pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.125rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#BdQ86zZMuAz8SJXqbMmeueHRI62NrkAa { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.36328125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { background-color: transparent; background-image: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container > .video-iframe-container { display: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container { display: none; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .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); }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { border-width: 0; border-radius: 0; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { font-size:0.875rem;font-family:lato;height:13.375rem;width:75rem;position:relative;display:block; }#ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.5625rem;left:26.9375rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DP3pNDAGvcSc4fTiW9TRsvHtch6iIVF1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:13.6875rem;top:0rem;left:30.65625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbrBOPIczXF4eaHitZitb369VoVWKs7t { top:14.625rem;left:0rem;width:37.0625rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { top:31.875rem;left:0rem;width:33.8125rem;height:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTu4JpapWB5A5FwaleavMGABgSM1Tpet { width:12.5rem;height:3.5rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block; }
 }@media only screen and (max-width: 763px) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { top:18.5625rem;left:24.0625rem;width:18.125rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { top:5.25rem;left:0rem;width:14.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { top:1.5625rem;left:29.625rem;width:18.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { top:29.875rem;left:29.625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { top:1.5625rem;left:24.0625rem;width:18.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqBaCX3zeTciIowG5ceGGgXW8Tz49zAL { width:12.5rem;height:3.5rem;top:42.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyiiTzx6QRd4w2DlEbZK49nImfnm52X { display:block; }
 }@media only screen and (max-width: 763px) { #zfrWsKI6r4AlBCEQSvRWAR0GRWuXfN87 { top:93rem;left:0rem;width:22.25rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfVALG6T551AM7PtnuqiFuZBaQ46uDXC { top:93rem;left:13.5rem;width:21rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNhMSTfc2KHLr1X0keJXWX3aVrOghXh { top:93rem;left:23.4375rem;width:24.3125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlEKylWctPApUeTIUQe22w5Rw4ETUOW { top:82.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNDGUI5GE9WctQPewOfnutihU17kO7H { top:87rem;left:0rem;width:42.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSVzXt6oQoKP78MBCTFtmPhGvRtTLWuc { top:51.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIdoiDKsKI04DtBxhHHmnBESXTRTKlT6 { top:53.3125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }#MIdoiDKsKI04DtBxhHHmnBESXTRTKlT6 li:before{  }
 }@media only screen and (max-width: 763px) { #PckXBgg4Ixez80WnI3onuHoRVkfH3QAd { top:51.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leCX2LbrNd6sT5M2TFoZ8W6euT8L3Rk2 { top:51.25rem;left:0rem;width:46.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNLTpqGhGHqfH9xKxBzdpu9eaK3LDJO { top:62.375rem;left:0rem;width:46.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA0gBzNiELTsahXOAXCdCqkDQKtrLwEW { top:64.625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr { display:block; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTUkW3X0Qg9oTzi3slg2yKkfNMObmXyu { top:2.5625rem;left:0rem;width:47.75rem;height:8.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaT3FBoG4vB7NUOFM0MDdhDycnItggcG { top:16.9375rem;left:0rem;width:22.5rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9oOwybpk6W0XIldw1f64bAFloN0y28 { top:28.125rem;left:0rem;width:18.75rem;height:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo3mfVmRZnFHzUTW8mhoaksNhZxim0DZ { top:21.625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DklxIW0I9wnKdzzA4cJKiREQAo3lyNTs { top:16.9375rem;left:25.25rem;width:22.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTUuxbuCmyzpoVF2uGzMzC98V6znLCI { top:28.1875rem;left:29rem;width:18.75rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBHGXPThz9wZzsxGBDhobqxAAEALvndH { top:21.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKWTx7h49zm2IFdt05zurSo5BuJrcPny { top:21.625rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSHM9cWrZO1MF2lKVgqE3Z86U4m43MyS { top:28.125rem;left:14.5rem;width:18.75rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S16sKSUUL13SIup8aVTl7ncBLiFCeMAC { top:38.3125rem;left:0rem;width:47.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKpoyZdlH9rRgZ8TnOQsyttGw6vxLyu5 { top:42.3125rem;left:19.4375rem;width:18.75rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItQwC7vyWQ1wZEzqnDC0kXsMxxpxqGBW { top:41.5rem;left:12.25rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXe7GyWcBUEDBLTD0MWVTskwSCc1TZwZ { width:12.5rem;height:3.5rem;top:54.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NufaDABhstwc4OA2arIFLGKIacnQGlNC { display:block; }
 }@media only screen and (max-width: 763px) { #klW2IiuPRWO40tE46cNVdaKGcz75dwXA { width:12.5rem;height:3.5rem;top:54.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xzDBB8MaNKHg7MuOpIaP2SRyQWmu8Z { display:block; }
 }@media only screen and (max-width: 763px) { #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd { display:block; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDy6zHbuiP2131kmcsCJnL6JrB84o7u { top:3.375rem;left:0rem;width:47.75rem;height:;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRa13DK3ngASTPtv3lZMLPaMSoOmKGh1 { top:19.5625rem;left:12.625rem;width:22.5rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgIhQHEl6HkFz1GIDNo4MDEQHRglL3KN { top:27.6875rem;left:0rem;width:18.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 { top:37.125rem;left:0rem;width:23.75rem;height:9rem;font-size:1rem;display:block; }#Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 li:before{  }
 }@media only screen and (max-width: 763px) { #wd8uQmTaVaciBdXsOX2FCobrCZ5SfH1w { top:21.1875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg { top:37.125rem;left:29rem;width:18.75rem;height:7.5625rem;font-size:1rem;display:block; }#Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg li:before{  }
 }@media only screen and (max-width: 763px) { #iKnfUXKw22SeDd8nhUE97FyxDNrEHzto { top:27.9375rem;left:29rem;width:18.75rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezu5JtCxczCXiMWmUErI5JtX9652g2a2 { top:21.4375rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbTMSdBTeZ8Bnp3tVHsAvB51yX6aQl33 { top:21.4375rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSqxGdXGwwlZpTID25xHIogxMgJCkeG7 { top:27.1875rem;left:14.5rem;width:18.75rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIxP9BOLtOGDcklXGh6lzn5PysenWRJu { top:37.125rem;left:14.5rem;width:18.75rem;height:;font-size:1rem;display:block; }#zIxP9BOLtOGDcklXGh6lzn5PysenWRJu li:before{  }
 }@media only screen and (max-width: 763px) { #u5BfkaWD1wT3PMm9wpxV7pOeedCIZxkU { top:14.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtgnnwPDI5MVom6TUyLZ2QAalCxbsTpg { width:12.5rem;height:3.5rem;top:52.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oanXIfMefHTzQRSXx2w4ZICCLmJ9oB1p { display:block; }
 }@media only screen and (max-width: 763px) { #Qz0eMogMwFPa8X4eaV6DlQz1q9Jp295F { width:12.5rem;height:3.5rem;top:52.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE0KRJnUc2iymBCTk5Ww93ywX0kcdh8S { display:block; }
 }@media only screen and (max-width: 763px) { #an1HzwhwFGd55e1UkuAB0XgQ1F5cDOna { top:33.875rem;left:0rem;width:22.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FITzgWMhlVTWTMZwiPpFZH9EDFTIVcW7 { top:33.875rem;left:12.8125rem;width:22.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyaKFBebemlw1XxTiUAChIMDsKFsCG2R { top:33.25rem;left:25.625rem;width:22.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZcpw06xpVcbGRzp0WglA8fgCwevn77f { display:block; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4lyJ0hCknO5U6TvptJOQRi5egAiWDgC { top:2.875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV874GuEhGmMTFTrauZGrUWtPH5QfQbP { top:12.875rem;left:1.4375rem;width:44.875rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB051aqbynozKht2FLKvrp9ribK85OyK { top:21.5625rem;left:0rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFdBgy2TMzdUQ4bdMLuyaPho5i2RKNLh { top:25.125rem;left:17.0625rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqQbmptQ7rU1qNWDoQicJtIkcQOiip4X { top:25.6875rem;left:0rem;width:28.125rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkxR88Fscze788TLVRkgo9e7W3InLlbK { top:28.5625rem;left:0rem;width:28.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vONpVNFSSyO7qeItbtFvl0ygzzFi4yxJ { top:27.6875rem;left:10.25rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyKsofKfegW70HPMFeNRqAmxfdThZoqI { top:31.25rem;left:26.3125rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvpHIczqwhdkCTHGf1KBSBa7vcILCH4B { top:31.125rem;left:19.625rem;width:28.125rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMbyZSlTZpVIHf4Do2ohMDJKpBG0zmWC { top:34rem;left:19.625rem;width:28.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekc7z4Zq1nie83UTW9TOE6giC5D0CKo5 { top:36.5625rem;left:0rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3AAmIbKpweod8RTXWMblcPA6Sx87lMh { top:40.6875rem;left:0rem;width:28.125rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkIDnMKwKzLq4PDwsHSB7yQkSQvAKLTp { top:43.5625rem;left:0rem;width:28.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSiiEcIolT5onIJkULh2XGrPiplFhn7 { top:40.125rem;left:17.0625rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbaRyZBo4y8PDVGuDC66OXsVMTSneDWi { top:42.6875rem;left:10.25rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbA0V8RVnW6OeDhTuK5rzqLOKGmqxwt { top:46.25rem;left:26.3125rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWHuTkxWyaJxTzqmW9qh7TXHdzmup4iJ { top:46.125rem;left:19.625rem;width:28.125rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNGFwkImCCvT66zHVxTvZanWqq1C8Thy { top:50.3125rem;left:19.625rem;width:28.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2XEUuPne4yE9FbUmUThAPvCA3krGrE { width:12.5rem;height:3.5rem;top:59.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T56JVTPlvtwh3uEXWfdeNq7CmmCkWcWF { display:block; }
 }@media only screen and (max-width: 763px) { #BdftBAgo3dalFBWJTpTV0dgC7drOObA2 { width:12.5rem;height:3.5rem;top:59.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzgOiJSd4JSNoPQzb7LntLFFakF8Nq0 { display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { top:4.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { top:12rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ { display:flex;height:auto;width:45.25rem;top:23rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #F8faA9uaxTac4asSvOgcESeNr8ZyTkh9 {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #RGQCxgu1Z4HqJ2WJgby9PCmO2iGtmJ0M {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #KPco2Ih26bp6EIGf0Twt9do6653T7lCy {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #oT81gomrv1X75hcJwUPmZDaUZyEZ6EAK {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MRFKFfMckHkUVLR2X7B4nFq1W4gPx67C {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #xGbuRs63WGv8c6sZ22G4IGXg9lNnzNbT {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MtLAs0lqk432pyekqWnSUFReuTXiu70W {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #JvO08IaE4oOEU4xXoDUgicMn7P53h3Mg {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #eR5mWsAsTCx0RIy2WlhsVRSMr9R4S1MQ {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #vr3CGe72Ms0bmovn7m7CT0uC2F9iTp7U {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #WsnTresL0tunOmurSdqGic957SahBZrG {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #uu9wUTDG6kK0oHDABobSB8Rw6Iazdf5S {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #JEz3HeFPS9EGXz0AuGIck4T8eBP7lnAP {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #OfMSLRyXZHos2a97EdLr7n0BHQQIFXJU {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #x06oJdK8pZ50IWQRnACxBTWUSKE8WfSP {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #CqfApw4LNQephbtrQ4pLAZOXrPwzkAyu {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #s7B1Tn5WiT5baqOQqQMi23WFnRtT05Jo {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MpE3QRobZJppViOhSSKIQXmTMgN2UiXe {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #Clzf2xx7aCAp8m31SByoF38D2v3lFCFG {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #dCgeJD8BmTQqI1dX7S57iCHxWEtTDgdT {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #lQpqCKnSWxC4okmiaTn80Mm4sofEzqy9 {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #mg94tWGqX5Pl3D9JlvxE1Vc7x4LCP8fr {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #DHnmzCLDGgfz0qky7a8QCF6ba5T4fPsl {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #VBC4WIaAengVC9LEQH6XWK8VbfpB8oAA {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #wALgT1MHQxcTtNi4FaCJiszXE4yIpfXy {  }
 }@media only screen and (max-width: 763px) { #f5ro9noTxQo41TRXbz6QKMBbw295TmJE { width:12.5rem;height:3.5rem;top:45.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnL3PxuHEPPS6reQhMR9tuTUvnoObHZv { display:block; }
 }@media only screen and (max-width: 763px) { #GIMbbV167PXcs4sva7ooS3pUv474aQ5v { width:12.5rem;height:3.5rem;top:45.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKiLGOGUfzDhUGwBWROVoSc1tJKGGB1C { display:block; }
 }@media only screen and (max-width: 763px) { #oibWCwKDntkaWxtfwpubayoWtOkEgTDp { display:block; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { top:8.5625rem;left:0rem;width:39.5rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKuikh7gL9R41CsRHt7hmvIECVE04WbP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuokeiRwly0vnzc6azPgGTOq39uO8ixW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { top:10rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { top:8.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { top:17rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { top:15.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { top:24.25rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { top:23.125rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdQ86zZMuAz8SJXqbMmeueHRI62NrkAa { top:14.3125rem;left:0rem;width:36.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { top:11.5625rem;left:13.3125rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP3pNDAGvcSc4fTiW9TRsvHtch6iIVF1 { top:0rem;left:17.03125rem;width:13.6875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 { display:block; }#VV1KdkpgwAtAEMoaxGEULDWgMM5UZvT0 > .row .container { width:20rem;height:173.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbrBOPIczXF4eaHitZitb369VoVWKs7t { width:20rem;height:7.19925rem;top:7.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtm6K6HkOiAzVMkcwPdiPuBhxuUVQcc8 { width:20rem;height:11.195325rem;top:50.44925rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #bTu4JpapWB5A5FwaleavMGABgSM1Tpet { width:12.5rem;height:3.5rem;top:62.8945625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVNaVFmFs6yUSkr84KETcDShOGiV80RX { display:block; }
 }@media only screen and (max-width: 763px) { #EaFTkkkTTyeBxVnFsezQWGWpTRpSRgmM { width:4.5rem;height:6.8125rem;top:26.07425rem;left:7.75rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #vM28fTA2KpTDckQtNgNZFQIIFBVDrxWi { width:8rem;height:5.25rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgFrtMrDq9SqymnR7yU2SgLFeRQxevW { width:10rem;height:15.0625rem;top:34.13675rem;left:5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LPCf6t4Gw6Ovu77hp3ZkULREvyaTrpAx { width:10rem;height:8.625rem;top:72.3945625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbK75lnUQ3f4y2y1HXEPNuombEe9OFC { width:10rem;height:8.625rem;top:16.19925rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqBaCX3zeTciIowG5ceGGgXW8Tz49zAL { width:12.5rem;height:3.5rem;top:67.6445625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyiiTzx6QRd4w2DlEbZK49nImfnm52X { display:block; }
 }@media only screen and (max-width: 763px) { #zfrWsKI6r4AlBCEQSvRWAR0GRWuXfN87 { width:20rem;height:9.7744375rem;top:139.3360125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfVALG6T551AM7PtnuqiFuZBaQ46uDXC { width:20rem;height:13.0341875rem;top:150.36045rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJNhMSTfc2KHLr1X0keJXWX3aVrOghXh { width:20rem;height:7.6591875rem;top:164.6446375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlEKylWctPApUeTIUQe22w5Rw4ETUOW { width:20rem;height:2.5996125rem;top:131.6367875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmNDGUI5GE9WctQPewOfnutihU17kO7H { width:20rem;height:2.5996125rem;top:135.4864rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSVzXt6oQoKP78MBCTFtmPhGvRtTLWuc { width:20rem;height:1.4619125rem;top:82.2695625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIdoiDKsKI04DtBxhHHmnBESXTRTKlT6 { width:20rem;height:17.0185625rem;top:91.8642875rem;left:0rem;font-size:1.125rem;display:block; }#MIdoiDKsKI04DtBxhHHmnBESXTRTKlT6 li:before{  }
 }@media only screen and (max-width: 763px) { #PckXBgg4Ixez80WnI3onuHoRVkfH3QAd { width:20rem;height:1.4619125rem;top:84.9805rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leCX2LbrNd6sT5M2TFoZ8W6euT8L3Rk2 { width:20rem;height:2.923825rem;top:87.6914375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APNLTpqGhGHqfH9xKxBzdpu9eaK3LDJO { width:20rem;height:1.4619125rem;top:110.13285rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zA0gBzNiELTsahXOAXCdCqkDQKtrLwEW { width:20rem;height:17.542975rem;top:112.8437875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr { display:block; }#I5wkp9yv5CB5yygQIbawbeTbuEHWXaNr > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTUkW3X0Qg9oTzi3slg2yKkfNMObmXyu { width:17.5rem;height:6rem;top:1.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaT3FBoG4vB7NUOFM0MDdhDycnItggcG { width:20rem;height:21.875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9oOwybpk6W0XIldw1f64bAFloN0y28 { width:17.5rem;height:3.5rem;top:19.6875rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bo3mfVmRZnFHzUTW8mhoaksNhZxim0DZ { display:flex;width:4.5rem;height:4.5rem;top:13.1875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #DklxIW0I9wnKdzzA4cJKiREQAo3lyNTs { width:20rem;height:21.875rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTUuxbuCmyzpoVF2uGzMzC98V6znLCI { width:17.5rem;height:3.5rem;top:53.375rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBHGXPThz9wZzsxGBDhobqxAAEALvndH { display:flex;width:4.5rem;height:4.5rem;top:46.875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #PKWTx7h49zm2IFdt05zurSo5BuJrcPny { display:flex;width:4.5rem;height:4.5rem;top:31.625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #cSHM9cWrZO1MF2lKVgqE3Z86U4m43MyS { width:17.5rem;height:3.5rem;top:37.375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S16sKSUUL13SIup8aVTl7ncBLiFCeMAC { width:20rem;height:12rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKpoyZdlH9rRgZ8TnOQsyttGw6vxLyu5 { width:18.75rem;height:3.5rem;top:69.25rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItQwC7vyWQ1wZEzqnDC0kXsMxxpxqGBW { display:flex;width:3.125rem;height:3.125rem;top:68.4375rem;left:15.46875rem; }
 }@media only screen and (max-width: 763px) { #tXe7GyWcBUEDBLTD0MWVTskwSCc1TZwZ { width:12.5rem;height:3.5rem;top:83.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NufaDABhstwc4OA2arIFLGKIacnQGlNC { display:block; }
 }@media only screen and (max-width: 763px) { #klW2IiuPRWO40tE46cNVdaKGcz75dwXA { width:12.5rem;height:3.5rem;top:78.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xzDBB8MaNKHg7MuOpIaP2SRyQWmu8Z { display:block; }
 }@media only screen and (max-width: 763px) { #Jup3WgrovqZvSTT5VO24knd2mZrXIyfd { background-color:#dfedeb;background-image:none;display:block; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { background-color: transparent; background-image: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row > .video-iframe-container { display: none; }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .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); }#Jup3WgrovqZvSTT5VO24knd2mZrXIyfd > .row .container { width:20rem;height:100.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTDy6zHbuiP2131kmcsCJnL6JrB84o7u { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRa13DK3ngASTPtv3lZMLPaMSoOmKGh1 { width:20rem;height:30.5rem;top:46.770525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgIhQHEl6HkFz1GIDNo4MDEQHRglL3KN { width:17.5rem;height:3.5rem;top:24.44921875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 { width:17.5rem;height:9.0215rem;top:36.499025rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#Xxomi99ihu4Lnc2nHcB1vCLLSb3ntFH8 li:before{  }
 }@media only screen and (max-width: 763px) { #wd8uQmTaVaciBdXsOX2FCobrCZ5SfH1w { display:flex;width:4.5rem;height:4.5rem;top:12.94921875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg { width:17.5rem;height:7.6220625rem;top:82.3701375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#Pt6iJzWZE3BAxaZN28LCHvUWN5niS4tg li:before{  }
 }@media only screen and (max-width: 763px) { #iKnfUXKw22SeDd8nhUE97FyxDNrEHzto { width:17.5rem;height:3.5rem;top:29.19921875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ezu5JtCxczCXiMWmUErI5JtX9652g2a2 { display:flex;width:4.5rem;height:4.5rem;top:18.69921875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #WbTMSdBTeZ8Bnp3tVHsAvB51yX6aQl33 { display:flex;width:4.5rem;height:4.5rem;top:48.645525rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #iSqxGdXGwwlZpTID25xHIogxMgJCkeG7 { width:17.5rem;height:5.25rem;top:54.395525rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIxP9BOLtOGDcklXGh6lzn5PysenWRJu { width:17.5rem;height:7.6220625rem;top:64.333025rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#zIxP9BOLtOGDcklXGh6lzn5PysenWRJu li:before{  }
 }@media only screen and (max-width: 763px) { #u5BfkaWD1wT3PMm9wpxV7pOeedCIZxkU { width:20rem;height:5.199225rem;top:6.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtgnnwPDI5MVom6TUyLZ2QAalCxbsTpg { width:12.5rem;height:3.5rem;top:95.9912625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oanXIfMefHTzQRSXx2w4ZICCLmJ9oB1p { display:block; }
 }@media only screen and (max-width: 763px) { #Qz0eMogMwFPa8X4eaV6DlQz1q9Jp295F { width:12.5rem;height:3.5rem;top:91.2412625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE0KRJnUc2iymBCTk5Ww93ywX0kcdh8S { display:block; }
 }@media only screen and (max-width: 763px) { #an1HzwhwFGd55e1UkuAB0XgQ1F5cDOna { width:20rem;height:1.29980625rem;top:33.94921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FITzgWMhlVTWTMZwiPpFZH9EDFTIVcW7 { width:20rem;height:2.5996125rem;top:61.083025rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyaKFBebemlw1XxTiUAChIMDsKFsCG2R { width:20rem;height:2.5996125rem;top:78.520525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZcpw06xpVcbGRzp0WglA8fgCwevn77f { display:block; }#VZcpw06xpVcbGRzp0WglA8fgCwevn77f > .row .container { width:20rem;height:93.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4lyJ0hCknO5U6TvptJOQRi5egAiWDgC { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DV874GuEhGmMTFTrauZGrUWtPH5QfQbP { width:20rem;height:6.9970625rem;top:8.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dB051aqbynozKht2FLKvrp9ribK85OyK { width:20rem;height:15.625rem;top:16.746125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFdBgy2TMzdUQ4bdMLuyaPho5i2RKNLh { width:7.3125rem;height:2rem;top:20.308625rem;left:12.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqQbmptQ7rU1qNWDoQicJtIkcQOiip4X { width:16.25rem;height:5.25rem;top:20.871125rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkxR88Fscze788TLVRkgo9e7W3InLlbK { width:16.25rem;height:2.798825rem;top:23.746125rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vONpVNFSSyO7qeItbtFvl0ygzzFi4yxJ { width:20rem;height:15.625rem;top:50.496125rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SyKsofKfegW70HPMFeNRqAmxfdThZoqI { width:5.9375rem;height:2rem;top:54.058625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvpHIczqwhdkCTHGf1KBSBa7vcILCH4B { width:16.25rem;height:5.25rem;top:53.933625rem;left:3.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMbyZSlTZpVIHf4Do2ohMDJKpBG0zmWC { width:16.25rem;height:4.19824375rem;top:56.808625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekc7z4Zq1nie83UTW9TOE6giC5D0CKo5 { width:20rem;height:15.625rem;top:33.621125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m3AAmIbKpweod8RTXWMblcPA6Sx87lMh { width:16.25rem;height:3.5rem;top:37.746125rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkIDnMKwKzLq4PDwsHSB7yQkSQvAKLTp { width:16.25rem;height:2.798825rem;top:40.621125rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXSiiEcIolT5onIJkULh2XGrPiplFhn7 { width:4.5rem;height:2rem;top:37.183625rem;left:15.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbaRyZBo4y8PDVGuDC66OXsVMTSneDWi { width:20rem;height:15.625rem;top:67.371125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPbA0V8RVnW6OeDhTuK5rzqLOKGmqxwt { width:6.1875rem;height:2rem;top:70.933625rem;left:2.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWHuTkxWyaJxTzqmW9qh7TXHdzmup4iJ { width:13.8125rem;height:5.25rem;top:70.808625rem;left:6.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNGFwkImCCvT66zHVxTvZanWqq1C8Thy { width:16.25rem;height:2.798825rem;top:74.996125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JA2XEUuPne4yE9FbUmUThAPvCA3krGrE { width:12.5rem;height:3.5rem;top:88.996125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T56JVTPlvtwh3uEXWfdeNq7CmmCkWcWF { display:block; }
 }@media only screen and (max-width: 763px) { #BdftBAgo3dalFBWJTpTV0dgC7drOObA2 { width:12.5rem;height:3.5rem;top:84.246125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzgOiJSd4JSNoPQzb7LntLFFakF8Nq0 { display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:transparent;background-image:none;display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { width:20rem;height:4rem;top:16.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { width:20rem;height:4.19824375rem;top:21.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { width:6.25rem;height:6.25rem;top:8.75rem;left:6.875rem;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ { display:flex;height:35.125rem;width:17.5rem;top:26.94824375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #F8faA9uaxTac4asSvOgcESeNr8ZyTkh9 {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #RGQCxgu1Z4HqJ2WJgby9PCmO2iGtmJ0M {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #KPco2Ih26bp6EIGf0Twt9do6653T7lCy {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #oT81gomrv1X75hcJwUPmZDaUZyEZ6EAK {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MRFKFfMckHkUVLR2X7B4nFq1W4gPx67C {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #xGbuRs63WGv8c6sZ22G4IGXg9lNnzNbT {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MtLAs0lqk432pyekqWnSUFReuTXiu70W {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #JvO08IaE4oOEU4xXoDUgicMn7P53h3Mg {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #eR5mWsAsTCx0RIy2WlhsVRSMr9R4S1MQ {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #vr3CGe72Ms0bmovn7m7CT0uC2F9iTp7U {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #WsnTresL0tunOmurSdqGic957SahBZrG {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #uu9wUTDG6kK0oHDABobSB8Rw6Iazdf5S {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #JEz3HeFPS9EGXz0AuGIck4T8eBP7lnAP {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #OfMSLRyXZHos2a97EdLr7n0BHQQIFXJU {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #x06oJdK8pZ50IWQRnACxBTWUSKE8WfSP {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #CqfApw4LNQephbtrQ4pLAZOXrPwzkAyu {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #s7B1Tn5WiT5baqOQqQMi23WFnRtT05Jo {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #MpE3QRobZJppViOhSSKIQXmTMgN2UiXe {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #Clzf2xx7aCAp8m31SByoF38D2v3lFCFG {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #dCgeJD8BmTQqI1dX7S57iCHxWEtTDgdT {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #lQpqCKnSWxC4okmiaTn80Mm4sofEzqy9 {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #mg94tWGqX5Pl3D9JlvxE1Vc7x4LCP8fr {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #DHnmzCLDGgfz0qky7a8QCF6ba5T4fPsl {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #VBC4WIaAengVC9LEQH6XWK8VbfpB8oAA {  }
 }@media only screen and (max-width: 763px) { #wRxbFlnCX1WtDUASHg0OV4s6Blq0XTcZ #wALgT1MHQxcTtNi4FaCJiszXE4yIpfXy {  }
 }@media only screen and (max-width: 763px) { #f5ro9noTxQo41TRXbz6QKMBbw295TmJE { width:12.5rem;height:3.5rem;top:65.82324375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnL3PxuHEPPS6reQhMR9tuTUvnoObHZv { display:block; }
 }@media only screen and (max-width: 763px) { #GIMbbV167PXcs4sva7ooS3pUv474aQ5v { width:12.5rem;height:3.5rem;top:70.57324375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKiLGOGUfzDhUGwBWROVoSc1tJKGGB1C { display:block; }
 }@media only screen and (max-width: 763px) { #oibWCwKDntkaWxtfwpubayoWtOkEgTDp { display:block; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { width:15rem;height:1.9121125rem;top:12.7871125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { width:15rem;height:1.9121125rem;top:9.625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { width:15rem;height:5.7363375rem;top:38.334rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKuikh7gL9R41CsRHt7hmvIECVE04WbP { width:15rem;height:1.9121125rem;top:35.1718875rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { width:15rem;height:1.9121125rem;top:26.884775rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuokeiRwly0vnzc6azPgGTOq39uO8ixW { width:15rem;height:1.9121125rem;top:23.7226625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { display:flex;width:1.625rem;height:1.625rem;top:5.625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { width:3.875rem;height:3.875rem;top:4.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { display:flex;width:1.625rem;height:1.625rem;top:19.7226625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { width:3.875rem;height:3.875rem;top:18.5976625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { display:flex;width:1.625rem;height:1.625rem;top:31.1718875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { width:3.875rem;height:3.875rem;top:30.0468875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdQ86zZMuAz8SJXqbMmeueHRI62NrkAa { width:20rem;height:1.3994125rem;top:15.949225rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i { display:block; }#UG3VXsJLML2oHyIrHDV8mRf4mUVkfc8i > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuca5PClLPmeJ7vuzUv7sxaSQH2Eu7c { width:20rem;height:1.3125rem;top:11.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DP3pNDAGvcSc4fTiW9TRsvHtch6iIVF1 { width:13.6875rem;height:9.3125rem;top:1.25rem;left:3.125rem;display:block; }
 }