.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:249,243,252;--color-primary-1:234,214,244;--color-primary-2:212,173,232;--color-primary-3:106,87,116;--color-primary-4:32,26,35;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--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:51.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WwDEIurnTurqSBlNaaaJeK4qShzUkTV0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:40.5rem;width:75rem;top:10.625rem;left:0rem;overflow:hidden;display:block; }
#JhZ5SFnd7E75ETVgwz7K4uLsC4ZLJikI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.875rem;top:3.6875rem;left:0rem;overflow:hidden;display:block; }
#RkGBFao6f1bT3T02J4yVp5iobbrtCDc2 { 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:52.6875rem;width:29.625rem;display:none; }
#xUodbGQIPoqudq5PPo537VXFe6ExD00l { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.625rem;left:60.5625rem;display:block; }
#VwLBAJUkKI1o5An6KFGJIDeFfIvPmSlf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2irgipmanAQQKpeUohiGTeZLIkeNGD2 { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:4.8125rem;height:3.4121125rem;font-style:normal;display:block; }
#zgG0FpuCd0WvPaXx4LvURE3DZiIaPr0f { color:rgba(var(--color-tertiary-2),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:25.25rem;left:4.8125rem;height:5.5rem;font-style:normal;display:block; }
#lAkT4PdAzGlJ9LFTSuv8g8fK6JxekkzT { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.4375rem;left:4.8125rem;height:2.92480625rem;font-style:normal;display:block; }
#kNuXSWSkSX08tRKLqI2Nm94QtBrOfmM9 { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:41.1875rem;left:4.8125rem;display:block; }
#mJ6wPPetTSrffm7En1f4u0NkcRk0wR86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBA8cLiRu16zDHBdNa11xVn3KCVvHesQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:5.25rem;top:44.186417579651rem;left:13.381076812744rem;overflow:hidden;display:block; }
#nd0hDDVpNBRFaJHkARE8LQOaultt3X2i { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44.626303672791rem;left:5.3255214691162rem;height:1.05615rem;font-style:normal;display:block; }
#U5yxOOD4BVlLXA9MGqZ6qeUNcIFPMzQm { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.38720703125rem;left:4.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz { position:relative;display:block; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz { background-color: transparent; background-image: none; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .row .container > .video-iframe-container { display: none; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .row > .video-iframe-container { display: none; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .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); }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz { border-width: 0; border-radius: 0; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .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; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .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:43.875rem;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; }#nozta7xfzCFwo7RKnDUINvmCpqdIbJeZ { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.6875rem;left:0rem;height:4.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XZUBgBGDns5EQmpEtT6IRB2lqRT5Hv6s { color:rgba(var(--color-tertiary-2),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.28125rem;left:3.25rem;height:7.312rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FviUwDLVPqGXG3gHEctO6IS1g2nhT7Dw { position:absolute;display:block;z-index:15008;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:36.9375rem;width:29.5rem;top:3.46875rem;left:41.5rem;overflow:hidden;display:block; }
#VU4DffuHCHiKocsR5H5W742QDT0M8uXd { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row .container { background-color: transparent; background-image: none; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row .container > .video-iframe-container { display: none; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row > .video-iframe-container { display: none; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .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); }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row .container { border-width: 0; border-radius: 0; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;overflow:visible;position:relative;display:block; }#UXrKc4Q1EDoLHTXk5xU0UXVB24y5MJ44 { position:absolute;display:block;z-index:15033;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:4.25rem;width:13.3125rem;top:3.375rem;left:7.25rem;overflow:hidden;display:block; }
#x0COM43zDWDBWlPHCmzNOwI5HiepVVhO { position:absolute;display:block;z-index:15034;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:4.9375rem;width:9.125rem;top:3.0625rem;left:33rem;overflow:hidden;display:block; }
#gp8qOkxZQMTTXdhEtQzwTmR7gnG4QB67 { position:absolute;display:block;z-index:15035;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:5rem;width:12.0625rem;top:3rem;left:53.6875rem;overflow:hidden;display:block; }
#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm { position:relative;display:block; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm { background-color: transparent; background-image: none; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .row .container > .video-iframe-container { display: none; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .row > .video-iframe-container { display: none; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .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); }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm { border-width: 0; border-radius: 0; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .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; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .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:40.9375rem;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; }#su2qZKtXywwJTLUkIbJS2gedhKsCPudy { 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:37.5rem;width:30rem;top:1.71875rem;left:3.75rem;overflow:hidden;display:block; }
#EPLTGaZNuzTgJ3NWBNNs2SUiWpT6ua8c { color:rgba(var(--color-tertiary-2),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:37.5rem;height:2.84375rem;font-style:normal;display:block; }
#qRFdzQQwOztL15bm0oIv5TxCt3P6Vg0i { color:rgba(var(--color-tertiary-2),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:37.5rem;height:2.84375rem;font-style:normal;display:block; }
#mLFOs9mQ5I0VhQSdIwC1ZTvMZ24fGnQ6 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:37.5rem;height:5.84960625rem;font-style:normal;display:block; }
#fTLihD0k3px6trBQxS6wpotTgZOlFeVW { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.125rem;left:37.5rem;display:block; }
#HOAhmGLqfGMNqi48QTl1PCARJB0KwJoK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehACNhvZSdLfLia4R7bSaTc6V3UBMnr1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#fxWslThV7CTx9ToUE44Us4Krx74bKxGz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUce6Z0TbM65TMQSXFSXv510MRRK1iWT { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.8125rem;left:37.5rem;height:1.05615rem;font-style:normal;display:block; }
#W319EpPMZlrxbEoKHG5TCgWrpTH6xmx1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74913125rem;width:5.24956875rem;top:35.3125rem;left:45.5rem;overflow:hidden;display:block; }
#Sr69I6gTpyCRZttdCJoemBmXsuhg4gcS { color:rgba(var(--color-tertiary-2),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:21.5rem;left:37.5rem;height:7.31200625rem;font-style:normal;display:block; }
#I6xbCsRvCSAAubkqlN869sViidroFQhL { position:relative;display:block; }#I6xbCsRvCSAAubkqlN869sViidroFQhL { background-color: transparent; background-image: none; }#I6xbCsRvCSAAubkqlN869sViidroFQhL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .row .container > .video-iframe-container { display: none; }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .row > .video-iframe-container { display: none; }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .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); }#I6xbCsRvCSAAubkqlN869sViidroFQhL { border-width: 0; border-radius: 0; }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .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; }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .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:32rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y61UmJl5sds32886K1M9XxibdRLfslAH { position:absolute;display:block;z-index:15006;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:17.9375rem;width:17.9375rem;top:3.125rem;left:7.8125rem;overflow:hidden;display:block; }
#btvC7u9iVLUfS2VNAFpWpTckuVXZQVV3 { position:absolute;display:block;z-index:15007;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:18.25rem;width:18.25rem;top:2.9375rem;left:28.375rem;overflow:hidden;display:block; }
#GQTKqrumfClLBNnhtmTqdcEtazCs8GW3 { position:absolute;display:block;z-index:15008;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:18.4375rem;width:18.4375rem;top:2.875rem;left:49.3125rem;overflow:hidden;display:block; }
#NlLIIPoz5PmeXyld2rO9NkGqfRpI8UkK { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.625rem;left:30.96875rem;display:block; }
#ZM0POqfmn6bDN21rmdK8FH4KrTeFxq9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PdiwPlDBdZqEpVuHqyFvagsTn8QHAIrQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:29.125rem;display:none; }
#hsdAFIzQISASnQrBuaEDpBSZvOP3ABvz { 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:22.0625rem;width:22.0625rem;display:none; }
#lxnvV0w9x7XiBxUC2AKQFPc9OMxT35Pl { 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:22.0625rem;width:22.0625rem;display:none; }
#T57ZH1rz0gLszVps1CchPJHJM3adiMrz { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17rem;left:7.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sn437edJNDiPe43oAi1p3SimVpxaQK4A { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.9375rem;left:28.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pRNFW8GzDUVuZZels0VE0MJkAUblIvPg { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17rem;left:49.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXhgbdLzSmKCIsRrNe4QsOOiTS1FsH5r { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#GaKvIZTCz7QPVNSKaetaa6p7iagm7ntV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5mzw9Tc2QJMRB25hO2ifTJZuHnQeF4m { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:9rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCoC5g6fBz6BGSSQ1AJ4GRB5fKfZAPzN { box-sizing:content-box;height:45.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:32rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I { position:relative;display:block; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I { background-color: transparent; background-image: none; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .row .container > .video-iframe-container { display: none; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .row > .video-iframe-container { display: none; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .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); }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I { border-width: 0; border-radius: 0; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .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; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .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:45rem;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; }#IryLDzoXtqu8ngK6RgFSUUGV2Tx4ERWO { box-sizing:content-box;height:13.8125rem;width:32.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.125rem;left:3.34375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#u8XEJXhywSql6H3TLHt5bosdHo8GZrJN { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:3.34375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dCrtBmw3DHxWtZgVmVmfG6J2V35iulzU { position:absolute;display:block;z-index:15007;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:14rem;width:14rem;top:7.125rem;left:3.34375rem;overflow:hidden;display:block; }
#o6hCVcq5mSBTD2ZLeZeX6avB7kSfQbFk { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.78125rem;left:18.15625rem;height:6.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GoqGSEKn4W9L1W3HpTFrGa88zWZtvo9x { box-sizing:content-box;height:13.875rem;width:32.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.9375rem;left:3.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#NgmXReJkftTkozuu1MIghHfEOHJfs2oJ { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.625rem;left:18.25rem;height:6.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmDKC8hMrWyTzsFK2GTcbVe2AZCTTl9J { position:absolute;display:block;z-index:15011;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:14rem;width:14rem;top:23.9375rem;left:3.5rem;overflow:hidden;display:block; }
#wgXoumrqI0hsSrW46m3k8zqkmzEsxx33 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.78125rem;left:53.9375rem;height:6.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1A8G6qPKW7tQxeM3vMw3NPizXXMTsJK { position:absolute;display:block;z-index:15015;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:14rem;width:14rem;top:7.125rem;left:39rem;overflow:hidden;display:block; }
#Jf0TMxQruM91MXmfoxnG13fihc5De7V3 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.625rem;left:54rem;height:6.499025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXT0zXlnvCTT0WNQd9syzvvVeT9BCTF1 { position:absolute;display:block;z-index:15019;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:14rem;width:14rem;top:23.9375rem;left:39.125rem;overflow:hidden;display:block; }
#N7WMakpE0Qmf47zZAHwTGr4UzatHTi8x { box-sizing:content-box;height:13.875rem;width:32.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.9375rem;left:39.125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#XQCE8grDRiQWJvAwdvnJTPHRakgwv5Sb { box-sizing:content-box;height:13.875rem;width:32.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.125rem;left:39rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#uJHrvTTGS9SvIwk0stpGJSHwzfwTQTLX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#kRTLPVdbmFf6Hug9RbUBaasVTtQNXwyt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcXUQAPWoRwz0m4A5q1dJlls27FcLLUW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#QkLHT6TKTbQvNeX9pcb2uDzHlMPyNxzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLtd7Xn4vRxmasAlAO3TsHi86rtQLuIF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#XixvNf0IDeGMT57v1tt3y7TVrlRVguMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyTvZekU42fGp7AOz1UgOxQRercxiyB6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#hMMlntzxc76fh77mSmSVXku1uR67VnPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDUoPUPLDlqMM2UPii4sHqLKRKZCKntM { color:rgba(var(--color-tertiary-4),1);display:block;width:68.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:40.8125rem;left:3.46875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo { position:relative;display:block; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo { background-color: transparent; background-image: none; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .row .container > .video-iframe-container { display: none; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .row > .video-iframe-container { display: none; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .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); }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo { border-width: 0; border-radius: 0; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .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; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .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:51.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:block; }#WTUHV6U0Onb8OVS5vyz0p3pdQ9QHn666 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1868438720703rem;left:17.374132156372rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvQ4EgsLLrBXfLhCQawbA1Q3vMZ9CdQk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:16.5625rem;top:9.4375rem;left:8.875rem;overflow:hidden;display:block; }
#nN89DRu2DJrzNM83Qfxa0AQTRSOuIi5w { position:absolute;display:block;z-index:15007;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:30rem;width:16.75rem;top:9.25rem;left:28.8125rem;overflow:hidden;display:block; }
#LIkBS3qJyH7IsXfwyCvpk0WdrxgLTV3t { position:absolute;display:block;z-index:15008;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:30.25rem;width:16.9375rem;top:9.125rem;left:49.1875rem;overflow:hidden;display:block; }
#lyEnT5FLaXvMFnghPI5CRAzzChBMZExB { color:rgba(var(--color-tertiary-2),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:10.40625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pxi0B7dVytCffaIlKXieK3S2S2Zx9QXk { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:46.4375rem;left:30.96875rem;display:block; }
#lGbXyJ3h4TvVrMmDPEGlMVuW8LBL6n2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hk4mVLAFXor2cNK4ToxSfBVNZmFL95aW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:23.25rem;display:none; }
#DoLtFitPE98NnU7B4JMTQiy2pytCr4lg { 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:33.5625rem;width:26.8125rem;display:none; }
#DX1SwBPFopws0tRWBhm3THiGpycRdLqJ { 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:27.5625rem;width:22rem;display:none; }
#FARgzMF4mBqpZwW7SgOUy6fEmCWQILmN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:9.9375rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkuWN8mprufIe5txByACXC4CsoGXE9BX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:9.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rU32a0Nz0huEgfVyiI6Kvsk042IizXhL { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.3125rem;left:29.75rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbMOviyVLVrkoknpfXnNh1KS6e0mpLc9 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20rem;left:50.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcDJ3cFxfiGfySDluXNPN1MBMQa4kWvi { color:rgba(var(--color-tertiary-2),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:29.75rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXkAiWuvNT0o353BOyXdTIkHVOSoTTxh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.8125rem;left:50.375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6AvAKeGoXkyu99nAhOyTASi1WAbI4hy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#qa5aaycWzbVvbaswQ8ANydXX5GKTpVKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 { position:relative;display:block; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 { background-color: transparent; background-image: none; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .row .container > .video-iframe-container { display: none; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .row > .video-iframe-container { display: none; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .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); }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 { border-width: 0; border-radius: 0; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .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; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .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:47.9375rem;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; }#Q3ROLKLdfmR69qcQNkvtBwTuvv9prbkw { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:3.375rem;left:13.0625rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8PfES2MnEBIAxJHX1Ru9PP99kcf3SMt { 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:24.125rem;width:33.625rem;top:9.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#nVhHC54MgIunSDkGQl3adZN0gwVUgP9O { position:absolute;display:block;z-index:15010;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:24rem;width:33.5rem;top:9.375rem;left:39.125rem;overflow:hidden;display:block; }
#LW0Ch5NOi2x1t9tiRSqZ4zDEJVy97ldA { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:36.3291015625rem;left:15.65625rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rz3lfVVRyP0ptKeVhWsS6HxV4GuLzW2z { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.3125rem;left:30.96875rem;display:block; }
#eP861GnV0pTypyrGLqr5FUdnsvreMDes { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mre32dnICFipTVeZFvHF8BeX3TX5t6vc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#B2MpTnL5P0B607vLH5rkk0ul8Wv9qOdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgD6p44wSPVQsRDM8bib75623MtgPFuM { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.138004302979rem;left:0rem;height:1.055775rem;font-style:normal;display:none; }
#rfhOnViU1b6XflmWwg5nWZFMOs70C1i0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74805rem;width:5.24956875rem;top:27.789695739746rem;left:7.8797760009762rem;overflow:hidden;display:none; }
#D87PIAduAyPl9fvVb1316fB5OAfVDs7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row .container { background-color: transparent; background-image: none; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row .container > .video-iframe-container { display: none; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row > .video-iframe-container { display: none; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .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); }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row .container { border-width: 0; border-radius: 0; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#ad59f6e0ec0c062ff0a7a720d6d253dc { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.5rem;left:12.5rem;height:1.54345625rem;display:block; }
#T7acae3b35363d5dc26e30d22315bf22 { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:16rem;left:12.5rem;display:block; }
#I795f8895373640398af0517c07a3c05 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5rem;left:50.0625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#af0900946986b010d068a120afa09c9f { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:16.625rem;left:13.0625rem;height:20rem;display:block; }
#e4e53b5d98a7f2e894e2a8c4695843ef { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:2;letter-spacing:0;top:16.625rem;left:50.0625rem;height:20rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lzsu7t7oqH68UvrD1XT8q8CJi79oyUBp { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:40rem;left:12.5rem;height:1.54345625rem;display:block; }
#wzpczo6VZ899SiBHIdurhCXTmbO4h88h { box-sizing:content-box;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;top:42.625rem;left:12.5rem;display:block; }
#dFk6M2MuwxfJnhgka4gZ5JRxcPTaqpSd { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:43.4375rem;left:13rem;height:2rem;display:block; }
#w13H3LCtaSPa9euVquutwLmXxdssJiPT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:43.4375rem;left:50rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBCkFsydU1kCaplORrtJby5Rc0zNNqkK { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:7.5rem;left:13rem;height:7rem;display:none; }
#JtkJZv7oHcITDOoa3dkhsTxEoMLxGPwB { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:13rem;height:1.4624rem;display:none; }
#qz0gA5Zq3VDXNOrxtlaVyffw8RTq3bxT { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.76220703125rem;left:27.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doPEhOgPZ4QZ295CbTm0aEH6fesDdWiP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.63720703125rem;left:22.78125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#oflJK32m3LigFWvAqWDDqFKl95W35W4H { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:7.5rem;left:13rem;height:7rem;display:none; }
#xSU6JNlXm5KWDhagZwHckv5TBqHBB3JU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#Dz7HGFrbMSRDvTDavXET2vwUqiblJ5IL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iF0NHrrup11m7wUeZatdmGmXEPHLZTHb { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:48.5625rem;left:30.96875rem;display:block; }
#aaX4dXWJkOp2QmpCh7Q8u2lIfVt5Svfy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bDxxo5L1Xmtq1HROucxMeDJMZCu3e3th { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:7.5rem;left:13rem;height:7rem;display:none; }
#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { position:relative;display:block; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { background-color: transparent; background-image: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container > .video-iframe-container { display: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row > .video-iframe-container { display: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .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); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { border-width: 0; border-radius: 0; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .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; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .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:"open sans";height:44rem;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; }#kaVCEVOh9u9eMR5K7Uml7m14CbLWeHif { 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:37.125rem;width:37.125rem;top:3.4375rem;left:36.3125rem;overflow:hidden;display:block; }
#muv3DKTTxJltHq0JO3VTDo5t19Kw0TG3 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5615234375rem;left:1.5927734375rem;height:5.6875rem;font-style:normal;display:block; }
#Z4goT50sQrylUkkzEUEgySBPpLfEh4QL { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.21875rem;left:1.5927734375rem;height:22.09670625rem;display:block; }
#V05pr2sRSOVx62ptH7VbT5Ek9lfaqQTP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.279296875rem;left:8.0927734375rem;height:9.09864375rem;display:block; }
#GVkVa5GLqzSUrDO7VZmp4CM8OetIAQsD { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.0625rem;left:1.5927734375rem;display:block; }
#a8pwJQlcwoVbf5aTrXT6iTIqN47DkbSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3EXO5zLvpG4qIEVynBmoyoIo00y3ofR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#QG5yKZUq3knUgwExxKmedzVzP4JIki3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipTh0FiSO4BwomEghD78Edom6ouLqA62 { position:relative;display:block; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 { background-color: transparent; background-image: none; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .row .container > .video-iframe-container { display: none; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .row > .video-iframe-container { display: none; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .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); }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 { border-width: 0; border-radius: 0; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .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; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .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:46.875rem;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; }#I2MQ29UK2vlh2gcknNZXKDkFikZthnkc { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.75rem;left:18.75rem;height:4.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6fn7CrExRMW9Q8g7qR7ZudFePBxzFEk { box-sizing:content-box;height:17.375rem;width:30.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.5625rem;left:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#mi784S8dgDaIxaV4w8A3OLE8veHCwwTM { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.25rem;left:7.9375rem;height:7.7988125rem;font-style:normal;display:block; }
#XKIBiyPLk4ogTTEvxVSfET7XZKq21QUS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.37451171875rem;left:12.1875rem;height:1.4624rem;font-style:normal;display:block; }
#WioiNO9RuFKi6fcNeg3ClKT38dsboASO { position:absolute;display:block;z-index:15012;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:0.9375rem;width:6.625rem;top:13.77392578125rem;left:12.1875rem;overflow:hidden;display:block; }
#hyqeQf0T3018WXdevhS74JNAlG8gCLnE { box-sizing:content-box;height:17.125rem;width:30.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:10.6875rem;left:38.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#OZksiZ6rVOLuVBeR7SVGGHNN5eRyDFyN { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:16.25rem;left:40.25rem;height:10.3984375rem;font-style:normal;display:block; }
#dsxxl6RtlwTfEvC6BKxdZTT0UIKgZTwR { position:absolute;display:block;z-index:15017;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:0.9375rem;width:6.625rem;top:13.8125rem;left:44rem;overflow:hidden;display:block; }
#l4bFnfJohtprAUQqIF8pT2fQDV45colX { color:rgba(var(--color-tertiary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.3125rem;left:44.0625rem;height:1.4624rem;font-style:normal;display:block; }
#PxHqMbQG0teJsUnBU0PuBwX32tfFsSIT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:32.125rem;left:40.25rem;overflow:hidden;display:block; }
#Tf5NSwrvJZgk6iTOJa4uMfKLZVaT5SJ8 { box-sizing:content-box;height:14.75rem;width:30.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:30.1875rem;left:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ENtIsao2HTUMyTVz69vRWcAGHEf6TTOv { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:36.375rem;left:7.9375rem;height:6.499rem;font-style:normal;display:block; }
#chATRfRpMdLyz6qh4SXAQcxM7nugfGHP { position:absolute;display:block;z-index:15017;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:0.9375rem;width:6.625rem;top:33.9375rem;left:11.8125rem;overflow:hidden;display:block; }
#TBHWedet56nzT6KEyw04Uygu7RI7L4vI { color:rgba(var(--color-tertiary-2),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.4375rem;left:11.9375rem;height:1.4624rem;font-style:normal;display:block; }
#IzD8EBZm5yUHckeFxDvZDUbP9z1BTkbL { box-sizing:content-box;height:14.875rem;width:30.3125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:30.1875rem;left:38.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#UJmSVTxtnVlH4tLk61pkMv4mW2eAECuw { position:absolute;display:block;z-index:15022;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:0.9375rem;width:6.625rem;top:33.9375rem;left:44rem;overflow:hidden;display:block; }
#yll7AI9TNUb1L3oziW085xi7DMIqwXsc { color:rgba(var(--color-tertiary-2),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.4375rem;left:44.125rem;height:1.4624rem;font-style:normal;display:block; }
#r0NfssaQ3uuOqfevbfaWCmH95UqK7i1F { color:rgba(var(--color-tertiary-2),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:37.67431640625rem;left:40.125rem;height:3.8994125rem;font-style:normal;display:block; }
#rqbdkKyniZUvvUBC6TtpHtOP5w4uyGWr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5rem;left:4.8125rem;display:none; }
#iMnwZ3tAdd3ddrQbPZAyv3bHhaacFpJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4TvcgCXz177yaIoSIIaHs4aBsvgAilC { box-sizing:content-box;height:46.875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#PShbQEIWhbCem5nJTesZO3KFZ4IHnJir { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:32.03125rem;left:7.9375rem;overflow:hidden;display:block; }
#BMf797OMp7NxBfTEy9UOCpeK9q4Nsm0g { position:absolute;display:block;z-index:15025;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:3.125rem;width:3.125rem;top:11.93701171875rem;left:7.9375rem;overflow:hidden;display:block; }
#nDLf4tQnF12MEHcSNsuxzJggP42OD1mp { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:12.3125rem;left:40.25rem;overflow:hidden;display:block; }
#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe { position:relative;display:block; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe { background-color: transparent; background-image: none; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .row .container > .video-iframe-container { display: none; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .row > .video-iframe-container { display: none; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .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); }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe { border-width: 0; border-radius: 0; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .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; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .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:29.9375rem;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; }#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:#f6f6f6;background-image:none;vertical-align:top; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;font-style:normal;height:auto;line-height:1.1;overflow:hidden; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-trigger.adaptive-delivery-prevent-bg, #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-trigger.lazyload, #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-trigger.lazyloading { background-image: none; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C { box-sizing:content-box;height:auto;width:48.8125rem;position:absolute;display:flex;flex-direction:column;gap:1rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.3125rem;padding-right:1.3125rem;padding-bottom:1.3125rem;padding-left:1.3125rem;top:3.53125rem;left:23.5625rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #dUgdMZkm2JFoGJ9TzHTTydpd0wNSQlUE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #TJ9RWmJEMifmOpK20Vz3nNH6EhCewRSX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #EACWKERrlB3nwz8Tgv8VNPiZCWKulwno { display:block;position:relative; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #gZkl51IG4xED80F9rTHMoQ5fXIaiTTle {  }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #hxOPnlls4DMcnukQhwcruviQtq23n8fi {  }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #O8UBauKDWy6JDhWNzidT7V1bJLKycXha { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #EmXtSsMycnu3nxqbEZk21119oZ3qm0Rh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #cvwcoTNturKXpOGWAg0OziimpSXzQclk { display:block;position:relative; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #GV4qzhnn7vBo3T4aGCWgsaKXJ8I27MD2 {  }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #TFgEaopF5pkHgRuT9bNiE8y0iTQPA6pW { display:none; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #e0pTPPH1AI5VCl9lTDw15O4o4QGBNKdy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #RVCizxkau4NGXCwRwR9NdFxTthWE9Sa7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #XFrs2KSUihK4WWdEBAwZunLlvXwrlb0q { display:block;position:relative; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #Towq3wegeNIDicDMOPv24CFlmxw9uRgW {  }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #ZPZDv8Lbw09Jii563alEv0Nhg5K5PSD3 { display:none; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #dkvf5KXuTDaOTDxI9Evu69gme3gsupq2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #h6WJ8sKFRUCkwQaVdxk13uUxWn53SSMB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #Jt9sfc114Z0kVc4IESehmb9crrG7WPrp { display:block;position:relative; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #QFqxupWpsyCrmgW9lqhHygavXe61g5uD {  }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #UmEyE2Gu3A1dIuILaq2kKiDAUZXwiGZ1 { display:none; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #FZEQDoetyISSVXgFcyldZ2yNc3NBgboe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #d7x13LQpKcV4BmnVzdaoQ7vX7pWG1Jir { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #PAzuJP9B4Su3WFssXsnfealEiTavB9T5 { display:block;position:relative; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #vaxrZILkAkESAyy8CcQdTOPB8HTsTUMf {  }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #aPZRhJHT9FaEBhSEPZvyIGxTsEhTqBPy { display:none; }
#gZuPfAXHq77q4CI8xS1bF9PbsglmHg8Z { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:8.625rem;left:0rem;height:4.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntfdLhT1T3deAaLd9nZhnriHmNT8LPEH { background-color:#d4ade8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0610625rem;height:2.686525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.1875rem;left:0rem;display:block; }
#Tm9l5n6FrFDkrTdiFDe7KL2xPmFvIKvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lRJh5kzAmzwvPsWSTTalkhVTJSF1uq43 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74805rem;width:5.24956875rem;top:19.625rem;left:7.875rem;overflow:hidden;display:block; }
#KJRKQy8Hfi3RwPT3JHfDKkPC0Oz8EhNs { color:rgba(var(--color-tertiary-2),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:1.05615rem;font-style:normal;display:block; }
#agGqnrvpzSVwNsGGydDr2xV902zxe1lz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { background-color: transparent; background-image: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container > .video-iframe-container { display: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row > .video-iframe-container { display: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .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); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { border-width: 0; border-radius: 0; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#f0Sk2d12JZFClGS3VusTtZ9hNb6n321P { color:rgba(var(--color-tertiary-2),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5625rem;left:53.875rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OXMHppCINS1Ay2QtkPFqIodT8TOXkFVJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:13.936625rem;top:5.185546875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwDEIurnTurqSBlNaaaJeK4qShzUkTV0 { top:10.625rem;left:0rem;width:47.75rem;height:25.785rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZ5SFnd7E75ETVgwz7K4uLsC4ZLJikI { top:3.6875rem;left:0rem;width:7.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkGBFao6f1bT3T02J4yVp5iobbrtCDc2 { width:29.625rem;height:52.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUodbGQIPoqudq5PPo537VXFe6ExD00l { width:14.4375rem;height:2.875rem;top:3.625rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLBAJUkKI1o5An6KFGJIDeFfIvPmSlf { display:block; }
 }@media only screen and (max-width: 763px) { #T2irgipmanAQQKpeUohiGTeZLIkeNGD2 { top:21.1875rem;left:0rem;width:35.9375rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgG0FpuCd0WvPaXx4LvURE3DZiIaPr0f { top:25.25rem;left:0rem;width:39.3125rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkT4PdAzGlJ9LFTSuv8g8fK6JxekkzT { top:34.4375rem;left:0rem;width:28.8125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNuXSWSkSX08tRKLqI2Nm94QtBrOfmM9 { width:17.5rem;height:2.875rem;top:41.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ6wPPetTSrffm7En1f4u0NkcRk0wR86 { display:block; }
 }@media only screen and (max-width: 763px) { #aBA8cLiRu16zDHBdNa11xVn3KCVvHesQ { top:44.125rem;left:0rem;width:5.25rem;height:1.7492749404415rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd0hDDVpNBRFaJHkARE8LQOaultt3X2i { top:44.625rem;left:0rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5yxOOD4BVlLXA9MGqZ6qeUNcIFPMzQm { top:19.375rem;left:0rem;width:28.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz { display:block; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nozta7xfzCFwo7RKnDUINvmCpqdIbJeZ { top:11.6875rem;left:0rem;width:37.5rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZUBgBGDns5EQmpEtT6IRB2lqRT5Hv6s { top:18.25rem;left:0rem;width:34.3125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FviUwDLVPqGXG3gHEctO6IS1g2nhT7Dw { top:3.4375rem;left:18.25rem;width:29.5rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU4DffuHCHiKocsR5H5W742QDT0M8uXd { display:block; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXrKc4Q1EDoLHTXk5xU0UXVB24y5MJ44 { width:13.3125rem;height:4.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0COM43zDWDBWlPHCmzNOwI5HiepVVhO { width:9.125rem;height:4.9375rem;top:3.0625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp8qOkxZQMTTXdhEtQzwTmR7gnG4QB67 { width:12.0625rem;height:5rem;top:3rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3Of4lugim8P6uCt5bgziOkoiJx2FRm { display:block; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #su2qZKtXywwJTLUkIbJS2gedhKsCPudy { top:1.6875rem;left:0rem;width:30rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLTGaZNuzTgJ3NWBNNs2SUiWpT6ua8c { top:7.6875rem;left:17rem;width:30.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRFdzQQwOztL15bm0oIv5TxCt3P6Vg0i { top:4.8125rem;left:17rem;width:30.75rem;height:2.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLFOs9mQ5I0VhQSdIwC1ZTvMZ24fGnQ6 { top:13.25rem;left:11.5rem;width:36.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLihD0k3px6trBQxS6wpotTgZOlFeVW { width:13.1875rem;height:2.875rem;top:32.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOAhmGLqfGMNqi48QTl1PCARJB0KwJoK { display:block; }
 }@media only screen and (max-width: 763px) { #ehACNhvZSdLfLia4R7bSaTc6V3UBMnr1 { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxWslThV7CTx9ToUE44Us4Krx74bKxGz { display:block; }
 }@media only screen and (max-width: 763px) { #wUce6Z0TbM65TMQSXFSXv510MRRK1iWT { top:35.8125rem;left:23.875rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W319EpPMZlrxbEoKHG5TCgWrpTH6xmx1 { top:35.3125rem;left:25.0625rem;width:5.1875rem;height:1.7283637647305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr69I6gTpyCRZttdCJoemBmXsuhg4gcS { top:21.5rem;left:11.5rem;width:36.25rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6xbCsRvCSAAubkqlN869sViidroFQhL { display:block; }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y61UmJl5sds32886K1M9XxibdRLfslAH { top:3.125rem;left:0rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvC7u9iVLUfS2VNAFpWpTckuVXZQVV3 { top:2.9375rem;left:14.75rem;width:18.25rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQTKqrumfClLBNnhtmTqdcEtazCs8GW3 { top:2.875rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlLIIPoz5PmeXyld2rO9NkGqfRpI8UkK { width:13.0625rem;height:2.6875rem;top:23.625rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM0POqfmn6bDN21rmdK8FH4KrTeFxq9X { display:block; }
 }@media only screen and (max-width: 763px) { #PdiwPlDBdZqEpVuHqyFvagsTn8QHAIrQ { width:29.125rem;height:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsdAFIzQISASnQrBuaEDpBSZvOP3ABvz { width:22.0625rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxnvV0w9x7XiBxUC2AKQFPc9OMxT35Pl { width:22.0625rem;height:22.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T57ZH1rz0gLszVps1CchPJHJM3adiMrz { top:17rem;left:0rem;width:18.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn437edJNDiPe43oAi1p3SimVpxaQK4A { top:16.9375rem;left:14.6875rem;width:18.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRNFW8GzDUVuZZels0VE0MJkAUblIvPg { top:17rem;left:30.5625rem;width:17.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXhgbdLzSmKCIsRrNe4QsOOiTS1FsH5r { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaKvIZTCz7QPVNSKaetaa6p7iagm7ntV { display:block; }
 }@media only screen and (max-width: 763px) { #D5mzw9Tc2QJMRB25hO2ifTJZuHnQeF4m { top:28.5625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCoC5g6fBz6BGSSQ1AJ4GRB5fKfZAPzN { top:32rem;left:0rem;width:47.75rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I { display:block; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IryLDzoXtqu8ngK6RgFSUUGV2Tx4ERWO { top:7.125rem;left:0rem;width:32.625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8XEJXhywSql6H3TLHt5bosdHo8GZrJN { top:2.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCrtBmw3DHxWtZgVmVmfG6J2V35iulzU { top:7.125rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6hCVcq5mSBTD2ZLeZeX6avB7kSfQbFk { top:10.75rem;left:4.53125rem;width:16.5625rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqGSEKn4W9L1W3HpTFrGa88zWZtvo9x { top:23.9375rem;left:0rem;width:32.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgmXReJkftTkozuu1MIghHfEOHJfs2oJ { top:27.625rem;left:4.625rem;width:16.625rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmDKC8hMrWyTzsFK2GTcbVe2AZCTTl9J { top:23.9375rem;left:0rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgXoumrqI0hsSrW46m3k8zqkmzEsxx33 { top:10.75rem;left:31.0625rem;width:16.6875rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1A8G6qPKW7tQxeM3vMw3NPizXXMTsJK { top:7.125rem;left:25.375rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf0TMxQruM91MXmfoxnG13fihc5De7V3 { top:27.625rem;left:31rem;width:16.75rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXT0zXlnvCTT0WNQd9syzvvVeT9BCTF1 { top:23.9375rem;left:25.5rem;width:14rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WMakpE0Qmf47zZAHwTGr4UzatHTi8x { top:23.9375rem;left:15.3125rem;width:32.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQCE8grDRiQWJvAwdvnJTPHRakgwv5Sb { top:7.125rem;left:15.3125rem;width:32.4375rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJHrvTTGS9SvIwk0stpGJSHwzfwTQTLX { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRTLPVdbmFf6Hug9RbUBaasVTtQNXwyt { display:block; }
 }@media only screen and (max-width: 763px) { #rcXUQAPWoRwz0m4A5q1dJlls27FcLLUW { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkLHT6TKTbQvNeX9pcb2uDzHlMPyNxzO { display:block; }
 }@media only screen and (max-width: 763px) { #fLtd7Xn4vRxmasAlAO3TsHi86rtQLuIF { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XixvNf0IDeGMT57v1tt3y7TVrlRVguMG { display:block; }
 }@media only screen and (max-width: 763px) { #OyTvZekU42fGp7AOz1UgOxQRercxiyB6 { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMMlntzxc76fh77mSmSVXku1uR67VnPS { display:block; }
 }@media only screen and (max-width: 763px) { #SDUoPUPLDlqMM2UPii4sHqLKRKZCKntM { top:40.8125rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo { display:block; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTUHV6U0Onb8OVS5vyz0p3pdQ9QHn666 { top:4.125rem;left:3.7490234375rem;width:40.3125rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvQ4EgsLLrBXfLhCQawbA1Q3vMZ9CdQk { top:9.4375rem;left:0rem;width:16.5625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN89DRu2DJrzNM83Qfxa0AQTRSOuIi5w { top:9.25rem;left:15.1875rem;width:16.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIkBS3qJyH7IsXfwyCvpk0WdrxgLTV3t { top:9.125rem;left:30.8125rem;width:16.9375rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyEnT5FLaXvMFnghPI5CRAzzChBMZExB { top:41.6875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxi0B7dVytCffaIlKXieK3S2S2Zx9QXk { width:13.0625rem;height:2.6875rem;top:46.4375rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbXyJ3h4TvVrMmDPEGlMVuW8LBL6n2r { display:block; }
 }@media only screen and (max-width: 763px) { #Hk4mVLAFXor2cNK4ToxSfBVNZmFL95aW { width:23.25rem;height:29.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DoLtFitPE98NnU7B4JMTQiy2pytCr4lg { width:26.8125rem;height:33.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX1SwBPFopws0tRWBhm3THiGpycRdLqJ { width:22rem;height:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FARgzMF4mBqpZwW7SgOUy6fEmCWQILmN { top:23.0625rem;left:0rem;width:14.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkuWN8mprufIe5txByACXC4CsoGXE9BX { top:19.1875rem;left:0rem;width:15.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU32a0Nz0huEgfVyiI6Kvsk042IizXhL { top:19.3125rem;left:16.125rem;width:14.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMOviyVLVrkoknpfXnNh1KS6e0mpLc9 { top:20rem;left:33.3125rem;width:14.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcDJ3cFxfiGfySDluXNPN1MBMQa4kWvi { top:23.1875rem;left:16.125rem;width:14.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXkAiWuvNT0o353BOyXdTIkHVOSoTTxh { top:23.8125rem;left:33.125rem;width:14.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6AvAKeGoXkyu99nAhOyTASi1WAbI4hy { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qa5aaycWzbVvbaswQ8ANydXX5GKTpVKh { display:block; }
 }@media only screen and (max-width: 763px) { #p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 { display:block; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3ROLKLdfmR69qcQNkvtBwTuvv9prbkw { top:3.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8PfES2MnEBIAxJHX1Ru9PP99kcf3SMt { top:9.3125rem;left:0rem;width:33.625rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVhHC54MgIunSDkGQl3adZN0gwVUgP9O { top:9.375rem;left:14.25rem;width:33.5rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0Ch5NOi2x1t9tiRSqZ4zDEJVy97ldA { top:36.3125rem;left:2.03125rem;width:43.6875rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3lfVVRyP0ptKeVhWsS6HxV4GuLzW2z { width:13.0625rem;height:2.6875rem;top:42.3125rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP861GnV0pTypyrGLqr5FUdnsvreMDes { display:block; }
 }@media only screen and (max-width: 763px) { #Mre32dnICFipTVeZFvHF8BeX3TX5t6vc { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2MpTnL5P0B607vLH5rkk0ul8Wv9qOdA { display:block; }
 }@media only screen and (max-width: 763px) { #RgD6p44wSPVQsRDM8bib75623MtgPFuM { top:28.125rem;left:0rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfhOnViU1b6XflmWwg5nWZFMOs70C1i0 { top:27.75rem;left:0rem;width:5.1875rem;height:1.7273817730266rem;display:none; }
 }@media only screen and (max-width: 763px) { #D87PIAduAyPl9fvVb1316fB5OAfVDs7U { display:block; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad59f6e0ec0c062ff0a7a720d6d253dc { top:13.5rem;left:0rem;width:22.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7acae3b35363d5dc26e30d22315bf22 { top:16rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I795f8895373640398af0517c07a3c05 { top:13.5rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af0900946986b010d068a120afa09c9f { top:16.625rem;left:0rem;width:26.4375rem;height:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4e53b5d98a7f2e894e2a8c4695843ef { top:16.625rem;left:35.25rem;width:12.5rem;height:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzsu7t7oqH68UvrD1XT8q8CJi79oyUBp { top:40rem;left:0rem;width:19.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzpczo6VZ899SiBHIdurhCXTmbO4h88h { top:42.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFk6M2MuwxfJnhgka4gZ5JRxcPTaqpSd { top:43.4375rem;left:0rem;width:26.4375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13H3LCtaSPa9euVquutwLmXxdssJiPT { top:43.4375rem;left:35.25rem;width:12.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCkFsydU1kCaplORrtJby5Rc0zNNqkK { top:11.5625rem;left:0rem;width:10.625rem;height:23.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtkJZv7oHcITDOoa3dkhsTxEoMLxGPwB { top:0.8125rem;left:0rem;width:8.5rem;height:1.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz0gA5Zq3VDXNOrxtlaVyffw8RTq3bxT { top:3.75rem;left:13.71875rem;width:20.3125rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPEhOgPZ4QZ295CbTm0aEH6fesDdWiP { top:7.625rem;left:9.15625rem;width:29.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oflJK32m3LigFWvAqWDDqFKl95W35W4H { top:11.5625rem;left:0rem;width:10.625rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSU6JNlXm5KWDhagZwHckv5TBqHBB3JU { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dz7HGFrbMSRDvTDavXET2vwUqiblJ5IL { display:block; }
 }@media only screen and (max-width: 763px) { #iF0NHrrup11m7wUeZatdmGmXEPHLZTHb { width:13.0625rem;height:2.6875rem;top:48.5625rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaX4dXWJkOp2QmpCh7Q8u2lIfVt5Svfy { display:block; }
 }@media only screen and (max-width: 763px) { #bDxxo5L1Xmtq1HROucxMeDJMZCu3e3th { top:11.5rem;left:0rem;width:10.625rem;height:23.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { display:block; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { background-color: transparent; background-image: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container > .video-iframe-container { display: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row > .video-iframe-container { display: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .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); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { border-width: 0; border-radius: 0; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaVCEVOh9u9eMR5K7Uml7m14CbLWeHif { top:3.4375rem;left:10.625rem;width:37.125rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muv3DKTTxJltHq0JO3VTDo5t19Kw0TG3 { top:5.5rem;left:0rem;width:27.1875rem;height:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4goT50sQrylUkkzEUEgySBPpLfEh4QL { top:12.1875rem;left:0rem;width:26.8125rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05pr2sRSOVx62ptH7VbT5Ek9lfaqQTP { top:25.25rem;left:0rem;width:10.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVkVa5GLqzSUrDO7VZmp4CM8OetIAQsD { width:13.0625rem;height:2.6875rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pwJQlcwoVbf5aTrXT6iTIqN47DkbSv { display:block; }
 }@media only screen and (max-width: 763px) { #Z3EXO5zLvpG4qIEVynBmoyoIo00y3ofR { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QG5yKZUq3knUgwExxKmedzVzP4JIki3n { display:block; }
 }@media only screen and (max-width: 763px) { #ipTh0FiSO4BwomEghD78Edom6ouLqA62 { display:block; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2MQ29UK2vlh2gcknNZXKDkFikZthnkc { top:3.75rem;left:5.125rem;width:37.5rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6fn7CrExRMW9Q8g7qR7ZudFePBxzFEk { top:10.5625rem;left:0rem;width:30.3125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi784S8dgDaIxaV4w8A3OLE8veHCwwTM { top:16.25rem;left:0rem;width:26.9375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKIBiyPLk4ogTTEvxVSfET7XZKq21QUS { top:12.3125rem;left:0rem;width:8.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WioiNO9RuFKi6fcNeg3ClKT38dsboASO { top:13.75rem;left:0rem;width:6.625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyqeQf0T3018WXdevhS74JNAlG8gCLnE { top:10.6875rem;left:17.4375rem;width:30.3125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZksiZ6rVOLuVBeR7SVGGHNN5eRyDFyN { top:16.25rem;left:20.8125rem;width:26.9375rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsxxl6RtlwTfEvC6BKxdZTT0UIKgZTwR { top:13.8125rem;left:30.375rem;width:6.625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4bFnfJohtprAUQqIF8pT2fQDV45colX { top:12.3125rem;left:30.4375rem;width:6.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxHqMbQG0teJsUnBU0PuBwX32tfFsSIT { top:32.125rem;left:26.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5NSwrvJZgk6iTOJa4uMfKLZVaT5SJ8 { top:30.1875rem;left:0rem;width:30.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENtIsao2HTUMyTVz69vRWcAGHEf6TTOv { top:36.375rem;left:0rem;width:26.9375rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chATRfRpMdLyz6qh4SXAQcxM7nugfGHP { top:33.9375rem;left:0rem;width:6.625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBHWedet56nzT6KEyw04Uygu7RI7L4vI { top:32.4375rem;left:0rem;width:6.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzD8EBZm5yUHckeFxDvZDUbP9z1BTkbL { top:30.1875rem;left:17.4375rem;width:30.3125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJmSVTxtnVlH4tLk61pkMv4mW2eAECuw { top:33.9375rem;left:30.375rem;width:6.625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yll7AI9TNUb1L3oziW085xi7DMIqwXsc { top:32.4375rem;left:30.5rem;width:16.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NfssaQ3uuOqfevbfaWCmH95UqK7i1F { top:37.625rem;left:20.8125rem;width:26.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqbdkKyniZUvvUBC6TtpHtOP5w4uyGWr { width:14.4375rem;height:2.875rem;top:42.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMnwZ3tAdd3ddrQbPZAyv3bHhaacFpJS { display:block; }
 }@media only screen and (max-width: 763px) { #Q4TvcgCXz177yaIoSIIaHs4aBsvgAilC { top:0rem;left:0rem;width:47.75rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShbQEIWhbCem5nJTesZO3KFZ4IHnJir { top:32rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMf797OMp7NxBfTEy9UOCpeK9q4Nsm0g { top:11.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLf4tQnF12MEHcSNsuxzJggP42OD1mp { top:12.3125rem;left:26.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe { display:block; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C { display:flex;height:auto;width:27.8125rem;top:3.375rem;left:15.465276718139rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #dUgdMZkm2JFoGJ9TzHTTydpd0wNSQlUE {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #TJ9RWmJEMifmOpK20Vz3nNH6EhCewRSX {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #EACWKERrlB3nwz8Tgv8VNPiZCWKulwno {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #gZkl51IG4xED80F9rTHMoQ5fXIaiTTle {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #hxOPnlls4DMcnukQhwcruviQtq23n8fi {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #O8UBauKDWy6JDhWNzidT7V1bJLKycXha {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #EmXtSsMycnu3nxqbEZk21119oZ3qm0Rh {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #cvwcoTNturKXpOGWAg0OziimpSXzQclk {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #GV4qzhnn7vBo3T4aGCWgsaKXJ8I27MD2 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #TFgEaopF5pkHgRuT9bNiE8y0iTQPA6pW {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #e0pTPPH1AI5VCl9lTDw15O4o4QGBNKdy {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #RVCizxkau4NGXCwRwR9NdFxTthWE9Sa7 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #XFrs2KSUihK4WWdEBAwZunLlvXwrlb0q {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #Towq3wegeNIDicDMOPv24CFlmxw9uRgW {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #ZPZDv8Lbw09Jii563alEv0Nhg5K5PSD3 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #dkvf5KXuTDaOTDxI9Evu69gme3gsupq2 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #h6WJ8sKFRUCkwQaVdxk13uUxWn53SSMB {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #Jt9sfc114Z0kVc4IESehmb9crrG7WPrp {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #QFqxupWpsyCrmgW9lqhHygavXe61g5uD {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #UmEyE2Gu3A1dIuILaq2kKiDAUZXwiGZ1 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #FZEQDoetyISSVXgFcyldZ2yNc3NBgboe {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #d7x13LQpKcV4BmnVzdaoQ7vX7pWG1Jir {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #PAzuJP9B4Su3WFssXsnfealEiTavB9T5 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #vaxrZILkAkESAyy8CcQdTOPB8HTsTUMf {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #aPZRhJHT9FaEBhSEPZvyIGxTsEhTqBPy {  }
 }@media only screen and (max-width: 763px) { #gZuPfAXHq77q4CI8xS1bF9PbsglmHg8Z { top:8.625rem;left:0rem;width:20.9375rem;height:4.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntfdLhT1T3deAaLd9nZhnriHmNT8LPEH { width:13rem;height:2.625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9l5n6FrFDkrTdiFDe7KL2xPmFvIKvd { display:block; }
 }@media only screen and (max-width: 763px) { #lRJh5kzAmzwvPsWSTTalkhVTJSF1uq43 { top:19.625rem;left:0rem;width:5.1875rem;height:1.7274002824072rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJRKQy8Hfi3RwPT3JHfDKkPC0Oz8EhNs { top:19.9375rem;left:0rem;width:8.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agGqnrvpzSVwNsGGydDr2xV902zxe1lz { background-color:#28887a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { background-color: transparent; background-image: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container > .video-iframe-container { display: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row > .video-iframe-container { display: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .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); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { border-width: 0; border-radius: 0; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0Sk2d12JZFClGS3VusTtZ9hNb6n321P { top:6.5625rem;left:26.625rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OXMHppCINS1Ay2QtkPFqIodT8TOXkFVJ { width:13.875rem;height:4.0445364282959rem;top:5.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwDEIurnTurqSBlNaaaJeK4qShzUkTV0 { width:16.375rem;height:8.8125rem;top:5.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhZ5SFnd7E75ETVgwz7K4uLsC4ZLJikI { width:7.5rem;height:2.5625rem;top:2.125rem;left:6.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RkGBFao6f1bT3T02J4yVp5iobbrtCDc2 { top:7.34375rem;left:0rem;width:20rem;height:35.75rem;z-index:15002;overflow:hidden;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUodbGQIPoqudq5PPo537VXFe6ExD00l { width:14.4375rem;height:2.875rem;top:54.659125rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwLBAJUkKI1o5An6KFGJIDeFfIvPmSlf { display:block; }
 }@media only screen and (max-width: 763px) { #T2irgipmanAQQKpeUohiGTeZLIkeNGD2 { width:16.9375rem;height:3.29980625rem;top:35.3232421875rem;left:1.53125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zgG0FpuCd0WvPaXx4LvURE3DZiIaPr0f { width:16.6875rem;height:4.125rem;top:40.62109375rem;left:1.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkT4PdAzGlJ9LFTSuv8g8fK6JxekkzT { width:17.8125rem;height:3.65625rem;top:46.845703125rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNuXSWSkSX08tRKLqI2Nm94QtBrOfmM9 { width:16.8125rem;height:2.9375rem;top:52.4375rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ6wPPetTSrffm7En1f4u0NkcRk0wR86 { display:block; }
 }@media only screen and (max-width: 763px) { #aBA8cLiRu16zDHBdNa11xVn3KCVvHesQ { width:5.25rem;height:1.749025rem;top:56.1875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd0hDDVpNBRFaJHkARE8LQOaultt3X2i { width:8.125rem;height:1.05615rem;top:56.5625rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5yxOOD4BVlLXA9MGqZ6qeUNcIFPMzQm { width:11.125rem;height:2.2744125rem;top:32.41064453125rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz { display:block; }#ZNXzx24U8QRHSUeqiBOfE3gMWshFbmnz > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nozta7xfzCFwo7RKnDUINvmCpqdIbJeZ { width:19.25rem;height:3.2998rem;top:2.1630859375rem;left:0.4375rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZUBgBGDns5EQmpEtT6IRB2lqRT5Hv6s { width:19.125rem;height:8.53125rem;top:7.5234375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FviUwDLVPqGXG3gHEctO6IS1g2nhT7Dw { width:20rem;height:25.0625rem;top:19.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU4DffuHCHiKocsR5H5W742QDT0M8uXd { display:block; }#VU4DffuHCHiKocsR5H5W742QDT0M8uXd > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXrKc4Q1EDoLHTXk5xU0UXVB24y5MJ44 { width:4.8125rem;height:1.5rem;top:1.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0COM43zDWDBWlPHCmzNOwI5HiepVVhO { width:3.3125rem;height:1.875rem;top:1.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp8qOkxZQMTTXdhEtQzwTmR7gnG4QB67 { width:4.4375rem;height:1.9375rem;top:1.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3Of4lugim8P6uCt5bgziOkoiJx2FRm { display:block; }#hz3Of4lugim8P6uCt5bgziOkoiJx2FRm > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #su2qZKtXywwJTLUkIbJS2gedhKsCPudy { width:18.5rem;height:23.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPLTGaZNuzTgJ3NWBNNs2SUiWpT6ua8c { width:20rem;height:1.70605625rem;top:1.7060546875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRFdzQQwOztL15bm0oIv5TxCt3P6Vg0i { width:13.0625rem;height:1.70605625rem;top:0rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLFOs9mQ5I0VhQSdIwC1ZTvMZ24fGnQ6 { width:20rem;height:6.09375rem;top:5.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLihD0k3px6trBQxS6wpotTgZOlFeVW { width:13.1875rem;height:2.4375rem;top:55.125rem;left:3.40625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOAhmGLqfGMNqi48QTl1PCARJB0KwJoK { display:block; }
 }@media only screen and (max-width: 763px) { #ehACNhvZSdLfLia4R7bSaTc6V3UBMnr1 { width:13.625rem;height:2.9375rem;top:24.0625rem;left:3.1875rem;font-size:0.875rem;z-index:15004;background-color:#d4ade8;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) { #fxWslThV7CTx9ToUE44Us4Krx74bKxGz { display:block; }
 }@media only screen and (max-width: 763px) { #wUce6Z0TbM65TMQSXFSXv510MRRK1iWT { width:8.125rem;height:1.05615rem;top:28.125rem;left:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W319EpPMZlrxbEoKHG5TCgWrpTH6xmx1 { width:5.1875rem;height:1.7284502387696rem;top:27.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr69I6gTpyCRZttdCJoemBmXsuhg4gcS { width:20rem;height:7.3125rem;top:13.5751953125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6xbCsRvCSAAubkqlN869sViidroFQhL { display:block; }#I6xbCsRvCSAAubkqlN869sViidroFQhL > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y61UmJl5sds32886K1M9XxibdRLfslAH { width:17.9375rem;height:17.9375rem;top:3.125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #btvC7u9iVLUfS2VNAFpWpTckuVXZQVV3 { width:18.25rem;height:18.25rem;top:2.9375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQTKqrumfClLBNnhtmTqdcEtazCs8GW3 { width:18.4375rem;height:18.4375rem;top:2.875rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlLIIPoz5PmeXyld2rO9NkGqfRpI8UkK { width:13.0625rem;height:2.6875rem;top:23.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM0POqfmn6bDN21rmdK8FH4KrTeFxq9X { display:block; }
 }@media only screen and (max-width: 763px) { #PdiwPlDBdZqEpVuHqyFvagsTn8QHAIrQ { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hsdAFIzQISASnQrBuaEDpBSZvOP3ABvz { top:21.5625rem;left:0rem;width:20rem;height:20rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lxnvV0w9x7XiBxUC2AKQFPc9OMxT35Pl { top:43.52294921875rem;left:0rem;width:20rem;height:20rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T57ZH1rz0gLszVps1CchPJHJM3adiMrz { width:16.0625rem;height:1.29980625rem;top:15.1875rem;left:1.96875rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #sn437edJNDiPe43oAi1p3SimVpxaQK4A { width:16.875rem;height:1.29980625rem;top:36.75634765625rem;left:1.5625rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #pRNFW8GzDUVuZZels0VE0MJkAUblIvPg { width:18.6875rem;height:1.29980625rem;top:58.5625rem;left:0.6875rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #rXhgbdLzSmKCIsRrNe4QsOOiTS1FsH5r { width:13.625rem;height:2.9375rem;top:65.1875rem;left:3.1875rem;font-size:0.875rem;z-index:15005;background-color:#d4ade8;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) { #GaKvIZTCz7QPVNSKaetaa6p7iagm7ntV { display:block; }
 }@media only screen and (max-width: 763px) { #D5mzw9Tc2QJMRB25hO2ifTJZuHnQeF4m { width:20rem;height:2.923825rem;top:69.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCoC5g6fBz6BGSSQ1AJ4GRB5fKfZAPzN { width:20rem;height:63.5rem;top:0rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I { display:block; }#sCn9ARz81SmOlJlp7v21Acx2QMc9wU6I > .row .container { width:20rem;height:144.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IryLDzoXtqu8ngK6RgFSUUGV2Tx4ERWO { width:16.75rem;height:29.875rem;top:7rem;left:1.625rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #u8XEJXhywSql6H3TLHt5bosdHo8GZrJN { width:16.75rem;height:3.1494125rem;top:2.0625rem;left:1.625rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dCrtBmw3DHxWtZgVmVmfG6J2V35iulzU { width:16.75rem;height:16.75rem;top:6.875rem;left:1.6474609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6hCVcq5mSBTD2ZLeZeX6avB7kSfQbFk { width:14.9375rem;height:6.09375rem;top:25.25rem;left:2.53125rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #GoqGSEKn4W9L1W3HpTFrGa88zWZtvo9x { width:16.875rem;height:30.5rem;top:39.75rem;left:1.5625rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NgmXReJkftTkozuu1MIghHfEOHJfs2oJ { width:15.375rem;height:6.09375rem;top:91.3125rem;left:2.3125rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KmDKC8hMrWyTzsFK2GTcbVe2AZCTTl9J { width:16.9375rem;height:16.9375rem;top:72.875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgXoumrqI0hsSrW46m3k8zqkmzEsxx33 { width:15.125rem;height:6.09375rem;top:58.1875rem;left:2.4375rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #E1A8G6qPKW7tQxeM3vMw3NPizXXMTsJK { width:16.875rem;height:16.875rem;top:39.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf0TMxQruM91MXmfoxnG13fihc5De7V3 { width:14.75rem;height:6.09375rem;top:124.625rem;left:2.625rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #tXT0zXlnvCTT0WNQd9syzvvVeT9BCTF1 { width:16.8125rem;height:16.8125rem;top:106.1875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7WMakpE0Qmf47zZAHwTGr4UzatHTi8x { width:16.9375rem;height:30.3125rem;top:72.875rem;left:1.53125rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XQCE8grDRiQWJvAwdvnJTPHRakgwv5Sb { width:16.875rem;height:30.75rem;top:106.1875rem;left:1.5625rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uJHrvTTGS9SvIwk0stpGJSHwzfwTQTLX { width:12.0625rem;height:2.4375rem;top:32.8125rem;left:3.96875rem;font-size:0.8125rem;z-index:15006;background-color:#d4ade8;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) { #kRTLPVdbmFf6Hug9RbUBaasVTtQNXwyt { display:block; }
 }@media only screen and (max-width: 763px) { #rcXUQAPWoRwz0m4A5q1dJlls27FcLLUW { width:12.0625rem;height:2.4375rem;top:65.8125rem;left:3.96875rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QkLHT6TKTbQvNeX9pcb2uDzHlMPyNxzO { display:block; }
 }@media only screen and (max-width: 763px) { #fLtd7Xn4vRxmasAlAO3TsHi86rtQLuIF { width:12.0625rem;height:2.4375rem;top:99.0625rem;left:3.96875rem;font-size:0.8125rem;z-index:15008;background-color:#d4ade8;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) { #XixvNf0IDeGMT57v1tt3y7TVrlRVguMG { display:block; }
 }@media only screen and (max-width: 763px) { #OyTvZekU42fGp7AOz1UgOxQRercxiyB6 { width:12.0625rem;height:2.4375rem;top:132.4375rem;left:3.96875rem;font-size:0.8125rem;z-index:15009;background-color:#d4ade8;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) { #hMMlntzxc76fh77mSmSVXku1uR67VnPS { display:block; }
 }@media only screen and (max-width: 763px) { #SDUoPUPLDlqMM2UPii4sHqLKRKZCKntM { width:20rem;height:2.923825rem;top:139.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo { display:block; }#vVQQGtvaTuDMW1U7lXFkWyJqNRwCaXRo > .row .container { width:20rem;height:101.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTUHV6U0Onb8OVS5vyz0p3pdQ9QHn666 { width:20rem;height:2.625rem;top:2.4375rem;left:0rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qvQ4EgsLLrBXfLhCQawbA1Q3vMZ9CdQk { width:16.5625rem;height:29.625rem;top:9.4375rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nN89DRu2DJrzNM83Qfxa0AQTRSOuIi5w { width:16.75rem;height:30rem;top:9.25rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIkBS3qJyH7IsXfwyCvpk0WdrxgLTV3t { width:16.9375rem;height:30.25rem;top:9.125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyEnT5FLaXvMFnghPI5CRAzzChBMZExB { width:19.5625rem;height:4.548825rem;top:90.1875rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxi0B7dVytCffaIlKXieK3S2S2Zx9QXk { width:13.0625rem;height:2.6875rem;top:46.4375rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGbXyJ3h4TvVrMmDPEGlMVuW8LBL6n2r { display:block; }
 }@media only screen and (max-width: 763px) { #Hk4mVLAFXor2cNK4ToxSfBVNZmFL95aW { top:7.875rem;left:0rem;width:20rem;height:25.0625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DoLtFitPE98NnU7B4JMTQiy2pytCr4lg { top:35.39794921875rem;left:0rem;width:20rem;height:25.0625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DX1SwBPFopws0tRWBhm3THiGpycRdLqJ { top:63.125rem;left:0rem;width:20rem;height:25rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FARgzMF4mBqpZwW7SgOUy6fEmCWQILmN { width:18.6875rem;height:4.875rem;top:16.0625rem;left:0.65625rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #LkuWN8mprufIe5txByACXC4CsoGXE9BX { width:16.0625rem;height:1.29980625rem;top:13.9375rem;left:1.96875rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #rU32a0Nz0huEgfVyiI6Kvsk042IizXhL { width:16.875rem;height:1.29980625rem;top:41.5rem;left:1.5625rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #LbMOviyVLVrkoknpfXnNh1KS6e0mpLc9 { width:13.625rem;height:1.29980625rem;top:70.125rem;left:3.1875rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #qcDJ3cFxfiGfySDluXNPN1MBMQa4kWvi { width:16.6875rem;height:4.875rem;top:43.75rem;left:1.65625rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #uXkAiWuvNT0o353BOyXdTIkHVOSoTTxh { width:18.5rem;height:3.65625rem;top:72.75rem;left:0.75rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #u6AvAKeGoXkyu99nAhOyTASi1WAbI4hy { width:13.625rem;height:2.9375rem;top:96.5625rem;left:3.1875rem;font-size:0.875rem;z-index:15005;background-color:#d4ade8;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) { #qa5aaycWzbVvbaswQ8ANydXX5GKTpVKh { display:block; }
 }@media only screen and (max-width: 763px) { #p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 { display:block; }#p5DJFh5XTTV0kkzeqUGTnCEQPO5ALHa9 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3ROLKLdfmR69qcQNkvtBwTuvv9prbkw { width:20rem;height:3.29980625rem;top:2.5625rem;left:0rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K8PfES2MnEBIAxJHX1Ru9PP99kcf3SMt { width:19.875rem;height:14.25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVhHC54MgIunSDkGQl3adZN0gwVUgP9O { width:20rem;height:14.3125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW0Ch5NOi2x1t9tiRSqZ4zDEJVy97ldA { width:16.125rem;height:4.875rem;top:38.0625rem;left:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3lfVVRyP0ptKeVhWsS6HxV4GuLzW2z { width:13.0625rem;height:2.6875rem;top:42.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eP861GnV0pTypyrGLqr5FUdnsvreMDes { display:block; }
 }@media only screen and (max-width: 763px) { #Mre32dnICFipTVeZFvHF8BeX3TX5t6vc { width:13.625rem;height:2.9375rem;top:44.1875rem;left:3.1875rem;font-size:0.875rem;z-index:15006;background-color:#d4ade8;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) { #B2MpTnL5P0B607vLH5rkk0ul8Wv9qOdA { display:block; }
 }@media only screen and (max-width: 763px) { #RgD6p44wSPVQsRDM8bib75623MtgPFuM { width:8.125rem;height:1.05615rem;top:48.548145294189rem;left:3.4993491768837rem;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rfhOnViU1b6XflmWwg5nWZFMOs70C1i0 { width:5.18663125rem;height:1.72634375rem;top:48.210699081421rem;left:11.561849892139rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #D87PIAduAyPl9fvVb1316fB5OAfVDs7U { display:block; }#D87PIAduAyPl9fvVb1316fB5OAfVDs7U > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad59f6e0ec0c062ff0a7a720d6d253dc { width:8.5rem;height:0;top:0.810546875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7acae3b35363d5dc26e30d22315bf22 { width:20rem;height:0.0625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I795f8895373640398af0517c07a3c05 { width:5rem;height:1.13720625rem;top:7.4375rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #af0900946986b010d068a120afa09c9f { width:9.8125rem;height:0;top:4.5625rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4e53b5d98a7f2e894e2a8c4695843ef { width:5rem;height:0;top:4.5625rem;left:15rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lzsu7t7oqH68UvrD1XT8q8CJi79oyUBp { width:19.0625rem;height:1.21875rem;top:38.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzpczo6VZ899SiBHIdurhCXTmbO4h88h { width:20rem;height:0.0625rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFk6M2MuwxfJnhgka4gZ5JRxcPTaqpSd { width:11.3125rem;height:1.75rem;top:41.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13H3LCtaSPa9euVquutwLmXxdssJiPT { width:3.75rem;height:1.75rem;top:41.875rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCkFsydU1kCaplORrtJby5Rc0zNNqkK { width:10.625rem;height:23.2676375rem;top:11.5625rem;left:0rem;font-size:0.875rem;z-index:15004;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JtkJZv7oHcITDOoa3dkhsTxEoMLxGPwB { width:8.5rem;height:2.4375rem;top:6.9375rem;left:0rem;font-size:0.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qz0gA5Zq3VDXNOrxtlaVyffw8RTq3bxT { width:12.5rem;height:2.03125rem;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPEhOgPZ4QZ295CbTm0aEH6fesDdWiP { width:13.5rem;height:2.2744125rem;top:50.9375rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oflJK32m3LigFWvAqWDDqFKl95W35W4H { width:10.625rem;height:1.2246125rem;top:11.5625rem;left:8.5rem;font-size:0.875rem;z-index:15005;line-height:1.4;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xSU6JNlXm5KWDhagZwHckv5TBqHBB3JU { width:13.625rem;height:2.9375rem;top:46.375rem;left:3.1875rem;font-size:0.875rem;z-index:15007;background-color:#d4ade8;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) { #Dz7HGFrbMSRDvTDavXET2vwUqiblJ5IL { display:block; }
 }@media only screen and (max-width: 763px) { #iF0NHrrup11m7wUeZatdmGmXEPHLZTHb { width:13.0625rem;height:2.6875rem;top:48.5625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaX4dXWJkOp2QmpCh7Q8u2lIfVt5Svfy { display:block; }
 }@media only screen and (max-width: 763px) { #bDxxo5L1Xmtq1HROucxMeDJMZCu3e3th { width:10.625rem;height:23.2676375rem;top:11.5615234375rem;left:9.375rem;font-size:0.875rem;z-index:15005;line-height:1.4;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { display:block; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { background-color: transparent; background-image: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container > .video-iframe-container { display: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row > .video-iframe-container { display: none; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .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); }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w { border-width: 0; border-radius: 0; }#zgNh3Qf3BE1eVGboShkM4gzJiC0DFx7w > .row .container { width:20rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaVCEVOh9u9eMR5K7Uml7m14CbLWeHif { width:20rem;height:20rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muv3DKTTxJltHq0JO3VTDo5t19Kw0TG3 { width:20rem;height:3.4121125rem;top:1.1875rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4goT50sQrylUkkzEUEgySBPpLfEh4QL { width:20rem;height:22.09670625rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05pr2sRSOVx62ptH7VbT5Ek9lfaqQTP { width:10.875rem;height:9.09864375rem;top:18.935546875rem;left:9.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GVkVa5GLqzSUrDO7VZmp4CM8OetIAQsD { width:13.0625rem;height:2.6875rem;top:37.0625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8pwJQlcwoVbf5aTrXT6iTIqN47DkbSv { display:block; }
 }@media only screen and (max-width: 763px) { #Z3EXO5zLvpG4qIEVynBmoyoIo00y3ofR { width:13.625rem;height:2.9375rem;top:52.0966796875rem;left:3.1875rem;font-size:0.875rem;z-index:15008;background-color:#d4ade8;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) { #QG5yKZUq3knUgwExxKmedzVzP4JIki3n { display:block; }
 }@media only screen and (max-width: 763px) { #ipTh0FiSO4BwomEghD78Edom6ouLqA62 { display:block; }#ipTh0FiSO4BwomEghD78Edom6ouLqA62 > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2MQ29UK2vlh2gcknNZXKDkFikZthnkc { width:18.5rem;height:4.94970625rem;top:1.673828125rem;left:0.75rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r6fn7CrExRMW9Q8g7qR7ZudFePBxzFEk { width:18.75rem;height:17.25rem;top:8.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi784S8dgDaIxaV4w8A3OLE8veHCwwTM { width:16.3125rem;height:10.234875rem;top:14rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKIBiyPLk4ogTTEvxVSfET7XZKq21QUS { width:6.6875rem;height:1.4624rem;top:9.4853515625rem;left:5.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WioiNO9RuFKi6fcNeg3ClKT38dsboASO { width:6.625rem;height:0.9375rem;top:10.94677734375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyqeQf0T3018WXdevhS74JNAlG8gCLnE { width:18.625rem;height:19.9375rem;top:27.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZksiZ6rVOLuVBeR7SVGGHNN5eRyDFyN { width:16.5625rem;height:12.50925rem;top:33.8125rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsxxl6RtlwTfEvC6BKxdZTT0UIKgZTwR { width:6.625rem;height:0.9375rem;top:31.02392578125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4bFnfJohtprAUQqIF8pT2fQDV45colX { width:6.6875rem;height:1.4624rem;top:29.5625rem;left:5.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxHqMbQG0teJsUnBU0PuBwX32tfFsSIT { width:2.8125rem;height:2.8125rem;top:67.125rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5NSwrvJZgk6iTOJa4uMfKLZVaT5SJ8 { width:18.625rem;height:14.1875rem;top:49.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENtIsao2HTUMyTVz69vRWcAGHEf6TTOv { width:16.9375rem;height:6.82325rem;top:55.337890625rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chATRfRpMdLyz6qh4SXAQcxM7nugfGHP { width:6.625rem;height:0.9375rem;top:52.236328125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBHWedet56nzT6KEyw04Uygu7RI7L4vI { width:6.6875rem;height:1.4624rem;top:50.7744140625rem;left:5.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzD8EBZm5yUHckeFxDvZDUbP9z1BTkbL { width:18.5625rem;height:12.25rem;top:65.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJmSVTxtnVlH4tLk61pkMv4mW2eAECuw { width:6.625rem;height:0.9375rem;top:69.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yll7AI9TNUb1L3oziW085xi7DMIqwXsc { width:7.5rem;height:1.4624rem;top:67.125rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0NfssaQ3uuOqfevbfaWCmH95UqK7i1F { width:16.375rem;height:4.548825rem;top:71.875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqbdkKyniZUvvUBC6TtpHtOP5w4uyGWr { width:13.625rem;height:2.9375rem;top:82rem;left:3.1875rem;font-size:0.875rem;z-index:15007;background-color:#d4ade8;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) { #iMnwZ3tAdd3ddrQbPZAyv3bHhaacFpJS { display:block; }
 }@media only screen and (max-width: 763px) { #Q4TvcgCXz177yaIoSIIaHs4aBsvgAilC { width:20rem;height:79.4375rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShbQEIWhbCem5nJTesZO3KFZ4IHnJir { width:3rem;height:3rem;top:50.7744140625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMf797OMp7NxBfTEy9UOCpeK9q4Nsm0g { width:3.0625rem;height:3.0625rem;top:29.5625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDLf4tQnF12MEHcSNsuxzJggP42OD1mp { width:3.125rem;height:3.125rem;top:9.4853515625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe { display:block; }#wexUfVE7EWXIOgvlF7Cy4UToeZuTXiQe > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-heading-text { font-size:1.0625rem;height:auto; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C { display:flex;height:auto;width:17.375rem;top:3.625rem;left:-2.5625rem;padding-top:4rem;padding-right:4rem;padding-bottom:4rem;padding-left:4rem; }
#AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #dUgdMZkm2JFoGJ9TzHTTydpd0wNSQlUE {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #TJ9RWmJEMifmOpK20Vz3nNH6EhCewRSX {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #EACWKERrlB3nwz8Tgv8VNPiZCWKulwno {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #gZkl51IG4xED80F9rTHMoQ5fXIaiTTle {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #hxOPnlls4DMcnukQhwcruviQtq23n8fi {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #O8UBauKDWy6JDhWNzidT7V1bJLKycXha {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #EmXtSsMycnu3nxqbEZk21119oZ3qm0Rh {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #cvwcoTNturKXpOGWAg0OziimpSXzQclk {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #GV4qzhnn7vBo3T4aGCWgsaKXJ8I27MD2 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #TFgEaopF5pkHgRuT9bNiE8y0iTQPA6pW {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #e0pTPPH1AI5VCl9lTDw15O4o4QGBNKdy {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #RVCizxkau4NGXCwRwR9NdFxTthWE9Sa7 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #XFrs2KSUihK4WWdEBAwZunLlvXwrlb0q {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #Towq3wegeNIDicDMOPv24CFlmxw9uRgW {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #ZPZDv8Lbw09Jii563alEv0Nhg5K5PSD3 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #dkvf5KXuTDaOTDxI9Evu69gme3gsupq2 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #h6WJ8sKFRUCkwQaVdxk13uUxWn53SSMB {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #Jt9sfc114Z0kVc4IESehmb9crrG7WPrp {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #QFqxupWpsyCrmgW9lqhHygavXe61g5uD {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #UmEyE2Gu3A1dIuILaq2kKiDAUZXwiGZ1 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #FZEQDoetyISSVXgFcyldZ2yNc3NBgboe {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #d7x13LQpKcV4BmnVzdaoQ7vX7pWG1Jir {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #PAzuJP9B4Su3WFssXsnfealEiTavB9T5 {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #vaxrZILkAkESAyy8CcQdTOPB8HTsTUMf {  }
 }@media only screen and (max-width: 763px) { #AiXAEJTHQWlsOo8lHJTC6lKMiwP8vl2C #aPZRhJHT9FaEBhSEPZvyIGxTsEhTqBPy {  }
 }@media only screen and (max-width: 763px) { #gZuPfAXHq77q4CI8xS1bF9PbsglmHg8Z { width:13.5605625rem;height:2.75rem;top:2.25rem;left:3.21875rem;font-size:1.375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntfdLhT1T3deAaLd9nZhnriHmNT8LPEH { width:13rem;height:2.625rem;top:16.1875rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tm9l5n6FrFDkrTdiFDe7KL2xPmFvIKvd { display:block; }
 }@media only screen and (max-width: 763px) { #lRJh5kzAmzwvPsWSTTalkhVTJSF1uq43 { width:5.1875rem;height:1.7273817730266rem;top:57.105905249023rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJRKQy8Hfi3RwPT3JHfDKkPC0Oz8EhNs { width:8.125rem;height:0;top:54.800130249024rem;left:5.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #agGqnrvpzSVwNsGGydDr2xV902zxe1lz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { background-color: transparent; background-image: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container > .video-iframe-container { display: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row > .video-iframe-container { display: none; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .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); }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { border-width: 0; border-radius: 0; }#agGqnrvpzSVwNsGGydDr2xV902zxe1lz > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0Sk2d12JZFClGS3VusTtZ9hNb6n321P { width:20rem;height:1.3125rem;top:5.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OXMHppCINS1Ay2QtkPFqIodT8TOXkFVJ { width:5.5rem;height:1.875rem;top:1.3125rem;left:7.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }