.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@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-secondary-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-secondary-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:58.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Q0qNvv0U2nzaah4c131qhfvlb3cIo2mn { color:rgba(var(--color-tertiary-2),1);display:block;width:37.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.907958984375rem;left:17.6044921875rem;height:7.8003125rem;text-align:center;text-align-last:center;display:block; }
#eyl47TB3uIU73NCIuLieT73QSMxR7R0l { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9080947637558rem;left:18.387587547302rem;height:1.94970625rem;display:block; }
#TR6sFamrP1iErznk7S48gSkXGN3DUHTG { color:rgba(var(--color-tertiary-2),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.436306476593rem;left:17.606337547302rem;height:6.8245625rem;text-align:center;text-align-last:center;display:none; }
#nC1d9LcUo7CWPO4pBigS2z26aN7TLTTn { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9080947637558rem;left:18.387587547302rem;height:1.94986875rem;display:none; }
#LGGsHV6uNEzno6gfTBxV1K03aEPxfvXv { position:absolute;display:block;z-index:15000;height:35.7495rem;width:64rem;top:10.593017578125rem;left:4.509521484375rem;display:block; }
#vDix1ApPM0swMHRKvTTkHT1OHlUqDJdV { position:absolute;display:block;z-index:15000;height:18.9375rem;width:33.8125rem;top:34.7490234375rem;left:19.7490234375rem;display:none; }
#pMgzPvJngRBtFRbVAEshblCNeRDputLT { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#s2LRTdlXROgVCz4TUrFBcZlSM0ZJAuFG { background-color:#ff0000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.6865rem;height:7.43625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:48.74853515625rem;left:18.156005859375rem;display:block; }
#Aifo3ampi6z82EBbFRKOvku36JKunH97 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b9dg5aAuQ8zJLto17eOL1MT86Ls6kTIT { background-color:#ff0000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.68725rem;height:7.437rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:40.7490234375rem;left:18.154541015625rem;display:none; }
#B5t50ALODHPw3uPDPmpLJCieVNtxf5vV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vbJTv97IM4vyce7wyS52lIv2QzRay1DT { position:relative;display:none; }#vbJTv97IM4vyce7wyS52lIv2QzRay1DT { border-width: 0; border-radius: 0; }#vbJTv97IM4vyce7wyS52lIv2QzRay1DT > .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; }#vbJTv97IM4vyce7wyS52lIv2QzRay1DT > .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:18.75rem;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; }#E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE { position:relative;display:none; }#E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE { border-width: 0; border-radius: 0; }#E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE > .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; }#E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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:none; }#TkNcaTKwNRdbAxF9CitTD1v3N6nEfzJd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:32.16213125rem;top:2.671875rem;left:2.202392578125rem;display:block; }
#s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH { position:relative;display:none; }#s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH { border-width: 0; border-radius: 0; }#s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH > .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; }#s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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:none; }#hJgemUIpcqNePDLhhMfNG5Bf2xTy2Soc { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:32.16213125rem;top:2.671875rem;left:2.202392578125rem;display:block; }
#EN6KrtESn2MZsq3JT7gGvzKgV85tym7o { position:relative;display:none; }#EN6KrtESn2MZsq3JT7gGvzKgV85tym7o { border-width: 0; border-radius: 0; }#EN6KrtESn2MZsq3JT7gGvzKgV85tym7o > .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; }#EN6KrtESn2MZsq3JT7gGvzKgV85tym7o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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:none; }#GGNU0A8cICEg1NOqLQwmzzlKlTlK0Urp { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:32.16213125rem;top:2.671875rem;left:2.202392578125rem;display:block; }
#bnOpgfvFGk4kLQTOghFViV3dDyLfByid { position:relative;display:none; }#bnOpgfvFGk4kLQTOghFViV3dDyLfByid { border-width: 0; border-radius: 0; }#bnOpgfvFGk4kLQTOghFViV3dDyLfByid > .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; }#bnOpgfvFGk4kLQTOghFViV3dDyLfByid > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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:none; }#HMzFapc1Tpo9c34g80E8AyzqMEgRVZd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:32.16213125rem;top:2.671875rem;left:2.202392578125rem;display:block; }
#SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN { position:relative;display:none; }#SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN { border-width: 0; border-radius: 0; }#SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN > .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; }#SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.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:none; }#iV3C5QgrZSK1GZ2LPUz2aaTkTG8P1VJ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:32.16213125rem;top:2.671875rem;left:2.202392578125rem;display:block; }
#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A { position:relative;display:block; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A { background-color: transparent; background-image: none; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .row .container > .video-iframe-container { display: none; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .row > .video-iframe-container { display: none; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .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); }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A { border-width: 0; border-radius: 0; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .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; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:146.4375rem;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; }#pxdGRSuJerXBCy35NXOWM9pJ6s1aTN8N { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:2.3125rem;left:0rem;display:none; }
#lShAnEbHLW9k1MyMMGTGGbeM3XgJfLIw { color:rgba(var(--color-tertiary-2),1);display:block;width:43.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6982375rem;top:38.625rem;left:14.3125rem;display:block; }
#R8ewthMT6nSDyPMTnwVP72fpbKy6CHPl { 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:26.93625rem;width:42.9375rem;top:8.875rem;left:14.3125rem;display:block; }
#BUGZ7QQDHaGstpxeUB9vXTJQQgF7akvI { color:rgba(var(--color-tertiary-2),1);display:block;width:50.74875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.64794375rem;top:85.24951171875rem;left:10.90576171875rem;display:block; }
#Mf58DQETKspUODlZi3GOlZpxnwgNX3cK { 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:26.562rem;width:35.3745rem;top:57.6240234375rem;left:19.81201171875rem;display:block; }
#wowD4DEJZNSV94GiwDebM2PgdLfyFwFO { color:rgba(var(--color-tertiary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.27416875rem;top:107.6865234375rem;left:28.78125rem;text-align:center;text-align-last:center;display:block; }
#u5K1yl8Iq5i9CTwSx8DzOgq07RtTpeaT { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:111.9990234375rem;left:16.903564453125rem;display:block; }
#RqLr8Gu8o4qxk85BHkbFa2hurp4ctUUc { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.26513671875rem;left:14.8271484375rem;height:2.9245625rem;text-align:center;text-align-last:center;display:block; }
#wnTAqF9oU15xO6tcDIzTgbwFr09vxNRE { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:136.62451171875rem;left:14.280029296875rem;height:6.5808125rem;text-align:center;text-align-last:center;display:block; }
#TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv { position:relative;display:none; }#TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv { border-width: 0; border-radius: 0; }#TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv > .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; }#TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#cAJNVaGvd8tNkH0W97LKhQt1ItK3DSWo { 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:20.25rem;width:26.9375rem;display:block; }
#SXzHc0xdE2BT0pgUlp4icWgqcIQfCVcv { color:rgba(var(--color-tertiary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13.64794375rem;top:60.8291015625rem;left:14.25rem;display:none; }
#u2DCGtEHIS5Hk349k6hcObVnR3PGTpcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:136.62451171875rem;left:14.280029296875rem;height:6.5808125rem;text-align:center;text-align-last:center;display:none; }
#MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai { position:relative;display:none; }#MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai { border-width: 0; border-radius: 0; }#MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai > .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; }#MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#q1dz4dTzhB7TLN7NTDw1ry9bZB16oNCO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.4375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:2.625rem;left:3.75rem;display:none; }
#AbnUcobKSXgXUzQy4JcuPsmoUy4ZggsZ { 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:67.5rem;width:67.5rem;display:none; }
#fsP82gTINhmvaMSSpbt4C6qRLii62uwo { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:9.9375rem;left:0rem;display:none; }
#JEwytM5dhuQq8e5uia5qUJSXFyT8343b { 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:67.5rem;width:67.5rem;display:none; }
#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container { background-color: transparent; background-image: none; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container > .video-iframe-container { display: none; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row > .video-iframe-container { display: none; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .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); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container { border-width: 0; border-radius: 0; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#e1pL5JwQKqNQ7Dx5pUXoSTH5M0UDwkev { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8246875rem;top:2.436767578125rem;left:17.71875rem;text-align:center;text-align-last:center;display:block; }
#F5x6gMIXCR3oeR28k5ZVIybTxmtyDZ9v { color:rgba(var(--color-tertiary-4),1);display:block;width:44.7495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84911875rem;top:11.310791015625rem;left:0rem;display:block; }
#GsZWFWpOhk1iydnmSAKDIZoLqaXg1zGo { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84911875rem;top:23.624267578125rem;left:27.5625rem;text-align:center;text-align-last:center;display:block; }
#AqWfFn0wOioelTvbegOnsX7U81NXJxVs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:17.87768125rem;top:31.62451171875rem;left:0rem;display:block; }
#lIoZ4D7oFe2P505T2opmXAUyrOoK2NET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:19.81201171875rem;left:35.937744140625rem; }
#XT8F0xgsvauSwf0sopC59MPc31qZtonX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:0;top:18.312255859375rem;left:2.749755859375rem;display:none; }
#Pu6kOofsU65n0XooPbMVPHQluTx4xaF4 { 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:96rem;width:64rem;display:none; }
#iimZ5yT7TczEOksqX933IoKg1tJAFsPa { position:relative;display:block; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa { background-color: transparent; background-image: none; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row .container > .video-iframe-container { display: none; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row > .video-iframe-container { display: none; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .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); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa { border-width: 0; border-radius: 0; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .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; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.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; }#zUyCSl6LpaRwl1Tp5hP84x3G1o7X2K3q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84911875rem;top:5.8740234375rem;left:27.5625rem;text-align:center;text-align-last:center;display:block; }
#c7dbHn7QFJPTEKGxtzaFumg8MNvFlEnp { color:rgba(var(--color-tertiary-4),1);display:block;width:64.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21.1282rem;top:12.182373046875rem;left:0rem;display:block; }
#aE5ufWVBMnecT8CZVVzGgcPzTDXCxaKW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.749755859375rem;left:35.937744140625rem; }
#fNFOVZnkqh05mZAJMR1KE7eZ8KiNmTdE { 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:96rem;width:64rem;display:none; }
#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),0.11);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; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container { background-color: transparent; background-image: none; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container > .video-iframe-container { display: none; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row > .video-iframe-container { display: none; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .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); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container { border-width: 0; border-radius: 0; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#MoavFzDG2TdMHBnBWwqRlk5T1gKRSNpu { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.7485625rem;top:7.9365234375rem;left:29.18701171875rem;text-align:center;text-align-last:center;display:block; }
#JoxIW5R6Sz2CKw6bKvzFNHEVRrAMCiEq { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.7514625rem;top:20.373779296875rem;left:0rem;display:block; }
#vpGC1DEfrAitTuDratnr25ax2iqs1CmA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.249755859375rem;left:38.18701171875rem; }
#mVcvrSpE4G1U0ykWsiOqWcxn9WpDPMTx { 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:96rem;width:64rem;display:none; }
#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx { position:relative;display:block; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx { background-color: transparent; background-image: none; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row .container > .video-iframe-container { display: none; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row > .video-iframe-container { display: none; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .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); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx { border-width: 0; border-radius: 0; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .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; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zsuHDZssKA6m9ubl51Ib3GTdtTvkkqUX { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8994125rem;top:5.686767578125rem;left:24.873779296875rem;text-align:center;text-align-last:center;display:block; }
#Ku8TDSxTTHWlvmZypmpJUDlStV7nFnx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XWibA51VJd9AuIIHSHK4tmDOpXOvpwe9 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:17.87768125rem;top:12.375rem;left:0rem;display:block; }
#AbkLF3ohc858e0FyIn5QzLQMMCE9Bzz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.9375rem;left:38.1240234375rem; }
#RvDmt2fa88FgVAKwBPqLxCeigKaZ4mcG { 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:96rem;width:64rem;display:none; }
#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.14);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; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container { background-color: transparent; background-image: none; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container > .video-iframe-container { display: none; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row > .video-iframe-container { display: none; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .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); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container { border-width: 0; border-radius: 0; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#TXRe4CDdoqgWZqbH02eT1nioB6nxMI0U { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.87573125rem;top:6.9990234375rem;left:27.5625rem;text-align:center;text-align-last:center;display:block; }
#tCpZTIP7o8lPPuNu1tnDEOleBObvTC9v { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:21.12814375rem;top:13.997314453125rem;left:1.81201171875rem;display:block; }
#KG9JKa9cvlHcliVI8va2MyBW3f96bTgz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.249267578125rem;left:36.75rem; }
#Nuo2lKXrbRwmIT6uFeA04W2cz9LTybOD { 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:96rem;width:64rem;display:none; }
#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw { position:relative;display:block; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw { background-color: transparent; background-image: none; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .row .container > .video-iframe-container { display: none; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .row > .video-iframe-container { display: none; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .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); }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw { border-width: 0; border-radius: 0; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .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; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:56.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; }#yKfpZyvDci2OlPMDkIWPZ1MFxELXTVHa { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9541015625rem;left:18.09375rem;height:2.6001rem;text-align:center;text-align-last:center;display:block; }
#FvgV3ZXsDN8PU8ThvNI2bSa9DJc2ooP7 { 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:33.99975rem;width:60.4995rem;top:6.18603515625rem;left:7.24951171875rem;overflow:hidden;display:block; }
#RgG9K1cq7SP9qOOk6qH4VUT3KeXqIMSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:41.34375rem;left:31.24951171875rem;height:1.94970625rem;display:block; }
#nVTTowOz6vzUU8yppp4EqCWIqo6vaWeo { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.187rem;height:6.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.67236328125rem;left:21.967529296875rem;display:block; }
#g6LxM4N7ddBPXdQey6UwSVJbfeB2C7nI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 { position:relative;display:none; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 { border-width: 0; border-radius: 0; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .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; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .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:18.75rem;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; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx { position:relative;display:none; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx { border-width: 0; border-radius: 0; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .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; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .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:18.75rem;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; }#boaVXlVgRcrlATPkKpwPP81gakMmTE2d { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:1.5625rem;left:3.6875rem;display:none; }
#kQKMAcE1lBx4sihMkT1csxAHeUU6EWyn { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:8.3125rem;left:0rem;display:none; }
#CmFq0USbGzgthGeTdE8DoapKVgPsbUPW { 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:42.1875rem;width:75rem;display:none; }
#Nw8ziJ4G05ft0tBQuRMmS4rCC8P1ttGb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:32rem;left:9.75rem;display:none; }
#qe1nDhxWaz7RMwsfSAAccqJJFWWXu9hT { background-color:#ff0000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.68725rem;height:7.437rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:40.7490234375rem;left:18.154541015625rem;display:none; }
#G76rslR2OS7wQ9cz5WDThrU8yUBHNZEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqauqmpeXMcPPxUa3czwhUsORffPphxW { position:relative;display:none; }#FqauqmpeXMcPPxUa3czwhUsORffPphxW { border-width: 0; border-radius: 0; }#FqauqmpeXMcPPxUa3czwhUsORffPphxW > .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; }#FqauqmpeXMcPPxUa3czwhUsORffPphxW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 { z-index:;position:relative;display:none; }#pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 { border-width: 0; border-radius: 0; }#pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 > .row .container { 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;font-size:0.875rem;font-family:arial;height:121.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#nSVpDREZTZI2VExmAWRmAPTskB1cCIT0 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:18.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wcbWRn48Jedx4zAA9fDDnwFsKIc7eEEN { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.102212905884rem;left:17.625rem;height:8.93555rem;text-align:left;text-align-last:left;display:block; }
#JVORnB95ROvZNCTJUTg40m2kdHBoS68l { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.125rem;top:53.5625rem;left:13.625rem;display:none; }
#VJPk8WTzdPTJVG6gdeQRpUMkDRDa4MaR { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5625rem;top:133.1875rem;left:15.625rem;display:none; }
#QK534NCpQudb7b5O90R7XFTSpk6K2wsE { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:32.125rem;top:139.125rem;left:13.625rem;display:none; }
#CVBQHJcbPgNaazeoi774NimUETnF0mR2 { color:#4320e6;display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:61.220703125rem;left:16.6875rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#f0tp1VxTSlhlR9TatT6DssozFMAIAmiT { color:rgba(var(--color-tertiary-2),1);display:block;width:36.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:88.25rem;left:18.4375rem;height:9.74934375rem;text-align:left;text-align-last:left;display:block; }
#XT2bn2Q9VxH7N9ywhELxmtMzodMiDspl { color:rgba(var(--color-tertiary-2),1);display:block;width:43.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:180.24198913574rem;left:15.6875rem;height:0;display:none; }
#xSa4J3KHvIsJBsoED40hHqQkLNe5g9yD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.6875rem;top:62.375rem;left:17.375rem;display:none; }
#bHBO6OHIMET3ULPfVO62ZfSATazEFGt0 { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41.5625rem;top:141.1875rem;left:13.625rem;display:none; }
#SHgr24Rhn6uJXfCbDF9AQfgtTsIVaEWG { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:139.875rem;left:16.625rem;display:none; }
#uBqF3e5Cql362Wa1qV2Tvn5ksHbTPqRb { position:absolute;display:block;z-index:15008;height:21.75rem;width:38.75rem;top:7.375rem;left:18.125rem;display:block; }
#qGXsVZdKWeuEFNv9VJOWZiGJgfOiHcnJ { color:rgba(var(--color-tertiary-2),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:43.562501907349rem;left:18.375rem;height:6.33625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q79624ErVO0mGCfMx4i5pROLfAxI28pr { color:rgba(var(--color-tertiary-2),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:53.039714813233rem;left:17.625rem;height:5.36133125rem;text-align:left;text-align-last:left;display:block; }
#cpr3mJBNyOCeARTkVKrsF8oNeRTq7olB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:32.25rem;top:62.75rem;left:21.4375rem;overflow:hidden;display:block; }
#ATUUGvvWZnWcRZqfhlHGIr5N921MJ7IM { color:#4320e6;display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:83.25rem;left:16.125rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#RuAL6xBGuLl9REef7ib1NlwkSApisuEB { color:#4320e6;display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:102.125rem;left:16.125rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#k5HOp9kJ7mvCGRi4q6PrZ8qONt4kUpfa { color:rgba(var(--color-tertiary-2),1);display:block;width:36.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:107.625rem;left:18.4375rem;height:11.3742375rem;text-align:left;text-align-last:left;display:block; }
#RPQ1kiBEhsmJtst0IDQyBFHLCqIVF3Wk { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:54.8125rem;left:0rem;display:none; }
#lgTKucyUPzIH6DuILSeNkqo8NuSTkfME { position:relative;display:none; }#lgTKucyUPzIH6DuILSeNkqo8NuSTkfME { border-width: 0; border-radius: 0; }#lgTKucyUPzIH6DuILSeNkqo8NuSTkfME > .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; }#lgTKucyUPzIH6DuILSeNkqo8NuSTkfME > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#oTMXbf2BiHgbfyUKiWrsCs103UXglIRW { position:absolute;display:block;z-index:15000;height:18.9375rem;width:33.8125rem;top:34.7490234375rem;left:19.7490234375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0qNvv0U2nzaah4c131qhfvlb3cIo2mn { top:1.875rem;left:3.9794921875rem;width:37.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyl47TB3uIU73NCIuLieT73QSMxR7R0l { top:1.875rem;left:4.7625875473022rem;width:36.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR6sFamrP1iErznk7S48gSkXGN3DUHTG { top:4.125rem;left:0rem;width:19.9375rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nC1d9LcUo7CWPO4pBigS2z26aN7TLTTn { top:2.125rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGGsHV6uNEzno6gfTBxV1K03aEPxfvXv { top:10.5625rem;left:0rem;width:47.75rem;height:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDix1ApPM0swMHRKvTTkHT1OHlUqDJdV { top:34.6875rem;left:6.1240234375rem;width:33.8125rem;height:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMgzPvJngRBtFRbVAEshblCNeRDputLT { display:none; }
 }@media only screen and (max-width: 763px) { #s2LRTdlXROgVCz4TUrFBcZlSM0ZJAuFG { width:38.625rem;height:7.375rem;top:48.6875rem;left:4.531005859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aifo3ampi6z82EBbFRKOvku36JKunH97 { display:block; }
 }@media only screen and (max-width: 763px) { #b9dg5aAuQ8zJLto17eOL1MT86Ls6kTIT { width:38.625rem;height:7.375rem;top:40.6875rem;left:4.529541015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5t50ALODHPw3uPDPmpLJCieVNtxf5vV { display:block; }
 }@media only screen and (max-width: 763px) { #vbJTv97IM4vyce7wyS52lIv2QzRay1DT { display:none; }#vbJTv97IM4vyce7wyS52lIv2QzRay1DT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE { display:block; }#E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkNcaTKwNRdbAxF9CitTD1v3N6nEfzJd { top:2.625rem;left:0rem;width:19.875rem;height:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH { display:block; }#s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJgemUIpcqNePDLhhMfNG5Bf2xTy2Soc { top:2.625rem;left:0rem;width:19.875rem;height:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EN6KrtESn2MZsq3JT7gGvzKgV85tym7o { display:block; }#EN6KrtESn2MZsq3JT7gGvzKgV85tym7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGNU0A8cICEg1NOqLQwmzzlKlTlK0Urp { top:2.625rem;left:0rem;width:19.875rem;height:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnOpgfvFGk4kLQTOghFViV3dDyLfByid { display:block; }#bnOpgfvFGk4kLQTOghFViV3dDyLfByid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMzFapc1Tpo9c34g80E8AyzqMEgRVZd0 { top:2.625rem;left:0rem;width:19.875rem;height:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN { display:block; }#SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iV3C5QgrZSK1GZ2LPUz2aaTkTG8P1VJ1 { top:2.625rem;left:0rem;width:19.875rem;height:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A { display:none; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxdGRSuJerXBCy35NXOWM9pJ6s1aTN8N { top:2.3125rem;left:0rem;width:19.9375rem;height:1.4375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lShAnEbHLW9k1MyMMGTGGbeM3XgJfLIw { top:38.625rem;left:0.6875rem;width:43.875rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8ewthMT6nSDyPMTnwVP72fpbKy6CHPl { width:42.9375rem;height:26.9355625rem;top:8.875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUGZ7QQDHaGstpxeUB9vXTJQQgF7akvI { top:85.1875rem;left:0rem;width:47.75rem;height:13.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf58DQETKspUODlZi3GOlZpxnwgNX3cK { width:35.3125rem;height:26.515445447992rem;top:57.5625rem;left:6.18701171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wowD4DEJZNSV94GiwDebM2PgdLfyFwFO { top:107.625rem;left:15.15625rem;width:17.4375rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5K1yl8Iq5i9CTwSx8DzOgq07RtTpeaT { top:111.9375rem;left:3.278564453125rem;width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqLr8Gu8o4qxk85BHkbFa2hurp4ctUUc { top:3.25rem;left:1.2021484375rem;width:42.375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnTAqF9oU15xO6tcDIzTgbwFr09vxNRE { top:136.5625rem;left:0.655029296875rem;width:43.9375rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv { display:none; }#TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cAJNVaGvd8tNkH0W97LKhQt1ItK3DSWo { width:19rem;height:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXzHc0xdE2BT0pgUlp4icWgqcIQfCVcv { top:60.8125rem;left:0rem;width:47.75rem;height:13.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2DCGtEHIS5Hk349k6hcObVnR3PGTpcZ { top:136.5625rem;left:0.655029296875rem;width:43.9375rem;height:6.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai { display:none; }#MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q1dz4dTzhB7TLN7NTDw1ry9bZB16oNCO { top:2.625rem;left:0rem;width:12.4375rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbnUcobKSXgXUzQy4JcuPsmoUy4ZggsZ { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsP82gTINhmvaMSSpbt4C6qRLii62uwo { top:9.9375rem;left:0rem;width:20rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEwytM5dhuQq8e5uia5qUJSXFyT8343b { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq { display:none; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e1pL5JwQKqNQ7Dx5pUXoSTH5M0UDwkev { top:2.375rem;left:4.09375rem;width:39.5625rem;height:6.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5x6gMIXCR3oeR28k5ZVIybTxmtyDZ9v { top:11.25rem;left:0rem;width:44.6875rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsZWFWpOhk1iydnmSAKDIZoLqaXg1zGo { top:23.5625rem;left:13.9375rem;width:19.875rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqWfFn0wOioelTvbegOnsX7U81NXJxVs { top:31.5625rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIoZ4D7oFe2P505T2opmXAUyrOoK2NET { top:19.75rem;left:22.312744140625rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT8F0xgsvauSwf0sopC59MPc31qZtonX { top:18.25rem;left:0rem;width:17.0625rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu6kOofsU65n0XooPbMVPHQluTx4xaF4 { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iimZ5yT7TczEOksqX933IoKg1tJAFsPa { display:none; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zUyCSl6LpaRwl1Tp5hP84x3G1o7X2K3q { top:5.8125rem;left:13.9375rem;width:19.875rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7dbHn7QFJPTEKGxtzaFumg8MNvFlEnp { top:12.125rem;left:0rem;width:47.75rem;height:21.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aE5ufWVBMnecT8CZVVzGgcPzTDXCxaKW { top:1.6875rem;left:22.312744140625rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNFOVZnkqh05mZAJMR1KE7eZ8KiNmTdE { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd { display:none; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MoavFzDG2TdMHBnBWwqRlk5T1gKRSNpu { top:7.875rem;left:15.56201171875rem;width:19.875rem;height:9.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoxIW5R6Sz2CKw6bKvzFNHEVRrAMCiEq { top:20.3125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpGC1DEfrAitTuDratnr25ax2iqs1CmA { top:3.1875rem;left:24.56201171875rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVcvrSpE4G1U0ykWsiOqWcxn9WpDPMTx { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx { display:none; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zsuHDZssKA6m9ubl51Ib3GTdtTvkkqUX { top:5.625rem;left:11.248779296875rem;width:29.625rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ku8TDSxTTHWlvmZypmpJUDlStV7nFnx7 { display:none; }
 }@media only screen and (max-width: 763px) { #XWibA51VJd9AuIIHSHK4tmDOpXOvpwe9 { top:12.375rem;left:0rem;width:44.5rem;height:17.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbkLF3ohc858e0FyIn5QzLQMMCE9Bzz9 { top:1.9375rem;left:24.4990234375rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvDmt2fa88FgVAKwBPqLxCeigKaZ4mcG { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv { display:none; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TXRe4CDdoqgWZqbH02eT1nioB6nxMI0U { top:6.9375rem;left:13.9375rem;width:19.875rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCpZTIP7o8lPPuNu1tnDEOleBObvTC9v { top:13.9375rem;left:0rem;width:45.5625rem;height:21.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KG9JKa9cvlHcliVI8va2MyBW3f96bTgz { top:2.1875rem;left:23.125rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nuo2lKXrbRwmIT6uFeA04W2cz9LTybOD { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw { display:block; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKfpZyvDci2OlPMDkIWPZ1MFxELXTVHa { top:1.9375rem;left:4.46875rem;width:38.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvgV3ZXsDN8PU8ThvNI2bSa9DJc2ooP7 { top:6.125rem;left:0rem;width:47.75rem;height:26.834735204423rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgG9K1cq7SP9qOOk6qH4VUT3KeXqIMSZ { top:41.3125rem;left:17.62451171875rem;width:12.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTTowOz6vzUU8yppp4EqCWIqo6vaWeo { width:32.125rem;height:6.1875rem;top:45.625rem;left:8.342529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LxM4N7ddBPXdQey6UwSVJbfeB2C7nI { display:block; }
 }@media only screen and (max-width: 763px) { #tctaBw7fWd5tso57N8EUUPIezdPxNKk6 { display:none; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx { display:none; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #boaVXlVgRcrlATPkKpwPP81gakMmTE2d { top:1.5625rem;left:0rem;width:12.4375rem;height:3.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQKMAcE1lBx4sihMkT1csxAHeUU6EWyn { top:8.3125rem;left:0rem;width:19.5rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmFq0USbGzgthGeTdE8DoapKVgPsbUPW { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nw8ziJ4G05ft0tBQuRMmS4rCC8P1ttGb { top:32rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qe1nDhxWaz7RMwsfSAAccqJJFWWXu9hT { width:38.625rem;height:7.375rem;top:40.6875rem;left:4.529541015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G76rslR2OS7wQ9cz5WDThrU8yUBHNZEF { display:block; }
 }@media only screen and (max-width: 763px) { #FqauqmpeXMcPPxUa3czwhUsORffPphxW { display:none; }#FqauqmpeXMcPPxUa3czwhUsORffPphxW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 { display:none; }#pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nSVpDREZTZI2VExmAWRmAPTskB1cCIT0 { top:2.25rem;left:4.75rem;width:38.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcbWRn48Jedx4zAA9fDDnwFsKIc7eEEN { top:31.0625rem;left:4rem;width:39.6875rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVORnB95ROvZNCTJUTg40m2kdHBoS68l { top:53.5625rem;left:0rem;width:20rem;height:12.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJPk8WTzdPTJVG6gdeQRpUMkDRDa4MaR { top:133.1875rem;left:2rem;width:15.9375rem;height:6.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QK534NCpQudb7b5O90R7XFTSpk6K2wsE { top:139.125rem;left:0rem;width:20rem;height:32.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVBQHJcbPgNaazeoi774NimUETnF0mR2 { top:61.1875rem;left:3.0625rem;width:42.8125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0tp1VxTSlhlR9TatT6DssozFMAIAmiT { top:88.1875rem;left:4.8125rem;width:36.625rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2bn2Q9VxH7N9ywhELxmtMzodMiDspl { top:180.1875rem;left:2.0625rem;width:43.5rem;height:10.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSa4J3KHvIsJBsoED40hHqQkLNe5g9yD { top:62.375rem;left:3.75rem;width:12.5rem;height:9.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHBO6OHIMET3ULPfVO62ZfSATazEFGt0 { top:141.1875rem;left:0rem;width:20rem;height:41.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHgr24Rhn6uJXfCbDF9AQfgtTsIVaEWG { top:139.875rem;left:3rem;width:13.8125rem;height:7.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBqF3e5Cql362Wa1qV2Tvn5ksHbTPqRb { top:7.3125rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGXsVZdKWeuEFNv9VJOWZiGJgfOiHcnJ { top:43.5rem;left:4.75rem;width:38.25rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q79624ErVO0mGCfMx4i5pROLfAxI28pr { top:53rem;left:4rem;width:39.6875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpr3mJBNyOCeARTkVKrsF8oNeRTq7olB { top:62.6875rem;left:7.8125rem;width:32.25rem;height:35.878125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUUGvvWZnWcRZqfhlHGIr5N921MJ7IM { top:83.1875rem;left:2.5rem;width:42.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuAL6xBGuLl9REef7ib1NlwkSApisuEB { top:102.0625rem;left:2.5rem;width:42.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5HOp9kJ7mvCGRi4q6PrZ8qONt4kUpfa { top:107.5625rem;left:4.8125rem;width:36.625rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPQ1kiBEhsmJtst0IDQyBFHLCqIVF3Wk { top:54.8125rem;left:0rem;width:20rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgTKucyUPzIH6DuILSeNkqo8NuSTkfME { display:none; }#lgTKucyUPzIH6DuILSeNkqo8NuSTkfME > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTMXbf2BiHgbfyUKiWrsCs103UXglIRW { top:34.6875rem;left:6.1240234375rem;width:33.8125rem;height:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0qNvv0U2nzaah4c131qhfvlb3cIo2mn { width:20rem;height:0;top:6.3992rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyl47TB3uIU73NCIuLieT73QSMxR7R0l { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR6sFamrP1iErznk7S48gSkXGN3DUHTG { width:20rem;height:6.501rem;top:3.1865234375rem;left:0rem;font-size:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #nC1d9LcUo7CWPO4pBigS2z26aN7TLTTn { width:19.9995rem;height:1.29931875rem;top:1.620849609375rem;left:0rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGGsHV6uNEzno6gfTBxV1K03aEPxfvXv { top:29.185901641846rem;left:1.7800070047379rem;width:16.4373125rem;height:9.124625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #vDix1ApPM0swMHRKvTTkHT1OHlUqDJdV { top:26.937744140625rem;left:0.75146484375rem;width:19.2480625rem;height:10.7483125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #pMgzPvJngRBtFRbVAEshblCNeRDputLT { top:11.53125rem;left:0rem;width:19.9995rem;height:11.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #s2LRTdlXROgVCz4TUrFBcZlSM0ZJAuFG { top:25.05908203125rem;left:1.24951171875rem;width:17.499rem;height:3.43725625rem;z-index:15009;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Aifo3ampi6z82EBbFRKOvku36JKunH97 { display:block; }
 }@media only screen and (max-width: 763px) { #b9dg5aAuQ8zJLto17eOL1MT86Ls6kTIT { top:27.312744140625rem;left:1.24951171875rem;width:17.5rem;height:8.875rem;z-index:15010;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #B5t50ALODHPw3uPDPmpLJCieVNtxf5vV { display:block; }
 }@media only screen and (max-width: 763px) { #vbJTv97IM4vyce7wyS52lIv2QzRay1DT { display:none; }#vbJTv97IM4vyce7wyS52lIv2QzRay1DT > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE { display:none; }#E6dUT9es7VQytCe1OEqfRf8xIfDsAMhE > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TkNcaTKwNRdbAxF9CitTD1v3N6nEfzJd { top:1.25rem;left:0.0625rem;width:19.875rem;height:32.16213125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH { display:none; }#s8p52P1Tn0utIvHtMdgPGoD1wJN4W5dH > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hJgemUIpcqNePDLhhMfNG5Bf2xTy2Soc { top:1.25rem;left:0.0625rem;width:19.875rem;height:32.16213125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN6KrtESn2MZsq3JT7gGvzKgV85tym7o { display:none; }#EN6KrtESn2MZsq3JT7gGvzKgV85tym7o > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GGNU0A8cICEg1NOqLQwmzzlKlTlK0Urp { top:1.25rem;left:0.0625rem;width:19.875rem;height:32.16213125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnOpgfvFGk4kLQTOghFViV3dDyLfByid { display:none; }#bnOpgfvFGk4kLQTOghFViV3dDyLfByid > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HMzFapc1Tpo9c34g80E8AyzqMEgRVZd0 { top:1.25rem;left:0.0625rem;width:19.875rem;height:32.16213125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN { display:none; }#SN2uqmkyr3DTinkoTVSmdmTLtW5RvfGN > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iV3C5QgrZSK1GZ2LPUz2aaTkTG8P1VJ1 { top:1.25rem;left:0.0625rem;width:19.875rem;height:32.16213125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A { display:block; }#yUBwRa50uTKnKaA6MOZVnLSo4MTypk3A > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxdGRSuJerXBCy35NXOWM9pJ6s1aTN8N { top:2.375rem;left:0rem;width:19.9995rem;height:3.8994125rem;z-index:15008;text-align:center;text-align-last:center;font-size:1.5rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #lShAnEbHLW9k1MyMMGTGGbeM3XgJfLIw { top:23.811767578125rem;left:1.0927734375rem;width:17.8125rem;height:10.39453125rem;z-index:15005;font-family:montserrat;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ewthMT6nSDyPMTnwVP72fpbKy6CHPl { top:11.124755859375rem;left:1.34326171875rem;width:17.31225rem;height:10.74975rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BUGZ7QQDHaGstpxeUB9vXTJQQgF7akvI { top:37.5615234375rem;left:2.18701171875rem;width:17.8125rem;height:0;z-index:15006;font-family:montserrat;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf58DQETKspUODlZi3GOlZpxnwgNX3cK { top:57.992675390625rem;left:0rem;width:20rem;height:15.017597421872rem;z-index:15001;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wowD4DEJZNSV94GiwDebM2PgdLfyFwFO { top:36.831298828125rem;left:1.24951171875rem;width:17.499rem;height:1.5432125rem;z-index:15002;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5K1yl8Iq5i9CTwSx8DzOgq07RtTpeaT { top:40.105224609375rem;left:0rem;width:19.99875rem;height:12.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RqLr8Gu8o4qxk85BHkbFa2hurp4ctUUc { width:19.9995rem;height:0;top:51.543212890625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnTAqF9oU15xO6tcDIzTgbwFr09vxNRE { width:19.9995rem;height:0;top:74.260237890625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv { display:block; }#TSgSJuEMlzxMPoLLXQ6tbTnkrE4EM4Fv > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAJNVaGvd8tNkH0W97LKhQt1ItK3DSWo { top:2.0625rem;left:1.06201171875rem;width:17.49975rem;height:13.062rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SXzHc0xdE2BT0pgUlp4icWgqcIQfCVcv { top:17.81103515625rem;left:1.0927734375rem;width:17.8125rem;height:14.29248125rem;z-index:15007;font-family:var(--paragraphs-font-family);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2DCGtEHIS5Hk349k6hcObVnR3PGTpcZ { width:19.99875rem;height:6.501rem;top:36.258544921875rem;left:0rem;font-size:1.25rem;z-index:15004;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai { display:none; }#MQHWQPmWMm27ssrF7aGc7RJfeTlLZTai > .row .container { width:20rem;height:64.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q1dz4dTzhB7TLN7NTDw1ry9bZB16oNCO { top:1.897705078125rem;left:3.74853515625rem;width:12.4995rem;height:3.8994125rem;z-index:15000;font-size:1.5rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #AbnUcobKSXgXUzQy4JcuPsmoUy4ZggsZ { top:37.625rem;left:0rem;width:20rem;height:20rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fsP82gTINhmvaMSSpbt4C6qRLii62uwo { top:20.731533527374rem;left:0rem;width:20rem;height:16.89111875rem;z-index:15002;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #JEwytM5dhuQq8e5uia5qUJSXFyT8343b { top:7.1004967689512rem;left:4.311967253685rem;width:12.5rem;height:12.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq { display:block; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq { background-color: transparent; background-image: none; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container > .video-iframe-container { display: none; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row > .video-iframe-container { display: none; }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .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); }#ZJJJTzq0xgh6bNfTyXOh989nyJ0PnRxq > .row .container { width:20rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1pL5JwQKqNQ7Dx5pUXoSTH5M0UDwkev { top:2.55908203125rem;left:1.4677734375rem;width:17.0625rem;height:6.8225rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5x6gMIXCR3oeR28k5ZVIybTxmtyDZ9v { top:10.182861328125rem;left:0rem;width:19.875rem;height:7.3095625rem;z-index:15001;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZWFWpOhk1iydnmSAKDIZoLqaXg1zGo { top:37.75rem;left:0rem;width:19.875rem;height:4.87573125rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqWfFn0wOioelTvbegOnsX7U81NXJxVs { top:43.5625rem;left:0rem;width:19.875rem;height:26.3144625rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIoZ4D7oFe2P505T2opmXAUyrOoK2NET { display:flex;top:33.01171875rem;left:8.436767578125rem;width:3.1245125rem;height:3.1245125rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #XT8F0xgsvauSwf0sopC59MPc31qZtonX { top:57.312484375rem;left:1.4375rem;width:17.0625rem;height:0;z-index:15000;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pu6kOofsU65n0XooPbMVPHQluTx4xaF4 { top:19.24658203125rem;left:5.4052734375rem;width:9.1875rem;height:13.812rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iimZ5yT7TczEOksqX933IoKg1tJAFsPa { display:block; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa { background-color: transparent; background-image: none; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row .container > .video-iframe-container { display: none; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row > .video-iframe-container { display: none; }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .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); }#iimZ5yT7TczEOksqX933IoKg1tJAFsPa > .row .container { width:20rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;height:62.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUyCSl6LpaRwl1Tp5hP84x3G1o7X2K3q { top:21.181640625rem;left:0rem;width:19.875rem;height:4.87573125rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7dbHn7QFJPTEKGxtzaFumg8MNvFlEnp { top:27.2431640625rem;left:0.12451171875rem;width:19.875rem;height:35.08595625rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE5ufWVBMnecT8CZVVzGgcPzTDXCxaKW { display:flex;top:17.26171875rem;left:8.436767578125rem;width:3.1245125rem;height:3.1245125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #fNFOVZnkqh05mZAJMR1KE7eZ8KiNmTdE { top:2.996337890625rem;left:5.43603515625rem;width:9.125rem;height:13.75rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd { display:block; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd { background-color: transparent; background-image: none; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container > .video-iframe-container { display: none; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row > .video-iframe-container { display: none; }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .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); }#H0MJGRQ97qvymEeiIPwd8asJnvWyQcDd > .row .container { width:20rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoavFzDG2TdMHBnBWwqRlk5T1gKRSNpu { top:20.5rem;left:0rem;width:19.875rem;height:6.501rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoxIW5R6Sz2CKw6bKvzFNHEVRrAMCiEq { top:27.875rem;left:0rem;width:19.875rem;height:19.004875rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpGC1DEfrAitTuDratnr25ax2iqs1CmA { display:flex;top:16.386474609375rem;left:8.436767578125rem;width:3.1245125rem;height:3.1245125rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #mVcvrSpE4G1U0ykWsiOqWcxn9WpDPMTx { top:2.546630859375rem;left:5.71728515625rem;width:8.562rem;height:12.8745rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx { display:block; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx { background-color: transparent; background-image: none; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row .container > .video-iframe-container { display: none; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row > .video-iframe-container { display: none; }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .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); }#KW1eTDdCVm89ENzDh9fkzo1ef6IXnmHx > .row .container { width:20rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsuHDZssKA6m9ubl51Ib3GTdtTvkkqUX { top:19.5625rem;left:0rem;width:19.875rem;height:4.87573125rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku8TDSxTTHWlvmZypmpJUDlStV7nFnx7 { display:flex;top:14.8125rem;left:7.8125rem;width:3.1245125rem;height:3.1245125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #XWibA51VJd9AuIIHSHK4tmDOpXOvpwe9 { top:25.9375rem;left:0rem;width:19.875rem;height:23.390625rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbkLF3ohc858e0FyIn5QzLQMMCE9Bzz9 { display:flex;top:37.009033203125rem;left:8.4375rem;width:3.0625rem;height:3.0625rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #RvDmt2fa88FgVAKwBPqLxCeigKaZ4mcG { top:1.29638671875rem;left:5.748046875rem;width:8.5rem;height:12.8125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv { display:block; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv { background-color: transparent; background-image: none; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container > .video-iframe-container { display: none; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row > .video-iframe-container { display: none; }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .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); }#k1xRQ0ysLfB06K8v19XtktPiCUyZnWtv > .row .container { width:20rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXRe4CDdoqgWZqbH02eT1nioB6nxMI0U { top:17.22802734375rem;left:0rem;width:19.875rem;height:4.87573125rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCpZTIP7o8lPPuNu1tnDEOleBObvTC9v { top:23.244140625rem;left:0rem;width:19.875rem;height:32.16213125rem;z-index:15002;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG9JKa9cvlHcliVI8va2MyBW3f96bTgz { display:flex;top:13.543212890625rem;left:8.436767578125rem;width:3.1245125rem;height:3.1245125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Nuo2lKXrbRwmIT6uFeA04W2cz9LTybOD { top:1.465576171875rem;left:5.74951171875rem;width:8.25rem;height:12.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw { display:none; }#eaTqpRJdzTdihZkfBfBFLW27ghhnrzmw > .row .container { width:20rem;height:50.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yKfpZyvDci2OlPMDkIWPZ1MFxELXTVHa { width:20rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvgV3ZXsDN8PU8ThvNI2bSa9DJc2ooP7 { width:20rem;height:11.239679666774rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgG9K1cq7SP9qOOk6qH4VUT3KeXqIMSZ { width:12.4375rem;height:1.94970625rem;top:40.22021484375rem;left:7.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTTowOz6vzUU8yppp4EqCWIqo6vaWeo { width:19rem;height:6.1875rem;top:43.40771484375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6LxM4N7ddBPXdQey6UwSVJbfeB2C7nI { display:block; }
 }@media only screen and (max-width: 763px) { #tctaBw7fWd5tso57N8EUUPIezdPxNKk6 { display:block; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 { background-color: transparent; background-image: none; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .row .container > .video-iframe-container { display: none; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .row > .video-iframe-container { display: none; }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .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); }#tctaBw7fWd5tso57N8EUUPIezdPxNKk6 > .row .container { width:20rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx { display:block; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx { background-color: transparent; background-image: none; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .row .container > .video-iframe-container { display: none; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .row > .video-iframe-container { display: none; }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .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); }#TT6JFHBR8vWPOmTzUhX9Zt3wu0xAwxRx > .row .container { width:20rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boaVXlVgRcrlATPkKpwPP81gakMmTE2d { top:1.593017578125rem;left:3.74853515625rem;width:12.4995rem;height:3.8994125rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQKMAcE1lBx4sihMkT1csxAHeUU6EWyn { top:20.200927734375rem;left:0rem;width:19.5rem;height:5.84765625rem;z-index:15001;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmFq0USbGzgthGeTdE8DoapKVgPsbUPW { top:7.045166015625rem;left:0rem;width:20rem;height:11.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8ziJ4G05ft0tBQuRMmS4rCC8P1ttGb { top:27.66943359375rem;left:3.747802734375rem;width:12.4995rem;height:1.62524375rem;z-index:15003;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe1nDhxWaz7RMwsfSAAccqJJFWWXu9hT { top:30.60791015625rem;left:1.248046875rem;width:17.49975rem;height:8.87475rem;z-index:15011;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G76rslR2OS7wQ9cz5WDThrU8yUBHNZEF { display:block; }
 }@media only screen and (max-width: 763px) { #FqauqmpeXMcPPxUa3czwhUsORffPphxW { display:none; }#FqauqmpeXMcPPxUa3czwhUsORffPphxW > .row .container { width:20rem;height:55.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 { 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-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;display:none; }#pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 > .row .container { border-width: 0; border-radius: 0; }#pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pXgw0b3ykehaNBPbSgDBIm6l6akXAca7 > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nSVpDREZTZI2VExmAWRmAPTskB1cCIT0 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcbWRn48Jedx4zAA9fDDnwFsKIc7eEEN { width:20rem;height:0;top:21.3359375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVORnB95ROvZNCTJUTg40m2kdHBoS68l { top:71.4236164093rem;left:0rem;width:20rem;height:0;z-index:15005;font-size:1.125rem;text-align:left;text-align-last:left;font-family:montserrat;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #VJPk8WTzdPTJVG6gdeQRpUMkDRDa4MaR { top:86.311853408812rem;left:0rem;width:19.8123125rem;height:0;z-index:15003;color:#000000;font-size:1.5rem;text-align:center;text-align-last:center;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #QK534NCpQudb7b5O90R7XFTSpk6K2wsE { top:91.998703002931rem;left:0rem;width:20rem;height:0;z-index:15000;font-size:1.125rem;font-family:montserrat;display:none; }
 }@media only screen and (max-width: 763px) { #CVBQHJcbPgNaazeoi774NimUETnF0mR2 { width:20rem;height:19.6582375rem;top:186.30099069214rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0tp1VxTSlhlR9TatT6DssozFMAIAmiT { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XT2bn2Q9VxH7N9ywhELxmtMzodMiDspl { width:20rem;height:0;top:207.77560662842rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSa4J3KHvIsJBsoED40hHqQkLNe5g9yD { top:61.512590408325rem;left:3.0620661377907rem;width:13.8748125rem;height:0;z-index:15011;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHBO6OHIMET3ULPfVO62ZfSATazEFGt0 { top:149.47699546814rem;left:0rem;width:20rem;height:0;z-index:15013;font-family:montserrat;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHgr24Rhn6uJXfCbDF9AQfgtTsIVaEWG { top:139.92730236054rem;left:3.0620661377907rem;width:13.8748125rem;height:0;z-index:15012;font-family:montserrat;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBqF3e5Cql362Wa1qV2Tvn5ksHbTPqRb { width:20rem;height:21.75rem;top:107.266296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGXsVZdKWeuEFNv9VJOWZiGJgfOiHcnJ { width:20rem;height:auto;top:43.5rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q79624ErVO0mGCfMx4i5pROLfAxI28pr { width:20rem;height:auto;top:53rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpr3mJBNyOCeARTkVKrsF8oNeRTq7olB { width:20rem;height:13.798449612403rem;top:62.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATUUGvvWZnWcRZqfhlHGIr5N921MJ7IM { width:20rem;height:auto;top:83.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuAL6xBGuLl9REef7ib1NlwkSApisuEB { width:20rem;height:auto;top:102.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5HOp9kJ7mvCGRi4q6PrZ8qONt4kUpfa { width:20rem;height:auto;top:107.5625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPQ1kiBEhsmJtst0IDQyBFHLCqIVF3Wk { top:46.664499282837rem;left:0rem;width:20rem;height:5.361325rem;z-index:15035;font-size:1.375rem;font-family:montserrat;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lgTKucyUPzIH6DuILSeNkqo8NuSTkfME { display:none; }#lgTKucyUPzIH6DuILSeNkqo8NuSTkfME > .row .container { width:20rem;height:13.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oTMXbf2BiHgbfyUKiWrsCs103UXglIRW { top:0.999755859375rem;left:0.375rem;width:19.2480625rem;height:10.7483125rem;z-index:15008;display:block; }
 }