.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,228,228;--color-primary-1:128,165,164;--color-primary-2:0,74,73;--color-primary-3:0,37,37;--color-primary-4:0,11,11;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Spectral";--paragraphs-font-family:"Manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:18.75rem;top:2.9375rem;left:6.2500019073488rem;overflow:hidden;display:block; }
#HIFJNEPqOwILo5toD1GEOuAmk3vvDv0r { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2rem;left:44.875rem;display:block; }
#FMmErduBueG41JwhnCuWW4lillf3hK96 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249125rem;height:2.99913125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0625002384186rem;left:58.750001907349rem;display:block; }
#d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { box-sizing:content-box;height:7.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:0rem;box-shadow: none;display:block; }
#g3cnKAKirzTr8x7RGP7nEgTebhof6flT { position:relative;display:block; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT { background-color: transparent; background-image: none; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row .container > .video-iframe-container { display: none; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row > .video-iframe-container { display: none; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .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); }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT { border-width: 0; border-radius: 0; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kk4T0KSC1M24o0CU5eB9zdC29r5ySUNW { 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:30.75rem;width:15.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CoS44g7TAzheUQ1K4hNardfOG4sbBbha { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:5.8125rem;left:5.875rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n42CKu5NQmVTPnOJEzWxi90STuHTcNnA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:2.6;letter-spacing:0;top:16.0625rem;left:8.3125rem;height:7.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#alBB9EFDM7JRL5s4DUKuE0fsmvoZ6JBd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.625rem;left:6.25rem; }
#okJz470dTLOcMGXcW83CtkHeokapc4GI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:19.1875rem;left:6.25rem; }
#uy7grECol7b0sh9mcuUGwNN52v6M05FV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.75rem;left:6.25rem; }
#N7sXLz90SDVCkrE1K54thh6PI2ZLQgJI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.875rem;left:6.25rem;display:block; }
#hcBORv5p39AWMM7lLiA4c60igNJfIsz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZepEVHVhduvtaGd2xyHENlSU1L7POkEH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KEvdtIp92RqtR8miaJwGWDyPe1Bax7UH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:6.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VgLAaRFN90JoWTh0rpT3pPK3QA30z6oJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.625rem;left:6.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { position:relative;display:none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { border-width: 0; border-radius: 0; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rBgzylRayNzdi2aqCBkK9QlNsOUTdAzy { 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:27.9375rem;width:14.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BadxudoiGd6PAuRQwVzDgW4yxrh13c5v { color:rgba(var(--color-tertiary-4),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:3.5rem;left:6.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DVh2rlwUZ8m6RLcSsx9GpWHVmxRkKOg5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:2.6;letter-spacing:0;top:15.1875rem;left:8.5625rem;height:7.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRWoRTaXynbzNldhbXpIbll3M7gNiD9U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:15.6875rem;left:6.4375rem; }
#ZTvx2h5qVdkdNWuilF6Bfer3DStlRZxw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:18.25rem;left:6.4375rem; }
#ss31EnpSkSO9AT2nt2fMCZpkZ2aKSrNA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.8125rem;left:6.4375rem; }
#m3BAc5FXgthIF1em44KTqKMrC2E0rI08 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.5625rem;left:6.4375rem; }
#SAWAvASSQxi82gEfKaTE7flkW8wbBLUO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.5625rem;left:7.25rem; }
#QA6Hhb857FtmvUAPIE7QgI8t7VuSRl7v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.5625rem;left:8.75rem; }
#bZsUpvdIWBExbfEpk1bMknwZBZrmtc5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.5625rem;left:8rem; }
#Do8526zLxgiibdZ96Vx3q4JzxVHhGDt9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.5625rem;left:9.5rem; }
#hKU5AAdS9mwDSdxPG02c1AqlluqKbW1R { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10.75rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMuloJat97pm5orOKEfEfZs0BguHlrGJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.25rem;left:6.4375rem;display:block; }
#af8iS7xZ672AB1fxrTobEbKkZQQp3Hfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTz79mk8UE2sDF5CNv0mUEqlcvodKfx5 { position:absolute;display:block;z-index:15001;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:30.75rem;width:72.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { position:relative;display:block; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { background-color: transparent; background-image: none; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container > .video-iframe-container { display: none; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row > .video-iframe-container { display: none; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .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); }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { border-width: 0; border-radius: 0; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pxxduUf028RKkvvmCte8Vhiw1krGF2nI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.75rem;top:2.1245651245117rem;left:8.7500019073488rem;overflow:hidden;display:block; }
#sovyDXTFhixgryqLGVScKeXrXJgydTxZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.75rem;top:2.3745651245117rem;left:24.062501907349rem;overflow:hidden;display:block; }
#cyU7HQzxVk00MB7V9nmFgTdQAubc975V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81196875rem;width:8.6248125rem;top:2.6857624053955rem;left:42.125436782837rem;overflow:hidden;display:block; }
#cnQ0leCBUh0Q1MVwp9DJdfldK2fBCBOq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.5611875rem;top:2.4370651245117rem;left:57.500001907349rem;overflow:hidden;display:block; }
#TEGTP6huvqozwo8GyniB6Pc8plzNZU12 { box-sizing:content-box;height:0.125rem;width:62.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:6.6875rem;left:6.03125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 { 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; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { background-color: transparent; background-image: none; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container > .video-iframe-container { display: none; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row > .video-iframe-container { display: none; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .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); }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { border-width: 0; border-radius: 0; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#r5AhbhRIAEvofctup2ONa4kiwzBgRiOu { box-sizing:content-box;height:10.25rem;width:20.125rem;position:absolute;display:block;z-index:15008;background-color:#f6f3f0;background-image:none;top:27.625rem;left:6.1875rem;display:block; }
#BbPxqy3o2p5SSvT9QwXI5a5nwmWueTwd { box-sizing:content-box;height:10.25rem;width:20.1875rem;position:absolute;display:block;z-index:15009;background-color:#f6f3f0;background-image:none;top:27.625rem;left:48.6875rem;display:block; }
#AtLsswuBN5QDKu3f9pIvEs8aLBg6XzF2 { box-sizing:content-box;height:10.25rem;width:20.0625rem;position:absolute;display:block;z-index:15010;background-color:#f6f3f0;background-image:none;top:27.625rem;left:27.4375rem;display:block; }
#dlU4JLAZhIsufQKrMaQvHieBkwPF0fbM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.5rem;left:7.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Th8rRfdR2WPLNxE3yI4cdWsaabFxM2U7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.875rem;left:7.4375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJJeCBg5sbtQG9cm9DI43qz6C25qzzve { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.9375rem;left:28.6875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLUUn5WeFqr4sN39R6T8XyHUQqPTxifH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.4375rem;left:28.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKVg9en9CLgSHU3wmweEO31ZXtNCgfNW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.5rem;left:49.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hngh6SVBFbr2szQ8GL3pBEi2KyNhdZSO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32rem;left:49.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BZJTVku22M53hVxiEKIXX5TnIrGKvAEn { 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:17.75rem;width:20.125rem;top:9.9375rem;left:6.1875rem;overflow:hidden;display:block; }
#JWgT8FnhsUb8xJctniiR2lLNQ59WpSVt { 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:17.75rem;width:20.125rem;top:9.9375rem;left:27.375rem;overflow:hidden;display:block; }
#qWQFQCtrIV6J7vLTszTtd8e4dIqLQLei { 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:17.75rem;width:20.125rem;top:9.9375rem;left:48.6875rem;overflow:hidden;display:block; }
#q4WBApkRymbePG8fZuuL44yC87EQzEac { color:rgba(var(--color-tertiary-4),1);display:block;width:62.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.1875rem;left:6.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EfFaH6vGzwkHtDf6TUtR05a1pqbiKRtN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.1875rem;left:6.1875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o { 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; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row .container { background-color: transparent; background-image: none; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row .container > .video-iframe-container { display: none; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row > .video-iframe-container { display: none; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .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); }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row .container { border-width: 0; border-radius: 0; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#QiCvZJtnnTmQzCFrVeqKisC96KWTz1Dn { color:rgba(var(--color-tertiary-4),1);display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:3.3759765625rem;left:6.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h7VswVNrvSKTEG7w0W3BXP5AKrrqtraK { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.375rem;left:6.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BSCLE2nC6TM6t4T91r3MuMVsAQ7DMCCv { box-sizing:content-box;height:6.1875rem;width:24.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.1875rem;left:9.875rem;display:block; }
#BJJPh0OvX43yLaPdenMzwfHL5BIW92Np { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.25rem;left:11.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKRHdyPV39sOAhRBqcNJds4QUbXwAG1r { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:10.4375rem;left:6.25rem;overflow:hidden;display:block; }
#BffZuVnDrXbqRT2UgIXWnWLvQZ6oI5TA { 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:13.375rem;width:13.375rem;top:10.4375rem;left:19.625rem;overflow:hidden;display:block; }
#Zlcmwv4znwiFTNQTLATMLtVVyVyh8bzz { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:10.5625rem;left:40.125rem;overflow:hidden;display:block; }
#brotDTONZFEegVu4e770CDpsmX7ARC1i { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:10.5625rem;left:53.5rem;overflow:hidden;display:block; }
#HWsoyIbzxClh1hWkEforHBfdQlFH9tWE { box-sizing:content-box;height:6.1875rem;width:24.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.1875rem;left:43.875rem;display:block; }
#KFr8JHoFdmKLROfbJfg18zTEKfTGF1eh { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.25rem;left:50.09375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy { 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; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row .container { background-color: transparent; background-image: none; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row .container > .video-iframe-container { display: none; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row > .video-iframe-container { display: none; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .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); }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row .container { border-width: 0; border-radius: 0; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#VLUBNySRs9BB1mnSn7zLrn3rLNibgMyz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.5625rem;left:6rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kcLg1WIbsvuf7g9ooxqdgmF1Iu8S1NWT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.5rem;left:6rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kVS5alnCM4mLtdaETeFFDDRTCF8vnyWP { box-sizing:content-box;height:15.625rem;width:30.625rem;position:absolute;display:block;z-index:15008;background-color:#f6f3f0;background-image:none;top:3.375rem;left:38.0625rem;display:block; }
#xRZgFwHIRuZRCMiaeceAws03xD8cuXHq { color:#282828;display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:40.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#xRZgFwHIRuZRCMiaeceAws03xD8cuXHq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xRZgFwHIRuZRCMiaeceAws03xD8cuXHq li:before{  }
#fAOCWcyG6SReb5tddHkTzDoyRBKD9TzM { color:#282828;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:53.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#fAOCWcyG6SReb5tddHkTzDoyRBKD9TzM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fAOCWcyG6SReb5tddHkTzDoyRBKD9TzM li:before{  }
#eKTdMvNGOtVspDWv0oXx9MBwxdF5QAnv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.375rem;left:6rem;display:block; }
#FegnhlLkCZ9xCbEpBi8TqD6vNLt4rH02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC { position:relative;display:block; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC { background-color: transparent; background-image: none; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row .container > .video-iframe-container { display: none; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row > .video-iframe-container { display: none; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .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); }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC { border-width: 0; border-radius: 0; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .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:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);vertical-align:top; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .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; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;height:auto; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .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);line-height:1.4;overflow:hidden;height:auto; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .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; }#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-trigger.adaptive-delivery-prevent-bg, #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-trigger.lazyload, #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-trigger.lazyloading { background-image: none; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN { box-sizing:content-box;height:auto;width:34.1875rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15000;background-color:#f6f3f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.875rem;padding-right:1.875rem;padding-bottom:1.875rem;padding-left:1.875rem;top:9.4375rem;left:6.0625rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #helfuibH7lxTZMGNAsddTbCtVcZCxh1E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #DCNlZs6F97CuVlLckzGhllTqe87SEha2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #uMve0uk93JLZP19zEKK88EZZD6pOdlzB { display:block;position:relative; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #WsVXr2V0XhtRRGp580OO2VeIidsbaodF {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #gsEgn3JhlLCDq9TkkUsfw8R1eXuyTALP {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #oXOz7nmyVOdh5ZeSbTXo97xJb9Fxeesy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ZXG6teB9D0EDX8pH66Bux4ahugtik8qr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #HS2R3iPchLzAFwlyfKPlswOZuu96GlyM { display:block;position:relative; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #xJQDXgeQNGuFOtU99kHicAWUmJowriyK {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sIE2cz52erbGoVuSJPbiecMDTTubTLom { display:none; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ICCOBKLfEPFroMuBFh2GTamvoy94vcPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #umHEnF8aGqph7sk21Dvlx3h6gZNzUgad { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #eGRTvw2vQx2KTs1VAQMWv8mz9JFuSTuk { display:block;position:relative; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #OffBnQJpIfyMqe6sp1rQEvXJNuthKCVO {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ERZszPXCKZcyBvCsf7585VmKvHDe2FRR { display:none; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #nJBLn0LgOaewqXtMQNHpw6DVaO5rwq13 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #NTJ8D8Kkxcce1I4BN92HBWA2vkZHEbpQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #I81Egz9ZkLxeprNWe2Uv0MMfa9i6VwZ6 { display:block;position:relative; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #qBQ0T3Z2WnXtN0OlE1JWz95U27gAWKRt {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #CDoe7rs9f6WiQvvbmfmxaBfsspLcFCNs { display:none; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #p0hG4DV7CoBtC1ToKRPimmQqtHolQLXy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #TQM6mNv4x8dLq8i0pnnbvdMKshLuTP0p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #lSoFD18s2xAClzkq0i5IGt2l2evy0Fev { display:block;position:relative; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sHNVTgqWqJaEofLTXrT3X1o6RdSI6yxJ {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ePgMm1MZICyXgBLvQST6e6HGBkcgTyFP { display:none; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #hwLVJqQieByDshDtuupL5cgKPE1ziQbK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sZQaTsWCKAu1KJTKcwB6M8TyWge56Bza { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #bU07mwf2CwV6VA4vZ4zU1O2GTWH014Tq { display:block;position:relative; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #TaNbQaTXWqcsq6muH0FH6uMlZTzdfy1R {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #tf3adVwsFck6PyaQHwaLIvnJu8LFnheL { display:none; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #GkBW3W2UG4RxcnrOoQJJhypXdNCwC0cD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #QC2ATo0b5x5Ot3pqgWwABKGiZpSRl9T3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #vwOX3lT3rwVBROudRbGWXfHOoEQ1I1JP { display:block;position:relative; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #fwNgsWFevmbSQwAFT93yeyNONV3OaahK {  }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #z50dcOMHBE7bJHWe6aAnJfkf3ITIwshG { display:none; }
#iDgAl7sFnoIdIOAmazI8bikPIsPNQUOr { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.4375rem;left:6.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zvdTTiZmyMspz5GBuC5LJZBTPAGwA0uG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20.875rem;top:9.5rem;left:47.664917516094rem;overflow:hidden;display:block; }
#lJgyGNFxifOfiEvz4n3GlWOJEeKXzpWo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30rem;left:50.9140625rem;display:block; }
#R8GdTEH0B6Fq05CMb3k8PBksUowcrhyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { position:relative;display:none; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { border-width: 0; border-radius: 0; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KhfKphZbpLrqffc7R8INCE4evmTLXT81 { box-sizing:content-box;height:10.25rem;width:19.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.0634765625rem;left:6.2490234375rem;display:block; }
#VbMtEFkbnUSAGfT6VAD3A5bdvVxV9IWu { box-sizing:content-box;height:17rem;width:47.625rem;position:absolute;display:block;z-index:14999;background-color:#f6f3f0;background-image:none;top:1.6890182495118rem;left:21.250001907349rem;display:block; }
#X0LqCmsS85ls8b5kucJCCWG0fv8QdPTf { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.5634765625rem;left:8.9990234375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GyMTPpPll5mLk23LzDEAaFCECXtyN8ot { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.9365234375rem;left:29.75rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ncsMk8MgTyuALyKkR9kr6CVSQygKNG9m { color:rgba(var(--color-primary-2),1);display:block;width:2.8125rem;position:absolute;font-family:"cinzel decorative";font-size:9.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:0.939453125rem;left:28.5rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT { position:relative;display:block; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT { background-color: transparent; background-image: none; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row .container > .video-iframe-container { display: none; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row > .video-iframe-container { display: none; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .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); }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT { border-width: 0; border-radius: 0; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dxU1OfrF3LzLMQxKkpoGEeRlztAEP8Hl { box-sizing:content-box;height:10.25rem;width:19.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.6875rem;left:6.25rem;display:block; }
#CTTLzlKNmOSpp2dWODcOQLx15NnPGF9p { box-sizing:content-box;height:18.375rem;width:47.625rem;position:absolute;display:block;z-index:14999;background-color:#f6f3f0;background-image:none;top:1.6884765625rem;left:21.25rem;display:block; }
#lEZfKV90p9CvMxONGzeQUxnMV7GbocsW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.3125rem;left:7.8125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBBQwQO5GRztUsKoyTxWSXOCfKBlFEpP { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.9365234375rem;left:29.75rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kk0b9Z3vkFoAto9GD8LGDXVGQatnrVT5 { color:rgba(var(--color-primary-2),1);display:block;width:2.8125rem;position:absolute;font-family:"cinzel decorative";font-size:9.375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:0.939453125rem;left:28.5rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yCiIC8WgDW9BkSxxWL45Sp224LSUhQrc { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:12.8125rem;left:12.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ERwti10k8uTVZE1MCm6uInmGIoyiPRzu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:12.9375rem;left:7.8125rem; }
#Sv7Kcl06uun92XsA4qKWc4O139k5HzS9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.9375rem;left:8.625rem; }
#ChxbsCnoaVEuayZ6huRE29izdypfrL3H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.9375rem;left:9.375rem; }
#JVXwEVVU13iZTMlG8Vn4ZKTHTQh9TvXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.9375rem;left:10.125rem; }
#T75ZbANdA4qvhoRcJ67fMXqqm25t5SmW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.9375rem;left:10.875rem; }
#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { position:relative;display:block; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { background-color: transparent; background-image: none; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container > .video-iframe-container { display: none; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row > .video-iframe-container { display: none; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .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); }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { border-width: 0; border-radius: 0; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bcUuKU4W3SDnCSIHFIhdZBq0i8sBtEeR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:6.9375rem;left:6rem;height:11.34375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HLhIeRKPpKNXAVTWZPqH4ShQqEIWsyNX { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.875rem;left:6rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bLfAkiExoZHOergg5LUa7zS2BeunuKrx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24rem;left:6rem;display:block; }
#hOddnVHPb0bgRDcmr5sa1f8METAkOICJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgCqETvogyIJV7PJ0BEgdT6lk11ZkN8X { position:absolute;display:block;z-index:15003;height:44.625rem;width:31.375rem;top:4.3134765625rem;left:37.375rem;display:block; }
#OGIOoTQfw6EwArR95zJia4La2OspKayL { position:relative;display:block; }#OGIOoTQfw6EwArR95zJia4La2OspKayL { background-color: transparent; background-image: none; }#OGIOoTQfw6EwArR95zJia4La2OspKayL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row .container > .video-iframe-container { display: none; }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row > .video-iframe-container { display: none; }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .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); }#OGIOoTQfw6EwArR95zJia4La2OspKayL { border-width: 0; border-radius: 0; }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ulP4BEwJ0h1RqXR4a3Ard4kh35vdv2tO { box-sizing:content-box;height:10.1875rem;width:15.0625rem;position:absolute;display:block;z-index:15004;background-color:#f6f3f0;background-image:none;top:5.435546875rem;left:6.1875rem;display:block; }
#UXJWpeOSXCGRb8Qhu2vXdH7thRKemAfd { box-sizing:content-box;height:14.8125rem;width:51.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.9403400421142rem;left:17.498224258423rem;display:block; }
#pCccqU9EMCbrUVTcABUQlx4U91uxO2M3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.3125rem;left:7.375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WbaG0dkKazTtrStXf5L3xBOT1FT8nSdx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8125rem;left:7.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#edr0Q61RxBLdX1LxZbV0n4MIHm14Aa83 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.060546875rem;left:28.185546875rem; }
#TV2AhprZe05dellV3pe2BcBOHFGuC1KH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:8.4990234375rem;left:25.998046875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iuuVJHqGW44nQg0t3JKtNr5JPwiDu8IP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.623046875rem;left:23.310546875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9UFoP0X1w9l66nQDgKUUb7lEUAn6vZI { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.6181640625rem;left:37.248046875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCGsif9E8eUlHIkBblqGDnX6viNWwZZO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:6.248046875rem;left:40.998046875rem; }
#uITx8834q3aGMTQ0EgMWSxKMptI02hha { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:8.4365234375rem;left:38.060546875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tQ2ILmU65D5clSOmx18kBAcFcnL6GUTp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.248046875rem;left:51.8095703125rem; }
#ISTnyCspMgv7msNWGKxGctp3aMvJSDsc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:8.4775390625rem;left:48.8720703125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XGWVdccGtQUtTBJMiwbrJ10L6xVuZ456 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:10.6181640625rem;left:48.9033203125rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kf6LCpbS6zAUT3rD1PqZIw20bDlMG2f2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:6.248046875rem;left:61.7490234375rem; }
#lleUvuw8GRyZTuS02JJCiZITxM9bQaba { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:8.4990234375rem;left:60.0615234375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktFw9lpXRCDGs1DEwh7CyO9OyWSoTJdc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:10.6181640625rem;left:58.8115234375rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { background-color: transparent; background-image: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container > .video-iframe-container { display: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container { display: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .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); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { border-width: 0; border-radius: 0; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:16.5rem;top:0.5rem;left:29.25rem;overflow:hidden;display:block; }
#u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O { 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:none; }#u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O > .row .container { border-width: 0; border-radius: 0; }#u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#nRE4ZVAwN0cwPFmvzEa0p6Tc9qV5QSzD { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:5.5625rem;left:21.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ByMp7AP759vf6MEKQmziksTXCOq2FMnN { color:#ffffff;display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:9.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iONnr7o3DgwwdfCKOfN2MXi2mAdkLe2C { box-sizing:content-box;height:29.75rem;width:62.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.28125rem;left:6.09375rem;display:block; }
#VNJUsIzZBCP3TXcRmsQhLTwv1odZmshp { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.3125rem;left:12.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xuH4QT2iBz06VwT0UwzL1TFKcHy0PXRL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:12.5rem;left:9.1875rem;overflow:hidden;display:block; }
#DTdJCSlwg4arquSTCkXwiF0MLlTVgPU5 { 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:13.375rem;width:13.375rem;top:12.5rem;left:22.5625rem;overflow:hidden;display:block; }
#nF4OfF0tla1ur9KDfo73wmTdTNygLRBv { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:12.625rem;left:39.125rem;overflow:hidden;display:block; }
#Hv5KItHsi3dqBfBtCV6QKocAPBABHT1K { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:12.625rem;left:52.5rem;overflow:hidden;display:block; }
#KhXqifNigOPslhiz7wWcudwf5Z59bQwx { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.3125rem;left:46.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { position:relative;display:none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { border-width: 0; border-radius: 0; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:25.125rem;top:3.5rem;left:6.25rem;overflow:hidden;display:block; }
#vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { box-sizing:content-box;height:23rem;width:39.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.5rem;left:29.625rem;display:block; }
#IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:7.75rem;left:35.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.125rem;left:35.3125rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEbQ9GbT9tlFPG8c3Bx3bouCE8hTEUiB { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:19.1875rem;left:35.3125rem;display:block; }
#flctEMJinTd0zS0V4OXDvEIn0IL9TN1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { top:2.9375rem;left:0rem;width:18.75rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIFJNEPqOwILo5toD1GEOuAmk3vvDv0r { width:12.6875rem;height:3rem;top:2rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmErduBueG41JwhnCuWW4lillf3hK96 { display:block; }
 }@media only screen and (max-width: 763px) { #s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { width:9.1875rem;height:2.9375rem;top:2.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block; }
 }@media only screen and (max-width: 763px) { #MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { top:0rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3cnKAKirzTr8x7RGP7nEgTebhof6flT { display:block; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk4T0KSC1M24o0CU5eB9zdC29r5ySUNW { top:0rem;left:0rem;width:15.5625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoS44g7TAzheUQ1K4hNardfOG4sbBbha { width:32.5rem;height:6.875rem;top:5.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n42CKu5NQmVTPnOJEzWxi90STuHTcNnA { width:19.375rem;height:7.75rem;top:16.0625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alBB9EFDM7JRL5s4DUKuE0fsmvoZ6JBd { top:16.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okJz470dTLOcMGXcW83CtkHeokapc4GI { top:19.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy7grECol7b0sh9mcuUGwNN52v6M05FV { top:21.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7sXLz90SDVCkrE1K54thh6PI2ZLQgJI { width:14.375rem;height:3rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcBORv5p39AWMM7lLiA4c60igNJfIsz7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZepEVHVhduvtaGd2xyHENlSU1L7POkEH { top:0rem;left:0rem;width:47.75rem;height:20.174375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvdtIp92RqtR8miaJwGWDyPe1Bax7UH { width:28.4375rem;height:1.625rem;top:13.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLAaRFN90JoWTh0rpT3pPK3QA30z6oJ { width:15.25rem;height:1.625rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { display:block; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBgzylRayNzdi2aqCBkK9QlNsOUTdAzy { top:0rem;left:0rem;width:14.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BadxudoiGd6PAuRQwVzDgW4yxrh13c5v { width:40.375rem;height:;top:3.5rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVh2rlwUZ8m6RLcSsx9GpWHVmxRkKOg5 { width:19.375rem;height:7.75rem;top:15.1875rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWoRTaXynbzNldhbXpIbll3M7gNiD9U { top:15.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvx2h5qVdkdNWuilF6Bfer3DStlRZxw { top:18.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss31EnpSkSO9AT2nt2fMCZpkZ2aKSrNA { top:20.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3BAc5FXgthIF1em44KTqKMrC2E0rI08 { top:12.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWAvASSQxi82gEfKaTE7flkW8wbBLUO { top:12.5625rem;left:0.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6Hhb857FtmvUAPIE7QgI8t7VuSRl7v { top:12.5625rem;left:1.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZsUpvdIWBExbfEpk1bMknwZBZrmtc5d { top:12.5625rem;left:1.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do8526zLxgiibdZ96Vx3q4JzxVHhGDt9 { top:12.5625rem;left:2.6875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKU5AAdS9mwDSdxPG02c1AqlluqKbW1R { width:12.375rem;height:1.25rem;top:12.4375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuloJat97pm5orOKEfEfZs0BguHlrGJ { width:14.375rem;height:3rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #af8iS7xZ672AB1fxrTobEbKkZQQp3Hfb { display:block; }
 }@media only screen and (max-width: 763px) { #xTz79mk8UE2sDF5CNv0mUEqlcvodKfx5 { top:0rem;left:0rem;width:47.75rem;height:20.235142118863rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { display:block; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxxduUf028RKkvvmCte8Vhiw1krGF2nI { top:2.0625rem;left:3.1875rem;width:8.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovyDXTFhixgryqLGVScKeXrXJgydTxZ { top:2.3125rem;left:13.843751907349rem;width:8.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyU7HQzxVk00MB7V9nmFgTdQAubc975V { top:2.625rem;left:25.094186782837rem;width:8.5625rem;height:1.7980406073805rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQ0leCBUh0Q1MVwp9DJdfldK2fBCBOq { top:2.375rem;left:35.8125rem;width:8.5rem;height:2.171865760445rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGTP6huvqozwo8GyniB6Pc8plzNZU12 { top:6.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 { display:block; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5AhbhRIAEvofctup2ONa4kiwzBgRiOu { top:27.625rem;left:0rem;width:20.125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPxqy3o2p5SSvT9QwXI5a5nwmWueTwd { top:27.625rem;left:27.5625rem;width:20.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtLsswuBN5QDKu3f9pIvEs8aLBg6XzF2 { top:27.625rem;left:13.8125rem;width:20.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlU4JLAZhIsufQKrMaQvHieBkwPF0fbM { width:15.25rem;height:1.625rem;top:29.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8rRfdR2WPLNxE3yI4cdWsaabFxM2U7 { width:17.5625rem;height:2.5625rem;top:31.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJJeCBg5sbtQG9cm9DI43qz6C25qzzve { width:17.5625rem;height:3.875rem;top:31.9375rem;left:15.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLUUn5WeFqr4sN39R6T8XyHUQqPTxifH { width:17.5rem;height:1.625rem;top:29.4375rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKVg9en9CLgSHU3wmweEO31ZXtNCgfNW { width:15.5625rem;height:1.625rem;top:29.5rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hngh6SVBFbr2szQ8GL3pBEi2KyNhdZSO { width:17.9375rem;height:3.875rem;top:32rem;left:29.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJTVku22M53hVxiEKIXX5TnIrGKvAEn { top:9.9375rem;left:0rem;width:20.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWgT8FnhsUb8xJctniiR2lLNQ59WpSVt { top:9.9375rem;left:13.75rem;width:20.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWQFQCtrIV6J7vLTszTtd8e4dIqLQLei { top:9.9375rem;left:27.625rem;width:20.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4WBApkRymbePG8fZuuL44yC87EQzEac { width:47.75rem;height:1.5rem;top:6.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFaH6vGzwkHtDf6TUtR05a1pqbiKRtN { width:14.4375rem;height:;top:3.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o { display:block; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiCvZJtnnTmQzCFrVeqKisC96KWTz1Dn { width:31.125rem;height:3rem;top:3.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VswVNrvSKTEG7w0W3BXP5AKrrqtraK { width:47.75rem;height:1.5rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSCLE2nC6TM6t4T91r3MuMVsAQ7DMCCv { top:22.1875rem;left:0rem;width:24.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJPh0OvX43yLaPdenMzwfHL5BIW92Np { width:21.625rem;height:1.4375rem;top:25.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKRHdyPV39sOAhRBqcNJds4QUbXwAG1r { top:10.4375rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BffZuVnDrXbqRT2UgIXWnWLvQZ6oI5TA { top:10.4375rem;left:6rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlcmwv4znwiFTNQTLATMLtVVyVyh8bzz { top:10.5625rem;left:26.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brotDTONZFEegVu4e770CDpsmX7ARC1i { top:10.5625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWsoyIbzxClh1hWkEforHBfdQlFH9tWE { top:22.1875rem;left:23rem;width:24.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFr8JHoFdmKLROfbJfg18zTEKfTGF1eh { width:12.3125rem;height:1.4375rem;top:25.25rem;left:35.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy { display:block; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLUBNySRs9BB1mnSn7zLrn3rLNibgMyz { width:23.625rem;height:;top:4.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcLg1WIbsvuf7g9ooxqdgmF1Iu8S1NWT { width:28.5rem;height:3rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVS5alnCM4mLtdaETeFFDDRTCF8vnyWP { top:3.375rem;left:17.125rem;width:30.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRZgFwHIRuZRCMiaeceAws03xD8cuXHq { width:11.75rem;height:;top:5.75rem;left:27.0625rem;font-size:0.875rem;display:block; }#xRZgFwHIRuZRCMiaeceAws03xD8cuXHq li:before{  }
 }@media only screen and (max-width: 763px) { #fAOCWcyG6SReb5tddHkTzDoyRBKD9TzM { width:12.875rem;height:;top:5.75rem;left:34.875rem;font-size:0.875rem;display:block; }#fAOCWcyG6SReb5tddHkTzDoyRBKD9TzM li:before{  }
 }@media only screen and (max-width: 763px) { #eKTdMvNGOtVspDWv0oXx9MBwxdF5QAnv { width:14.375rem;height:3rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FegnhlLkCZ9xCbEpBi8TqD6vNLt4rH02 { display:block; }
 }@media only screen and (max-width: 763px) { #gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC { display:block; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN { display:flex;height:auto;width:45.25rem;top:5.4375rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #helfuibH7lxTZMGNAsddTbCtVcZCxh1E {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #DCNlZs6F97CuVlLckzGhllTqe87SEha2 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #uMve0uk93JLZP19zEKK88EZZD6pOdlzB {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #WsVXr2V0XhtRRGp580OO2VeIidsbaodF {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #gsEgn3JhlLCDq9TkkUsfw8R1eXuyTALP {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #oXOz7nmyVOdh5ZeSbTXo97xJb9Fxeesy {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ZXG6teB9D0EDX8pH66Bux4ahugtik8qr {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #HS2R3iPchLzAFwlyfKPlswOZuu96GlyM {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #xJQDXgeQNGuFOtU99kHicAWUmJowriyK {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sIE2cz52erbGoVuSJPbiecMDTTubTLom {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ICCOBKLfEPFroMuBFh2GTamvoy94vcPD {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #umHEnF8aGqph7sk21Dvlx3h6gZNzUgad {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #eGRTvw2vQx2KTs1VAQMWv8mz9JFuSTuk {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #OffBnQJpIfyMqe6sp1rQEvXJNuthKCVO {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ERZszPXCKZcyBvCsf7585VmKvHDe2FRR {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #nJBLn0LgOaewqXtMQNHpw6DVaO5rwq13 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #NTJ8D8Kkxcce1I4BN92HBWA2vkZHEbpQ {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #I81Egz9ZkLxeprNWe2Uv0MMfa9i6VwZ6 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #qBQ0T3Z2WnXtN0OlE1JWz95U27gAWKRt {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #CDoe7rs9f6WiQvvbmfmxaBfsspLcFCNs {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #p0hG4DV7CoBtC1ToKRPimmQqtHolQLXy {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #TQM6mNv4x8dLq8i0pnnbvdMKshLuTP0p {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #lSoFD18s2xAClzkq0i5IGt2l2evy0Fev {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sHNVTgqWqJaEofLTXrT3X1o6RdSI6yxJ {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ePgMm1MZICyXgBLvQST6e6HGBkcgTyFP {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #hwLVJqQieByDshDtuupL5cgKPE1ziQbK {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sZQaTsWCKAu1KJTKcwB6M8TyWge56Bza {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #bU07mwf2CwV6VA4vZ4zU1O2GTWH014Tq {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #TaNbQaTXWqcsq6muH0FH6uMlZTzdfy1R {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #tf3adVwsFck6PyaQHwaLIvnJu8LFnheL {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #GkBW3W2UG4RxcnrOoQJJhypXdNCwC0cD {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #QC2ATo0b5x5Ot3pqgWwABKGiZpSRl9T3 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #vwOX3lT3rwVBROudRbGWXfHOoEQ1I1JP {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #fwNgsWFevmbSQwAFT93yeyNONV3OaahK {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #z50dcOMHBE7bJHWe6aAnJfkf3ITIwshG {  }
 }@media only screen and (max-width: 763px) { #iDgAl7sFnoIdIOAmazI8bikPIsPNQUOr { width:23.625rem;height:;top:5.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdTTiZmyMspz5GBuC5LJZBTPAGwA0uG { top:9.5rem;left:26.8125rem;width:20.875rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJgyGNFxifOfiEvz4n3GlWOJEeKXzpWo { width:14.375rem;height:3rem;top:30rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8GdTEH0B6Fq05CMb3k8PBksUowcrhyH { display:block; }
 }@media only screen and (max-width: 763px) { #EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { display:block; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhfKphZbpLrqffc7R8INCE4evmTLXT81 { top:5.0625rem;left:0rem;width:19.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMtEFkbnUSAGfT6VAD3A5bdvVxV9IWu { top:1.6875rem;left:0.125rem;width:47.625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LqCmsS85ls8b5kucJCCWG0fv8QdPTf { width:14.375rem;height:5.25rem;top:7.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyMTPpPll5mLk23LzDEAaFCECXtyN8ot { width:36.625rem;height:7.4375rem;top:6.875rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncsMk8MgTyuALyKkR9kr6CVSQygKNG9m { width:2.8125rem;height:15rem;top:0.9375rem;left:14.875rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT { display:block; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxU1OfrF3LzLMQxKkpoGEeRlztAEP8Hl { top:5.6875rem;left:0rem;width:19.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTLzlKNmOSpp2dWODcOQLx15NnPGF9p { top:1.6875rem;left:0.125rem;width:47.625rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZfKV90p9CvMxONGzeQUxnMV7GbocsW { width:14.375rem;height:5.25rem;top:7.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBBQwQO5GRztUsKoyTxWSXOCfKBlFEpP { width:35.4375rem;height:9rem;top:6.875rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk0b9Z3vkFoAto9GD8LGDXVGQatnrVT5 { width:2.8125rem;height:15rem;top:0.9375rem;left:14.875rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCiIC8WgDW9BkSxxWL45Sp224LSUhQrc { width:12.375rem;height:1.25rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERwti10k8uTVZE1MCm6uInmGIoyiPRzu { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv7Kcl06uun92XsA4qKWc4O139k5HzS9 { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChxbsCnoaVEuayZ6huRE29izdypfrL3H { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVXwEVVU13iZTMlG8Vn4ZKTHTQh9TvXD { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T75ZbANdA4qvhoRcJ67fMXqqm25t5SmW { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { display:block; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcUuKU4W3SDnCSIHFIhdZBq0i8sBtEeR { width:28.75rem;height:11.3125rem;top:6.9375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLhIeRKPpKNXAVTWZPqH4ShQqEIWsyNX { width:25.1875rem;height:3.875rem;top:18.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLfAkiExoZHOergg5LUa7zS2BeunuKrx { width:12.0625rem;height:3rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOddnVHPb0bgRDcmr5sa1f8METAkOICJ { display:block; }
 }@media only screen and (max-width: 763px) { #XgCqETvogyIJV7PJ0BEgdT6lk11ZkN8X { top:4.3125rem;left:16.375rem;width:31.375rem;height:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGIOoTQfw6EwArR95zJia4La2OspKayL { display:block; }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulP4BEwJ0h1RqXR4a3Ard4kh35vdv2tO { top:5.375rem;left:0rem;width:15.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJWpeOSXCGRb8Qhu2vXdH7thRKemAfd { top:2.9375rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCccqU9EMCbrUVTcABUQlx4U91uxO2M3 { width:12.625rem;height:2.25rem;top:7.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbaG0dkKazTtrStXf5L3xBOT1FT8nSdx { width:12.625rem;height:3.875rem;top:9.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edr0Q61RxBLdX1LxZbV0n4MIHm14Aa83 { top:6rem;left:14.560546875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2AhprZe05dellV3pe2BcBOHFGuC1KH { width:6.375rem;height:1.5rem;top:8.4375rem;left:12.373046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuuVJHqGW44nQg0t3JKtNr5JPwiDu8IP { width:11.75rem;height:3.4375rem;top:10.5625rem;left:9.685546875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9UFoP0X1w9l66nQDgKUUb7lEUAn6vZI { width:9.5rem;height:3.375rem;top:10.5625rem;left:23.623046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCGsif9E8eUlHIkBblqGDnX6viNWwZZO { top:6.1875rem;left:27.373046875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uITx8834q3aGMTQ0EgMWSxKMptI02hha { width:7.875rem;height:1.5rem;top:8.375rem;left:24.435546875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ILmU65D5clSOmx18kBAcFcnL6GUTp { top:6.1875rem;left:38.1845703125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTnyCspMgv7msNWGKxGctp3aMvJSDsc { width:7.875rem;height:1.5rem;top:8.4375rem;left:35.2470703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGWVdccGtQUtTBJMiwbrJ10L6xVuZ456 { width:7.8125rem;height:3.375rem;top:10.5625rem;left:35.2783203125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6LCpbS6zAUT3rD1PqZIw20bDlMG2f2 { top:6.1875rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleUvuw8GRyZTuS02JJCiZITxM9bQaba { width:5.375rem;height:1.5rem;top:8.4375rem;left:42.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktFw9lpXRCDGs1DEwh7CyO9OyWSoTJdc { width:7.875rem;height:3.375rem;top:10.5625rem;left:39.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { display:block; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { top:0.5rem;left:15.625rem;width:16.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O { display:block; }#u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRE4ZVAwN0cwPFmvzEa0p6Tc9qV5QSzD { width:31.125rem;height:3rem;top:5.5625rem;left:8.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByMp7AP759vf6MEKQmziksTXCOq2FMnN { width:47.75rem;height:1.5rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iONnr7o3DgwwdfCKOfN2MXi2mAdkLe2C { top:2.25rem;left:0rem;width:47.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJUsIzZBCP3TXcRmsQhLTwv1odZmshp { width:21.625rem;height:1.25rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuH4QT2iBz06VwT0UwzL1TFKcHy0PXRL { top:12.5rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTdJCSlwg4arquSTCkXwiF0MLlTVgPU5 { top:12.5rem;left:8.9375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF4OfF0tla1ur9KDfo73wmTdTNygLRBv { top:12.625rem;left:25.5rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv5KItHsi3dqBfBtCV6QKocAPBABHT1K { top:12.625rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhXqifNigOPslhiz7wWcudwf5Z59bQwx { width:12.3125rem;height:1.25rem;top:27.3125rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHMonZbmItr0fz3Edym4PWzdEiSCKlah { display:block; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { top:3.5rem;left:0rem;width:25.125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { top:3.5rem;left:8.6875rem;width:39.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { width:20.8125rem;height:3rem;top:7.75rem;left:21.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { width:28.75rem;height:6.4375rem;top:11.125rem;left:19rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEbQ9GbT9tlFPG8c3Bx3bouCE8hTEUiB { width:11.25rem;height:3rem;top:19.1875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flctEMJinTd0zS0V4OXDvEIn0IL9TN1f { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { width:20rem;height:1.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIFJNEPqOwILo5toD1GEOuAmk3vvDv0r { width:10.5625rem;height:2.5rem;top:4.625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMmErduBueG41JwhnCuWW4lillf3hK96 { display:block; }
 }@media only screen and (max-width: 763px) { #s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { width:7.5rem;height:2.5rem;top:4.625rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block; }
 }@media only screen and (max-width: 763px) { #MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { width:20rem;height:8.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3cnKAKirzTr8x7RGP7nEgTebhof6flT { display:block; }#g3cnKAKirzTr8x7RGP7nEgTebhof6flT > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk4T0KSC1M24o0CU5eB9zdC29r5ySUNW { width:19.875rem;height:39.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CoS44g7TAzheUQ1K4hNardfOG4sbBbha { width:17.0625rem;height:3.8994125rem;top:3.5625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:3.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n42CKu5NQmVTPnOJEzWxi90STuHTcNnA { width:16.5625rem;height:5.77441875rem;top:11.09375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #alBB9EFDM7JRL5s4DUKuE0fsmvoZ6JBd { display:flex;width:1.25rem;height:1.25rem;top:11.4375rem;left:1.125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #okJz470dTLOcMGXcW83CtkHeokapc4GI { display:flex;width:1.25rem;height:1.25rem;top:13.3125rem;left:1.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uy7grECol7b0sh9mcuUGwNN52v6M05FV { display:flex;width:1.25rem;height:1.25rem;top:15.25rem;left:1.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7sXLz90SDVCkrE1K54thh6PI2ZLQgJI { width:17.75rem;height:3rem;top:17.875rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcBORv5p39AWMM7lLiA4c60igNJfIsz7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZepEVHVhduvtaGd2xyHENlSU1L7POkEH { width:18.3125rem;height:7.75rem;top:23.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEvdtIp92RqtR8miaJwGWDyPe1Bax7UH { width:17.9375rem;height:2.923825rem;top:7.4228515625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLAaRFN90JoWTh0rpT3pPK3QA30z6oJ { width:11.5rem;height:1.4619125rem;top:1.8515625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { display:none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { width:20rem;height:41.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rBgzylRayNzdi2aqCBkK9QlNsOUTdAzy { width:20rem;height:39.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BadxudoiGd6PAuRQwVzDgW4yxrh13c5v { width:17.0625rem;height:7.19825rem;top:2.25rem;left:1.125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DVh2rlwUZ8m6RLcSsx9GpWHVmxRkKOg5 { width:16.5625rem;height:6.5625rem;top:11.90625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #FRWoRTaXynbzNldhbXpIbll3M7gNiD9U { display:flex;width:1.25rem;height:1.25rem;top:12.4375rem;left:1.125rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ZTvx2h5qVdkdNWuilF6Bfer3DStlRZxw { display:flex;width:1.25rem;height:1.25rem;top:14.5625rem;left:1.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ss31EnpSkSO9AT2nt2fMCZpkZ2aKSrNA { display:flex;width:1.25rem;height:1.25rem;top:16.75rem;left:1.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #m3BAc5FXgthIF1em44KTqKMrC2E0rI08 { display:flex;width:0.9375rem;height:0.9375rem;top:10.1875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #SAWAvASSQxi82gEfKaTE7flkW8wbBLUO { display:flex;width:0.9375rem;height:0.9375rem;top:10.1875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #QA6Hhb857FtmvUAPIE7QgI8t7VuSRl7v { display:flex;width:0.9375rem;height:0.9375rem;top:10.1875rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #bZsUpvdIWBExbfEpk1bMknwZBZrmtc5d { display:flex;width:0.9375rem;height:0.9375rem;top:10.1875rem;left:2.75rem; }
 }@media only screen and (max-width: 763px) { #Do8526zLxgiibdZ96Vx3q4JzxVHhGDt9 { display:flex;width:0.9375rem;height:0.9375rem;top:10.1875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #hKU5AAdS9mwDSdxPG02c1AqlluqKbW1R { width:12.375rem;height:1.13671875rem;top:10.125rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMuloJat97pm5orOKEfEfZs0BguHlrGJ { width:17.75rem;height:3rem;top:19.5rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af8iS7xZ672AB1fxrTobEbKkZQQp3Hfb { display:block; }
 }@media only screen and (max-width: 763px) { #xTz79mk8UE2sDF5CNv0mUEqlcvodKfx5 { width:20rem;height:8.4375rem;top:23.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl { display:block; }#T9lpHDQs2R3SMmucCmTrAuIKsfG7ltFl > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxxduUf028RKkvvmCte8Vhiw1krGF2nI { width:8.75rem;height:2.5rem;top:2.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sovyDXTFhixgryqLGVScKeXrXJgydTxZ { width:8.75rem;height:2.1875rem;top:6.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyU7HQzxVk00MB7V9nmFgTdQAubc975V { width:8.5625rem;height:1.798825rem;top:10.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQ0leCBUh0Q1MVwp9DJdfldK2fBCBOq { width:8.5rem;height:2.1717072173678rem;top:13.4521484375rem;left:5.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGTP6huvqozwo8GyniB6Pc8plzNZU12 { width:19.875rem;height:0.125rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 { display:block; }#dzAWSxJ3fApiZUZifRtKz63qRvegOAB5 > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r5AhbhRIAEvofctup2ONa4kiwzBgRiOu { width:20rem;height:7.875rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbPxqy3o2p5SSvT9QwXI5a5nwmWueTwd { width:20rem;height:7.4375rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtLsswuBN5QDKu3f9pIvEs8aLBg6XzF2 { width:20rem;height:7.8125rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlU4JLAZhIsufQKrMaQvHieBkwPF0fbM { width:15.4375rem;height:1.4619125rem;top:30rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8rRfdR2WPLNxE3yI4cdWsaabFxM2U7 { width:17.561875rem;height:2.2734375rem;top:31.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJJeCBg5sbtQG9cm9DI43qz6C25qzzve { width:17.561875rem;height:2.2734375rem;top:58.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLUUn5WeFqr4sN39R6T8XyHUQqPTxifH { width:16.6875rem;height:1.4619125rem;top:56.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKVg9en9CLgSHU3wmweEO31ZXtNCgfNW { width:11.9998125rem;height:1.4619125rem;top:83.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hngh6SVBFbr2szQ8GL3pBEi2KyNhdZSO { width:16.25rem;height:2.2734375rem;top:85.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJTVku22M53hVxiEKIXX5TnIrGKvAEn { width:20rem;height:17.625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWgT8FnhsUb8xJctniiR2lLNQ59WpSVt { width:20rem;height:17.625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWQFQCtrIV6J7vLTszTtd8e4dIqLQLei { width:20rem;height:17.625rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4WBApkRymbePG8fZuuL44yC87EQzEac { width:20rem;height:3.9375rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFaH6vGzwkHtDf6TUtR05a1pqbiKRtN { width:14.4375rem;height:1.94921875rem;top:2.6875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o { display:block; }#ydiLI6GJf6sXvBsUqF8PAF2bX1ll7s4o > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiCvZJtnnTmQzCFrVeqKisC96KWTz1Dn { width:17.625rem;height:3.8984375rem;top:2.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h7VswVNrvSKTEG7w0W3BXP5AKrrqtraK { width:18.5625rem;height:3.9375rem;top:6.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSCLE2nC6TM6t4T91r3MuMVsAQ7DMCCv { width:19.375rem;height:3.25rem;top:22.3994140625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJJPh0OvX43yLaPdenMzwfHL5BIW92Np { width:18.4375rem;height:1.13671875rem;top:23.4560546875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKRHdyPV39sOAhRBqcNJds4QUbXwAG1r { width:9.6875rem;height:9.6875rem;top:12.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BffZuVnDrXbqRT2UgIXWnWLvQZ6oI5TA { width:9.6875rem;height:9.6875rem;top:12.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlcmwv4znwiFTNQTLATMLtVVyVyh8bzz { width:9.6875rem;height:9.6875rem;top:27.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brotDTONZFEegVu4e770CDpsmX7ARC1i { width:9.6875rem;height:9.6875rem;top:27.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWsoyIbzxClh1hWkEforHBfdQlFH9tWE { width:19.375rem;height:3.25rem;top:37rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFr8JHoFdmKLROfbJfg18zTEKfTGF1eh { width:12.3125rem;height:1.13671875rem;top:38.0625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy { display:block; }#H8qa6w9e8VdAKfgJyliZKxZ0t4w6MsGy > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLUBNySRs9BB1mnSn7zLrn3rLNibgMyz { width:19.375rem;height:1.94921875rem;top:1.36328125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kcLg1WIbsvuf7g9ooxqdgmF1Iu8S1NWT { width:18.5625rem;height:3.9375rem;top:3.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVS5alnCM4mLtdaETeFFDDRTCF8vnyWP { width:16.125rem;height:23.1875rem;top:8.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRZgFwHIRuZRCMiaeceAws03xD8cuXHq { width:12.5625rem;height:9.832rem;top:10.5rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#xRZgFwHIRuZRCMiaeceAws03xD8cuXHq li:before{  }
 }@media only screen and (max-width: 763px) { #fAOCWcyG6SReb5tddHkTzDoyRBKD9TzM { width:10rem;height:9.5195rem;top:20.625rem;left:4.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#fAOCWcyG6SReb5tddHkTzDoyRBKD9TzM li:before{  }
 }@media only screen and (max-width: 763px) { #eKTdMvNGOtVspDWv0oXx9MBwxdF5QAnv { width:19.0625rem;height:3rem;top:33.75rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FegnhlLkCZ9xCbEpBi8TqD6vNLt4rH02 { display:block; }
 }@media only screen and (max-width: 763px) { #gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC { display:block; }#gxsyxKSaa9tT819LP80Fx4gt4bVbKXdC > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-heading-text { line-height:1.3;overflow:hidden;height:auto;font-size:1rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN { display:flex;height:auto;width:16.25rem;top:7.6875rem;left:0rem; }
#GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #helfuibH7lxTZMGNAsddTbCtVcZCxh1E {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #DCNlZs6F97CuVlLckzGhllTqe87SEha2 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #uMve0uk93JLZP19zEKK88EZZD6pOdlzB {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #WsVXr2V0XhtRRGp580OO2VeIidsbaodF {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #gsEgn3JhlLCDq9TkkUsfw8R1eXuyTALP {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #oXOz7nmyVOdh5ZeSbTXo97xJb9Fxeesy {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ZXG6teB9D0EDX8pH66Bux4ahugtik8qr {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #HS2R3iPchLzAFwlyfKPlswOZuu96GlyM {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #xJQDXgeQNGuFOtU99kHicAWUmJowriyK {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sIE2cz52erbGoVuSJPbiecMDTTubTLom {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ICCOBKLfEPFroMuBFh2GTamvoy94vcPD {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #umHEnF8aGqph7sk21Dvlx3h6gZNzUgad {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #eGRTvw2vQx2KTs1VAQMWv8mz9JFuSTuk {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #OffBnQJpIfyMqe6sp1rQEvXJNuthKCVO {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ERZszPXCKZcyBvCsf7585VmKvHDe2FRR {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #nJBLn0LgOaewqXtMQNHpw6DVaO5rwq13 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #NTJ8D8Kkxcce1I4BN92HBWA2vkZHEbpQ {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #I81Egz9ZkLxeprNWe2Uv0MMfa9i6VwZ6 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #qBQ0T3Z2WnXtN0OlE1JWz95U27gAWKRt {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #CDoe7rs9f6WiQvvbmfmxaBfsspLcFCNs {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #p0hG4DV7CoBtC1ToKRPimmQqtHolQLXy {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #TQM6mNv4x8dLq8i0pnnbvdMKshLuTP0p {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #lSoFD18s2xAClzkq0i5IGt2l2evy0Fev {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sHNVTgqWqJaEofLTXrT3X1o6RdSI6yxJ {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #ePgMm1MZICyXgBLvQST6e6HGBkcgTyFP {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #hwLVJqQieByDshDtuupL5cgKPE1ziQbK {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #sZQaTsWCKAu1KJTKcwB6M8TyWge56Bza {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #bU07mwf2CwV6VA4vZ4zU1O2GTWH014Tq {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #TaNbQaTXWqcsq6muH0FH6uMlZTzdfy1R {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #tf3adVwsFck6PyaQHwaLIvnJu8LFnheL {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #GkBW3W2UG4RxcnrOoQJJhypXdNCwC0cD {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #QC2ATo0b5x5Ot3pqgWwABKGiZpSRl9T3 {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #vwOX3lT3rwVBROudRbGWXfHOoEQ1I1JP {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #fwNgsWFevmbSQwAFT93yeyNONV3OaahK {  }
 }@media only screen and (max-width: 763px) { #GbdVVlV7rWv21JIgqS4qp4JW4gSiioFN #z50dcOMHBE7bJHWe6aAnJfkf3ITIwshG {  }
 }@media only screen and (max-width: 763px) { #iDgAl7sFnoIdIOAmazI8bikPIsPNQUOr { width:20rem;height:3.8984375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zvdTTiZmyMspz5GBuC5LJZBTPAGwA0uG { width:20rem;height:25rem;top:47.734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJgyGNFxifOfiEvz4n3GlWOJEeKXzpWo { width:14.375rem;height:3rem;top:67.9375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8GdTEH0B6Fq05CMb3k8PBksUowcrhyH { display:block; }
 }@media only screen and (max-width: 763px) { #EWnSrFhML95HoUwAz00hMm1KsuMmo3DC { display:none; }#EWnSrFhML95HoUwAz00hMm1KsuMmo3DC > .row .container { width:20rem;height:30.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KhfKphZbpLrqffc7R8INCE4evmTLXT81 { width:20rem;height:7.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMtEFkbnUSAGfT6VAD3A5bdvVxV9IWu { width:20rem;height:19.5625rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LqCmsS85ls8b5kucJCCWG0fv8QdPTf { width:16.875rem;height:3.8984375rem;top:4.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GyMTPpPll5mLk23LzDEAaFCECXtyN8ot { width:16.9375rem;height:13.125rem;top:13.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncsMk8MgTyuALyKkR9kr6CVSQygKNG9m { width:2.8125rem;height:7.0498125rem;top:10.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:5.875rem;line-height:1.2;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT { display:block; }#BSyISnhFS8Ow2QwT3lR2rBozhdwPhLwT > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxU1OfrF3LzLMQxKkpoGEeRlztAEP8Hl { width:20rem;height:9.3125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTLzlKNmOSpp2dWODcOQLx15NnPGF9p { width:20rem;height:20.875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEZfKV90p9CvMxONGzeQUxnMV7GbocsW { width:16.875rem;height:3.8984375rem;top:4.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XBBQwQO5GRztUsKoyTxWSXOCfKBlFEpP { width:16.9375rem;height:14.4375rem;top:14.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk0b9Z3vkFoAto9GD8LGDXVGQatnrVT5 { width:2.8125rem;height:7.0498125rem;top:12.375rem;left:1rem;text-align:center;text-align-last:center;font-size:5.875rem;line-height:1.2;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yCiIC8WgDW9BkSxxWL45Sp224LSUhQrc { width:12.375rem;height:1.13671875rem;top:8.3125rem;left:6.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERwti10k8uTVZE1MCm6uInmGIoyiPRzu { display:flex;width:0.9375rem;height:0.9375rem;top:8.5rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Sv7Kcl06uun92XsA4qKWc4O139k5HzS9 { display:flex;width:0.9375rem;height:0.9375rem;top:8.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ChxbsCnoaVEuayZ6huRE29izdypfrL3H { display:flex;width:0.9375rem;height:0.9375rem;top:8.5rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #JVXwEVVU13iZTMlG8Vn4ZKTHTQh9TvXD { display:flex;width:0.9375rem;height:0.9375rem;top:8.5rem;left:4.1875rem; }
 }@media only screen and (max-width: 763px) { #T75ZbANdA4qvhoRcJ67fMXqqm25t5SmW { display:flex;width:0.9375rem;height:0.9375rem;top:8.5rem;left:5.125rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TqkvCNaJ6DuezudEznrVE5dVlTcODXFX { display:block; }#TqkvCNaJ6DuezudEznrVE5dVlTcODXFX > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcUuKU4W3SDnCSIHFIhdZBq0i8sBtEeR { width:20rem;height:4.5rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HLhIeRKPpKNXAVTWZPqH4ShQqEIWsyNX { width:18.3125rem;height:3.41015625rem;top:7.3125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLfAkiExoZHOergg5LUa7zS2BeunuKrx { width:10.5625rem;height:2.5rem;top:11.9375rem;left:4.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOddnVHPb0bgRDcmr5sa1f8METAkOICJ { display:block; }
 }@media only screen and (max-width: 763px) { #XgCqETvogyIJV7PJ0BEgdT6lk11ZkN8X { width:20rem;height:51.9375rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGIOoTQfw6EwArR95zJia4La2OspKayL { display:block; }#OGIOoTQfw6EwArR95zJia4La2OspKayL > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulP4BEwJ0h1RqXR4a3Ard4kh35vdv2tO { width:20rem;height:8.6875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXJWpeOSXCGRb8Qhu2vXdH7thRKemAfd { width:20rem;height:37.75rem;top:11.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCccqU9EMCbrUVTcABUQlx4U91uxO2M3 { width:12.6248125rem;height:2.25rem;top:4.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WbaG0dkKazTtrStXf5L3xBOT1FT8nSdx { width:15.625rem;height:2.2734375rem;top:6.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edr0Q61RxBLdX1LxZbV0n4MIHm14Aa83 { display:flex;width:1.936525rem;height:1.936525rem;top:12.6533203125rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #TV2AhprZe05dellV3pe2BcBOHFGuC1KH { width:12.6248125rem;height:1.6494125rem;top:14.8408203125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iuuVJHqGW44nQg0t3JKtNr5JPwiDu8IP { width:12rem;height:3.41015625rem;top:16.7392578125rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9UFoP0X1w9l66nQDgKUUb7lEUAn6vZI { width:13.0625rem;height:3.41015625rem;top:25.513671875rem;left:3.46875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCGsif9E8eUlHIkBblqGDnX6viNWwZZO { display:flex;width:1.936525rem;height:1.936525rem;top:39.4677734375rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #uITx8834q3aGMTQ0EgMWSxKMptI02hha { width:12.624rem;height:1.6494125rem;top:23.677734375rem;left:3.6865234375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ILmU65D5clSOmx18kBAcFcnL6GUTp { display:flex;width:1.936525rem;height:1.936525rem;top:30.5rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #ISTnyCspMgv7msNWGKxGctp3aMvJSDsc { width:12.6248125rem;height:1.6494125rem;top:32.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XGWVdccGtQUtTBJMiwbrJ10L6xVuZ456 { width:10.124rem;height:3.41015625rem;top:34.5859375rem;left:4.9365234375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf6LCpbS6zAUT3rD1PqZIw20bDlMG2f2 { display:flex;width:1.936525rem;height:1.936525rem;top:21.529296875rem;left:9.03125rem; }
 }@media only screen and (max-width: 763px) { #lleUvuw8GRyZTuS02JJCiZITxM9bQaba { width:12.6248125rem;height:1.6494125rem;top:41.654296875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ktFw9lpXRCDGs1DEwh7CyO9OyWSoTJdc { width:9.4375rem;height:3.41015625rem;top:43.552734375rem;left:5.28125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { display:block; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { width:16.5rem;height:3.9375rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O { display:none; }#u96IvEzGmx8B7zdD0QLO5oQ1CFhDZu4O > .row .container { width:20rem;height:88.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nRE4ZVAwN0cwPFmvzEa0p6Tc9qV5QSzD { width:17.625rem;height:3.8984375rem;top:1.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ByMp7AP759vf6MEKQmziksTXCOq2FMnN { width:18.5625rem;height:3.9375rem;top:3.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iONnr7o3DgwwdfCKOfN2MXi2mAdkLe2C { width:20rem;height:17.25rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJUsIzZBCP3TXcRmsQhLTwv1odZmshp { width:11.9998125rem;height:2.923825rem;top:11.49609375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuH4QT2iBz06VwT0UwzL1TFKcHy0PXRL { width:13.375rem;height:13.375rem;top:27.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTdJCSlwg4arquSTCkXwiF0MLlTVgPU5 { width:13.375rem;height:13.375rem;top:42.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF4OfF0tla1ur9KDfo73wmTdTNygLRBv { width:13.375rem;height:13.375rem;top:56.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv5KItHsi3dqBfBtCV6QKocAPBABHT1K { width:13.375rem;height:13.375rem;top:71.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhXqifNigOPslhiz7wWcudwf5Z59bQwx { width:12.3125rem;height:1.29980625rem;top:86.0625rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHMonZbmItr0fz3Edym4PWzdEiSCKlah { display:none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { width:20rem;height:62.1962890625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { width:13.1875rem;height:12.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { width:20rem;height:33.75rem;top:28.4462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { width:16.3125rem;height:3.8984375rem;top:29.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { width:16.6875rem;height:9.09375rem;top:34.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEbQ9GbT9tlFPG8c3Bx3bouCE8hTEUiB { width:7.5rem;height:2.5rem;top:56.0625rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flctEMJinTd0zS0V4OXDvEIn0IL9TN1f { display:block; }
 }