.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:255,246,218;--color-primary-1:255,229,143;--color-primary-2:255,211,69;--color-primary-3:252,110,3;--color-primary-4:255,94,0;--color-secondary-0:214,224,254;--color-secondary-1:133,163,252;--color-secondary-2:51,101,250;--color-secondary-3:0,63,249;--color-secondary-4:0,19,75;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row .container { background-color: transparent; background-image: none; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row .container > .video-iframe-container { display: none; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row > .video-iframe-container { display: none; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .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); }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row .container { border-width: 0; border-radius: 0; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#W4uJyt2eR7LxcZ6f6qrg1xKJqBATd4st { color:rgba(var(--color-tertiary-4),1);display:block;width:60.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:1.625rem;left:7.3125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwoRNHztZRZQgvPtpEVcfUEQUxgv3ivQ { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.0556640625rem;left:0rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EbGGEBxGDdr19g9FWGLlmIUz2axK3cTx { position:absolute;display:block;z-index:15001;height:1.6875rem;width:5.5rem;top:1.4375rem;left:1.4375rem;display:block; }
#aTVDDA4hHm13TIQv1PuUXSypAhM8EULg { position:absolute;display:block;z-index:15002;height:5.9375rem;width:35.4368125rem;top:6.25rem;left:19.75rem;display:block; }
#uOsmkd6x5UA72BXhSTG8851liDcm1JQ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:16.1875rem;left:0rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { background-color: transparent; background-image: none; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container > .video-iframe-container { display: none; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row > .video-iframe-container { display: none; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .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); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { border-width: 0; border-radius: 0; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#rnxKP00LSvk152uiwetigHTcdxlKmRfv { display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:17.8125rem;left:0rem;height:13.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { position:absolute;display:block;z-index:15061;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:14.375rem;width:13.125rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { position:absolute;display:block;z-index:15062;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:8.8105625rem;width:8.8105625rem;top:37.3125rem;left:63.9375rem;overflow:hidden;display:block; }
#cs0QxbZ5e0nX4mrwpNahvMxJF5q3FvNg { box-sizing:content-box;height:0.75rem;width:15.0625rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:29.875rem;left:2.8125rem;display:block; }
#cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:34.1875rem;left:0rem;height:1.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UDBZ3IPDThGL639OQSFRWSpvyKeVKE1T { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:39.125rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTwFoh0e6q16TCySMW6MZHywalAqoLlK { color:rgba(var(--color-secondary-3),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:36.125rem;left:0rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RK6BitEQZLevA9EC8NU27IuUMhBXEThz { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4375rem;height:3.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:42rem;left:0rem;display:block; }
#wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6QJP4I2uhGDiicsUKrvUdgPhVcTv0Mw { position:absolute;display:block;z-index:15065;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:44.0625rem;width:47.3125rem;top:3.4375rem;left:27.5rem;overflow:hidden;display:block; }
#xaWONnKW7eBt9eC3atcu0NfHckmJflvP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { background-color: transparent; background-image: none; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container > .video-iframe-container { display: none; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row > .video-iframe-container { display: none; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .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); }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { border-width: 0; border-radius: 0; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#Hy5t6NJGL112CqpDsB8N1zlc2rdQpNzm { position:absolute;display:block;z-index:15071;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.8125rem;width:34.25rem;top:6.6875rem;left:0rem;overflow:hidden;display:block; }
#THs52WAR8KJELyK3e5pMb8TW2lpmfPzW { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:6.6875rem;left:37.0625rem;height:2.5625rem;display:block; }
#UoDaqcMdkLoz1UsXqElICF8bpkF3a2Cd { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:11.4375rem;left:37.0625rem; }
#zgH78QoKrduK8wPU9p9oHitIDI6ts8QU { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:11.4375rem;left:40.125rem;height:3.375rem;display:block; }
#TmGp7aUGClMSJJ7SRv8Skuv2ni355POk { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:26.0625rem;left:40.125rem;height:2.75rem;display:block; }
#t8zTUB6FA8FG5Tqm385ibBp2DwUSZr9e { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:22.0625rem;left:37.0625rem; }
#sF0ql086w3IiQCGCcdhSnk7uciB176py { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:34.9375rem;left:40.125rem;height:4.125rem;display:block; }
#nbaJ9IRgcIJB8PDoVQLE5BAMrTqpzbai { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:31rem;left:37.0625rem; }
#PzE7UQ3tliNsikZucZgsR0Ld28JoBk6n { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:15.5625rem;left:40.125rem;height:4.125rem;display:block; }
#lypmmrsisaQvNzu8vS80tuXdHQENzuBb { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:22.0625rem;left:40.1875rem;height:3.375rem;display:block; }
#okZsWnfoTVRZmHryUmZPDvTA1kNrf3D5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:31rem;left:40.125rem;height:3.375rem;display:block; }
#Cq1HceXBETzPNt5WvTybPvWHvR3H48R9 { 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:15.3125rem;width:15.3125rem;top:42.0234375rem;left:56.75rem;overflow:hidden;display:block; }
#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { background-color: transparent; background-image: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .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); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { border-width: 0; border-radius: 0; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { color:#111111;display:block;width:58.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:6.9375rem;left:8.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pIowSSCyv1caQaSLBrO6JuUqanxaNfoc { box-sizing:content-box;height:0.75rem;width:15.0625rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:9.375rem;left:38.6875rem;display:block; }
#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { background-color: transparent; background-image: none; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container > .video-iframe-container { display: none; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row > .video-iframe-container { display: none; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .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); }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { border-width: 0; border-radius: 0; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#R1EMUebO4I6NK1PON5C09MyN8mi2gFZL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:3.5625rem;left:0rem; }
#lsMyK2HEDBC2giepC9gl511nAOVf08w8 { color:#080909;display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.75rem;height:4.125rem;display:block; }
#knK0Vonu1XvsN0qwElF234mikG5GcT2m { color:#080909;display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:9rem;left:2.75rem;height:2.75rem;display:block; }
#BJhTnPBvJHxFrveDKVVNsrL2MWokTTV9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:9rem;left:0rem; }
#i9oMOcOWPmza48y9XlpQH3y7p7yrU9wD { color:#080909;display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.75rem;height:4.125rem;display:block; }
#LSoViE6wEJqtwRyZLQz6Ao2TJmJFQ1OU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:13.5rem;left:0rem; }
#lVMAlEO7fhIOQqonVCtLtUTJqMmCnLaw { color:#080909;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.75rem;height:4.125rem;display:block; }
#xNBhVoFwOhzxsd4d303wtuLAzAUeJFCf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:19.1875rem;left:0rem; }
#Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { position:absolute;display:block;z-index:15063;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:8.8105625rem;width:8.8105625rem;top:1.2275390625rem;left:65.0634765625rem;overflow:hidden;display:block; }
#M6FmxJkuv3KsPhgudHcBhQd02n3NBCy7 { display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.125rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#csd5ZZlLCGxRpFLQX0a8dnOmaIdhrVQM { display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:none; }
#CZw5pnT3wVuMJwfIEoZT47PSJmXO8LvS { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#N6wRrhz2KDJKeSWqF1ptQPAXlX59NCIz { color:#080909;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:25.125rem;left:2.75rem;height:4.125rem;display:block; }
#PICtTiSTAf3u8IBrwh2ITW3yCTVPmgHG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:25.125rem;left:0rem; }
#UW0rMwduOVAgWvTdNy88l9LkEWkCcGRM { position:absolute;display:block;z-index:15064;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.4370625rem;width:52.7495625rem;top:1.3726119995118rem;left:22.250434875488rem;overflow:hidden;display:block; }
#uxPioNZnveXke3IypuQe9QgAUDgs1rhI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/i1MXZuHqD2k/unsplash/linkedin-sales-solutions-i1MXZuHqD2k-photo-1616587224026-668840f26916.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI.adaptive-delivery-prevent-bg, #uxPioNZnveXke3IypuQe9QgAUDgs1rhI.lazyload, #uxPioNZnveXke3IypuQe9QgAUDgs1rhI.lazyloading { background-image: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { background-color: transparent; background-image: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container > .video-iframe-container { display: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container { display: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .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); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { border-width: 0; border-radius: 0; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { font-size:0.875rem;font-family:arial;height:80.1875rem;width:75rem;position:relative;display:block; }#T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:65.75rem;width:37.5rem;top:6.6875rem;left:0rem;display:block; }
#aINwIWIO9N72yd75LtAuklsRlBatPZNJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:15.75rem;left:1.9375rem; }
#KizTCx3lNABNTs6hFuffkqnkeXpkrqC7 { color:#080909;display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:15.75rem;left:4.6875rem;height:4.125rem;display:block; }
#rWLWo4unU8ispIcTZBGGxUzkJUfvDP87 { color:#080909;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:21.1875rem;left:4.6875rem;height:4.125rem;display:block; }
#ql4aQTmXxCiN0fIxHeQFnzgnWsdOfaWG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:21.1875rem;left:1.9375rem; }
#esOFxgNuROwmSy0XJl7b3stV0eylptu4 { color:#080909;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:26.75rem;left:4.6875rem;height:4.125rem;display:block; }
#aSfGTX3SXFfTBM7dnBSP0s6MKezAICc6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:26.75rem;left:1.9375rem; }
#R7v6oxL9E0JnwmbHX0gQ0ETCl7UD2AnF { color:#080909;display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:32.4375rem;left:4.6875rem;height:4.125rem;display:block; }
#hITnhPaRMlhQPZR8P7h7gCUZGCFrffuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:32.4375rem;left:1.9375rem; }
#k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:10.75rem;left:4.6875rem;height:2.5625rem;display:block; }
#cKAT8ZJ3CKoU8ficw9aULFK63BnsdEur { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:38.625rem;left:4.6875rem;height:5.125rem;display:block; }
#ZT8rlr3frl5TvLu5ORO8LMafXUlh9H6e { color:#080909;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:46.0625rem;left:4.6875rem;height:4.125rem;display:block; }
#DtymA7NbLf7X5WuWVJyMJd7CxLhiExXU { color:#080909;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:51.8125rem;left:4.6875rem;height:4.125rem;display:block; }
#nLxEAGm9mPHO3eklOqGDZu3LQCCMfTBB { color:rgba(var(--color-secondary-3),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:60.5625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzEHEKiR46lfpLxRngHiF5cccXmsCG9e { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:58rem;left:0rem;height:1.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJZB6bNDwBi9q4uSLKlUblkrK7KPrXSv { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:63.5rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HeH93V59HG0G8CUzm4IR9OdrAwu25wgs { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4375rem;height:3.4375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:66.625rem;left:3.53125rem;display:block; }
#fRM4HG33osMgziSHTeTsi3RCEw6vaomx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#feKkQTsU5aa5l8otxs2diK7RfToSLbue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { background-color: transparent; background-image: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .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); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { border-width: 0; border-radius: 0; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#ImIK6qwZpKU7DDHhs2fuDt0NEKfDbpWW { color:#111111;display:block;width:58.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:8.4375rem;left:8.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7NHrUmPBHJhVFxGFPhQ4f7dUPowQN1m { box-sizing:content-box;height:0.75rem;width:20.5625rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:10.9375rem;left:37.625rem;display:block; }
#ZUTDizm9MlKqlqNPxRI5purlEEDSyFHT { box-sizing:content-box;height:0.75rem;width:20.5625rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:10.9375rem;left:37.625rem;display:none; }
#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { background-color: transparent; background-image: none; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container > .video-iframe-container { display: none; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row > .video-iframe-container { display: none; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .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); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { border-width: 0; border-radius: 0; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:6.9375rem;left:5.3125rem;height:3.375rem;display:block; }
#fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:35rem;width:34.375rem;top:7.625rem;left:1.5625rem;display:block; }
#EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:7.8125rem;width:18.75rem;top:4.8125rem;left:3.125rem;display:block; }
#LLgREF4roTVsr1WwVPR4TO9zDI1Rxz7k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:15.3125rem;left:3.625rem; }
#JU5BtqGdfROo3AR7NQCcuAtbFmTT9b0f { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:15.3125rem;left:6.6875rem;height:4.125rem;display:block; }
#bPanWvPbRbRJvuIz5iSLTl8VTtmqntxx { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:21.1875rem;left:6.6875rem;height:4.125rem;display:block; }
#C0vX7uh3Z9ntvIFi5RJR9XuJoOcTrED0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:21.1875rem;left:3.625rem; }
#Zc5oTniHdByyCXrD9FlJzbMVV0eVDdT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:26.8125rem;left:6.6875rem;height:2.75rem;display:block; }
#WBTveKNHVNNlpOSMTbp13hNEEcTLaTsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:26.8125rem;left:3.625rem; }
#y0ZUdrIxvCDmUkTpsappQBSwgTSgdlDg { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:31.125rem;left:6.6875rem;height:2.75rem;display:block; }
#QoNcGWLCOrmX3RJlZSmNGTgQsaWlPtwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:31.125rem;left:3.625rem; }
#tTJmrrOwvdLhhMxWxNmTyEVZ9aNcX5c4 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:34.875rem;left:6.6875rem;height:4.125rem;display:block; }
#qRT5d18iSlP02xUctpO7xF9x5UpKVasy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:34.875rem;left:3.625rem; }
#mSp6EU6NxEtH3TpDr4i7UNXZuaTT5yE0 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:7.8125rem;width:18.75rem;top:4.8125rem;left:41.5625rem;display:block; }
#r0xMPFxyciGwX4haDnTRtUzlK2oCMggg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:35rem;width:34.375rem;top:7.625rem;left:39.0625rem;display:block; }
#UaFmU9mpkNeAP27gqN3aMusEH6L4NLz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:23rem;left:41.5625rem; }
#RnhzWqw5MrJi05ko25PW0ChX1Azrc6hr { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:15.3125rem;left:44.625rem;height:2.75rem;display:block; }
#qCnChOfx5mPyFJ75pNJI9Q03eX8WEvuh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:19.6875rem;left:44.625rem;height:1.375rem;display:block; }
#OO23w3dkgTpCWdLU4neFlOSX0fBWRAzP { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:23.0625rem;left:44.625rem;height:1.375rem;display:block; }
#QlsbxTZyaMVnDEAAk6D89GHWRiKmQ6w2 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:19.4375rem;left:41.5625rem; }
#SJ63lcu1GfTnZJagvVEF61kPtmh8nvmc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:15.3125rem;left:41.5625rem; }
#X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { position:absolute;display:block;z-index:14999;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:8.8105625rem;width:8.8105625rem;top:4.3134765625rem;left:23.5634765625rem;overflow:hidden;display:block; }
#wmztNIceszKWRUAg4i76eiRL48aSapDJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:21.4375rem;left:44.625rem;height:2.76171875rem;display:none; }
#FTQISG2Da61oo3oitRXVaJyXsqQxLor3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7rem;left:45.3125rem;height:3.375rem;display:block; }
#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row .container { background-color: transparent; background-image: none; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row .container > .video-iframe-container { display: none; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row > .video-iframe-container { display: none; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .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); }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row .container { border-width: 0; border-radius: 0; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#BOtuFMUvxGORvT3R6layqRxU8nbyDJla { color:#111111;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:6rem;left:2.5625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzv0Kch01cIgEVMoztBTZg3soFVD01nH { box-sizing:content-box;height:0.75rem;width:14.375rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:8.4375rem;left:14.6875rem;display:block; }
#WWiXN8RVzXafGNxG9TsKPAqF6pG9fRrW { position:absolute;display:block;z-index:15064;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:28.875rem;width:32rem;top:3.125rem;left:39.4375rem;overflow:hidden;display:block; }
#lO2HnVWTyZCv8ZhxWq9CuCFDLzTCPR6W { color:#080909;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:14.125rem;left:2.5625rem;height:11.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X60Dukzgd5B6NgDs7HuqcDvsmSClcMPt { color:#080909;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.8125rem;height:11.942375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { background-color: transparent; background-image: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .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); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { border-width: 0; border-radius: 0; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#p9FlLsHWWzRSJVXAvylsrhJKFEkdFFfD { color:#111111;display:block;width:58.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:5.375rem;left:7.71875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZQ7Esb1u5LpZBi1xTqm44abnFh6mXl3c { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:7.8125rem;left:32.4375rem;display:block; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .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; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.3125rem;font-family:var(--paragraphs-font-family);height:auto; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .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.0625rem;font-family:var(--paragraphs-font-family);height:auto; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .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; }#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-trigger.adaptive-delivery-prevent-bg, #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-trigger.lazyload, #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-trigger.lazyloading { background-image: none; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 { box-sizing:content-box;height:auto;width:42.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.375rem;left:14.875rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #cak0LJzQBRlrEyUoV0e337xxH6AkyRab { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #naTC8ydbgqL8o0UOri5Jr2pAq3mAv3rE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #InvTz0ykV5omvkrcuG4nkC3nOiT6RTVN { display:block;position:relative; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #LuA1f8CUsVASUJTLFVF21DBJRHwf4mwL {  }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #AW3PrsBMtEJsuCfFUOZmmF9kTTC4zm0p {  }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #BMiJZhmK6qWg7PpUl9ipnsJA1rlndv79 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #ZZ6CW4JtDatDxJwNnAEpuS6LfVOoVCOe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #riXxKwpAfAHkDnPHoxTbkhVq9QeVBBV5 { display:block;position:relative; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #eeoEREByZGRdmdiudDT6Dw5RRsNNvXcy {  }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #oedAKSAkzNdrIXgRpphi6giryUBedRcx { display:none; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #nTb7x2XifA7ZrhqNyNdJ1K3hidNk7MRV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #obD05rA6A9FACl76JyQHJL1JZLgIEKkf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #yk8rPE3okMMG9KLyrpNdNtznZdLTW7LS { display:block;position:relative; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #zGslUO8phE0vZ6NvT7lEwdxyKzHKQWZ0 {  }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #UtfaXGwRx1vTs0X4zHCKXuK5e3441a0z { display:none; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #PHkFUqnMPkDSaJTtP3QLSE8NP8yiq1Mr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #VvuD24oV4wBVPfTlcEZcg02R5OT1Mk4I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #bNdLifXb6F4UP71hqTEUe97axRRXtEoC { display:block;position:relative; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #IDk4WWwgJRhdSge8ybNAFm9TucxIwkVl {  }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #wu4kw4EaiB0M0qy1nTqSzoRAlo0oO15x { display:none; }
#fQb2Kntg2PhdcPlEW29breAy4NRT3ixT { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:7.8125rem;left:32.4375rem;display:none; }
#werFwUvDgm5RTXfq3AMTTDal4nludhaC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container { background-color: transparent; background-image: none; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container > .video-iframe-container { display: none; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row > .video-iframe-container { display: none; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .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); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container { border-width: 0; border-radius: 0; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#wMb2vu33WQRvXT9iThuAIvLVPZR88sms { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.125rem;height:3.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:11.9375rem;left:17.9375rem;display:none; }
#lKpnpztXKtxMlHGgG8nsJLsT0PZ0RTPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ESaVMDWDpca7KuCC4xl68G7kiQzW7NKR { position:absolute;display:block;z-index:15003;height:5.9375rem;width:36.5625rem;top:0rem;left:18.685188293457rem;display:block; }
#iJowovDBXPRlGEzuxNlzEJ06vvNFTWbn { background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(50deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.125rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:11.9375rem;left:17.9375rem;display:block; }
#DqeqqQt4CE1OlGm7pLioQytDHt6b9A2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { background-color: transparent; background-image: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .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); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { border-width: 0; border-radius: 0; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.64453125rem;left:37.8125rem;height:1.4375rem;display:block; }
#dSNR36BCoU0abtIz7V4zQFrWA1iphECr { position:absolute;display:block;z-index:15062;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:5.25rem;width:4.75rem;top:0.75rem;left:31.09375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wIkepf18MwqEytb6KdypQbgDJKeXTsq2 { display:block; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4uJyt2eR7LxcZ6f6qrg1xKJqBATd4st { width:47.75rem;height:3.125rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwoRNHztZRZQgvPtpEVcfUEQUxgv3ivQ { width:20rem;height:4.5rem;top:1.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbGGEBxGDdr19g9FWGLlmIUz2axK3cTx { top:1.4375rem;left:0rem;width:5.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVDDA4hHm13TIQv1PuUXSypAhM8EULg { top:6.25rem;left:6.125rem;width:35.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsmkd6x5UA72BXhSTG8851liDcm1JQ4 { width:47.75rem;height:1.9375rem;top:16.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o { display:block; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { top:2.625rem;left:0rem;width:13.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { top:37.3125rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs0QxbZ5e0nX4mrwpNahvMxJF5q3FvNg { top:29.875rem;left:0rem;width:15.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { width:37.375rem;height:1.9375rem;top:34.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBZ3IPDThGL639OQSFRWSpvyKeVKE1T { width:37.375rem;height:1.3125rem;top:39.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTwFoh0e6q16TCySMW6MZHywalAqoLlK { width:37.375rem;height:2.375rem;top:36.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK6BitEQZLevA9EC8NU27IuUMhBXEThz { width:30.4375rem;height:3.4375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block; }
 }@media only screen and (max-width: 763px) { #e6QJP4I2uhGDiicsUKrvUdgPhVcTv0Mw { top:3.4375rem;left:0rem;width:47.3125rem;height:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaWONnKW7eBt9eC3atcu0NfHckmJflvP { display:block; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy5t6NJGL112CqpDsB8N1zlc2rdQpNzm { top:6.6875rem;left:0rem;width:34.25rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THs52WAR8KJELyK3e5pMb8TW2lpmfPzW { top:6.6875rem;left:14rem;width:33.75rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoDaqcMdkLoz1UsXqElICF8bpkF3a2Cd { top:11.4375rem;left:23.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgH78QoKrduK8wPU9p9oHitIDI6ts8QU { top:11.4375rem;left:21.75rem;width:26rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGp7aUGClMSJJ7SRv8Skuv2ni355POk { top:26.0625rem;left:19.875rem;width:27.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8zTUB6FA8FG5Tqm385ibBp2DwUSZr9e { top:22.0625rem;left:23.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF0ql086w3IiQCGCcdhSnk7uciB176py { top:34.9375rem;left:20.1875rem;width:27.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbaJ9IRgcIJB8PDoVQLE5BAMrTqpzbai { top:31rem;left:23.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzE7UQ3tliNsikZucZgsR0Ld28JoBk6n { top:15.5625rem;left:15.75rem;width:32rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lypmmrsisaQvNzu8vS80tuXdHQENzuBb { top:22.0625rem;left:26.25rem;width:21.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZsWnfoTVRZmHryUmZPDvTA1kNrf3D5 { top:31rem;left:26.25rem;width:21.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq1HceXBETzPNt5WvTybPvWHvR3H48R9 { top:42rem;left:32.4375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { top:6.9375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIowSSCyv1caQaSLBrO6JuUqanxaNfoc { top:9.375rem;left:25.0625rem;width:15.0625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai { display:block; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1EMUebO4I6NK1PON5C09MyN8mi2gFZL { top:3.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsMyK2HEDBC2giepC9gl511nAOVf08w8 { top:3.5625rem;left:0rem;width:29.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knK0Vonu1XvsN0qwElF234mikG5GcT2m { top:9rem;left:0rem;width:24.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhTnPBvJHxFrveDKVVNsrL2MWokTTV9 { top:9rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9oMOcOWPmza48y9XlpQH3y7p7yrU9wD { top:13.5rem;left:0rem;width:26.0625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSoViE6wEJqtwRyZLQz6Ao2TJmJFQ1OU { top:13.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVMAlEO7fhIOQqonVCtLtUTJqMmCnLaw { top:19.1875rem;left:0rem;width:27.625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNBhVoFwOhzxsd4d303wtuLAzAUeJFCf { top:19.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { top:1.1875rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6FmxJkuv3KsPhgudHcBhQd02n3NBCy7 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csd5ZZlLCGxRpFLQX0a8dnOmaIdhrVQM { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZw5pnT3wVuMJwfIEoZT47PSJmXO8LvS { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6wRrhz2KDJKeSWqF1ptQPAXlX59NCIz { top:25.125rem;left:0rem;width:29.3125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PICtTiSTAf3u8IBrwh2ITW3yCTVPmgHG { top:25.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW0rMwduOVAgWvTdNy88l9LkEWkCcGRM { top:1.3125rem;left:0rem;width:47.75rem;height:33.888806838446rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPioNZnveXke3IypuQe9QgAUDgs1rhI { display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { top:6.6875rem;left:0rem;width:37.5rem;height:65.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aINwIWIO9N72yd75LtAuklsRlBatPZNJ { top:15.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KizTCx3lNABNTs6hFuffkqnkeXpkrqC7 { top:15.75rem;left:0rem;width:30.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWLWo4unU8ispIcTZBGGxUzkJUfvDP87 { top:21.1875rem;left:0rem;width:28.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4aQTmXxCiN0fIxHeQFnzgnWsdOfaWG { top:21.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #esOFxgNuROwmSy0XJl7b3stV0eylptu4 { top:26.75rem;left:0rem;width:29.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSfGTX3SXFfTBM7dnBSP0s6MKezAICc6 { top:26.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7v6oxL9E0JnwmbHX0gQ0ETCl7UD2AnF { top:32.4375rem;left:0rem;width:27rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITnhPaRMlhQPZR8P7h7gCUZGCFrffuT { top:32.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { top:10.75rem;left:0rem;width:27.75rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKAT8ZJ3CKoU8ficw9aULFK63BnsdEur { top:38.625rem;left:0rem;width:31rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8rlr3frl5TvLu5ORO8LMafXUlh9H6e { top:46.0625rem;left:0rem;width:28.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtymA7NbLf7X5WuWVJyMJd7CxLhiExXU { top:51.8125rem;left:0rem;width:28.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxEAGm9mPHO3eklOqGDZu3LQCCMfTBB { width:37.375rem;height:2.375rem;top:60.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEHEKiR46lfpLxRngHiF5cccXmsCG9e { width:37.375rem;height:1.9375rem;top:57.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJZB6bNDwBi9q4uSLKlUblkrK7KPrXSv { width:37.375rem;height:1.3125rem;top:63.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeH93V59HG0G8CUzm4IR9OdrAwu25wgs { width:30.4375rem;height:3.4375rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRM4HG33osMgziSHTeTsi3RCEw6vaomx { display:block; }
 }@media only screen and (max-width: 763px) { #feKkQTsU5aa5l8otxs2diK7RfToSLbue { display:block; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImIK6qwZpKU7DDHhs2fuDt0NEKfDbpWW { top:8.4375rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7NHrUmPBHJhVFxGFPhQ4f7dUPowQN1m { top:10.9375rem;left:24rem;width:20.5625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTDizm9MlKqlqNPxRI5purlEEDSyFHT { top:10.9375rem;left:24rem;width:20.5625rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W { display:block; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { top:6.9375rem;left:0rem;width:14.375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { top:7.625rem;left:0rem;width:34.375rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { top:4.8125rem;left:0rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgREF4roTVsr1WwVPR4TO9zDI1Rxz7k { top:15.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU5BtqGdfROo3AR7NQCcuAtbFmTT9b0f { top:15.3125rem;left:0rem;width:25.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPanWvPbRbRJvuIz5iSLTl8VTtmqntxx { top:21.1875rem;left:0rem;width:25.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0vX7uh3Z9ntvIFi5RJR9XuJoOcTrED0 { top:21.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc5oTniHdByyCXrD9FlJzbMVV0eVDdT6 { top:26.8125rem;left:0rem;width:27.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBTveKNHVNNlpOSMTbp13hNEEcTLaTsT { top:26.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ZUdrIxvCDmUkTpsappQBSwgTSgdlDg { top:31.125rem;left:0rem;width:21.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNcGWLCOrmX3RJlZSmNGTgQsaWlPtwT { top:31.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJmrrOwvdLhhMxWxNmTyEVZ9aNcX5c4 { top:34.875rem;left:0rem;width:23.8125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRT5d18iSlP02xUctpO7xF9x5UpKVasy { top:34.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSp6EU6NxEtH3TpDr4i7UNXZuaTT5yE0 { top:4.8125rem;left:23.875rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xMPFxyciGwX4haDnTRtUzlK2oCMggg { top:7.625rem;left:13.375rem;width:34.375rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaFmU9mpkNeAP27gqN3aMusEH6L4NLz7 { top:23rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnhzWqw5MrJi05ko25PW0ChX1Azrc6hr { top:15.3125rem;left:24.1875rem;width:22.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCnChOfx5mPyFJ75pNJI9Q03eX8WEvuh { top:19.6875rem;left:24.1875rem;width:20.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO23w3dkgTpCWdLU4neFlOSX0fBWRAzP { top:23.0625rem;left:24.1875rem;width:21.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlsbxTZyaMVnDEAAk6D89GHWRiKmQ6w2 { top:19.4375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ63lcu1GfTnZJagvVEF61kPtmh8nvmc { top:15.3125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { top:4.3125rem;left:15.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmztNIceszKWRUAg4i76eiRL48aSapDJ { top:43.1875rem;left:0rem;width:17.0625rem;height:3.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTQISG2Da61oo3oitRXVaJyXsqQxLor3 { top:7rem;left:24.875rem;width:12.375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC { display:block; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtuFMUvxGORvT3R6layqRxU8nbyDJla { top:6rem;left:0rem;width:27.1875rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzv0Kch01cIgEVMoztBTZg3soFVD01nH { top:8.4375rem;left:7.875rem;width:14.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWiXN8RVzXafGNxG9TsKPAqF6pG9fRrW { top:3.125rem;left:15.75rem;width:32rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2HnVWTyZCv8ZhxWq9CuCFDLzTCPR6W { top:14.125rem;left:0rem;width:31.875rem;height:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X60Dukzgd5B6NgDs7HuqcDvsmSClcMPt { top:4.3125rem;left:0rem;width:20rem;height:14.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9FlLsHWWzRSJVXAvylsrhJKFEkdFFfD { top:5.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7Esb1u5LpZBi1xTqm44abnFh6mXl3c { top:7.8125rem;left:18.8125rem;width:24.3125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 { display:flex;height:auto;width:41.8125rem;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #cak0LJzQBRlrEyUoV0e337xxH6AkyRab {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #naTC8ydbgqL8o0UOri5Jr2pAq3mAv3rE {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #InvTz0ykV5omvkrcuG4nkC3nOiT6RTVN {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #LuA1f8CUsVASUJTLFVF21DBJRHwf4mwL {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #AW3PrsBMtEJsuCfFUOZmmF9kTTC4zm0p {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #BMiJZhmK6qWg7PpUl9ipnsJA1rlndv79 {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #ZZ6CW4JtDatDxJwNnAEpuS6LfVOoVCOe {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #riXxKwpAfAHkDnPHoxTbkhVq9QeVBBV5 {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #eeoEREByZGRdmdiudDT6Dw5RRsNNvXcy {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #oedAKSAkzNdrIXgRpphi6giryUBedRcx {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #nTb7x2XifA7ZrhqNyNdJ1K3hidNk7MRV {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #obD05rA6A9FACl76JyQHJL1JZLgIEKkf {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #yk8rPE3okMMG9KLyrpNdNtznZdLTW7LS {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #zGslUO8phE0vZ6NvT7lEwdxyKzHKQWZ0 {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #UtfaXGwRx1vTs0X4zHCKXuK5e3441a0z {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #PHkFUqnMPkDSaJTtP3QLSE8NP8yiq1Mr {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #VvuD24oV4wBVPfTlcEZcg02R5OT1Mk4I {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #bNdLifXb6F4UP71hqTEUe97axRRXtEoC {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #IDk4WWwgJRhdSge8ybNAFm9TucxIwkVl {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #wu4kw4EaiB0M0qy1nTqSzoRAlo0oO15x {  }
 }@media only screen and (max-width: 763px) { #fQb2Kntg2PhdcPlEW29breAy4NRT3ixT { top:7.8125rem;left:18.8125rem;width:24.3125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #werFwUvDgm5RTXfq3AMTTDal4nludhaC { display:block; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMb2vu33WQRvXT9iThuAIvLVPZR88sms { width:39.125rem;height:3.4375rem;top:11.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKpnpztXKtxMlHGgG8nsJLsT0PZ0RTPE { display:block; }
 }@media only screen and (max-width: 763px) { #ESaVMDWDpca7KuCC4xl68G7kiQzW7NKR { top:0rem;left:5.060188293457rem;width:36.5625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJowovDBXPRlGEzuxNlzEJ06vvNFTWbn { width:39.125rem;height:3.4375rem;top:11.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqeqqQt4CE1OlGm7pLioQytDHt6b9A2V { display:block; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { top:2.625rem;left:24.1875rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSNR36BCoU0abtIz7V4zQFrWA1iphECr { top:0.75rem;left:17.46875rem;width:4.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #wIkepf18MwqEytb6KdypQbgDJKeXTsq2 { display:block; }#wIkepf18MwqEytb6KdypQbgDJKeXTsq2 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4uJyt2eR7LxcZ6f6qrg1xKJqBATd4st { width:20rem;height:5.625rem;top:1.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IwoRNHztZRZQgvPtpEVcfUEQUxgv3ivQ { width:20rem;height:0;top:1.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #EbGGEBxGDdr19g9FWGLlmIUz2axK3cTx { width:16.8125rem;height:1.6875rem;top:0rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTVDDA4hHm13TIQv1PuUXSypAhM8EULg { width:10.625rem;height:5.9375rem;top:12.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsmkd6x5UA72BXhSTG8851liDcm1JQ4 { width:20rem;height:2.25rem;top:20.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o { display:block; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { width:20rem;height:40.0078125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:20rem;height:4.62890625rem;top:5.1875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { width:3.875rem;height:4.375rem;top:0rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { width:8.75rem;height:8.75rem;top:15.75rem;left:11.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cs0QxbZ5e0nX4mrwpNahvMxJF5q3FvNg { width:7.5rem;height:0.6875rem;top:9.19140625rem;left:6.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { width:20rem;height:1.125rem;top:34.113494873047rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UDBZ3IPDThGL639OQSFRWSpvyKeVKE1T { width:20rem;height:2.3984375rem;top:37.633464336395rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KTwFoh0e6q16TCySMW6MZHywalAqoLlK { width:20rem;height:1.800425rem;top:35.235461711884rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RK6BitEQZLevA9EC8NU27IuUMhBXEThz { width:20rem;height:3.4375rem;top:29.4267578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block; }
 }@media only screen and (max-width: 763px) { #e6QJP4I2uhGDiicsUKrvUdgPhVcTv0Mw { width:19.875rem;height:18.5625rem;top:10.822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaWONnKW7eBt9eC3atcu0NfHckmJflvP { display:block; }#xaWONnKW7eBt9eC3atcu0NfHckmJflvP > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy5t6NJGL112CqpDsB8N1zlc2rdQpNzm { width:20rem;height:19.755875rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THs52WAR8KJELyK3e5pMb8TW2lpmfPzW { width:16.1870625rem;height:3.4121125rem;top:1.5625rem;left:2.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UoDaqcMdkLoz1UsXqElICF8bpkF3a2Cd { display:flex;width:1.75rem;height:1.75rem;top:6.25rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #zgH78QoKrduK8wPU9p9oHitIDI6ts8QU { width:17.0625rem;height:3.8994125rem;top:6.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGp7aUGClMSJJ7SRv8Skuv2ni355POk { width:16.436625rem;height:3.8994125rem;top:22.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8zTUB6FA8FG5Tqm385ibBp2DwUSZr9e { display:flex;width:1.74913125rem;height:1.74913125rem;top:19rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #sF0ql086w3IiQCGCcdhSnk7uciB176py { width:16.624375rem;height:5.19921875rem;top:31rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbaJ9IRgcIJB8PDoVQLE5BAMrTqpzbai { display:flex;width:1.75rem;height:1.75rem;top:27.6875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #PzE7UQ3tliNsikZucZgsR0Ld28JoBk6n { width:16.1870625rem;height:6.499rem;top:10.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lypmmrsisaQvNzu8vS80tuXdHQENzuBb { width:15.999375rem;height:2.5996125rem;top:19rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okZsWnfoTVRZmHryUmZPDvTA1kNrf3D5 { width:13.186875rem;height:2.5996125rem;top:27.6875rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq1HceXBETzPNt5WvTybPvWHvR3H48R9 { width:12.5rem;height:12.5rem;top:47.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { background-color:#fbfbfb;background-image:none;display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { background-color: transparent; background-image: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { display: none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .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); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { width:20rem;height:1.94921875rem;top:0.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #pIowSSCyv1caQaSLBrO6JuUqanxaNfoc { width:16.1875rem;height:0.625rem;top:2.3125rem;left:2.9765625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai { display:block; }#K58E5ak7hfl5CQdPCdrn7eHOrHcGU4ai > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1EMUebO4I6NK1PON5C09MyN8mi2gFZL { display:flex;width:1.8125rem;height:1.8125rem;top:1.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lsMyK2HEDBC2giepC9gl511nAOVf08w8 { width:17.125rem;height:6.499rem;top:1.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knK0Vonu1XvsN0qwElF234mikG5GcT2m { width:16.3748125rem;height:3.8994125rem;top:8.9127616882325rem;left:2.5618491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJhTnPBvJHxFrveDKVVNsrL2MWokTTV9 { display:flex;width:1.81206875rem;height:1.81206875rem;top:8.9127616882325rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i9oMOcOWPmza48y9XlpQH3y7p7yrU9wD { width:17.5rem;height:5.19921875rem;top:14.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSoViE6wEJqtwRyZLQz6Ao2TJmJFQ1OU { display:flex;width:1.8125rem;height:1.8125rem;top:14.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lVMAlEO7fhIOQqonVCtLtUTJqMmCnLaw { width:16.8125rem;height:6.499rem;top:20rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNBhVoFwOhzxsd4d303wtuLAzAUeJFCf { display:flex;width:1.8125rem;height:1.8125rem;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { width:8.75rem;height:8.75rem;top:1.3125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6FmxJkuv3KsPhgudHcBhQd02n3NBCy7 { width:20rem;height:5.84765625rem;top:35.062934875488rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #csd5ZZlLCGxRpFLQX0a8dnOmaIdhrVQM { width:20rem;height:0;top:37.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #CZw5pnT3wVuMJwfIEoZT47PSJmXO8LvS { width:16.8125rem;height:0;top:8.375rem;left:2.5625rem;font-size:1rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #N6wRrhz2KDJKeSWqF1ptQPAXlX59NCIz { width:17.4375rem;height:6.499rem;top:27.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PICtTiSTAf3u8IBrwh2ITW3yCTVPmgHG { display:flex;width:1.75rem;height:1.75rem;top:27.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UW0rMwduOVAgWvTdNy88l9LkEWkCcGRM { width:20rem;height:14.0625rem;top:41.844619750976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxPioNZnveXke3IypuQe9QgAUDgs1rhI { display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { width:20rem;height:62.875rem;top:2.1874995231628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aINwIWIO9N72yd75LtAuklsRlBatPZNJ { display:flex;width:1.75rem;height:1.75rem;top:6rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #KizTCx3lNABNTs6hFuffkqnkeXpkrqC7 { width:15.75rem;height:6.499rem;top:6rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWLWo4unU8ispIcTZBGGxUzkJUfvDP87 { width:15.5625rem;height:6.499rem;top:13.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql4aQTmXxCiN0fIxHeQFnzgnWsdOfaWG { display:flex;width:1.75rem;height:1.75rem;top:13.75rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #esOFxgNuROwmSy0XJl7b3stV0eylptu4 { width:16.0625rem;height:7.7988125rem;top:21.3125rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSfGTX3SXFfTBM7dnBSP0s6MKezAICc6 { display:flex;width:1.75rem;height:1.75rem;top:21.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #R7v6oxL9E0JnwmbHX0gQ0ETCl7UD2AnF { width:16rem;height:6.499rem;top:29.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITnhPaRMlhQPZR8P7h7gCUZGCFrffuT { display:flex;width:1.75rem;height:1.75rem;top:29.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { width:17.875rem;height:1.70605625rem;top:3rem;left:1.0625rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKAT8ZJ3CKoU8ficw9aULFK63BnsdEur { width:18.6875rem;height:2.9243625rem;top:37.7646484375rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZT8rlr3frl5TvLu5ORO8LMafXUlh9H6e { width:18.1875rem;height:5.19921875rem;top:41.5rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtymA7NbLf7X5WuWVJyMJd7CxLhiExXU { width:18.9375rem;height:5.19921875rem;top:47.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxEAGm9mPHO3eklOqGDZu3LQCCMfTBB { width:20rem;height:1.800425rem;top:59.191627502441rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TzEHEKiR46lfpLxRngHiF5cccXmsCG9e { width:20rem;height:1.125rem;top:58.068576812744rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fJZB6bNDwBi9q4uSLKlUblkrK7KPrXSv { width:20rem;height:1.19939375rem;top:61.623268127441rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HeH93V59HG0G8CUzm4IR9OdrAwu25wgs { width:19.375rem;height:3.125rem;top:53.999568939209rem;left:0.31250005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRM4HG33osMgziSHTeTsi3RCEw6vaomx { display:block; }
 }@media only screen and (max-width: 763px) { #feKkQTsU5aa5l8otxs2diK7RfToSLbue { background-color:#fbfbfb;background-image:none;display:block; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { background-color: transparent; background-image: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .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); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImIK6qwZpKU7DDHhs2fuDt0NEKfDbpWW { width:20rem;height:3.736325rem;top:0.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #D7NHrUmPBHJhVFxGFPhQ4f7dUPowQN1m { width:11.4375rem;height:0.625rem;top:2.125rem;left:7.186632454395rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTDizm9MlKqlqNPxRI5purlEEDSyFHT { width:5.37435rem;height:0.625rem;top:3.9375rem;left:7.1864154934881rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W { display:block; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { width:8.3125rem;height:1.94921875rem;top:1.787109375rem;left:5.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { width:20rem;height:32.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { width:15.625rem;height:4.375rem;top:0.57421875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgREF4roTVsr1WwVPR4TO9zDI1Rxz7k { display:flex;width:1.75rem;height:1.75rem;top:6.3125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #JU5BtqGdfROo3AR7NQCcuAtbFmTT9b0f { width:16.625rem;height:5.19921875rem;top:6.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPanWvPbRbRJvuIz5iSLTl8VTtmqntxx { width:16.8125rem;height:5.19921875rem;top:12.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0vX7uh3Z9ntvIFi5RJR9XuJoOcTrED0 { display:flex;width:1.75rem;height:1.75rem;top:12.25rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #Zc5oTniHdByyCXrD9FlJzbMVV0eVDdT6 { width:16.625rem;height:5.19921875rem;top:18.499349594116rem;left:3.0620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBTveKNHVNNlpOSMTbp13hNEEcTLaTsT { display:flex;width:1.75rem;height:1.75rem;top:18.5rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #y0ZUdrIxvCDmUkTpsappQBSwgTSgdlDg { width:16.3748125rem;height:3.8994125rem;top:24.310979843139rem;left:3.1228299736977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNcGWLCOrmX3RJlZSmNGTgQsaWlPtwT { display:flex;width:1.74913125rem;height:1.74913125rem;top:24.309896469116rem;left:0.50781255960464rem; }
 }@media only screen and (max-width: 763px) { #tTJmrrOwvdLhhMxWxNmTyEVZ9aNcX5c4 { width:16.75rem;height:5.19921875rem;top:29.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRT5d18iSlP02xUctpO7xF9x5UpKVasy { display:flex;width:1.75rem;height:1.75rem;top:29.5rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #mSp6EU6NxEtH3TpDr4i7UNXZuaTT5yE0 { width:15.625rem;height:4.375rem;top:37.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xMPFxyciGwX4haDnTRtUzlK2oCMggg { width:20rem;height:18.125rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaFmU9mpkNeAP27gqN3aMusEH6L4NLz7 { display:flex;width:1.75rem;height:1.75rem;top:53.1875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #RnhzWqw5MrJi05ko25PW0ChX1Azrc6hr { width:17.061625rem;height:3.8994125rem;top:43.750002861023rem;left:2.9383681416511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCnChOfx5mPyFJ75pNJI9Q03eX8WEvuh { width:16.375rem;height:2.5996125rem;top:48.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO23w3dkgTpCWdLU4neFlOSX0fBWRAzP { width:15.9375rem;height:2.5996125rem;top:53.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlsbxTZyaMVnDEAAk6D89GHWRiKmQ6w2 { display:flex;width:1.8125rem;height:1.8125rem;top:48.875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #SJ63lcu1GfTnZJagvVEF61kPtmh8nvmc { display:flex;width:1.75rem;height:1.75rem;top:43.75rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { width:8.75rem;height:8.75rem;top:31.875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmztNIceszKWRUAg4i76eiRL48aSapDJ { width:16.1870625rem;height:0;top:42.674699783325rem;left:3.8129342198372rem;font-size:1rem;z-index:15096;display:none; }
 }@media only screen and (max-width: 763px) { #FTQISG2Da61oo3oitRXVaJyXsqQxLor3 { width:6.9375rem;height:1.94921875rem;top:38.587890625rem;left:6.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC { display:block; }#DbF1K7ygWqOhPqdDu77mumhrUSlLgRfC > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtuFMUvxGORvT3R6layqRxU8nbyDJla { width:20rem;height:1.94921875rem;top:0.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #tzv0Kch01cIgEVMoztBTZg3soFVD01nH { width:8.3125rem;height:0.625rem;top:2.32421875rem;left:9.5390625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #WWiXN8RVzXafGNxG9TsKPAqF6pG9fRrW { width:20rem;height:18.046875rem;top:20.4033203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2HnVWTyZCv8ZhxWq9CuCFDLzTCPR6W { width:20rem;height:16.0894375rem;top:4.13671875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X60Dukzgd5B6NgDs7HuqcDvsmSClcMPt { width:20rem;height:14.619125rem;top:4.384765625rem;left:0rem;font-size:1.125rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { background-color:#fbfbfb;background-image:none;display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { background-color: transparent; background-image: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .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); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9FlLsHWWzRSJVXAvylsrhJKFEkdFFfD { width:20rem;height:3.8984375rem;top:1.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ7Esb1u5LpZBi1xTqm44abnFh6mXl3c { width:7.9375rem;height:0.75rem;top:2.375rem;left:10.4375rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 .accordion-heading-text { font-size:1.125rem;height:auto; }
#zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 { display:flex;height:auto;width:17.5rem;top:6.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #cak0LJzQBRlrEyUoV0e337xxH6AkyRab {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #naTC8ydbgqL8o0UOri5Jr2pAq3mAv3rE {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #InvTz0ykV5omvkrcuG4nkC3nOiT6RTVN {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #LuA1f8CUsVASUJTLFVF21DBJRHwf4mwL {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #AW3PrsBMtEJsuCfFUOZmmF9kTTC4zm0p {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #BMiJZhmK6qWg7PpUl9ipnsJA1rlndv79 {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #ZZ6CW4JtDatDxJwNnAEpuS6LfVOoVCOe {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #riXxKwpAfAHkDnPHoxTbkhVq9QeVBBV5 {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #eeoEREByZGRdmdiudDT6Dw5RRsNNvXcy {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #oedAKSAkzNdrIXgRpphi6giryUBedRcx {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #nTb7x2XifA7ZrhqNyNdJ1K3hidNk7MRV {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #obD05rA6A9FACl76JyQHJL1JZLgIEKkf {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #yk8rPE3okMMG9KLyrpNdNtznZdLTW7LS {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #zGslUO8phE0vZ6NvT7lEwdxyKzHKQWZ0 {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #UtfaXGwRx1vTs0X4zHCKXuK5e3441a0z {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #PHkFUqnMPkDSaJTtP3QLSE8NP8yiq1Mr {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #VvuD24oV4wBVPfTlcEZcg02R5OT1Mk4I {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #bNdLifXb6F4UP71hqTEUe97axRRXtEoC {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #IDk4WWwgJRhdSge8ybNAFm9TucxIwkVl {  }
 }@media only screen and (max-width: 763px) { #zsMDBNxIRyQWd7tMESgwdqTVw9elBPA7 #wu4kw4EaiB0M0qy1nTqSzoRAlo0oO15x {  }
 }@media only screen and (max-width: 763px) { #fQb2Kntg2PhdcPlEW29breAy4NRT3ixT { width:6.8125rem;height:0.75rem;top:4.3359375rem;left:6.59375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #werFwUvDgm5RTXfq3AMTTDal4nludhaC { background-color:#fbfbfb;background-image:none;display:block; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container { background-color: transparent; background-image: none; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container > .video-iframe-container { display: none; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row > .video-iframe-container { display: none; }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .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); }#werFwUvDgm5RTXfq3AMTTDal4nludhaC > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMb2vu33WQRvXT9iThuAIvLVPZR88sms { width:20rem;height:3.75rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKpnpztXKtxMlHGgG8nsJLsT0PZ0RTPE { display:block; }
 }@media only screen and (max-width: 763px) { #ESaVMDWDpca7KuCC4xl68G7kiQzW7NKR { width:10.625rem;height:5.9375rem;top:1.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJowovDBXPRlGEzuxNlzEJ06vvNFTWbn { width:19rem;height:3.4375rem;top:13.749996185302rem;left:0.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqeqqQt4CE1OlGm7pLioQytDHt6b9A2V { display:block; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { width:9.3125rem;height:1.13725rem;top:1.931640625rem;left:9.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSNR36BCoU0abtIz7V4zQFrWA1iphECr { width:3.375rem;height:3.75rem;top:0.625rem;left:2.625rem;display:block; }
 }