.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:217,244,247;--color-primary-1:128,217,230;--color-primary-2:0,179,204;--color-primary-3:0,90,102;--color-primary-4:0,27,31;--color-secondary-0:255,255,255;--color-secondary-1:244,244,244;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/de43d716-5104-465d-a926-1de11771b4f2/60501b220d6bb0390ae00b23501d5b5c.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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); }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc { z-index:auto;position:relative;display:block; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc { background-color: transparent; background-image: none; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row .container > .video-iframe-container { display: none; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row > .video-iframe-container { display: none; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .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); }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc { border-width: 0; border-radius: 0; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#AMI3pJH3oMmT7NfheTzzNef823JIT82p { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 { z-index:auto;position:relative;display:block; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 { background-color: transparent; background-image: none; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row .container > .video-iframe-container { display: none; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row > .video-iframe-container { display: none; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .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); }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 { border-width: 0; border-radius: 0; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:67rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#h3l0HhBqb0B62OQyrwmTcTMCcs7rSh6a { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:6.33594375rem;text-align:center;text-align-last:center;display:block; }
#GKGVStTZXKP5LLrx32PrmMlt9ZlLnk0C { box-sizing:content-box;height:3.875rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.25rem;left:21.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#bSRBLkbKiMWnmK90P3fuCtsTJ6LbsJCi { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.625rem;left:21.6875rem;height:3.16796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PmiXraz7xeUsFn0UQNMIKvM6rSdphCQX { color:rgba(var(--color-tertiary-4),1);display:block;width:56.747375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:1.625rem;height:43.875rem;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; }
#K6aATfIHDyE09zycm2sLrqy11ZV1qJew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row .container { background-color: transparent; background-image: none; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row .container > .video-iframe-container { display: none; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row > .video-iframe-container { display: none; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .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); }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row .container { border-width: 0; border-radius: 0; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row .container { font-size:0.875rem;font-family:arial;height:189.9375rem;width:60rem;position:relative;display:block; }#T9ItfglIhtGpku8FMf3gTvIFZJtDLpiz { box-sizing:content-box;height:3.875rem;width:27.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.125rem;left:16.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#EVBulUttbmLHPTdNCXIRMov9VzvlisWh { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5rem;left:9.8125rem;height:3.16796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gJTlz3uLcbatgPd3cTo2HX1LBBT1BewR { color:rgba(var(--color-tertiary-4),1);display:block;width:56.747375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3671884536744rem;left:1.625rem;height:2.11198125rem;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; }
#MpQqZ39sH6yCyMTcTaPXq321DrTK83Vo { position:absolute;display:block;z-index:15015;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:4.375rem;width:12.25rem;top:51.1875rem;left:0.875rem;overflow:hidden;display:block; }
#C05kVUU0G4hywZ9rJVQn7qsaCItWraOl { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:12.625rem;top:66.53125190735rem;left:1.625rem;overflow:hidden;display:block; }
#CzvbLLL1r9wh7ezCkk12Avi1mQrJh4lC { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:12.4375rem;top:79.936195373538rem;left:0.78125rem;overflow:hidden;display:block; }
#Ic6sHQLS2TCa0JH9uVqH9keQU6rDlaNt { position:absolute;display:block;z-index:15014;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:4rem;width:13.75rem;top:93.25rem;left:0.875rem;overflow:hidden;display:block; }
#FUOICTGSkcb92ZbO5nO6PLSA0MlzxDp3 { position:absolute;display:block;z-index:15016;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:1.875rem;width:12.1875rem;top:108.625rem;left:0.90625rem;overflow:hidden;display:block; }
#AvJtDOGuX1BZLW2HcouTEhWhtbDB5RpU { position:absolute;display:block;z-index:15018;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:7.3125rem;width:12.1875rem;top:119.65625rem;left:0.90625rem;overflow:hidden;display:block; }
#DedNI5Tzm9Ta2dOVTBrlqZCen0yaqQKp { color:rgba(var(--color-primary-2),1);display:block;width:56.746125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:1.625rem;height:2.4375rem;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; }
#HbeCI0bL8viQSwlvwD1cyggT7husvy6K { color:rgba(var(--color-primary-2),1);display:block;width:56.746125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:41.249998092651rem;left:1.625rem;height:2.4375rem;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; }
#faUzvEWZxnnIhuwkHx8HI3SlHEABflha { color:rgba(var(--color-primary-2),1);display:block;width:56.746125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:138.18750762939rem;left:1.625rem;height:2.4375rem;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; }
#vrCIFUuFmED13fhqPJy3kgZmMEQQroXE { position:absolute;display:block;z-index:15020;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:1.5rem;width:11.875rem;top:150.25000953674rem;left:1.25rem;overflow:hidden;display:block; }
#QXuJk2Vll873yul6mXZMW27I77rVJ0tc { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12rem;top:163.812510252rem;left:1.25rem;overflow:hidden;display:block; }
#fHE9CT2pb4NkSVRRTfgqyuKgfEZMcdBO { position:absolute;display:block;z-index:15024;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:7.1875rem;width:9.375rem;top:176.3125rem;left:1.625rem;overflow:hidden;display:block; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .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; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .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; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .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); }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .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); }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .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; }#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .accordion-trigger.adaptive-delivery-prevent-bg, #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .accordion-trigger.lazyload, #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .accordion-trigger.lazyloading { background-image: none; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:20rem;left:15.14192199707rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #WP8IC3cFW6xkkKOkXquMKMhdJBBVJn2r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #WwxaPOzo2iE9RkQelTzZImsGoWSKDGQG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #USdqGkvJ8J5cfM6436HKJntOrU4QEnUv { display:block;position:relative; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #BocPzFOKge8aeTR99T5iHfUgPkT65ZJd {  }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #eE5e7VhTPrFVrgbZagkkWAGE3mApFDFP {  }
#nXS1HKD0qIcT0xdUETSUE0r9kTqhvCSF { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.25rem;top:23.979166030884rem;left:1rem;overflow:hidden;display:block; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .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; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .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; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .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); }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .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); }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .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; }#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .accordion-trigger.adaptive-delivery-prevent-bg, #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .accordion-trigger.lazyload, #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .accordion-trigger.lazyloading { background-image: none; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15027;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:47.3125rem;left:15.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #Xse12FqaeREmfigSls122ZZAyr5IQ8zf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #sFGfRDSJNKnglxVShUviM4PxlLSLxE98 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #nmdXOey3qJA4MfFOKUZzB4Hg7gS71fuT { display:block;position:relative; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #iBZhP19UZSC61nhCmiks6Z6Us1s2CzR0 {  }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #XmbNX90qicqh0FhKFBUhQmagt8dK2RPN {  }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .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; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .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; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .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); }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .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); }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .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; }#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .accordion-trigger.adaptive-delivery-prevent-bg, #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .accordion-trigger.lazyload, #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .accordion-trigger.lazyloading { background-image: none; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:62rem;left:15rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #KLTIVtgHt2JVDJJukreHDsuGcWymMQak { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #uTX4MeUJZOyNIAZrvEt3nmEWtWLOFdSc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #nTRTRHNIVFRnsXZdbMHJMPvLsb4dyUoq { display:block;position:relative; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #hXKxA8ZTso7gyMeNqbPWLtHCUN85KGf4 {  }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #UbGZqSIenT7MiP8CsEQzPWUftTN4qbA5 {  }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy .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; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy .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; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy .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); }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy .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); }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy .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; }#pXsIswcoxEwGVT16ub051WCgVOSmPGQy .accordion-trigger.adaptive-delivery-prevent-bg, #pXsIswcoxEwGVT16ub051WCgVOSmPGQy .accordion-trigger.lazyload, #pXsIswcoxEwGVT16ub051WCgVOSmPGQy .accordion-trigger.lazyloading { background-image: none; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:75.8125rem;left:15.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy #DWgdh6hTaks7p9r4kdKUynECLuWB9OnN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy #CAzyc9ZIf8Io1f8ZefWJo0hInEdpu6I6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy #A5pVvVsgiJNerL7Z05HaPbsgkGHss6CS { display:block;position:relative; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy #I6ySpVgoUvwBPHx0iTILucqHgbSUa0xB {  }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy #otGEC2PTIPaLLUTfT3lZJyONtweu8Uk1 {  }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .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; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .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; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .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); }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .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); }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .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; }#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .accordion-trigger.adaptive-delivery-prevent-bg, #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .accordion-trigger.lazyload, #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .accordion-trigger.lazyloading { background-image: none; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15030;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:89.1875rem;left:15.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #G3myZVA87RcDCEU9T6o4SlBoFppQ0cw8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #yy1tOa3mQtf6JWMxRfeAZuAJv6oOP44m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #lSbLOT4OwJPsLVBnu9umf35hPmSwLF4H { display:block;position:relative; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #cQwTVGUukk203tIaiBBbpD1p4Mu92v27 {  }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #ReX0oggWmTbRcD7D8R1NWihM0nvuVaBn {  }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .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; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .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; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .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); }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .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); }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .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; }#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .accordion-trigger.adaptive-delivery-prevent-bg, #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .accordion-trigger.lazyload, #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .accordion-trigger.lazyloading { background-image: none; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:104.125rem;left:15.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #W9ZSfthA6ZUzSEiuuHTbN1FAGCEoitUq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #y9WC1F4nqqGHgLSie3TcDVTiq9epAmia { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #TmvAbnu4GsxqFTTKNnqQfES5A7ukOTwv { display:block;position:relative; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #vzGl27H7B5xoI6c1Z739yCOu8uuAQWSX {  }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #kEdfSxxdaRDTdIEZnyqXPWXiowCaS94V {  }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .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; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .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; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .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); }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .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); }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .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; }#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .accordion-trigger.adaptive-delivery-prevent-bg, #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .accordion-trigger.lazyload, #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .accordion-trigger.lazyloading { background-image: none; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15032;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:117.75rem;left:15.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #h6z1ntnTHN12ElXIm2owUzCDg21eVffc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #phk5HkTbfSXITDK7P4vFfWAwRCTCMSkc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #f4U5Gsg9Q4Z50laDfthabnc7zO06vb2C { display:block;position:relative; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #T1V1WMc3pLcKgNWNKFUbvNhnmfMB1KiA {  }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #G51rF1bKEvHNZsf5EUGQgBxz1tXbQcCA {  }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .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; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .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; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .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); }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .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); }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .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; }#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .accordion-trigger.adaptive-delivery-prevent-bg, #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .accordion-trigger.lazyload, #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .accordion-trigger.lazyloading { background-image: none; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15033;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:145.625rem;left:14.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #M1tgh53vNOrVvrJpl4T4a5xf0rCcZr6d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #zuv4MVtqo8Fd7DQCJpXpoEDidS5NRrTx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #uhsVJdEOwgIPooxGMrpbaDhVLybah3C6 { display:block;position:relative; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #TTOoCKv615BvdBKS6bXwMGE3tAqcr2C0 {  }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #e6HQatxg50wtB8NQimlhTVWNVVSNFUZd {  }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .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; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .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; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .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); }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .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); }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .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; }#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .accordion-trigger.adaptive-delivery-prevent-bg, #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .accordion-trigger.lazyload, #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .accordion-trigger.lazyloading { background-image: none; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:159.5rem;left:14.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #lL1OKCfdOk7hgDbsPzxVZLmbJofNvKVi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #faRADquqtLtopwREQtUQf2dtzhBUfeDw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #kPlxXp15cpoyuDHcyL5rPlHRBLg4XczA { display:block;position:relative; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #UtHmhsk8dD3WvAEwhknVy1aMWm0a5lML {  }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #GyrUJ4QZaTd53gTuKPyDbwB5Zl8hyV6E {  }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .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; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .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; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .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); }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .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); }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .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; }#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .accordion-trigger.adaptive-delivery-prevent-bg, #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .accordion-trigger.lazyload, #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .accordion-trigger.lazyloading { background-image: none; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 { box-sizing:content-box;height:auto;width:41.4375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15035;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.2) ;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:173.375rem;left:15.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #qwNHAkPwKeSVQH67Sfipmwfkxw24Ie2o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #g4Jf1wE2h3VTTSOFsc8fXwHfWnqflknf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #NZEJOsl2OcoJwQaXg42GLS15b6x098X6 { display:block;position:relative; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #i8UOmuNla6QLN3DrWIhyroNKe0T6Tp7l {  }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #cOZgi2KLX0Ac8Uuz7r1Vnxr2vnN9WLXd {  }
#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row .container { background-color: transparent; background-image: none; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row .container > .video-iframe-container { display: none; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row > .video-iframe-container { display: none; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .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); }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row .container { border-width: 0; border-radius: 0; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row .container { font-size:0.875rem;font-family:arial;height:87.5625rem;width:60rem;position:relative;display:block; }#KFLmhM9NryWvRCiiIGa7P8V5s6kdMZQN { color:#ff5f00;display:block;width:47.1875rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.4375rem;left:6.1875rem;height:5.36198125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gPUJEJ957yTDTNgSzJfxXGRNUrtG93MP { color:#191632;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:20.0625rem;left:6.3125rem;height:24rem;display:block; }
#WtmqFhd1hGPDM8kJt8Z2S1C8szylChfx { position:absolute;display:block;z-index:15011;height:28.8125rem;width:38.75rem;top:45.125003814698rem;left:9.875rem;display:block; }
#sAoKrIGFgTrn48c3pZiwfSPZHENwzLwh { box-sizing:content-box;height:3.875rem;width:21.875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.4375rem;left:19.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#GwEIDsTOz5IePBQPywaRqwQ2ToONqLLI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:20.0625rem;height:3.16796875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { background-color: transparent; background-image: none; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container > .video-iframe-container { display: none; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row > .video-iframe-container { display: none; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .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); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { border-width: 0; border-radius: 0; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#BE12g3pELWGhIzTJA5FraMXCI3o25vIp { color:rgba(var(--color-tertiary-2),1);display:block;width:42.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:8.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #plggTrN2OtiVZI8WN41PttcUwX4ikTbc { display:block; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMI3pJH3oMmT7NfheTzzNef823JIT82p { top:0rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKJFSF54kuth848kppLiW1FpPbZP3Cu9 { display:block; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3l0HhBqb0B62OQyrwmTcTMCcs7rSh6a { top:2.1875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKGVStTZXKP5LLrx32PrmMlt9ZlLnk0C { top:11.25rem;left:15.125rem;width:17.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSRBLkbKiMWnmK90P3fuCtsTJ6LbsJCi { top:11.625rem;left:15.5625rem;width:16.25rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmiXraz7xeUsFn0UQNMIKvM6rSdphCQX { top:18.5625rem;left:0rem;width:47.75rem;height:43.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6aATfIHDyE09zycm2sLrqy11ZV1qJew { display:block; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9ItfglIhtGpku8FMf3gTvIFZJtDLpiz { top:2.125rem;left:9.9375rem;width:27.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBulUttbmLHPTdNCXIRMov9VzvlisWh { top:2.5rem;left:3.6875rem;width:40.4375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJTlz3uLcbatgPd3cTo2HX1LBBT1BewR { top:7.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQqZ39sH6yCyMTcTaPXq321DrTK83Vo { top:51.1875rem;left:0rem;width:12.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05kVUU0G4hywZ9rJVQn7qsaCItWraOl { top:66.5rem;left:0rem;width:12.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzvbLLL1r9wh7ezCkk12Avi1mQrJh4lC { top:79.875rem;left:0rem;width:12.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic6sHQLS2TCa0JH9uVqH9keQU6rDlaNt { top:93.25rem;left:0rem;width:13.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUOICTGSkcb92ZbO5nO6PLSA0MlzxDp3 { top:108.625rem;left:0rem;width:12.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvJtDOGuX1BZLW2HcouTEhWhtbDB5RpU { top:119.625rem;left:0rem;width:12.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DedNI5Tzm9Ta2dOVTBrlqZCen0yaqQKp { top:14.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbeCI0bL8viQSwlvwD1cyggT7husvy6K { top:41.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faUzvEWZxnnIhuwkHx8HI3SlHEABflha { top:138.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrCIFUuFmED13fhqPJy3kgZmMEQQroXE { top:150.25rem;left:0rem;width:11.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXuJk2Vll873yul6mXZMW27I77rVJ0tc { top:163.8125rem;left:0rem;width:12rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHE9CT2pb4NkSVRRTfgqyuKgfEZMcdBO { top:176.3125rem;left:0rem;width:9.375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #WP8IC3cFW6xkkKOkXquMKMhdJBBVJn2r {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #WwxaPOzo2iE9RkQelTzZImsGoWSKDGQG {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #USdqGkvJ8J5cfM6436HKJntOrU4QEnUv {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #BocPzFOKge8aeTR99T5iHfUgPkT65ZJd {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #eE5e7VhTPrFVrgbZagkkWAGE3mApFDFP {  }
 }@media only screen and (max-width: 763px) { #nXS1HKD0qIcT0xdUETSUE0r9kTqhvCSF { top:23.9375rem;left:0rem;width:12.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #Xse12FqaeREmfigSls122ZZAyr5IQ8zf {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #sFGfRDSJNKnglxVShUviM4PxlLSLxE98 {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #nmdXOey3qJA4MfFOKUZzB4Hg7gS71fuT {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #iBZhP19UZSC61nhCmiks6Z6Us1s2CzR0 {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #XmbNX90qicqh0FhKFBUhQmagt8dK2RPN {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #KLTIVtgHt2JVDJJukreHDsuGcWymMQak {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #uTX4MeUJZOyNIAZrvEt3nmEWtWLOFdSc {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #nTRTRHNIVFRnsXZdbMHJMPvLsb4dyUoq {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #hXKxA8ZTso7gyMeNqbPWLtHCUN85KGf4 {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #UbGZqSIenT7MiP8CsEQzPWUftTN4qbA5 {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #DWgdh6hTaks7p9r4kdKUynECLuWB9OnN {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #CAzyc9ZIf8Io1f8ZefWJo0hInEdpu6I6 {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #A5pVvVsgiJNerL7Z05HaPbsgkGHss6CS {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #I6ySpVgoUvwBPHx0iTILucqHgbSUa0xB {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #otGEC2PTIPaLLUTfT3lZJyONtweu8Uk1 {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #G3myZVA87RcDCEU9T6o4SlBoFppQ0cw8 {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #yy1tOa3mQtf6JWMxRfeAZuAJv6oOP44m {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #lSbLOT4OwJPsLVBnu9umf35hPmSwLF4H {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #cQwTVGUukk203tIaiBBbpD1p4Mu92v27 {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #ReX0oggWmTbRcD7D8R1NWihM0nvuVaBn {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #W9ZSfthA6ZUzSEiuuHTbN1FAGCEoitUq {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #y9WC1F4nqqGHgLSie3TcDVTiq9epAmia {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #TmvAbnu4GsxqFTTKNnqQfES5A7ukOTwv {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #vzGl27H7B5xoI6c1Z739yCOu8uuAQWSX {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #kEdfSxxdaRDTdIEZnyqXPWXiowCaS94V {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #h6z1ntnTHN12ElXIm2owUzCDg21eVffc {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #phk5HkTbfSXITDK7P4vFfWAwRCTCMSkc {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #f4U5Gsg9Q4Z50laDfthabnc7zO06vb2C {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #T1V1WMc3pLcKgNWNKFUbvNhnmfMB1KiA {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #G51rF1bKEvHNZsf5EUGQgBxz1tXbQcCA {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #M1tgh53vNOrVvrJpl4T4a5xf0rCcZr6d {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #zuv4MVtqo8Fd7DQCJpXpoEDidS5NRrTx {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #uhsVJdEOwgIPooxGMrpbaDhVLybah3C6 {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #TTOoCKv615BvdBKS6bXwMGE3tAqcr2C0 {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #e6HQatxg50wtB8NQimlhTVWNVVSNFUZd {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #lL1OKCfdOk7hgDbsPzxVZLmbJofNvKVi {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #faRADquqtLtopwREQtUQf2dtzhBUfeDw {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #kPlxXp15cpoyuDHcyL5rPlHRBLg4XczA {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #UtHmhsk8dD3WvAEwhknVy1aMWm0a5lML {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #GyrUJ4QZaTd53gTuKPyDbwB5Zl8hyV6E {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 { display:flex;height:auto;width:27.8125rem;top:55.125rem;left:4.3333282470703rem; }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #qwNHAkPwKeSVQH67Sfipmwfkxw24Ie2o {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #g4Jf1wE2h3VTTSOFsc8fXwHfWnqflknf {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #NZEJOsl2OcoJwQaXg42GLS15b6x098X6 {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #i8UOmuNla6QLN3DrWIhyroNKe0T6Tp7l {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #cOZgi2KLX0Ac8Uuz7r1Vnxr2vnN9WLXd {  }
 }@media only screen and (max-width: 763px) { #lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n { display:block; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFLmhM9NryWvRCiiIGa7P8V5s6kdMZQN { top:9.4375rem;left:0.0625rem;width:47.1875rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPUJEJ957yTDTNgSzJfxXGRNUrtG93MP { top:20.0625rem;left:0.1875rem;width:47.5rem;height:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtmqFhd1hGPDM8kJt8Z2S1C8szylChfx { top:45.125rem;left:3.75rem;width:38.75rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAoKrIGFgTrn48c3pZiwfSPZHENwzLwh { top:2.4375rem;left:12.9375rem;width:21.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwEIDsTOz5IePBQPywaRqwQ2ToONqLLI { top:2.8125rem;left:13.9375rem;width:19.9375rem;height:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT { display:block; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE12g3pELWGhIzTJA5FraMXCI3o25vIp { top:1.6875rem;left:2.4375rem;width:42.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #plggTrN2OtiVZI8WN41PttcUwX4ikTbc { position:relative;z-index:auto;display:block; }#plggTrN2OtiVZI8WN41PttcUwX4ikTbc > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMI3pJH3oMmT7NfheTzzNef823JIT82p { width:20rem;height:6.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKJFSF54kuth848kppLiW1FpPbZP3Cu9 { position:relative;z-index:auto;display:block; }#WKJFSF54kuth848kppLiW1FpPbZP3Cu9 > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3l0HhBqb0B62OQyrwmTcTMCcs7rSh6a { width:20rem;height:8.7734375rem;top:0.9986979961395rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKGVStTZXKP5LLrx32PrmMlt9ZlLnk0C { width:15.9375rem;height:3.8125rem;top:13.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSRBLkbKiMWnmK90P3fuCtsTJ6LbsJCi { width:14.6875rem;height:2.59895625rem;top:13.9375rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PmiXraz7xeUsFn0UQNMIKvM6rSdphCQX { width:20rem;height:73.125rem;top:19.484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6aATfIHDyE09zycm2sLrqy11ZV1qJew { display:block; }#K6aATfIHDyE09zycm2sLrqy11ZV1qJew > .row .container { width:20rem;height:233rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9ItfglIhtGpku8FMf3gTvIFZJtDLpiz { width:15.9375rem;height:6.375rem;top:1.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBulUttbmLHPTdNCXIRMov9VzvlisWh { width:14.6875rem;height:5.19791875rem;top:1.9375rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJTlz3uLcbatgPd3cTo2HX1LBBT1BewR { width:20rem;height:2.92448125rem;top:8.61589050293rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpQqZ39sH6yCyMTcTaPXq321DrTK83Vo { width:12.25rem;height:4.375rem;top:50.269536018372rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C05kVUU0G4hywZ9rJVQn7qsaCItWraOl { width:15.75rem;height:3rem;top:64.875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzvbLLL1r9wh7ezCkk12Avi1mQrJh4lC { width:14.5rem;height:3.1875rem;top:80.1249961853rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic6sHQLS2TCa0JH9uVqH9keQU6rDlaNt { width:15.25rem;height:4.5625rem;top:96.4375rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUOICTGSkcb92ZbO5nO6PLSA0MlzxDp3 { width:15.75rem;height:2.375rem;top:114.5rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AvJtDOGuX1BZLW2HcouTEhWhtbDB5RpU { width:12.25rem;height:7.4375rem;top:128.4375rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DedNI5Tzm9Ta2dOVTBrlqZCen0yaqQKp { width:20rem;height:4.22395625rem;top:15.640625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbeCI0bL8viQSwlvwD1cyggT7husvy6K { width:20rem;height:4.22395625rem;top:44.76304375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faUzvEWZxnnIhuwkHx8HI3SlHEABflha { width:20rem;height:4.22395625rem;top:167.04817962646rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrCIFUuFmED13fhqPJy3kgZmMEQQroXE { width:13.1875rem;height:1.8125rem;top:160.0625rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXuJk2Vll873yul6mXZMW27I77rVJ0tc { width:14.875rem;height:3rem;top:173.375rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHE9CT2pb4NkSVRRTfgqyuKgfEZMcdBO { width:8.875rem;height:6.8125rem;top:186.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix { display:flex;height:auto;width:17.5rem;top:20.937498092651rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #WP8IC3cFW6xkkKOkXquMKMhdJBBVJn2r {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #WwxaPOzo2iE9RkQelTzZImsGoWSKDGQG {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #USdqGkvJ8J5cfM6436HKJntOrU4QEnUv {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #BocPzFOKge8aeTR99T5iHfUgPkT65ZJd {  }
 }@media only screen and (max-width: 763px) { #mhoB0gpTtVMJzhEE7bzt5SwaEMwL6Mix #eE5e7VhTPrFVrgbZagkkWAGE3mApFDFP {  }
 }@media only screen and (max-width: 763px) { #nXS1HKD0qIcT0xdUETSUE0r9kTqhvCSF { width:12.25rem;height:2.875rem;top:237.1875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC { display:flex;height:auto;width:17.5rem;top:51.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #Xse12FqaeREmfigSls122ZZAyr5IQ8zf {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #sFGfRDSJNKnglxVShUviM4PxlLSLxE98 {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #nmdXOey3qJA4MfFOKUZzB4Hg7gS71fuT {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #iBZhP19UZSC61nhCmiks6Z6Us1s2CzR0 {  }
 }@media only screen and (max-width: 763px) { #nIHbVqs8EqT0LxpqEi7eUytFG51WQTVC #XmbNX90qicqh0FhKFBUhQmagt8dK2RPN {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm { display:flex;height:auto;width:17.5rem;top:70.6249961853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #KLTIVtgHt2JVDJJukreHDsuGcWymMQak {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #uTX4MeUJZOyNIAZrvEt3nmEWtWLOFdSc {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #nTRTRHNIVFRnsXZdbMHJMPvLsb4dyUoq {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #hXKxA8ZTso7gyMeNqbPWLtHCUN85KGf4 {  }
 }@media only screen and (max-width: 763px) { #lhAw6GKMo8NN3wnDAqr57VksQ95qRVIm #UbGZqSIenT7MiP8CsEQzPWUftTN4qbA5 {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pXsIswcoxEwGVT16ub051WCgVOSmPGQy { display:flex;height:auto;width:17.5rem;top:88.1250038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #DWgdh6hTaks7p9r4kdKUynECLuWB9OnN {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #CAzyc9ZIf8Io1f8ZefWJo0hInEdpu6I6 {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #A5pVvVsgiJNerL7Z05HaPbsgkGHss6CS {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #I6ySpVgoUvwBPHx0iTILucqHgbSUa0xB {  }
 }@media only screen and (max-width: 763px) { #pXsIswcoxEwGVT16ub051WCgVOSmPGQy #otGEC2PTIPaLLUTfT3lZJyONtweu8Uk1 {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz { display:flex;height:auto;width:17.5rem;top:106.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #G3myZVA87RcDCEU9T6o4SlBoFppQ0cw8 {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #yy1tOa3mQtf6JWMxRfeAZuAJv6oOP44m {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #lSbLOT4OwJPsLVBnu9umf35hPmSwLF4H {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #cQwTVGUukk203tIaiBBbpD1p4Mu92v27 {  }
 }@media only screen and (max-width: 763px) { #FbWIcXaQLifTTBUVhx2ymfuTofQTRkxz #ReX0oggWmTbRcD7D8R1NWihM0nvuVaBn {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 { display:flex;height:auto;width:17.5rem;top:127.1874961853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #W9ZSfthA6ZUzSEiuuHTbN1FAGCEoitUq {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #y9WC1F4nqqGHgLSie3TcDVTiq9epAmia {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #TmvAbnu4GsxqFTTKNnqQfES5A7ukOTwv {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #vzGl27H7B5xoI6c1Z739yCOu8uuAQWSX {  }
 }@media only screen and (max-width: 763px) { #usLyNJlZbo7AqRIx4BHtkaFoIihPLZe3 #kEdfSxxdaRDTdIEZnyqXPWXiowCaS94V {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sUT5JX7C7NIA78wuGXuoG4RQgtM95POl { display:flex;height:auto;width:17.5rem;top:144.5625038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #h6z1ntnTHN12ElXIm2owUzCDg21eVffc {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #phk5HkTbfSXITDK7P4vFfWAwRCTCMSkc {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #f4U5Gsg9Q4Z50laDfthabnc7zO06vb2C {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #T1V1WMc3pLcKgNWNKFUbvNhnmfMB1KiA {  }
 }@media only screen and (max-width: 763px) { #sUT5JX7C7NIA78wuGXuoG4RQgtM95POl #G51rF1bKEvHNZsf5EUGQgBxz1tXbQcCA {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw { display:flex;height:auto;width:17.5rem;top:174.06251907349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #M1tgh53vNOrVvrJpl4T4a5xf0rCcZr6d {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #zuv4MVtqo8Fd7DQCJpXpoEDidS5NRrTx {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #uhsVJdEOwgIPooxGMrpbaDhVLybah3C6 {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #TTOoCKv615BvdBKS6bXwMGE3tAqcr2C0 {  }
 }@media only screen and (max-width: 763px) { #sH0xck0VyR45ZOskwFOb9DCvXB1FeSvw #e6HQatxg50wtB8NQimlhTVWNVVSNFUZd {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R { display:flex;height:auto;width:17.5rem;top:192.93751144409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #lL1OKCfdOk7hgDbsPzxVZLmbJofNvKVi {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #faRADquqtLtopwREQtUQf2dtzhBUfeDw {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #kPlxXp15cpoyuDHcyL5rPlHRBLg4XczA {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #UtHmhsk8dD3WvAEwhknVy1aMWm0a5lML {  }
 }@media only screen and (max-width: 763px) { #Prp3gtxiNetmUmsnBMGVCT1rD3wnOu7R #GyrUJ4QZaTd53gTuKPyDbwB5Zl8hyV6E {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 { display:flex;height:auto;width:17.5rem;top:208.25001144409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #qwNHAkPwKeSVQH67Sfipmwfkxw24Ie2o {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #g4Jf1wE2h3VTTSOFsc8fXwHfWnqflknf {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #NZEJOsl2OcoJwQaXg42GLS15b6x098X6 {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #i8UOmuNla6QLN3DrWIhyroNKe0T6Tp7l {  }
 }@media only screen and (max-width: 763px) { #HRMTyLl3zwhpXQyKwptgthb9rBOgGJ48 #cOZgi2KLX0Ac8Uuz7r1Vnxr2vnN9WLXd {  }
 }@media only screen and (max-width: 763px) { #lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n { display:block; }#lg7ioyVB9GmTtI7vWtQxTMQT5MyOEJ5n > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFLmhM9NryWvRCiiIGa7P8V5s6kdMZQN { width:20rem;height:10.559875rem;top:10.623916625976rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPUJEJ957yTDTNgSzJfxXGRNUrtG93MP { width:20rem;height:32.39065625rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtmqFhd1hGPDM8kJt8Z2S1C8szylChfx { width:20rem;height:27.5rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAoKrIGFgTrn48c3pZiwfSPZHENwzLwh { width:18.4375rem;height:3.8125rem;top:4.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwEIDsTOz5IePBQPywaRqwQ2ToONqLLI { width:16.1875rem;height:2.59895625rem;top:4.7304725646972rem;left:1.90625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT { display:block; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE12g3pELWGhIzTJA5FraMXCI3o25vIp { width:20rem;height:2.599825rem;top:1.3349609375rem;left:0rem;font-size:1rem;display:block; }
 }