.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,241,251;--color-primary-1:128,207,241;--color-primary-2:0,159,227;--color-primary-3:0,80,114;--color-primary-4:0,24,34;--color-secondary-0:219,225,231;--color-secondary-1:136,154,175;--color-secondary-2:17,53,95;--color-secondary-3:9,27,48;--color-secondary-4:3,8,14;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"interphares"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/qIZMt-o2RIk/unsplash/pawel-czerwinski-qIZMt-o2RIk-photo-1633259584604-afdc243122ea.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#hELWXtbM7FEXlNKZ2CXTtn4LbIdFTA2o { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.125rem;top:2.1541819572449rem;left:1.1868104934693rem;overflow:hidden;display:block; }
#PXwwuJcS3310WTcvOMvoUUH620y2ncVN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7395834922791rem;left:50.622398376465rem;height:1.333333375rem;text-align:center;text-align-last:center;display:block; }
#Z3TSkD0ypVvokGCieZiGMusNSdMocVxi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.24869825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7395834922791rem;left:44.37370300293rem;height:1.333333375rem;text-align:center;text-align-last:center;display:block; }
#tAAbUOMRsqKlfCgJpQAC5VxX2hCMnPlZ { box-sizing:content-box;height:5rem;width:48rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: -0.0625rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.93619793653488rem;left:42.497398376465rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wPV3GTdptK0EZW7IvHf1VnvAFWDNMIBi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(90deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(90deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(90deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(90deg, #00ffe7, #009fe3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.0301010608673rem;left:61.065939903259rem;display:block; }
#IH7W8DSDrnrMoaF216SDThPqTi8NrpRD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHvpImlIFwcVoq1VpLXyu0GrobU1Mg0m { box-sizing:content-box;height:4.125rem;width:72.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.328125rem;left:-23.9375rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#e17TcG6aHBk20DsBkhOe4y7N8ZAtiEP1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#poXKPrbtchLLodm2bbfbTkn9J17vfQyd { position:relative;display:none; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd { border-width: 0; border-radius: 0; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hf2xBA6VwodLfqtWsQbPZCwxJSk0nZrE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.125rem;top:2.1541819572449rem;left:1.1868104934693rem;overflow:hidden;display:none; }
#DkDo56tHBLH0HD9TFLwPOlRJ3bfOmw4E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#K8TaUL1hk5axolTNnuI1tHAs6G3cOZ1O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WJqXfQLHWT8czcSzU0Cr9RHeTIgaHTro { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.0301010608673rem;left:61.065939903259rem;display:none; }
#FO1aNw2r4W9mvLFhg9kfFzzXTN8QDQvc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O6SVeoyMG7IkouuhmTSBnNQOaryTZn9v { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8743105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7435660362244rem;left:23.067553520203rem;height:1.323529375rem;text-align:center;text-align-last:center;display:none; }
#iGwbsDG5ddbz9kHxLIDhITuhwTpX2OO2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.7435660362244rem;left:49.435660362244rem;height:1.323529375rem;text-align:center;text-align-last:center;display:none; }
#RTPmwHUFSMeN5uTA5B9E5DWWTF3t334L { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2497701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7435660362244rem;left:33.870631217956rem;height:1.323529375rem;text-align:center;text-align-last:center;display:none; }
#FepocTMGVyQ29fDBLQuzIJlzx9iORx69 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6243105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7435660362244rem;left:41.808360099793rem;height:1.323529375rem;text-align:center;text-align-last:center;display:none; }
#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row .container { background-color: transparent; background-image: none; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row .container > .video-iframe-container { display: none; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row > .video-iframe-container { display: none; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .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); }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row .container { border-width: 0; border-radius: 0; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#vxXLVFJoyyrasivbO366rAiId5I9adAm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3740806875rem;width:27.5rem;top:6.4596366882325rem;left:47.5rem;overflow:hidden;display:block; }
#FXKiSgVrVtb1OwhSSleSxXn8TXPAaTCT { color:rgba(var(--color-tertiary-0),1);display:block;width:61rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;top:14.3125rem;left:0rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ed8TGiuM8cu0UDaGtPpzTXSAbrGun8Da { color:rgba(var(--color-tertiary-0),1);display:block;width:47rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:26.166667938233rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tu7cBUGukUGQCTU0vSs7tLTu3DWf0e1H { color:rgba(var(--color-tertiary-0),1);display:block;width:61rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;top:16.125rem;left:0rem;height:8.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zwQ22phWkm31EE6KUpT7GdFmSpnSzUfe { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.20703125rem;left:0rem;display:block; }
#Hk72AvdhHacAg0Kc80M7H3eTVXuWa1F3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sumzUSwor1CGhzdMWB55udkReR0qLEDf { color:rgba(var(--color-tertiary-0),1);display:block;width:47rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:26.166667938233rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row .container { background-color: transparent; background-image: none; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row .container > .video-iframe-container { display: none; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row > .video-iframe-container { display: none; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .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); }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row .container { border-width: 0; border-radius: 0; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#IhqIyCmkamr9s06tR08WUL4pE0Sg1tvH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.186198rem;width:3.186198rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.875rem;left:2.125rem; }
#rivLL97WwaTUX1gxwS54N17ITThPc5zG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1848965rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:7.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WNBPBQ4yDb6qTCAtXO6IhB8PKtuLIPTb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.6875rem;left:52.5625rem; }
#G0xaPMbqhp2wnJnbAZ4p6B24SxBrfKeb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.24869825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:0.9375rem;left:57.5625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sfpeTaTbIDJDcBgkU0adXuB6sLcd9meT { box-sizing:content-box;height:4.31119775rem;width:4.31119775rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(150deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(150deg, #00ffe7, #009fe3);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:1.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KvtrVlFBv69vZvPvXtQPQ20hVrzasEWn { box-sizing:content-box;height:4.309896rem;width:4.309896rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(150deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(150deg, #00ffe7, #009fe3);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:52.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#RfyEHC58DhOeI3m2D8RIpqLkk6Q46JPg { box-sizing:content-box;height:4.31119775rem;width:4.31119775rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(150deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(150deg, #00ffe7, #009fe3);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:29.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#OO5bFqunBVuTJFSiTKNZr0kHO5NbByz4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.186198rem;width:3.186198rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.875rem;left:29.625rem; }
#XI8U6J8qLKUlqfxtToAM69eRJkv2LTEf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.12369825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:0.9375rem;left:34.8125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row .container { background-color: transparent; background-image: none; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row .container > .video-iframe-container { display: none; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row > .video-iframe-container { display: none; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .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); }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row .container { border-width: 0; border-radius: 0; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#BPKb1Ri6L64OTSFD41mLriihHyF3cSfq { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(120deg, #00ffe7, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1243095625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.2081794738769rem;left:23.937269210816rem;display:block; }
#BvnNunwN07WfgDgwhlHEsTsvCvwROCse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2JdJQ5I9q8V3Nm3HUtqMBlolQT309rv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:8rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ex8vUlIQyW9h67rTVHHoXiLOsFnclxnA { color:rgba(var(--color-tertiary-0),1);display:block;width:55.2493095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9335975646975rem;left:9.8736209869388rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wG5doaQa9CDvTOmPiilxZFDX4t5qc0in { color:rgba(var(--color-tertiary-0),1);display:block;width:55.2493095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9335975646975rem;left:9.8736209869388rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#B5NFPvUk6Vw9zp3ZNJqETrXDuaBBtVze { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.1875rem;left:43.3125rem;height:1.666666625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTCPRTex7ozqnwvIXNvrJke2e91fkbuI { position:relative;display:none; }#zTCPRTex7ozqnwvIXNvrJke2e91fkbuI { border-width: 0; border-radius: 0; }#zTCPRTex7ozqnwvIXNvrJke2e91fkbuI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTCPRTex7ozqnwvIXNvrJke2e91fkbuI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Zc0ICHMdU3i7JZaEpzTusX7VbPZrWB8T { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:20.7490806875rem;width:20.7490806875rem;top:22rem;left:35.75rem;overflow:hidden;display:block; }
#t1TFo4hStKc9uPe7kTQkHNsncNGyOZhH { color:rgba(var(--color-tertiary-4),1);display:block;width:69.74954225rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:14996;line-height:1;letter-spacing:0;top:9.3106613159181rem;left:2.6229314804077rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T2lccLnmkaiQ6fpMHgAme3b1Kki3lN1n { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:16.0625rem;left:8.5625rem;height:4.1176471875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VFioEJfdvBsB8S9oowQq1QE7gESdiuLx { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1243095625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.875rem;left:24rem;display:block; }
#ArRP65IdUlGIX8id8pcWFIyMkvaQzXPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hANgwxhxyThmtex3LV440uwTR12duQyM { box-sizing:content-box;height:14.5622701875rem;width:14.5622701875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:57.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#rTTNuQJcU6PGA5052BTGLCHtBBbdRbmy { box-sizing:content-box;height:14.5622701875rem;width:14.5622701875rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(289deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(289deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(289deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(289deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(289deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:19.875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#p9p920JcrWQTpoptFi3zMy0rG9NzSTul { box-sizing:content-box;height:14.5622701875rem;width:14.5622701875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:2.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BZWZuVu7OL4bakp3hxZmsyeDHLo90KiT { color:rgba(var(--color-tertiary-0),1);display:block;width:9.7495403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:33.1875rem;left:22.25rem;height:4.411764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6Molfbw8m1IxyWUHfNUHdAt5Ixq06BQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:33.6875rem;left:58.375rem;height:4.411764625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvukxUPZvka9h8piF4OUvT4hASNNSFTp { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1247701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:34.348571777344rem;left:4.2784929275512rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbIffA3frKTCpCz2f0pclvtCDJTIfZ4Q { color:rgba(var(--color-secondary-2),1);display:block;width:40.8743095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:50.936347961426rem;left:17.06227016449rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMW7UXwaaUUyZflZdy5cQB22agfJdZuV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6243105rem;width:4.6243105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:27.375rem;left:62.8125rem; }
#yOqe9GIMquHfiHDBXp4Ln0xwdDOV3hwR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6243105rem;width:4.6243105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:27.375rem;left:24.8125rem; }
#tGsTmdxiXTEbMsS1nFte7yswQJ5Uw1Wo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6243105rem;width:4.6243105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.375rem;left:7.5rem; }
#aF7TTDcXgfpsTxoglfOlenPbuzQvOVME { color:rgba(var(--color-tertiary-4),1);display:block;width:69.74954225rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:14996;line-height:1;letter-spacing:0;top:9.3106613159181rem;left:2.6229314804077rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Ip3JHNKEZZVGPkkmPy7MXUz6mQQueWbP { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:16.0625rem;left:8.5625rem;height:4.1176471875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uqwJB182hD9EfTmNTXIF2q4Q0D3XMVE7 { box-sizing:content-box;height:14.5622701875rem;width:14.5622701875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.0625rem;left:2.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:none; }
#BMbV5VdA57SlKDgromrtAiJOzPyXdqfT { color:rgba(var(--color-secondary-2),1);display:block;width:40.8743095625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:50.936347961426rem;left:17.06227016449rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !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; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row .container { background-color: transparent; background-image: none; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row .container > .video-iframe-container { display: none; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row > .video-iframe-container { display: none; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .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); }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row .container { border-width: 0; border-radius: 0; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#nCFQ6zxymS4S0Iiu7TPSizbxoiITmkma { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:3.875rem;left:0rem;height:14.666667rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hGGRflWUTdP7rZPbur2RUyv4mSk6mo84 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1868095625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.4375rem;left:44.75rem;height:1.833333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z5G7IcD9gwHV1VTfG51utC0dqqNtiN29 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.18619725rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.729164123535rem;left:44.75rem;height:1.833333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cXexUrbgHPIXmNeFTCanELrKfTmCKAkm { color:rgba(var(--color-tertiary-0),1);display:block;width:26.18619725rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.979164123535rem;left:44.75rem;height:1.833333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTS9hpUqPSwdinwz8r9O1pwTDfEzO6Xu { box-sizing:content-box;height:15.875rem;width:0.9375rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:5.1875rem;left:41.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IRGocE4m5XdWP1k7L36PRJATk9g6bWB4 { box-sizing:content-box;height:2.4375rem;width:1.125rem;position:absolute;display:block;z-index:15002;background-color:#00ffe7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.1875rem;left:41.625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.6875rem;display:block; }
#TLX93kxCKoMPcGLUydKKSbGwPkeTWGXi { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(120deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(120deg, #00ffe7, #009fe3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20rem;left:0rem;display:block; }
#q9682a8tP7tc3Ri5FVUPby6XTnakxubw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OlixLENx4WZzZpIQ1ro2kGVIsXyhcTrK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:12.833333rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l7Aqpn0mB8SDL8Qu2w4epJIGb8COIayw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.18619725rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.875rem;left:44.75rem;height:3.66666675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AtKfTEiTAfRITLAsBrOTxeiggyp8abib { color:#00ffe7;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.3125rem;left:18rem;height:2.58333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ezs6PHKcfS8qgT9qQZ5NFQaPhMSByTzK { color:#00ffe7;display:block;width:36.3736991875rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:5.5625rem;left:0rem;height:2.58333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GuSKbGLVVG34bWGdS3IuGFSNre6eiErb { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:12.833333rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WlFrpNJKDhPT5OtcKl2BZIsahWbhqBaT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:12.833333rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#x7zuwoo6E3b8deE0mGKZbDHJtHSq8dfz { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3740806875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:12.833333rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -moz-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -ms-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -o-linear-gradient(90deg, #009fe3, #00ffe7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );";background-image: linear-gradient(90deg, #009fe3, #00ffe7);background-size:auto !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; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row .container { background-color: transparent; background-image: none; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row .container > .video-iframe-container { display: none; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row > .video-iframe-container { display: none; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .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); }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row .container { border-width: 0; border-radius: 0; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:75rem;position:relative;display:block; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa { 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; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row .container { background-color: transparent; background-image: none; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row .container > .video-iframe-container { display: none; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row > .video-iframe-container { display: none; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .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); }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row .container { border-width: 0; border-radius: 0; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#phN716aQFL4irLfOlMSxJN9Dd2D4ZL9T { color:rgba(var(--color-secondary-2),1);display:block;width:69.74954225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;top:1.6495933532715rem;left:2.6229314804077rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B22nOLSOdkWEcddp4HzBq4SAaXqtegee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row .container { background-color: transparent; background-image: none; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row .container > .video-iframe-container { display: none; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row > .video-iframe-container { display: none; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .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); }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row .container { border-width: 0; border-radius: 0; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#QAsAhFJGDw8qMnu8PyIOJ0VXcPkFCB66 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.74954225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:4.4650726318359rem;left:2.6229314804077rem;height:2.16666675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row .container { background-color: transparent; background-image: none; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row .container > .video-iframe-container { display: none; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row > .video-iframe-container { display: none; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .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); }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row .container { border-width: 0; border-radius: 0; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#wQtDOngIgezFzcxvKTLf0sOhq0UDIU7R { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:1.75rem;left:1.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#sw6kfKHIH17L3yUF8bWz7QLdhc5wdm9X { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.5718994140625rem;left:7.6861209869388rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRS62ixtLcx4htOrgBh8FMgCEJ08c7ON { color:rgba(var(--color-tertiary-0),1);display:block;width:27.7493095625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:3.5718994140625rem;left:45.134418487549rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X6t6z8eaUr9RzQlzUqo5PhRzEanhLLCK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.071685791016rem;left:7.6861209869388rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mhzE2TcF4UtaGdn7xqWBsWZicysp6vOg { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.977691650391rem;left:7.6861209869388rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UaimZSmFgTMHnef57hsZZ0JbtxSZu4fM { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:27.116241455078rem;left:7.6861209869388rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eL3wtzWkrTzkpDGf7KR1zFUpHqSeJWgr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.198272705078rem;left:45.623847961426rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hDov84lDXwbrzWTluxlHdvV53xrkle6p { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:27.157562255859rem;left:45.778648376465rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m0CXJm3gToOnuHI5lTkkiyTgbI1zcfbg { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:19.008483886719rem;left:45.623847961426rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qe8RsbfcO4LCIEqOD0NObXFrTquBcvkC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.5029602050781rem;left:3.059513092041rem; }
#EDum0s7qGMvVEysT94nOqE30oMZhqgI0 { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:9.375rem;left:1.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#sUpWEqLLCJQTXq3fTzJKVWkyVmXvlFfp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.125rem;left:3.0625rem; }
#WL0qvfTy5sfthDuCsNLo6v0fA0kxCLQB { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:17.25rem;left:1.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#KSi0qco2EMk4AUnrGQIyq0pDpJMxezLz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19rem;left:3.0625rem; }
#tgSOl8nR8sQOoOcO3ROk3JN3o9wKkX8i { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:25.25rem;left:1.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#TkER4xCgrim46IUOPchvFAJmDyThbXn4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27rem;left:3.0625rem; }
#XTlvQxsSNCmXdr3btTC2ENPlbrEmEBTq { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:1.6875rem;left:39.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#bwu1u4BlSWSVNmz0kOavSo2rvTIoI4ah { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.4375rem;left:40.5625rem; }
#VIFiXsRd2AM9VbwQNyJw7gcniSEdl8y1 { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:9.3125rem;left:39.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#S3B8aBw6RQ9dfNk2Gh47xnJJKWhnz1BN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.0625rem;left:40.5625rem; }
#qcwh0z5JWq88mt7caurm3ykZFIwuzS3D { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:17.1875rem;left:39.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#P4GHgHOqgwRedAbsUhTLCvaVtIHzQAye { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.9375rem;left:40.5625rem; }
#ubdakPeeSahPxqwIe49ATzVvIHqtsiEQ { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:25.1875rem;left:39.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#b2acPXd0VTPapoAxTTvhnx3GKbmNxW8Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3743105rem;width:3.3743105rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:26.9375rem;left:40.5625rem; }
#s8ZV5pxS26ZkeHbtkfy4PHLUFQXtXATV { box-sizing:content-box;height:6.5625rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:9.375rem;left:1.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }
#IhPpb8VRUWgkrIRX5ap0gVKgP9NKBUFH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:10.977691650391rem;left:7.6861209869388rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row .container { background-color: transparent; background-image: none; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row .container > .video-iframe-container { display: none; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row > .video-iframe-container { display: none; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .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); }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row .container { border-width: 0; border-radius: 0; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#N4kPfH5HOcikPzKCvBQPholug42XQPGG { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5618095625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.2415008544922rem;left:12.21852016449rem;height:3.6764705rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PPyvqv97q9p2fS7GfPrNuxw7zW91PTCS { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(120deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(120deg, #00ffe7, #009fe3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.604166625rem;height:3.229166625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.6028747558594rem;left:29.15625rem;display:block; }
#zlnrfV08qmmFRkdzx1DKhAqOGU52GXqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -moz-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -ms-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -o-linear-gradient(90deg, #009fe3, #00ffe7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );";background-image: linear-gradient(90deg, #009fe3, #00ffe7);background-size:auto !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; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row .container { background-color: transparent; background-image: none; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row .container > .video-iframe-container { display: none; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row > .video-iframe-container { display: none; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .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); }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row .container { border-width: 0; border-radius: 0; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb { 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; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row .container { background-color: transparent; background-image: none; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row .container > .video-iframe-container { display: none; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row > .video-iframe-container { display: none; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .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); }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row .container { border-width: 0; border-radius: 0; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#MmMTpFVF8Dpw23lJ3ssSODNa6SVXxak6 { color:rgba(var(--color-secondary-2),1);display:block;width:69.748695375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;top:4.375rem;left:2.6875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zMhFn55h7WUqv84D1WL919N0yZoEi1kT { color:rgba(var(--color-secondary-2),1);display:block;width:51.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.3125rem;left:12rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtxsE6tE2nXDIMVQFbQcvSqUpyVCTC7W { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(120deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(120deg, #00ffe7, #009fe3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.0625rem;left:19.1875rem;display:block; }
#wAcPF3R8NbGaffTy806ARePT7D5QQ047 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CI1ceZibkUavzTs3HqGUUEkBQeMwGk66 { color:rgba(var(--color-secondary-2),1);display:block;width:51.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.9375rem;left:11.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsPVR23TuxwkcDQ253L3AmMtk2HNNDvC { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(120deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(120deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(120deg, #00ffe7, #009fe3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.75rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.5625rem;left:19.125rem;display:none; }
#wDBTMp6bqW1XEO7QVOApd6l4eQKsgMJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(90deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(90deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(90deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(90deg, #00ffe7, #009fe3);background-size:auto !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; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row .container { background-color: transparent; background-image: none; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row .container > .video-iframe-container { display: none; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row > .video-iframe-container { display: none; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .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); }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row .container { border-width: 0; border-radius: 0; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row .container { background-color: transparent; background-image: none; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row .container > .video-iframe-container { display: none; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row > .video-iframe-container { display: none; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .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); }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row .container { border-width: 0; border-radius: 0; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#QEggGDftSfTghGKFDLnU5ouTZUlBf0uz { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:8.6875rem;left:18.75rem;height:2.16666675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdxFNpduFfQgLrwWO7dGFcmFn6Tnp73b { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5618095625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.3125rem;left:18.75rem;height:7.3333335rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kadV8ty4Zf0TPk2tcn6TNKvfCk7F48uz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:22.7493095625rem;width:15.0620403125rem;top:2.8618774414062rem;left:1.8118104934693rem;overflow:hidden;display:block; }
#IMbuFUF84RCT9WTVgRspOogQLJezBDfQ { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3818933125rem;height:3.1946231875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.9561157226562rem;left:28.307673454284rem;display:none; }
#nZc0O3aRlVwQTGyTTICUDxgo8H9lOSVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NG9CAuRyxrL58rwMu9grwfloZ6fBfh8G { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5618095625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.3125rem;left:18.75rem;height:7.3333335rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !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; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row .container { background-color: transparent; background-image: none; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row .container > .video-iframe-container { display: none; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row > .video-iframe-container { display: none; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .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); }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row .container { border-width: 0; border-radius: 0; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:75rem;position:relative;display:block; }#kKQ8r3oP1zJnbKT1M3Hws1prdTAhVHCS { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:14998;line-height:1;letter-spacing:0;top:4.9375rem;left:8.625rem;height:4.3333335rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LympLtteXN8PbWSCzBqPqF4phZUAZrIc { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11.875rem;left:11.03125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -moz-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -ms-linear-gradient(90deg, #009fe3, #00ffe7);background-image: -o-linear-gradient(90deg, #009fe3, #00ffe7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );";background-image: linear-gradient(90deg, #009fe3, #00ffe7);background-size:auto !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; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row .container { background-color: transparent; background-image: none; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row .container > .video-iframe-container { display: none; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row > .video-iframe-container { display: none; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .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); }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row .container { border-width: 0; border-radius: 0; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo { 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; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row .container { background-color: transparent; background-image: none; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row .container > .video-iframe-container { display: none; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row > .video-iframe-container { display: none; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .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); }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row .container { border-width: 0; border-radius: 0; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#pGJKoT3KiwxPA8KtOQ73MzB2RR0X5RCS { color:rgba(var(--color-secondary-2),1);display:block;width:69.74954225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;top:1.6495933532715rem;left:2.6229314804077rem;height:1.083333375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row .container { background-color: transparent; background-image: none; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row .container > .video-iframe-container { display: none; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row > .video-iframe-container { display: none; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .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); }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row .container { border-width: 0; border-radius: 0; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#avdflrAaLKWqU2edsyXFDFhAp8iLKdxv { color:rgba(var(--color-tertiary-0),1);display:block;width:69.748695375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:5.478515625rem;left:2.6259765625rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BESkDeREEMopERiNPkfBSVOZHAcEtBKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row .container { background-color: transparent; background-image: none; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row .container > .video-iframe-container { display: none; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row > .video-iframe-container { display: none; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .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); }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row .container { border-width: 0; border-radius: 0; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#TiW6LMCCvRSTEfbyI17QJxn9Z7U00UF5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.622396rem;width:4.622396rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:3.86328125rem;left:10.188804626465rem; }
#mlR9baBr2iNVEVnGUwc7VWkgyW753I4y { color:rgba(var(--color-secondary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.375rem;left:6.40625rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rEaBxCimWPWiDfy2cUTodm3LuX0GXKi3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.7265625rem;left:35.03125rem; }
#iT4Rh7GtufHyICd5rs3ug4zeApuy4dhZ { color:rgba(var(--color-secondary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.375rem;left:31.84375rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eObod2r0dANBQ1ZrDH5l4k0AfWtqS7RO { color:rgba(var(--color-secondary-2),1);display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.354187011719rem;left:55.28125rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EC8fExD3U0v8T4pc3l5dWS1xDaTOrgKD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.3099060058594rem;left:59.59375rem; }
#KSfLBTyTfGC9WQC9TzRbLxbNl423sbSs { box-sizing:content-box;height:14.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #009fe3, #00ffe7);background-image: -moz-linear-gradient(150deg, #009fe3, #00ffe7);background-image: -ms-linear-gradient(150deg, #009fe3, #00ffe7);background-image: -o-linear-gradient(150deg, #009fe3, #00ffe7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );";background-image: linear-gradient(150deg, #009fe3, #00ffe7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0729370117188rem;left:54.15625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#IFa0NN3MmhEQLcthWwp4w9Abm0ISCMMq { box-sizing:content-box;height:14.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(150deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(150deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(150deg, #00ffe7, #009fe3);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0729370117188rem;left:29.15625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BLat6MddBO3l7yhHvcgQmzIQUqnvs2Dg { box-sizing:content-box;height:14.5625rem;width:16.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #009fe3, #00ffe7);background-image: -moz-linear-gradient(150deg, #009fe3, #00ffe7);background-image: -ms-linear-gradient(150deg, #009fe3, #00ffe7);background-image: -o-linear-gradient(150deg, #009fe3, #00ffe7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#00ffe7' );";background-image: linear-gradient(150deg, #009fe3, #00ffe7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0729370117188rem;left:4.15625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row .container { background-color: transparent; background-image: none; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row .container > .video-iframe-container { display: none; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row > .video-iframe-container { display: none; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .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); }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row .container { border-width: 0; border-radius: 0; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#JNi4NAAWSDoTHxAicMLEFiWLSv8JQfWe { color:rgba(var(--color-primary-2),1);display:block;width:55.4361991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:4.6809997558594rem;left:9.78125rem;height:2.16666675rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:1.01rem;padding-right:0.900625rem;padding-bottom:1.01rem;padding-left:0.900625rem;display:block;align-items:center;width:5.403125rem;min-width:5.403125rem;height:5.428125rem;position:relative;font-family:var(--headlines-font-family);font-size:4.040625rem;font-weight:700;line-height:86.85px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.63125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.204375rem;height:2.145625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.515rem;font-weight:400;line-height:34.33px;text-align:center;text-align-last:center;text-transform:none;top:-2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:32.8125rem;height:10.225rem;padding-top:1.2625rem;padding-right:1.28625rem;padding-bottom:1.2625rem;padding-left:1.28625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.75rem;left:19.774742126465rem;z-index:15001; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #kNMnPkqeeWVS6yvbNVi4SHVG1dbyvbDV { display:flex;position:relative;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #qVy4hKJauJCIgvH5GKaN2qOT8J7UHvfV { width:auto; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #XDIXXPx0GSNoToND0sKs3IsyTaqPLUc4 {  }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #PAa5FCOLzoWIK5lKrLpkSorfHusA9r0V { display:flex;position:relative;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #BgRukb4sP1J98v4z6ZclFINoba1LpZlT {  }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #Krn3JxSQJkSusKSBJayzVknUETwv9gi4 {  }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #QtadMP0HhG6zTMhaTpZWPeZGXdUWF4sA { display:flex;position:relative;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #iVZolQEGOSZ9vqCUt9dy93ksdDNoSlPD {  }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #U0EWT2dGe4tyM10PVy08MM5CSqQ60kuW {  }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #QLHIvv0REOpPbayfGbUcHKWQDbvQJ40f { display:flex;position:relative;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #gCHo1UA0DyTau1c1JUurXlLXXEhbQBHS {  }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #cJbi09oX1dgSTtzhy83e2wG49uvf14do {  }
#ShslDMSFMprdLKuaWQJXhxuZ7bFxKmfc { background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.436197875rem;height:3.062499875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.33203125rem;left:29.239585876465rem;display:block; }
#kAoWbMBTD8orh1U9LvJEbJTbCZTTXD5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row .container { background-color: transparent; background-image: none; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row .container > .video-iframe-container { display: none; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row > .video-iframe-container { display: none; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .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); }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row .container { border-width: 0; border-radius: 0; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#WiSxaJHVuFQiHeM2VQKlsTvekhE2xPTW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1875rem;left:28.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wkba2X5zoIpnJd128sUBO79CQo7Ngvbd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.4375rem;top:0.625rem;left:39.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hELWXtbM7FEXlNKZ2CXTtn4LbIdFTA2o { width:13.125rem;height:2.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXwwuJcS3310WTcvOMvoUUH620y2ncVN { width:12.5rem;height:1.3125rem;top:2.6875rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3TSkD0ypVvokGCieZiGMusNSdMocVxi { width:9.1875rem;height:1.3125rem;top:2.6875rem;left:30.74870300293rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAAbUOMRsqKlfCgJpQAC5VxX2hCMnPlZ { width:47.75rem;height:5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPV3GTdptK0EZW7IvHf1VnvAFWDNMIBi { width:13.0625rem;height:2.75rem;top:2rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH7W8DSDrnrMoaF216SDThPqTi8NrpRD { display:block; }
 }@media only screen and (max-width: 763px) { #pHvpImlIFwcVoq1VpLXyu0GrobU1Mg0m { width:47.75rem;height:4.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17TcG6aHBk20DsBkhOe4y7N8ZAtiEP1 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #poXKPrbtchLLodm2bbfbTkn9J17vfQyd { display:none; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hf2xBA6VwodLfqtWsQbPZCwxJSk0nZrE { width:13.125rem;height:2.5rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkDo56tHBLH0HD9TFLwPOlRJ3bfOmw4E { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8TaUL1hk5axolTNnuI1tHAs6G3cOZ1O { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJqXfQLHWT8czcSzU0Cr9RHeTIgaHTro { width:13.0625rem;height:2.75rem;top:2rem;left:34.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO1aNw2r4W9mvLFhg9kfFzzXTN8QDQvc { display:block; }
 }@media only screen and (max-width: 763px) { #O6SVeoyMG7IkouuhmTSBnNQOaryTZn9v { width:10.75rem;height:1.3125rem;top:7.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGwbsDG5ddbz9kHxLIDhITuhwTpX2OO2 { width:12.5rem;height:1.3125rem;top:10.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTPmwHUFSMeN5uTA5B9E5DWWTF3t334L { width:9.1875rem;height:1.3125rem;top:2.6875rem;left:20.245631217956rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FepocTMGVyQ29fDBLQuzIJlzx9iORx69 { width:9.5rem;height:1.3125rem;top:17.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h { display:block; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxXLVFJoyyrasivbO366rAiId5I9adAm { width:27.5rem;height:41.3740806875rem;top:6.4375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXKiSgVrVtb1OwhSSleSxXn8TXPAaTCT { top:14.3125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed8TGiuM8cu0UDaGtPpzTXSAbrGun8Da { width:47rem;height:6rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu7cBUGukUGQCTU0vSs7tLTu3DWf0e1H { top:5.8125rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwQ22phWkm31EE6KUpT7GdFmSpnSzUfe { width:16.1875rem;height:3.4375rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk72AvdhHacAg0Kc80M7H3eTVXuWa1F3 { display:block; }
 }@media only screen and (max-width: 763px) { #sumzUSwor1CGhzdMWB55udkReR0qLEDf { width:19.5rem;height:;top:13.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG { display:block; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhqIyCmkamr9s06tR08WUL4pE0Sg1tvH { width:3.125rem;height:3.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rivLL97WwaTUX1gxwS54N17ITThPc5zG { width:16.125rem;height:3rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNBPBQ4yDb6qTCAtXO6IhB8PKtuLIPTb { width:3.4375rem;height:3.4375rem;top:0.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0xaPMbqhp2wnJnbAZ4p6B24SxBrfKeb { width:15.1875rem;height:3rem;top:0.9375rem;left:32.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfpeTaTbIDJDcBgkU0adXuB6sLcd9meT { width:4.25rem;height:4.25rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvtrVlFBv69vZvPvXtQPQ20hVrzasEWn { width:4.25rem;height:4.25rem;top:0.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfyEHC58DhOeI3m2D8RIpqLkk6Q46JPg { width:4.25rem;height:4.25rem;top:0.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO5bFqunBVuTJFSiTKNZr0kHO5NbByz4 { width:3.125rem;height:3.125rem;top:0.875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI8U6J8qLKUlqfxtToAM69eRJkv2LTEf { width:11.0625rem;height:;top:0.9375rem;left:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxCg5LAhemyDbuBZMSf81fBepErs3y2 { display:block; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPKb1Ri6L64OTSFD41mLriihHyF3cSfq { width:27.0625rem;height:3.4375rem;top:2.1875rem;left:10.312269210816rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvnNunwN07WfgDgwhlHEsTsvCvwROCse { display:block; }
 }@media only screen and (max-width: 763px) { #P2JdJQ5I9q8V3Nm3HUtqMBlolQT309rv { width:36.6875rem;height:1.5rem;top:7.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex8vUlIQyW9h67rTVHHoXiLOsFnclxnA { width:20rem;height:;top:6.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wG5doaQa9CDvTOmPiilxZFDX4t5qc0in { width:20rem;height:;top:8.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5NFPvUk6Vw9zp3ZNJqETrXDuaBBtVze { width:23.6875rem;height:1.625rem;top:7.1875rem;left:24.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCPRTex7ozqnwvIXNvrJke2e91fkbuI { display:none; }#zTCPRTex7ozqnwvIXNvrJke2e91fkbuI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zc0ICHMdU3i7JZaEpzTusX7VbPZrWB8T { top:22rem;left:22.125rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1TFo4hStKc9uPe7kTQkHNsncNGyOZhH { top:9.25rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2lccLnmkaiQ6fpMHgAme3b1Kki3lN1n { width:47.75rem;height:4.0625rem;top:16.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFioEJfdvBsB8S9oowQq1QE7gESdiuLx { width:27.0625rem;height:3.4375rem;top:45.875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArRP65IdUlGIX8id8pcWFIyMkvaQzXPB { display:block; }
 }@media only screen and (max-width: 763px) { #hANgwxhxyThmtex3LV440uwTR12duQyM { width:14.5rem;height:14.5rem;top:25.0625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTNuQJcU6PGA5052BTGLCHtBBbdRbmy { width:14.5rem;height:14.5rem;top:25.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9p920JcrWQTpoptFi3zMy0rG9NzSTul { width:14.5rem;height:14.5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWZuVu7OL4bakp3hxZmsyeDHLo90KiT { width:9.6875rem;height:4.375rem;top:33.125rem;left:8.6245374679562rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Molfbw8m1IxyWUHfNUHdAt5Ixq06BQ { width:13.4375rem;height:4.375rem;top:33.625rem;left:34.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvukxUPZvka9h8piF4OUvT4hASNNSFTp { width:11.0625rem;height:2.9375rem;top:34.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIffA3frKTCpCz2f0pclvtCDJTIfZ4Q { width:40.8125rem;height:2.9375rem;top:50.875rem;left:3.4372701644898rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMW7UXwaaUUyZflZdy5cQB22agfJdZuV { width:4.5625rem;height:4.5625rem;top:27.375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOqe9GIMquHfiHDBXp4Ln0xwdDOV3hwR { width:4.5625rem;height:4.5625rem;top:27.375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGsTmdxiXTEbMsS1nFte7yswQJ5Uw1Wo { width:4.5625rem;height:4.5625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF7TTDcXgfpsTxoglfOlenPbuzQvOVME { top:3rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip3JHNKEZZVGPkkmPy7MXUz6mQQueWbP { width:18.25rem;height:;top:11.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqwJB182hD9EfTmNTXIF2q4Q0D3XMVE7 { width:14.5rem;height:14.5rem;top:25.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMbV5VdA57SlKDgromrtAiJOzPyXdqfT { width:18.125rem;height:;top:64.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 { display:block; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCFQ6zxymS4S0Iiu7TPSizbxoiITmkma { width:36.3125rem;height:14.625rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGGRflWUTdP7rZPbur2RUyv4mSk6mo84 { width:26.125rem;height:;top:5.4375rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5G7IcD9gwHV1VTfG51utC0dqqNtiN29 { width:26.125rem;height:1.8125rem;top:9.6875rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXexUrbgHPIXmNeFTCanELrKfTmCKAkm { width:26.125rem;height:1.8125rem;top:13.9375rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTS9hpUqPSwdinwz8r9O1pwTDfEzO6Xu { width:0.9375rem;height:15.875rem;top:5.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRGocE4m5XdWP1k7L36PRJATk9g6bWB4 { width:1.125rem;height:2.4375rem;top:5.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLX93kxCKoMPcGLUydKKSbGwPkeTWGXi { width:25.1875rem;height:3.4375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9682a8tP7tc3Ri5FVUPby6XTnakxubw { display:block; }
 }@media only screen and (max-width: 763px) { #OlixLENx4WZzZpIQ1ro2kGVIsXyhcTrK { width:20rem;height:;top:6.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7Aqpn0mB8SDL8Qu2w4epJIGb8COIayw { width:26.125rem;height:3.625rem;top:17.875rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKfTEiTAfRITLAsBrOTxeiggyp8abib { width:17.1875rem;height:2.5625rem;top:3.3125rem;left:6.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezs6PHKcfS8qgT9qQZ5NFQaPhMSByTzK { width:36.3125rem;height:2.5625rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuSKbGLVVG34bWGdS3IuGFSNre6eiErb { width:20rem;height:;top:3.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlFrpNJKDhPT5OtcKl2BZIsahWbhqBaT { width:17rem;height:1.5625rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7zuwoo6E3b8deE0mGKZbDHJtHSq8dfz { width:17rem;height:1.5625rem;top:3rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s { display:block; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa { display:block; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phN716aQFL4irLfOlMSxJN9Dd2D4ZL9T { top:1.625rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B22nOLSOdkWEcddp4HzBq4SAaXqtegee { display:block; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAsAhFJGDw8qMnu8PyIOJ0VXcPkFCB66 { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH { display:block; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQtDOngIgezFzcxvKTLf0sOhq0UDIU7R { width:34.25rem;height:6.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw6kfKHIH17L3yUF8bWz7QLdhc5wdm9X { width:27.1875rem;height:3.1875rem;top:3.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRS62ixtLcx4htOrgBh8FMgCEJ08c7ON { width:27.6875rem;height:3.1875rem;top:3.5625rem;left:20rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6t6z8eaUr9RzQlzUqo5PhRzEanhLLCK { width:27.8125rem;height:3.1875rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhzE2TcF4UtaGdn7xqWBsWZicysp6vOg { width:27.1875rem;height:3.1875rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaimZSmFgTMHnef57hsZZ0JbtxSZu4fM { width:27.1875rem;height:3.1875rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL3wtzWkrTzkpDGf7KR1zFUpHqSeJWgr { width:27.1875rem;height:3.1875rem;top:11.1875rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDov84lDXwbrzWTluxlHdvV53xrkle6p { width:27.1875rem;height:3.3125rem;top:27.125rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0CXJm3gToOnuHI5lTkkiyTgbI1zcfbg { width:27.1875rem;height:3.1875rem;top:19rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe8RsbfcO4LCIEqOD0NObXFrTquBcvkC { width:3.3125rem;height:3.3125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDum0s7qGMvVEysT94nOqE30oMZhqgI0 { width:34.25rem;height:6.5625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUpWEqLLCJQTXq3fTzJKVWkyVmXvlFfp { width:3.3125rem;height:3.3125rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL0qvfTy5sfthDuCsNLo6v0fA0kxCLQB { width:34.25rem;height:6.5625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSi0qco2EMk4AUnrGQIyq0pDpJMxezLz { width:3.3125rem;height:3.3125rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgSOl8nR8sQOoOcO3ROk3JN3o9wKkX8i { width:34.25rem;height:6.5625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkER4xCgrim46IUOPchvFAJmDyThbXn4 { width:3.3125rem;height:3.3125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTlvQxsSNCmXdr3btTC2ENPlbrEmEBTq { width:34.25rem;height:6.5625rem;top:1.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwu1u4BlSWSVNmz0kOavSo2rvTIoI4ah { width:3.3125rem;height:3.3125rem;top:3.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIFiXsRd2AM9VbwQNyJw7gcniSEdl8y1 { width:34.25rem;height:6.5625rem;top:9.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3B8aBw6RQ9dfNk2Gh47xnJJKWhnz1BN { width:3.3125rem;height:3.3125rem;top:11.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcwh0z5JWq88mt7caurm3ykZFIwuzS3D { width:34.25rem;height:6.5625rem;top:17.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4GHgHOqgwRedAbsUhTLCvaVtIHzQAye { width:3.3125rem;height:3.3125rem;top:18.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubdakPeeSahPxqwIe49ATzVvIHqtsiEQ { width:34.25rem;height:6.5625rem;top:25.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2acPXd0VTPapoAxTTvhnx3GKbmNxW8Q { width:3.3125rem;height:3.3125rem;top:26.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ZV5pxS26ZkeHbtkfy4PHLUFQXtXATV { width:34.25rem;height:6.5625rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhPpb8VRUWgkrIRX5ap0gVKgP9NKBUFH { width:14.5625rem;height:;top:10.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ { display:block; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4kPfH5HOcikPzKCvBQPholug42XQPGG { width:20rem;height:;top:1.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPyvqv97q9p2fS7GfPrNuxw7zW91PTCS { width:16.5625rem;height:3.1875rem;top:1.5625rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlnrfV08qmmFRkdzx1DKhAqOGU52GXqM { display:block; }
 }@media only screen and (max-width: 763px) { #z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 { display:block; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au2fo0uy2eRe2khtNEihG1gfGZi4TONb { display:block; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmMTpFVF8Dpw23lJ3ssSODNa6SVXxak6 { top:4.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMhFn55h7WUqv84D1WL919N0yZoEi1kT { width:47.75rem;height:5.625rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtxsE6tE2nXDIMVQFbQcvSqUpyVCTC7W { width:36.75rem;height:3.25rem;top:19.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAcPF3R8NbGaffTy806ARePT7D5QQ047 { display:block; }
 }@media only screen and (max-width: 763px) { #CI1ceZibkUavzTs3HqGUUEkBQeMwGk66 { width:47.75rem;height:2.25rem;top:8.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPVR23TuxwkcDQ253L3AmMtk2HNNDvC { width:36.75rem;height:3.25rem;top:19.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDBTMp6bqW1XEO7QVOApd6l4eQKsgMJl { display:block; }
 }@media only screen and (max-width: 763px) { #dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ { display:block; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFOnHK07gc95hBlIFvTN9aBy4VaUTgza { display:block; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEggGDftSfTghGKFDLnU5ouTZUlBf0uz { top:8.6875rem;left:4rem;width:43.75rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdxFNpduFfQgLrwWO7dGFcmFn6Tnp73b { width:47.75rem;height:7.3125rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kadV8ty4Zf0TPk2tcn6TNKvfCk7F48uz { width:15rem;height:22.655605506135rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMbuFUF84RCT9WTVgRspOogQLJezBDfQ { width:18.375rem;height:3.1875rem;top:7.9375rem;left:14.682673454284rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZc0O3aRlVwQTGyTTICUDxgo8H9lOSVT { display:block; }
 }@media only screen and (max-width: 763px) { #NG9CAuRyxrL58rwMu9grwfloZ6fBfh8G { width:18.375rem;height:;top:30.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM { display:block; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKQ8r3oP1zJnbKT1M3Hws1prdTAhVHCS { top:4.9375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LympLtteXN8PbWSCzBqPqF4phZUAZrIc { width:47.75rem;height:5.5rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W { display:block; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo { display:block; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGJKoT3KiwxPA8KtOQ73MzB2RR0X5RCS { top:1.625rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCIcDfLMSimLpV23eb4tl1mtsbvkDCct { display:block; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avdflrAaLKWqU2edsyXFDFhAp8iLKdxv { top:5.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BESkDeREEMopERiNPkfBSVOZHAcEtBKR { display:block; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiW6LMCCvRSTEfbyI17QJxn9Z7U00UF5 { width:4.5625rem;height:4.5625rem;top:3.8125rem;left:5.6263046264649rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlR9baBr2iNVEVnGUwc7VWkgyW753I4y { width:12.1875rem;height:4.25rem;top:10.375rem;left:1.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaBxCimWPWiDfy2cUTodm3LuX0GXKi3 { width:4.9375rem;height:4.9375rem;top:3.6875rem;left:21.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT4Rh7GtufHyICd5rs3ug4zeApuy4dhZ { width:11.3125rem;height:4.25rem;top:10.375rem;left:18.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eObod2r0dANBQ1ZrDH5l4k0AfWtqS7RO { width:14.4375rem;height:4.25rem;top:10.3125rem;left:32.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC8fExD3U0v8T4pc3l5dWS1xDaTOrgKD { width:5.8125rem;height:5.8125rem;top:3.25rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSfLBTyTfGC9WQC9TzRbLxbNl423sbSs { width:16.6875rem;height:14.5625rem;top:2.0625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFa0NN3MmhEQLcthWwp4w9Abm0ISCMMq { width:16.6875rem;height:14.5625rem;top:2.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLat6MddBO3l7yhHvcgQmzIQUqnvs2Dg { width:16.6875rem;height:14.5625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e { display:block; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNi4NAAWSDoTHxAicMLEFiWLSv8JQfWe { top:4.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI { display:flex;width:18rem;height:5.0625rem;top:8.5rem;left:6.59375rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #kNMnPkqeeWVS6yvbNVi4SHVG1dbyvbDV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #qVy4hKJauJCIgvH5GKaN2qOT8J7UHvfV {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #XDIXXPx0GSNoToND0sKs3IsyTaqPLUc4 {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #PAa5FCOLzoWIK5lKrLpkSorfHusA9r0V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #BgRukb4sP1J98v4z6ZclFINoba1LpZlT {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #Krn3JxSQJkSusKSBJayzVknUETwv9gi4 {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #QtadMP0HhG6zTMhaTpZWPeZGXdUWF4sA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #iVZolQEGOSZ9vqCUt9dy93ksdDNoSlPD {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #U0EWT2dGe4tyM10PVy08MM5CSqQ60kuW {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #QLHIvv0REOpPbayfGbUcHKWQDbvQJ40f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #gCHo1UA0DyTau1c1JUurXlLXXEhbQBHS {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #cJbi09oX1dgSTtzhy83e2wG49uvf14do {  }
 }@media only screen and (max-width: 763px) { #ShslDMSFMprdLKuaWQJXhxuZ7bFxKmfc { width:16.375rem;height:3rem;top:22.3125rem;left:15.614585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAoWbMBTD8orh1U9LvJEbJTbCZTTXD5O { display:block; }
 }@media only screen and (max-width: 763px) { #RltUyNqRfwd3EaSft2yIepoSqaQGNvyz { display:block; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiSxaJHVuFQiHeM2VQKlsTvekhE2xPTW { width:16.25rem;height:1.25rem;top:1.1875rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkba2X5zoIpnJd128sUBO79CQo7Ngvbd { width:6.375rem;height:2.4132382958953rem;top:0.625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hELWXtbM7FEXlNKZ2CXTtn4LbIdFTA2o { width:13.125rem;height:2.5rem;top:6.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXwwuJcS3310WTcvOMvoUUH620y2ncVN { width:12.5rem;height:0;top:8.6192554235456rem;left:7.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3TSkD0ypVvokGCieZiGMusNSdMocVxi { width:9.1865806875rem;height:0;top:8.6192554235456rem;left:10.8134193125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAAbUOMRsqKlfCgJpQAC5VxX2hCMnPlZ { width:20rem;height:4.5625rem;top:11.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPV3GTdptK0EZW7IvHf1VnvAFWDNMIBi { width:13.0625rem;height:2.75rem;top:9.2290897369388rem;left:5.9650729894638rem;display:none; }
 }@media only screen and (max-width: 763px) { #IH7W8DSDrnrMoaF216SDThPqTi8NrpRD { display:block; }
 }@media only screen and (max-width: 763px) { #pHvpImlIFwcVoq1VpLXyu0GrobU1Mg0m { width:20rem;height:4.5622701875rem;top:4.3853397369385rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e17TcG6aHBk20DsBkhOe4y7N8ZAtiEP1 { display:flex;top:1.1615352630615rem;left:17.077204585076rem;width:1.5625rem;height:1.5625rem;z-index:15004;opacity:0; }
 }@media only screen and (max-width: 763px) { #poXKPrbtchLLodm2bbfbTkn9J17vfQyd { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container { background-color: transparent; background-image: none; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container > .video-iframe-container { display: none; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row > .video-iframe-container { display: none; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .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); }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container { border-width: 0; border-radius: 0; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#poXKPrbtchLLodm2bbfbTkn9J17vfQyd > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hf2xBA6VwodLfqtWsQbPZCwxJSk0nZrE { width:11.3120403125rem;height:1.811810625rem;top:1.5900734663009rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DkDo56tHBLH0HD9TFLwPOlRJ3bfOmw4E { top:4.7495403289795rem;left:0rem;width:20rem;height:20.5rem;z-index:15002;border-top-right-radius:0rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TaUL1hk5axolTNnuI1tHAs6G3cOZ1O { display:flex;top:1.5257352590561rem;left:16.770449519157rem;width:1.9370403125rem;height:1.9370403125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #WJqXfQLHWT8czcSzU0Cr9RHeTIgaHTro { width:12.96622225rem;height:2.65372225rem;top:20.843288421631rem;left:3.4685200452804rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ffe7, #009fe3);background-image: -moz-linear-gradient(180deg, #00ffe7, #009fe3);background-image: -ms-linear-gradient(180deg, #00ffe7, #009fe3);background-image: -o-linear-gradient(180deg, #00ffe7, #009fe3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffe7', endColorstr='#009fe3' );";background-image: linear-gradient(180deg, #00ffe7, #009fe3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:rgba(var(--color-secondary-2),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FO1aNw2r4W9mvLFhg9kfFzzXTN8QDQvc { display:block; }
 }@media only screen and (max-width: 763px) { #O6SVeoyMG7IkouuhmTSBnNQOaryTZn9v { width:10.8122701875rem;height:1.333333375rem;top:7.1541814804075rem;left:4.5932902097702rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #iGwbsDG5ddbz9kHxLIDhITuhwTpX2OO2 { width:12.5rem;height:1.333333375rem;top:10.181525230407rem;left:3.7499998807907rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #RTPmwHUFSMeN5uTA5B9E5DWWTF3t334L { width:9.1865806875rem;height:1.333333375rem;top:13.493795394898rem;left:5.4055603742599rem;font-size:1.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FepocTMGVyQ29fDBLQuzIJlzx9iORx69 { width:9.5622701875rem;height:1.333333375rem;top:17.369024276733rem;left:5.2182902097702rem;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h { display:block; }#qrmz5byJTl7TUo7d2tVPZBL9GDkaD60h > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxXLVFJoyyrasivbO366rAiId5I9adAm { width:14.6875rem;height:22.1875rem;top:20.352867126465rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXKiSgVrVtb1OwhSSleSxXn8TXPAaTCT { width:20rem;height:0;top:6.2565116882325rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ed8TGiuM8cu0UDaGtPpzTXSAbrGun8Da { width:19.5rem;height:0;top:12.915367126465rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tu7cBUGukUGQCTU0vSs7tLTu3DWf0e1H { width:20rem;height:6rem;top:5.2565116882324rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zwQ22phWkm31EE6KUpT7GdFmSpnSzUfe { width:16.1875rem;height:3.4375rem;top:41.602867126465rem;left:1.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk72AvdhHacAg0Kc80M7H3eTVXuWa1F3 { display:block; }
 }@media only screen and (max-width: 763px) { #sumzUSwor1CGhzdMWB55udkReR0qLEDf { width:19.5rem;height:7.5rem;top:12.602867126465rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG { display:block; }#EZOcKG1cnxTFdz66o4mnyoNwfV9EIdcG > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhqIyCmkamr9s06tR08WUL4pE0Sg1tvH { display:flex;width:3.125rem;height:3.125rem;top:2.25rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #rivLL97WwaTUX1gxwS54N17ITThPc5zG { width:16.125rem;height:2.33333325rem;top:7.25rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNBPBQ4yDb6qTCAtXO6IhB8PKtuLIPTb { display:flex;width:3.4375rem;height:3.4375rem;top:21.0625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #G0xaPMbqhp2wnJnbAZ4p6B24SxBrfKeb { width:15.1875rem;height:2.33333325rem;top:26.375rem;left:2.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfpeTaTbIDJDcBgkU0adXuB6sLcd9meT { width:4.25rem;height:4.25rem;top:1.6875rem;left:7.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvtrVlFBv69vZvPvXtQPQ20hVrzasEWn { width:4.25rem;height:4.25rem;top:20.6875rem;left:7.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfyEHC58DhOeI3m2D8RIpqLkk6Q46JPg { width:4.25rem;height:4.25rem;top:11.625rem;left:7.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO5bFqunBVuTJFSiTKNZr0kHO5NbByz4 { display:flex;width:3.125rem;height:3.125rem;top:12.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #XI8U6J8qLKUlqfxtToAM69eRJkv2LTEf { width:14.6875rem;height:1.166666625rem;top:17.3125rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoxCg5LAhemyDbuBZMSf81fBepErs3y2 { display:block; }#VoxCg5LAhemyDbuBZMSf81fBepErs3y2 > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BPKb1Ri6L64OTSFD41mLriihHyF3cSfq { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvnNunwN07WfgDgwhlHEsTsvCvwROCse { display:block; }
 }@media only screen and (max-width: 763px) { #P2JdJQ5I9q8V3Nm3HUtqMBlolQT309rv { width:20rem;height:0;top:5.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ex8vUlIQyW9h67rTVHHoXiLOsFnclxnA { width:20rem;height:2.16666675rem;top:6.2291641235351rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #wG5doaQa9CDvTOmPiilxZFDX4t5qc0in { width:20rem;height:1.25rem;top:8.99870300293rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #B5NFPvUk6Vw9zp3ZNJqETrXDuaBBtVze { width:20rem;height:auto;top:7.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zTCPRTex7ozqnwvIXNvrJke2e91fkbuI { display:none; }#zTCPRTex7ozqnwvIXNvrJke2e91fkbuI > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zc0ICHMdU3i7JZaEpzTusX7VbPZrWB8T { width:18.8120403125rem;height:18.8120403125rem;top:28.0625rem;left:0.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #t1TFo4hStKc9uPe7kTQkHNsncNGyOZhH { width:20rem;height:0;top:3.7925109863281rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T2lccLnmkaiQ6fpMHgAme3b1Kki3lN1n { width:18.3122691875rem;height:0;top:11.414293289184rem;left:0.84329044818881rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFioEJfdvBsB8S9oowQq1QE7gESdiuLx { width:18.9993095625rem;height:3.4375rem;top:54.9375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArRP65IdUlGIX8id8pcWFIyMkvaQzXPB { display:block; }
 }@media only screen and (max-width: 763px) { #hANgwxhxyThmtex3LV440uwTR12duQyM { width:18.5rem;height:5.5rem;top:47.4375rem;left:0.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTNuQJcU6PGA5052BTGLCHtBBbdRbmy { width:14.5rem;height:14.5rem;top:65.476560602294rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9p920JcrWQTpoptFi3zMy0rG9NzSTul { width:9.4370403125rem;height:9.4370403125rem;top:18rem;left:0.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWZuVu7OL4bakp3hxZmsyeDHLo90KiT { width:9.6875rem;height:3.308823375rem;top:22.892923355102rem;left:10.062498927116rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #I6Molfbw8m1IxyWUHfNUHdAt5Ixq06BQ { width:12.0622701875rem;height:2.2058823125rem;top:49.0625rem;left:6.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zvukxUPZvka9h8piF4OUvT4hASNNSFTp { width:7.9365806875rem;height:2.2058823125rem;top:23.482299804688rem;left:1.1868106126785rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIffA3frKTCpCz2f0pclvtCDJTIfZ4Q { width:18.1870403125rem;height:0;top:63.495632171631rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aMW7UXwaaUUyZflZdy5cQB22agfJdZuV { display:flex;width:3.249080875rem;height:3.249080875rem;top:48.5625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #yOqe9GIMquHfiHDBXp4Ln0xwdDOV3hwR { display:flex;width:2.8745403125rem;height:2.8745403125rem;top:19.125rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #tGsTmdxiXTEbMsS1nFte7yswQJ5Uw1Wo { display:flex;width:3.249080875rem;height:3.249080875rem;top:19rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #aF7TTDcXgfpsTxoglfOlenPbuzQvOVME { width:20rem;height:6.17647025rem;top:1.022518157959rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Ip3JHNKEZZVGPkkmPy7MXUz6mQQueWbP { width:19.2497691875rem;height:7.3529410625rem;top:8.8120403289794rem;left:0.37454044818878rem;font-size:1rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqwJB182hD9EfTmNTXIF2q4Q0D3XMVE7 { width:9.4370403125rem;height:9.4370403125rem;top:17.9375rem;left:10.1875rem;z-index:15015;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMbV5VdA57SlKDgromrtAiJOzPyXdqfT { width:18.1870403125rem;height:5rem;top:59.8125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 { display:block; }#zazWPyQTaTgyzshvT1KxqgaRig7LJqV0 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCFQ6zxymS4S0Iiu7TPSizbxoiITmkma { width:20rem;height:0;top:2.8917770385742rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hGGRflWUTdP7rZPbur2RUyv4mSk6mo84 { width:17.2495403125rem;height:1.5rem;top:25.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5G7IcD9gwHV1VTfG51utC0dqqNtiN29 { width:11.4993105rem;height:1.5rem;top:29.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXexUrbgHPIXmNeFTCanELrKfTmCKAkm { width:9.7495403125rem;height:1.5rem;top:32.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTS9hpUqPSwdinwz8r9O1pwTDfEzO6Xu { width:0.9375rem;height:15.8125rem;top:24.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRGocE4m5XdWP1k7L36PRJATk9g6bWB4 { width:1.1875rem;height:2.375rem;top:24.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLX93kxCKoMPcGLUydKKSbGwPkeTWGXi { width:18.505209rem;height:3.3190105rem;top:19.7890625rem;left:0.74609375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9682a8tP7tc3Ri5FVUPby6XTnakxubw { display:block; }
 }@media only screen and (max-width: 763px) { #OlixLENx4WZzZpIQ1ro2kGVIsXyhcTrK { width:19.1875rem;height:10.5rem;top:6.953125rem;left:0.40625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #l7Aqpn0mB8SDL8Qu2w4epJIGb8COIayw { width:14.3125rem;height:4.5rem;top:35.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtKfTEiTAfRITLAsBrOTxeiggyp8abib { width:17.1875rem;height:auto;top:3.3125rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ezs6PHKcfS8qgT9qQZ5NFQaPhMSByTzK { width:20rem;height:auto;top:5.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GuSKbGLVVG34bWGdS3IuGFSNre6eiErb { width:17rem;height:1.5rem;top:2rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WlFrpNJKDhPT5OtcKl2BZIsahWbhqBaT { width:4.5625rem;height:1.583333375rem;top:1.9375rem;left:14.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15006;color:#00ffe7;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; }
 }@media only screen and (max-width: 763px) { #x7zuwoo6E3b8deE0mGKZbDHJtHSq8dfz { width:17rem;height:1.583333375rem;top:3.5rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15007;color:#00ffe7;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; }
 }@media only screen and (max-width: 763px) { #RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s { display:block; }#RRWVVuxNw6n0H6nGF7aIiTmnBq1qxJ7s > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa { display:block; }#DKwH5Mg9UFEShwmOsv8K7W1ilbl9VyGa > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phN716aQFL4irLfOlMSxJN9Dd2D4ZL9T { width:18.25rem;height:2.5rem;top:1.5729217529297rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B22nOLSOdkWEcddp4HzBq4SAaXqtegee { display:block; }#B22nOLSOdkWEcddp4HzBq4SAaXqtegee > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAsAhFJGDw8qMnu8PyIOJ0VXcPkFCB66 { width:16.9375rem;height:3rem;top:2.71875rem;left:1.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH { display:block; }#b5XTqsIDkXdhLAozKQLJP9SsH2WMAGMH > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQtDOngIgezFzcxvKTLf0sOhq0UDIU7R { width:19.5625rem;height:4.5rem;top:1.25rem;left:-0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw6kfKHIH17L3yUF8bWz7QLdhc5wdm9X { width:15.1875rem;height:4.5rem;top:2.78125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRS62ixtLcx4htOrgBh8FMgCEJ08c7ON { width:14.9375rem;height:6rem;top:38.479187011719rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6t6z8eaUr9RzQlzUqo5PhRzEanhLLCK { width:14.75rem;height:6rem;top:19.427093505859rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhzE2TcF4UtaGdn7xqWBsWZicysp6vOg { width:14.5625rem;height:0;top:11.5625rem;left:5.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaimZSmFgTMHnef57hsZZ0JbtxSZu4fM { width:14.75rem;height:6rem;top:29.072937011719rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL3wtzWkrTzkpDGf7KR1zFUpHqSeJWgr { width:15.4375rem;height:4.5rem;top:47.65625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDov84lDXwbrzWTluxlHdvV53xrkle6p { width:14.9375rem;height:4.5rem;top:63.510437011719rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0CXJm3gToOnuHI5lTkkiyTgbI1zcfbg { width:14.9375rem;height:4.5rem;top:55.61328125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe8RsbfcO4LCIEqOD0NObXFrTquBcvkC { display:flex;width:3.3125rem;height:3.3125rem;top:3.4166717529297rem;left:0.7486979961395rem; }
 }@media only screen and (max-width: 763px) { #EDum0s7qGMvVEysT94nOqE30oMZhqgI0 { width:19.5rem;height:6.5625rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUpWEqLLCJQTXq3fTzJKVWkyVmXvlFfp { display:flex;width:3.3125rem;height:3.3125rem;top:11.770843505859rem;left:0.7486979961395rem; }
 }@media only screen and (max-width: 763px) { #WL0qvfTy5sfthDuCsNLo6v0fA0kxCLQB { width:19.5rem;height:8.1875rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSi0qco2EMk4AUnrGQIyq0pDpJMxezLz { display:flex;width:3.3125rem;height:3.3125rem;top:20.72917175293rem;left:0.7486979961395rem; }
 }@media only screen and (max-width: 763px) { #tgSOl8nR8sQOoOcO3ROk3JN3o9wKkX8i { width:19.5rem;height:7.9375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkER4xCgrim46IUOPchvFAJmDyThbXn4 { display:flex;width:3.3125rem;height:3.3125rem;top:30.395843505859rem;left:0.7486979961395rem; }
 }@media only screen and (max-width: 763px) { #XTlvQxsSNCmXdr3btTC2ENPlbrEmEBTq { width:19.5rem;height:7.75rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwu1u4BlSWSVNmz0kOavSo2rvTIoI4ah { display:flex;width:3.3125rem;height:3.3125rem;top:39.802093505859rem;left:0.7486979961395rem; }
 }@media only screen and (max-width: 763px) { #VIFiXsRd2AM9VbwQNyJw7gcniSEdl8y1 { width:19.5rem;height:6.5625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3B8aBw6RQ9dfNk2Gh47xnJJKWhnz1BN { display:flex;width:3.3125rem;height:3.3125rem;top:48.25rem;left:0.7486979961395rem; }
 }@media only screen and (max-width: 763px) { #qcwh0z5JWq88mt7caurm3ykZFIwuzS3D { width:19.5rem;height:6.5625rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4GHgHOqgwRedAbsUhTLCvaVtIHzQAye { display:flex;width:3.25rem;height:3.25rem;top:56.1953125rem;left:0.7799479961395rem; }
 }@media only screen and (max-width: 763px) { #ubdakPeeSahPxqwIe49ATzVvIHqtsiEQ { width:19.5rem;height:6.5625rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2acPXd0VTPapoAxTTvhnx3GKbmNxW8Q { display:flex;width:3.3125rem;height:3.3125rem;top:63.895843505863rem;left:0.7486979961395rem; }
 }@media only screen and (max-width: 763px) { #s8ZV5pxS26ZkeHbtkfy4PHLUFQXtXATV { width:19.5rem;height:6.5625rem;top:1.6875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IhPpb8VRUWgkrIRX5ap0gVKgP9NKBUFH { width:14.5625rem;height:4.5rem;top:11.177093505859rem;left:4.8125rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ { display:block; }#aTg5CU4TJrxgCeBEaSBk3pQiZeVveXAJ > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4kPfH5HOcikPzKCvBQPholug42XQPGG { width:20rem;height:6rem;top:0.97381591796875rem;left:0rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #PPyvqv97q9p2fS7GfPrNuxw7zW91PTCS { width:16.5625rem;height:3.1875rem;top:8.22265625rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlnrfV08qmmFRkdzx1DKhAqOGU52GXqM { display:block; }
 }@media only screen and (max-width: 763px) { #z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 { display:block; }#z1pKOlxwrhFTZx8UnfTXUEOr9QKOXxs5 > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Au2fo0uy2eRe2khtNEihG1gfGZi4TONb { display:block; }#Au2fo0uy2eRe2khtNEihG1gfGZi4TONb > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmMTpFVF8Dpw23lJ3ssSODNa6SVXxak6 { width:15rem;height:3.33333325rem;top:3.4375rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zMhFn55h7WUqv84D1WL919N0yZoEi1kT { width:19.0625rem;height:7.5rem;top:11.125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtxsE6tE2nXDIMVQFbQcvSqUpyVCTC7W { width:19.0625rem;height:3.6875rem;top:21.4375rem;left:1.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAcPF3R8NbGaffTy806ARePT7D5QQ047 { display:block; }
 }@media only screen and (max-width: 763px) { #CI1ceZibkUavzTs3HqGUUEkBQeMwGk66 { width:20rem;height:1.833333375rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPVR23TuxwkcDQ253L3AmMtk2HNNDvC { width:19.0625rem;height:4.0625rem;top:20.8125rem;left:0.5rem;font-size:1.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wDBTMp6bqW1XEO7QVOApd6l4eQKsgMJl { display:block; }
 }@media only screen and (max-width: 763px) { #dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ { display:block; }#dUie52yiVTzGFbmDUqW9qwM9kDUuU9cQ > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFOnHK07gc95hBlIFvTN9aBy4VaUTgza { display:block; }#VFOnHK07gc95hBlIFvTN9aBy4VaUTgza > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEggGDftSfTghGKFDLnU5ouTZUlBf0uz { width:20rem;height:3rem;top:26.217468261719rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdxFNpduFfQgLrwWO7dGFcmFn6Tnp73b { width:18.375rem;height:0;top:30rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kadV8ty4Zf0TPk2tcn6TNKvfCk7F48uz { width:15rem;height:22.655605506135rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMbuFUF84RCT9WTVgRspOogQLJezBDfQ { width:15.554687125rem;height:2.742187375rem;top:45.505218505859rem;left:2.1809897422791rem;font-size:1.0625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #nZc0O3aRlVwQTGyTTICUDxgo8H9lOSVT { display:block; }
 }@media only screen and (max-width: 763px) { #NG9CAuRyxrL58rwMu9grwfloZ6fBfh8G { width:18.375rem;height:13.5rem;top:30.546875rem;left:0.78125rem;font-size:1rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM { display:block; }#tifwnhnMC5Nig5bTvXX5rvQl8MMC8qlM > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKQ8r3oP1zJnbKT1M3Hws1prdTAhVHCS { width:20rem;height:6.3333335rem;top:3rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LympLtteXN8PbWSCzBqPqF4phZUAZrIc { width:19.6875rem;height:7.5rem;top:11.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W { display:block; }#ImzeXX5uvxpqUmIa76mQpZTxfJPHCc6W > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo { display:block; }#JPTwcO2ETg4smHv7et5SwaGAIcgC4SKo > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pGJKoT3KiwxPA8KtOQ73MzB2RR0X5RCS { width:18.1875rem;height:2.5rem;top:1.5729370117188rem;left:0.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCIcDfLMSimLpV23eb4tl1mtsbvkDCct { display:block; }#DCIcDfLMSimLpV23eb4tl1mtsbvkDCct > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avdflrAaLKWqU2edsyXFDFhAp8iLKdxv { width:20rem;height:1.666666625rem;top:2.7708435058594rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BESkDeREEMopERiNPkfBSVOZHAcEtBKR { display:block; }#BESkDeREEMopERiNPkfBSVOZHAcEtBKR > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiW6LMCCvRSTEfbyI17QJxn9Z7U00UF5 { display:flex;width:4.5625rem;height:4.5625rem;top:3.562744140625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #mlR9baBr2iNVEVnGUwc7VWkgyW753I4y { width:12.6875rem;height:4rem;top:10.373718261719rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaBxCimWPWiDfy2cUTodm3LuX0GXKi3 { display:flex;width:4.5625rem;height:4.5625rem;top:19.312744140625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #iT4Rh7GtufHyICd5rs3ug4zeApuy4dhZ { width:11.75rem;height:4rem;top:25.5625rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eObod2r0dANBQ1ZrDH5l4k0AfWtqS7RO { width:13.4375rem;height:4rem;top:41.686218261719rem;left:3.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC8fExD3U0v8T4pc3l5dWS1xDaTOrgKD { display:flex;width:5.3125rem;height:5.3125rem;top:35rem;left:7.34375rem; }
 }@media only screen and (max-width: 763px) { #KSfLBTyTfGC9WQC9TzRbLxbNl423sbSs { width:16.6875rem;height:14.5625rem;top:33.45703125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFa0NN3MmhEQLcthWwp4w9Abm0ISCMMq { width:16.6875rem;height:14.5625rem;top:17.373718261719rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLat6MddBO3l7yhHvcgQmzIQUqnvs2Dg { width:16.6875rem;height:14.5625rem;top:1.9362182617188rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e { display:block; }#W9gKI0aOi8rvcgS7DX3EZAWTKLqUQM1e > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNi4NAAWSDoTHxAicMLEFiWLSv8JQfWe { width:20rem;height:3.33333325rem;top:3.6867980957031rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#x1QIpOSragiBcrgg74sCQfGJFOgxtmgI { display:flex;width:18rem;height:5.0625rem;top:8.5rem;left:-0.125rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #kNMnPkqeeWVS6yvbNVi4SHVG1dbyvbDV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #qVy4hKJauJCIgvH5GKaN2qOT8J7UHvfV {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #XDIXXPx0GSNoToND0sKs3IsyTaqPLUc4 {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #PAa5FCOLzoWIK5lKrLpkSorfHusA9r0V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #BgRukb4sP1J98v4z6ZclFINoba1LpZlT {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #Krn3JxSQJkSusKSBJayzVknUETwv9gi4 {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #QtadMP0HhG6zTMhaTpZWPeZGXdUWF4sA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #iVZolQEGOSZ9vqCUt9dy93ksdDNoSlPD {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #U0EWT2dGe4tyM10PVy08MM5CSqQ60kuW {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #QLHIvv0REOpPbayfGbUcHKWQDbvQJ40f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #gCHo1UA0DyTau1c1JUurXlLXXEhbQBHS {  }
 }@media only screen and (max-width: 763px) { #x1QIpOSragiBcrgg74sCQfGJFOgxtmgI #cJbi09oX1dgSTtzhy83e2wG49uvf14do {  }
 }@media only screen and (max-width: 763px) { #ShslDMSFMprdLKuaWQJXhxuZ7bFxKmfc { width:16.375rem;height:3rem;top:17.337499875rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAoWbMBTD8orh1U9LvJEbJTbCZTTXD5O { display:block; }
 }@media only screen and (max-width: 763px) { #RltUyNqRfwd3EaSft2yIepoSqaQGNvyz { position:relative;z-index:auto;display:block; }#RltUyNqRfwd3EaSft2yIepoSqaQGNvyz > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiSxaJHVuFQiHeM2VQKlsTvekhE2xPTW { width:7.4375rem;height:1.25rem;top:2.1875rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wkba2X5zoIpnJd128sUBO79CQo7Ngvbd { width:6.4372701875rem;height:2.4368105rem;top:1.5625rem;left:10.875rem;display:block; }
 }