.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,246,218;--color-primary-1:255,229,143;--color-primary-2:255,211,69;--color-primary-3:255,133,27;--color-primary-4:193,0,0;--color-secondary-0:204,246,255;--color-secondary-1:103,227,255;--color-secondary-2:1,209,255;--color-secondary-3:0,246,202;--color-secondary-4:0,42,51;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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;z-index:auto;display:none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { border-width: 0; border-radius: 0; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:none; }#X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:1.9375rem;left:12.75rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tUx0hG1spl11Ao2o1JFnZzInfNPc02N4 { display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.8125rem;left:9.125rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA { 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; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { background-color: transparent; background-image: none; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container > .video-iframe-container { display: none; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row > .video-iframe-container { display: none; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .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); }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { border-width: 0; border-radius: 0; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#rnxKP00LSvk152uiwetigHTcdxlKmRfv { display:block;width:57.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;top:19.623046875rem;left:8.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-3),1);font-style:normal;display:block; }
#cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { color:rgba(var(--color-secondary-2),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.55859375rem;left:8.90625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8096875rem;width:8.8096875rem;top:2.1549479961395rem;left:61.435546875rem;overflow:hidden;display:block; }
#Ve3VsWDD87mOOTlP15mb7yPraxJvnufZ { display:block;width:60.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.962890625rem;left:7.28125rem;height:4.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#ZTxXA7svbD1C4fmVFTHK4uedM1wM5X8l { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.5625rem;left:43.1875rem;height:5.1181625rem;display:block; }
#zDZ3dqqRH67TnbzJDyl9ivBEReBPX14y { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:24.9375rem;left:43.1875rem;height:3.4121125rem;display:block; }
#SluzrPFnFmzDftVeg4A0BnZ7kZc74MSc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:30.8125rem;left:13.25rem;height:5.1181625rem;display:block; }
#aMvCpyCx5CiNHd2xoJnzoZG9QhGxdEvh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:24.9375rem;left:40.6875rem; }
#irww3WqKEwse9iTz8HMkuSiWfEPIbwHr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:29.5625rem;left:40.6875rem; }
#yrP0EloEaSwi2Ey5DkxSRnuXyGcrIkbM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:30.8125rem;left:10.8125rem; }
#iCDz3G9XNgVTEXkFJ5dhag5DpaLe3Vf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:24.9375rem;left:13.3125rem;height:5.1181625rem;font-style:normal;display:block; }
#f8CXCetC1W2xuZQddu6m00aKDhKpWrvu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:24.9375rem;left:10.8125rem; }
#RK6BitEQZLevA9EC8NU27IuUMhBXEThz { background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.6) ;box-sizing:border-box;color:#000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:5.12305rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:45.9375rem;left:22.375rem;display:block; }
#wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHZVduUDiL5rCHZyXioqLo0vzt1psLx6 { position:absolute;display:block;z-index:15087;height:4.5625rem;width:8.125rem;top:15.748046875rem;left:3.46875rem;display:block; }
#aXTkP1ybu3zG78nzKoa0mmCdzPDJ2dxc { color:rgba(var(--color-primary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15071;line-height:1;letter-spacing:0;top:39.1875rem;left:17.625rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpC968leT4lg0m8PJCpknH70S88CsT2i { color:#00ae22;display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15072;line-height:1;letter-spacing:0;top:42.375rem;left:17.5625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG { 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; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container { background-color: transparent; background-image: none; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container > .video-iframe-container { display: none; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row > .video-iframe-container { display: none; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .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); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container { border-width: 0; border-radius: 0; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#CkBvBZ0ro6kT3iiSzGXGBFVQCgoVCWNB { color:rgba(var(--color-tertiary-0),1);display:block;width:58.4971875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:5.3634996414184rem;left:9.1861991882325rem;height:6.824625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pbLaim6F8dnwflgeDGDoy9liRgRScJVP { 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; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { background-color: transparent; background-image: none; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container > .video-iframe-container { display: none; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row > .video-iframe-container { display: none; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .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); }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { border-width: 0; border-radius: 0; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:75rem;position:relative;display:block; }#W09QRPvMIqNazLiGApk4mAd8XoH9xidv { color:rgba(var(--color-tertiary-0),1);display:block;width:47.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:37.746313095093rem;left:15.560981750488rem;height:15.35453125rem;font-style:normal;display:block; }
#TWwSTqVcwyplu3M6ywt9kzKzTcodnTS0 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8096875rem;width:8.8096875rem;top:28.9375rem;left:7.625rem;overflow:hidden;display:block; }
#XDp8lpqsoMQQkJV7wXtHm3i5adVlOH1U { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.625rem;width:20.125rem;top:5.4947910308838rem;left:15.560981750488rem;overflow:hidden;display:block; }
#zgH78QoKrduK8wPU9p9oHitIDI6ts8QU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:6.2977428436281rem;left:37.622611999512rem;height:29.00293125rem;font-style:normal;display:block; }
#J7LTuFDQrFP0Z4gepDq6auME6to0iSAR { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.75rem;top:0rem;left:3.3723983764649rem;overflow:hidden;display:block; }
#ebm2gXhpsZJ6UEV6DKBxA2apyAty9zZ7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.75rem;top:53.714195251465rem;left:56.807731628418rem;overflow:hidden;display:block; }
#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK { 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; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { background-color: transparent; background-image: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .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); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { border-width: 0; border-radius: 0; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#Rha7GzLu3hMIO1epVPOUDxWerWdhl3eU { color:#111111;display:block;width:58.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:8.25rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp { 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; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { background-color: transparent; background-image: none; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container > .video-iframe-container { display: none; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row > .video-iframe-container { display: none; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .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); }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { border-width: 0; border-radius: 0; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:10.0625rem;width:11.25rem;top:4.125rem;left:3.4375rem;display:block; }
#d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:10.9375rem;left:4.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.25rem;width:18.0625rem;top:11.75rem;left:0rem;display:block; }
#AVriFOaiqVGIw008QCToTOOdcQGM6aBh { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:4.9375rem;left:6.5625rem; }
#X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#pMUui2RM9pTWB5X5d7I4zVf5hZ0lTcGo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:16.1875rem;left:1.15625rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#cNT7NqxzxzAffzViGcmP0NG92WgVb461 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.25rem;width:18.0625rem;top:11.8125rem;left:19rem;display:block; }
#xTqUWaSfaBfLiqJxAqBCwFHuTpAcT5gD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:16.1875rem;left:20.375rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#iWPGgbirhrM95nOw8BgRheBdSxVnEhDE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:10.0625rem;width:11.25rem;top:4.1875rem;left:22.4375rem;display:block; }
#aywtqF5y2KJBHm0B4puEht3kLONE6UCi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:11rem;left:23.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#JvAXiJMGKeteStkWsL5KhuNXKCgNFWPp { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:4.875rem;left:25.5625rem; }
#I32GwAo59E7oL6r11siW9TNyuf1p8dTi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:10.0625rem;width:11.25rem;top:4.125rem;left:41.375rem;display:block; }
#WV9FZvIyEkkTN0L6vKQJWTGVSiCD8hCR { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.25rem;width:18.0625rem;top:11.75rem;left:37.9375rem;display:block; }
#UbL3qVF0rrRB9zmhrHbL11f8wqZaOGpa { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:10.9375rem;left:42rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#L3OiGo3zTb3q9ZzZpgiEVNKXqznQIdms { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:4.8125rem;left:44.5rem; }
#FsPaLOmVagP1yhqXCmNxqvC3dWQgTS2R { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:16.1875rem;left:39.09375rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#wOxN0nG9oyfwXRgB30BoQXzRF3qWWbUT { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:10.0625rem;width:11.25rem;top:4.125rem;left:60.375rem;display:block; }
#nTJ1lpVieHgqi5hiEFUQSst8oIeZtoRL { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.25rem;width:18.0625rem;top:11.75rem;left:56.9375rem;display:block; }
#PiTpTXDZQlDhfoTxZCPzdqyGJCuIv5fQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:10.9375rem;left:61.25rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#TDkDdncEHXGEVFiCrEypHV834O7EVGdR { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:4.9375rem;left:63.5rem; }
#RoqXAWWzrsdMPC7xvpkU8B0CPSMMSHct { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:16.1875rem;left:57.3125rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 { 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; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container { background-color: transparent; background-image: none; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container > .video-iframe-container { display: none; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row > .video-iframe-container { display: none; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .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); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container { border-width: 0; border-radius: 0; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#HocTJHhqoST6Ftu0U8Kd1B8WLpVtdcTE { color:#111111;display:block;width:58.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.25rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DoJ5SQZbG8L9AlveXHcq1nUktuxQ9XGH { color:rgba(var(--color-tertiary-4),1);display:block;width:31.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:13.375rem;left:23.875rem;height:24.537125rem;font-style:normal;display:block; }
#MVPaKzXb4CgAZ77KlCyO1DwK3JsKDLFc { display:block;width:27.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:23.875rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8096875rem;width:8.8096875rem;top:2.5444848537445rem;left:46.4453125rem;overflow:hidden;display:block; }
#licpG5yrM2TffgtT8WozWHV0rXGRH5gE { 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; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { background-color: transparent; background-image: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .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); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { border-width: 0; border-radius: 0; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#KmTe5BrfP2AfonMRZpvs8MhqpH3MZgTC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:7.62939453125E-5rem;left:0rem;height:8.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTXxtNf46bEUvXcrlNtuLEDSKPFVghn2 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.374125rem;top:10.942934036255rem;left:59.624572753906rem;overflow:hidden;display:block; }
#XFc8O1LcMaPVTotZwvwtCNyHrPFVuGwp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:7.62939453125E-5rem;left:0rem;height:8.394125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tqf190UbnrENXXItUX4HpJTIcDxc0qg8 { background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.6) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:5.12305rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:10.9423828125rem;left:23.4375rem;display:block; }
#y9quHiakffaGpCvnQApTgL4Epg2lOtRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { background-color: transparent; background-image: none; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container > .video-iframe-container { display: none; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row > .video-iframe-container { display: none; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .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); }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { border-width: 0; border-radius: 0; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#woFvNtcdxLaOVmZRSseve0rXWQ3BbZkJ { display:block;width:44.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.125rem;height:3.4121125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#E5leFJEHom33p1GMLQUgHyMRpLv2qbQz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:12.5625rem;left:6.625rem; }
#IS9xyfNU8oq8KnWh1U24oaTUCX9poqhO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:12.5625rem;left:21.25rem; }
#baxznKNCTTpHiwlG8O2CDOOvLEgmBVLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:12.5625rem;left:35.0625rem; }
#XBriTS26elf1nLkUZSziuslraZLmdfU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:15.4375rem;left:0rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#J9Ju0SMOhf3mfiLumK1CTRxHxstTpSl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:15.4375rem;left:15.9375rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#l3O1JDKBa3GAiIE3LFKTC7dyx0GMpyM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.4375rem;left:30.0625rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#qAw9X3N4pfuMOSIurprgc5dTq8yrVgBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:12.5625rem;left:49.9375rem; }
#e22LnO8uciyG9VLXJT3qzpdPKdZdErly { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:15.4375rem;left:44.4375rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#rfmOZfHsbP4B53RCdlplf78oivJs10gC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:11.3125rem;left:66.875rem; }
#O3CeS9AaZTDyuXKklaPH0KKfLNRr64p2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:15.4375rem;left:60.5625rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container { background-color: transparent; background-image: none; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container > .video-iframe-container { display: none; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row > .video-iframe-container { display: none; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .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); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container { border-width: 0; border-radius: 0; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#EcJ076zAtFyFkg6u7TOA4imW8WgEWSVh { color:rgba(var(--color-tertiary-4),1);display:block;width:67.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.3994140625rem;left:2.90625rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LigtNLyLFOPb68vZlQUKUEIMitVG2TQZ { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.625rem;width:20.1855625rem;top:6.874979019165rem;left:41.060111999512rem;overflow:hidden;display:block; }
#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { background-color: transparent; background-image: none; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container > .video-iframe-container { display: none; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row > .video-iframe-container { display: none; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .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); }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { border-width: 0; border-radius: 0; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;position:relative;display:block; }#WqzsoSpZyL0VN2WwuXTDcKCqBDfZsokh { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.808625rem;width:8.808625rem;top:0rem;left:7.375rem;overflow:hidden;display:block; }
#CyoCoxSSZyspyyH9yMZ6suXBTZ8nUaRr { display:block;width:29.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9976119995118rem;left:7.1245689392087rem;height:2.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#ApdcQQfGZ47qtzPwoyfaZELSioTQnkfs { display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:none; }
#QTFpwLIBI4QRIaW3EbJAZH8yLxHbLWQF { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#smUgt9ZiWtmhRd27mwHPXVxSdqzc6dRU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:7.0659713745119rem;left:4.5616340637207rem; }
#xJXQmv02TTuTucmTRdl2ZhpIN8iI0ySl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:12rem;left:4.5625rem; }
#oh7h15khoW9a3oTTJK9P2TOpZqoAMZ6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:18.875rem;left:4.25rem; }
#b6dDmspZlEy45tQdsTbAlJLgQIybzFkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:24.498699188233rem;left:4.2491340637207rem; }
#n0Mvs2W6W5oFTpxG6PSecvoHQd1RcnQg { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.625rem;height:3.4121125rem;display:block; }
#os5ZCmEw0qUDGBJbGrhIT3TZAPU35kCT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:12rem;left:7.625rem;height:5.1181625rem;display:block; }
#RIHOToLdpMoq2n52eURLIE5a8WTVwdC2 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:18.875rem;left:7.25rem;height:3.4121125rem;display:block; }
#M8Fi0i7hTThowSbNRTNUs7yG4Kc1VMGF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:24.5rem;left:7.375rem;height:5.1181625rem;display:block; }
#IegUTqeVr0zTHb6AdzWSUkW5Uyi49Ts0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:32.125rem;left:39.25rem; }
#sBzDMCV4JWVsCdqsKctA4gA3A9m9CfzD { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:32.124565124512rem;left:41.749137878418rem;height:6.82425rem;display:block; }
#Sc9mHdUlITwZh5Zym24UyxqGADBrrpvG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:32.1875rem;left:4.3125rem; }
#mFsBPtoMFoOTNbgJZ0tLfl6w0HTrm6es { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:32.1875rem;left:7.0625rem;height:5.1181625rem;display:block; }
#p7xQiTxEk7vhRmJVlXQU5rz5IDP4Uyss { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8748125rem;width:18.75rem;top:5.6922721862793rem;left:52.068145751953rem;overflow:hidden;display:block; }
#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container { background-color: transparent; background-image: none; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container > .video-iframe-container { display: none; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row > .video-iframe-container { display: none; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .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); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container { border-width: 0; border-radius: 0; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#qC89D9ygfl431s13vzV64JXAoLG8w7mC { color:rgba(var(--color-tertiary-4),1);display:block;width:71.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.7111854553223rem;left:1.6243515014649rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 { 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; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { background-color: transparent; background-image: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .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); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { border-width: 0; border-radius: 0; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#tIqsAIx9gNZXTQ8bdkSzVpOQ7SkPDnqy { color:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:3.4375rem;left:9.3125rem;height:6.824625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cv6MQOeBMKZfBeTGwZCIHaL1KX2zxhpb { color:rgba(var(--color-tertiary-0),1);display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:12.75rem;left:5rem;height:11.942375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A5OLtGsUZMOVuZmyQbap3zeGQnKxohSV { position:absolute;display:block;z-index:14998;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:13.875rem;width:13.75rem;top:23.528636932373rem;left:61.25rem;overflow:hidden;display:block; }
#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ { 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; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { background-color: transparent; background-image: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .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); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { border-width: 0; border-radius: 0; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#xJ38e8tXQ3MlFG78tLtsWelS0mrMvSGq { color:#111111;display:block;width:58.4980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:4.19921875rem;left:8.25rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 { 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; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row .container { background-color: transparent; background-image: none; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row .container > .video-iframe-container { display: none; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row > .video-iframe-container { display: none; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .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); }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row .container { border-width: 0; border-radius: 0; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#MT0sp6fDRwvTDOex5aZWXviV5NUyZZHW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#BvBg7FeB1GpWcUcJHvtRbhqS8yzAN2Gz { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.25rem;width:21.875rem;top:11.6875rem;left:2.5625rem;display:block; }
#ixB8S5v7iPeLdgF7ZtRlRJeP6fWAnddR { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:17.25390625rem;left:4.34375rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#Di2NTbf4wNpda5EmEiTdqH1nAxox1UVv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:10.0625rem;width:18.125rem;top:4rem;left:4.4375rem;display:block; }
#vrpfC7zb5d6WPzqJlRghFAJc9v286MQU { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:5.875rem;left:5.875rem;height:6.3369375rem;text-align:center;text-align-last:center;display:block; }
#mSypIGzO3DIo1FTK4GTS855OQgmKqN3S { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.25rem;width:21.875rem;top:11.6875rem;left:26.5625rem;display:block; }
#FIfrclDc7TwO05rm2HFvNimGSzFHC0w2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:16.9140625rem;left:27.65625rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#WFJVLSmqUmFoi5wC1tThZK2F9bbdSpv2 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.25rem;width:21.875rem;top:11.625rem;left:50rem;display:block; }
#q96eEie9IwWrVa29Wxi7LuQuGmRdQ7Cd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:16.0625rem;left:51.65625rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#DWn9LTXsc7m31WeVl7hFDy2bKlT8dVC9 { position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:10.0625rem;width:18.125rem;top:4rem;left:28.4375rem;display:block; }
#rk7zGPpQVp66EaimJGDCULnDe1KeROZb { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:6.91796875rem;left:29.96875rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#VWIamVUSkRA7zFMPBZ8SsNa2Crk5a3wD { position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:10.0625rem;width:18.125rem;top:4rem;left:51.875rem;display:block; }
#agEUJFpb4PDFureFPTNPtHe6np9nPk46 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:6.75rem;left:54.5rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#ZJXwTSEUGMzHXtDrPaRyoUPC2iI2JNTP { display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.212457180023rem;left:30.404731750488rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ { 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; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row .container { background-color: transparent; background-image: none; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row .container > .video-iframe-container { display: none; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row > .video-iframe-container { display: none; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .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); }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row .container { border-width: 0; border-radius: 0; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#cmdaAWmBzNf9aGwvNTtiBpTrTD7PGdN3 { display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:none; }
#GunTHJOErdTLXo6gM5Te1zo1EC9LHrZw { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#wVnAVKIk6T2V2MvZvL8S3941xquM5DBs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:3.0625rem;left:0rem; }
#q4TAqJRegWDzzXUfCse1gJot2E18dxan { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:9.3125rem;left:0rem; }
#xO4bE8nTS5MQecQ7LFs9qPsgKXCQm8Rn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:15.6875rem;left:0rem; }
#b9knRTOyobSDcUZCXFUTFoCP2XT5Zd4m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:22.0625rem;left:0rem; }
#UDpCGmzQmWXRfqHLpIyW318HW23d7duk { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.6875rem;height:5.1181625rem;display:block; }
#HooAa0wlcOtFzgbo7UDwN8r8XzFfdyWT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.625rem;height:5.1181625rem;display:block; }
#QU1K8VXqNeE7GdygL5eXGisNTObxoGew { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.6875rem;left:2.5rem;height:5.1181625rem;display:block; }
#beb4pUFT66buHRewRqrGSG0zNB091HTR { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:22.0625rem;left:2.5rem;height:5.1181625rem;display:block; }
#qnnzK1kZ0aH3OQqVbrpgCvdz2hTccDXa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:28.4375rem;left:0rem; }
#xmtm73atAyayTC2uQTa5d1vATOViTzbi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:28.4375rem;left:2.5rem;height:5.1181625rem;display:block; }
#G0STWSU9zCdmTyfmgxKqDKxFZvLxd5R2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:3.0625rem;left:39.625rem; }
#zNckkHrx5MfXMOyZOVtbEVCMoPbsh7K7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:3.0625rem;left:42.125rem;height:5.1181625rem;display:block; }
#UWWVzoE2W9sEfSSyIbLntdDODTqMk8Vh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:9.5rem;left:39.625rem; }
#DKRldCTL0pnJgBihWpUHT3AbBFb6dubz { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:9.5rem;left:42.125rem;height:3.4121125rem;display:block; }
#yiuVah1nu2EGEGT7FQGaD46m5C5Zv6Td { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:14.3125rem;left:39.625rem; }
#wlPcvhwsbX3WuUiihZhvMWploPSuiLve { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.125rem;height:5.1181625rem;display:block; }
#SwH4sSCd7Zlo8nJkE9bSpxgGtlDF47uR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:20.5rem;left:39.625rem; }
#fBdHN8MJvyrWpVZtaC166BmiuMTDH85R { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:20.5rem;left:42.125rem;height:5.1181625rem;display:block; }
#t6FELBdZiMeHQESFWKhLb4FVVWMFwKSy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:26.9375rem;left:39.625rem; }
#wViMkvGfVFdFT14Iq4A1tkOKKCbTWJP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:26.9375rem;left:42.125rem;height:5.1181625rem;display:block; }
#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH { 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; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container { background-color: transparent; background-image: none; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container > .video-iframe-container { display: none; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row > .video-iframe-container { display: none; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .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); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container { border-width: 0; border-radius: 0; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#ONgFfxG6Z0mIuGQ6AldMHd5wil3b4T1v { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:5.375rem;left:18.75rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOtuFMUvxGORvT3R6layqRxU8nbyDJla { color:#ff851b;display:block;width:52.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:1.0625rem;left:11rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq { 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; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { background-color: transparent; background-image: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .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); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { border-width: 0; border-radius: 0; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#XEz4EPNLKFtiygAw48IAVhwVV0CUkQM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:1.5625rem;left:38.375rem;height:5.1181625rem;display:block; }
#x3aS35KvNVXoy0na0gmzSBiz1EpV3Teu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:7.6875rem;left:35.625rem; }
#VeqrTLWZOwo0rv00yKlP8ISpDpUwy6GM { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:7.6875rem;left:38.3125rem;height:5.1181625rem;display:block; }
#GCUdcpZmoUzDqw5NltvcG2uFrKhG2TLH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:14rem;left:35.625rem; }
#ZAH8ybDuqQAm7wd2T0NQFEzNygT7idMT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:14rem;left:38.1875rem;height:5.1181625rem;display:block; }
#k3lmlUTwo9RVNB6TWVlTrsRexa4wh3ph { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:20.0625rem;left:35.625rem; }
#rnev7rvPsZg5kpTwh8swUS09guxvOTxn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:20.0625rem;left:38.1875rem;height:5.1181625rem;display:block; }
#xrkfZfumX2QtPPPltHsTZ0TJepx99wkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:26.6875rem;left:35.625rem; }
#d7JHGhBPlwkHM1MntZn1z2eKriPdaTJx { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:26.6875rem;left:38.1875rem;height:5.1181625rem;display:block; }
#IaZIJIeqLI2bkPM15PDINqJd2vW4so2H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80989375rem;width:1.80989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:33.125rem;left:35.625rem; }
#OAXXFaKG6uMcEHS7IeXyEg0aSOAcJzPp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:33.125rem;left:38.1875rem;height:5.1181625rem;display:block; }
#oUfJH0iLpgaAv4OchMlMfON30ro3Tq5O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:1.8125rem;left:35.75rem; }
#MGtGQtFtqgfXmtLhThNSKcV8syKqilqZ { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:33.5625rem;top:5.28125rem;left:0rem;overflow:hidden;display:block; }
#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 { 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; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row .container { background-color: transparent; background-image: none; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row .container > .video-iframe-container { display: none; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row > .video-iframe-container { display: none; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .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); }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row .container { border-width: 0; border-radius: 0; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#q5Gu1TqcxudniaeNvev0ddPvPxrfsKQV { display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:none; }
#iacliKZ0BF9iavBU9E9J1oTWyWZnw4FU { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#wA09mVSfQ5PeepP2ew5ibs5ZPGWTRy5O { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0.125rem;height:3.4121125rem;display:block; }
#MGX1Jv3hoZXL4anV2yqUKSQzIglPSRl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:6.125rem;left:0.125rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSqeuWHdpUh1SPry9JMglA4vxkEHxQXh { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0.125rem;height:3.4121125rem;font-style:normal;display:block; }
#Sacqgx3BrtKTes6CTTGqaTdRIA4dLdaH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:18.2119140625rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HqsCL9CDK1ofBQ8QE4I1oE3bObioscWK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:23.3125rem;left:0.125rem;height:3.4121125rem;display:block; }
#Xl4uLVuVrutLVlRiOKpzBytkeNvOUbtd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:27.7060546875rem;left:0rem;height:5.1181625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NaA9wMwMWKrbhqZalSlpini5IikPg1AC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:2.0625rem;left:37.5625rem;height:1.70605625rem;display:block; }
#Edtg8h0dQCv64WeBExv37gE8Xgdtzogm { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:4.5rem;left:37.4375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdBJXaJOyh7nvfARFcMg0pWxvW12EP03 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:9.8125rem;left:37.5rem;height:1.70605625rem;display:block; }
#tXGs4ViGrhuGHTS8c66kPAp1XXD4m3yR { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:12.0625rem;left:37.375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t8PHKb5nhWR2FhhUzaoqfMsNdOA7qAde { color:rgba(var(--color-tertiary-4),1);display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:17.724609375rem;left:37.5rem;height:3.4121125rem;display:block; }
#A27KisZ8Epkg79vBoXIy5R8nTDM4zgu8 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:21.6240234375rem;left:37.375rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQtMJnwdPZJc5E38pb3V9ir9W7QxIIr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:26.873046875rem;left:37.5rem;height:3.4121125rem;display:block; }
#ISlLx3aN4NwH6BcJxkyn4AcNmtSSICw2 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:31.0546875rem;left:37.3759765625rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta { 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; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container { background-color: transparent; background-image: none; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container > .video-iframe-container { display: none; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row > .video-iframe-container { display: none; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .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); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container { border-width: 0; border-radius: 0; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#ubWpXaWGI9ECB0FTfFbNLvzxZ7FO3gQD { color:#111111;display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:1.5625rem;left:12.46875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MFJ5n120Ks5zMcd1maADhTwbc4t8CzTU { background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.6) ;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:5.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:19.8125rem;left:29.6875rem;display:block; }
#iSNR4BmAltEn4eBHpW3DlrWmRtEeMUs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRMUNhfpl3BIezRImMXD1hnSCXskm02T { color:#00ae22;display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15074;line-height:1;letter-spacing:0;top:16.9375rem;left:18.6875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSEv2SGWphyd9Z35p82nyEcVs7T6CXoL { color:rgba(var(--color-primary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15073;line-height:1;letter-spacing:0;top:8.125rem;left:18.6875rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoHTnrrqa1TsZfOIrQo5SERSFbHH2vsZ { color:rgba(var(--color-secondary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15074;line-height:1;letter-spacing:0;top:10.46875rem;left:17.84375rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlM6fvWNxF35IeVVCPnopJlw1PgghJbK { color:rgba(var(--color-secondary-3),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15075;line-height:1;letter-spacing:0;top:13.25rem;left:17.84375rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss { 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; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container { background-color: transparent; background-image: none; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container > .video-iframe-container { display: none; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row > .video-iframe-container { display: none; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .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); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container { border-width: 0; border-radius: 0; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#mA6QlyroTQi1CvfVyCBTx5XLNsCfdABm { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:11.35546875rem;left:8.591796875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvObTBauWEiKvkkcAzXZV7LdpJTzhpoP { color:rgba(var(--color-secondary-2),1);display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.8408203125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#eK9W52MApu8788iSx8exwGO2LGt4e9aQ { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:4.6875rem;left:6.8408203125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 { 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; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container { background-color: transparent; background-image: none; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container > .video-iframe-container { display: none; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row > .video-iframe-container { display: none; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .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); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container { border-width: 0; border-radius: 0; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#QNK2LTcTEmIBikdRMpJK4Sf2ExvBFyP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:5.875rem;left:17.5625rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vzSOipoFELGcSQzuWVgDMSqe371Hiaua { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.4375rem;width:60.1855625rem;top:11.687284469604rem;left:6.8739166259762rem;display:block; }
#yAMTGk7mkuEmHh6vAT3eah1KKz9cJypz { position:absolute;display:block;z-index:15066;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:23.125rem;width:22.7495625rem;top:2.4348964691162rem;left:0rem;overflow:hidden;display:block; }
#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx { 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; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { background-color: transparent; background-image: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .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); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { border-width: 0; border-radius: 0; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#NETkzFIT8zhGcJOzp72BTbvxv8PxUbEf { color:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15068;line-height:1.2;letter-spacing:0;top:2.982421875rem;left:9.3125rem;height:14.3965rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh { 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; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { background-color: transparent; background-image: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .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); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { border-width: 0; border-radius: 0; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#UQHfOt8mCgakDUEBF6UtGMkAprg6Urqh { color:#111111;display:block;width:58.4971875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:4.6875rem;left:8.5rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qinN3imShRJQenJi67FNqSzux8ZaSxRD { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.625rem;width:20.125rem;top:10.8125rem;left:43.8125rem;overflow:hidden;display:block; }
#OSOSI4Bv0A04dSsuxMSSFKmatcElLP8A { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8096875rem;width:8.8096875rem;top:35.9375rem;left:57.25rem;overflow:hidden;display:block; }
#y6oX4cpp2wic9Btlduq08suc60PKaf8m { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:10.75rem;left:11.0625rem;height:15.35446875rem;font-style:normal;display:block; }
#r3XKO3TCTs7WzOJ56dmlgcThpE2PZZCI { display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.0625rem;left:11.0625rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#AizJnvxnMXCCfGkqfwRWAs9gt7oEkehX { background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.6) ;box-sizing:border-box;color:#000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.875rem;height:5.125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:35.9375rem;left:11.0625rem;display:block; }
#KAysnUgSETbs7rVw2LFC2DzlzP4HXsyF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxPioNZnveXke3IypuQe9QgAUDgs1rhI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4f8cb32-b266-4a49-a615-bd8513746166/481023421_1154818253103289_798602021393902756_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI.adaptive-delivery-prevent-bg, #uxPioNZnveXke3IypuQe9QgAUDgs1rhI.lazyload, #uxPioNZnveXke3IypuQe9QgAUDgs1rhI.lazyloading { background-image: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { background-color: transparent; background-image: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container > .video-iframe-container { display: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container { display: none; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { border-width: 0; border-radius: 0; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { font-size:0.875rem;font-family:arial;height:80.1875rem;width:75rem;position:relative;display:block; }#T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:61.25rem;width:37.5rem;top:7.0615234375rem;left:0rem;display:block; }
#k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.7490234375rem;height:2.92480625rem;display:block; }
#O8xilSTfmL7RbHmsRkQcnr14cnNKGB1f { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.7490234375rem;height:43.8574375rem;display:block; }
#Qlrdu7G8kKWoemWmUg2odJFmAdf9b0pJ { background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.6) ;box-sizing:border-box;color:#000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:59.1240234375rem;left:3.7490234375rem;display:block; }
#elETCZS4bwB2esgxNfB1pPWwN6IdwUrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C { 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; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { background-color: transparent; background-image: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .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); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { border-width: 0; border-radius: 0; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#VqTwncnoaQvLd39KrwGSx2xfBv0gUaDp { color:#111111;display:block;width:58.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:5.8515625rem;left:6.0625rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x57oxZqTL37Q4JXQWEAW1zmwBbR71qJO { box-sizing:content-box;height:0.75rem;width:18.6875rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-size:auto !important;top:8.9149310588838rem;left:41.121963500976rem;display:none; }
#HdOspru5Mv1Aazty08pAN6rizrEeMTbq { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.3125rem;top:3.537326335907rem;left:57.185333251953rem;overflow:hidden;display:block; }
#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt { 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; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row .container { background-color: transparent; background-image: none; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row .container > .video-iframe-container { display: none; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row > .video-iframe-container { display: none; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .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); }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row .container { border-width: 0; border-radius: 0; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#gaoskcPcwsJfawK6ZCc4Kin0imvsXp9d { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:6.76953125rem;left:7.466796875rem;height:3.898925rem;display:block; }
#vJAbhRMTKLJzUIEZo8x45OOXadtnVBid { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:36.5625rem;width:34.375rem;top:7.623046875rem;left:0.55859375rem;display:block; }
#CUXzMFnntxH89TM6X2JnnuuiVOzIFArt { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:7.8125rem;width:18.75rem;top:4.8125rem;left:3.125rem;display:block; }
#xw7BD9NSqUqFzAPD0zeKcsWwUpaXxQGN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:14.209014892578rem;left:3.6382369995117rem; }
#JG1Zh0E2fTSkptNP8cnzSSM9v2ro9dIu { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:7.8125rem;width:18.75rem;top:4.8125rem;left:41.5625rem;display:block; }
#se1Tbe3rEdmf86cUi4hlmQzaboDdLzsT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:36.5625rem;width:34.375rem;top:7.623046875rem;left:39.0625rem;display:block; }
#uZN6XTfv6iDxkGTuJ7t4pyTDy7bp5IWA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:14.209014892578rem;left:6.5625rem;height:2.923825rem;display:block; }
#KGQ0TndWRy9OlPvWu1oso5nb8f5tuued { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:14.25rem;left:44.625rem;height:2.923825rem;display:block; }
#mbBElggw3TmGWft1wuseaoOuUoKMqDqi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:14.1875rem;left:41.5625rem; }
#rJlJ8rDJmT2sR4rf2Bn0nH184uTSKgIb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:4.3134765625rem;left:23.5634765625rem;overflow:hidden;display:block; }
#VSHbKFwRhvPbrDHdRtQCfNEIULymoH7H { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:21.4375rem;left:44.625rem;height:2.76171875rem;display:none; }
#z828954PKZIJR2hDikZf2Ow88de2rKQQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:18.5rem;left:41.5625rem; }
#FdNsbylcFNZWF2MQQVunteQAOUud6Wnk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:18.5rem;left:6.5625rem;height:2.923825rem;display:block; }
#mnOXmLwHLTpoPtLQmckTzanFP66KHmJX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:22.4375rem;left:41.5625rem; }
#VRRa8uyKJMCmPT3DJhSrOfS73OBPzzT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:18.5rem;left:3.6875rem; }
#to5rfxe8z0L4CHWJXIIV7AJC9FSUne3B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:26.9375rem;left:3.6875rem; }
#JXKpFufinxvGe9xiAxt9QD5mnU4hmlPT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6235rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:18.5rem;left:44.625rem;height:2.923825rem;display:block; }
#ZUsSouuuR6rE2AQh0affNGwfD4BcZ7Eh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:22.4375rem;left:3.6875rem; }
#mEpQTWkJRhud2lwAO9R4mPeOCnx6tB9F { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:22.4375rem;left:44.625rem;height:4.38574375rem;display:block; }
#XTwlAIwspyUexPNQNon1H9kSQg1PO3MK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:6.5625rem;height:2.923825rem;display:block; }
#vCvfPun73dTx3BfmJ9QXmVEdxrL4TcrT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:26.9375rem;left:6.5625rem;height:2.923825rem;display:block; }
#Bt2ceF36JeA4qLG0ZDThOGoOuVwyKp8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:31.125rem;left:3.6875rem; }
#HdfZsxOxNvhsOkrPDqAbhcTrm10nMAhr { color:rgba(var(--color-tertiary-4),1);display:block;width:27.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:31.125rem;left:6.5625rem;height:4.38574375rem;display:block; }
#bmTVe8xcTUTtRzJSgd3anUs7k4JCbImU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:37rem;left:3.6875rem; }
#xFbxx85JEA4QzPEQWPL9PT1GeS0tTT5T { color:rgba(var(--color-tertiary-4),1);display:block;width:27.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:37rem;left:6.5625rem;height:4.38574375rem;display:block; }
#EXZR0B20DoGupQUUuv0uWf23NqpnkqBg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.2485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:6.769775390625rem;left:43.937721252441rem;height:3.898925rem;display:block; }
#SuuuBHNiSGcyoVTk2p1MpyqKTw2N0CL9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.1875rem;height:8.7760625rem;display:none; }
#wCRHeLJHm8XBK412s2iIMZPWTMSJSnpD { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:22.125rem;left:2.1875rem;height:8.7760625rem;display:none; }
#IyHILdiObXpQ680n9Rcx3XaWSokTCD3B { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:32.375rem;left:2.1875rem;height:10.2386875rem;display:none; }
#okMdCXNukxfTJVEwoSp0Vwl9qCxfho5I { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:44.3125rem;left:2.1875rem;height:11.701375rem;display:none; }
#GSmnIhcysowLg3WOmHmpz1Rdu7DbXyCl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:58.470053195953rem;left:2.1875rem;height:5.12044375rem;display:none; }
#zyN1riyIJ6CBmLMuAOA9PXRymc1W15wE { color:#111111;display:block;width:31.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:2.3730688095092rem;left:2.34375rem;height:6.8229375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aUKH4THkHtIZEQPGphb7iRqJrQzztyBw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:27.8125rem;left:41.5625rem; }
#XQ7tULuyHAvnEJr6BlGNzTZOw09aV34q { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:27.8125rem;left:44.625rem;height:4.38574375rem;display:block; }
#qu7eARF2nG4ZHqVATZRUn0ZZo9Qedowa { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:34.491090774536rem;left:42.062721252441rem;height:6.82425rem;display:block; }
#K5pByIPMrPfxePlAThbfI72gVfFkD62c { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.3125rem;top:36.999767303467rem;left:29.380424499512rem;overflow:hidden;display:block; }
#zsub22DvaeAxe0DliIpKKXA3omieQtwX { 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; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { background-color: transparent; background-image: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .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); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { border-width: 0; border-radius: 0; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#e0QVizvPGnvsKGJ5gKITJ2qi6x6ikNKn { color:#111111;display:block;width:52.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:0rem;left:11.09375rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ow5oNDVwFgSbq0HG6Si7fgVnbqMONL4G { color:#080909;display:block;width:47.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:9.3131513595581rem;left:13.529731750488rem;height:22.1786875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx { 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; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { background-color: transparent; background-image: none; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container > .video-iframe-container { display: none; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row > .video-iframe-container { display: none; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .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); }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { border-width: 0; border-radius: 0; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#w6nN6UDhLf5PkTBRLi7f856KJRGpLmay { color:#003ff9;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.0556640625rem;left:0rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pHfLtET3Kn2NGTzQrk1ptMpFKGyT8lZK { color:#111111;display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:1.6875rem;left:33.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RPJZvNkTOtfBFBLIC4y9aufVp7bxi7AI { color:#080909;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:5.6875rem;left:33.5625rem;height:11.942375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C82xLKbt7atsOCWqPJkLAZnpX5GW4EOr { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20.75rem;top:4.25rem;left:7.375rem;overflow:hidden;display:block; }
#bmQn4qs6FH9f9wPGX7D2CGk9TzhLoU23 { background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.6) ;box-sizing:border-box;color:#000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:5.12305rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:19.75rem;left:33.5625rem;display:block; }
#dHMbAkxKyLBUnANJpTe9gI2rq5zPBdoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ { 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; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container { background-color: transparent; background-image: none; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container > .video-iframe-container { display: none; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row > .video-iframe-container { display: none; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .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); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container { border-width: 0; border-radius: 0; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#KocdsvLVOUD8ITxhJA1ZQErXMRqXyKRp { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.9192714691162rem;left:11.593967437744rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ArA6quGot0UG3TqUcs2PbJHs0zsRd8qJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.375rem;top:3.9193060398102rem;left:6.8088111877444rem;overflow:hidden;display:block; }
#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 { 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; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row .container { background-color: transparent; background-image: none; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row .container > .video-iframe-container { display: none; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row > .video-iframe-container { display: none; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .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); }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row .container { border-width: 0; border-radius: 0; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#VKhipIlHTs40dovNodEgiCxPxxUzoggP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.625rem;width:20.25rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#kfZETT4JrmLTL7M6JlP8pVTIqHQbPrDg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:0rem;left:37.5rem;height:29.53125rem;text-align:left;text-align-last:left;display:block; }
#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT { 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; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container { background-color: transparent; background-image: none; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container > .video-iframe-container { display: none; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row > .video-iframe-container { display: none; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .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); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container { border-width: 0; border-radius: 0; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#KolzZ7GZoq5HDKpqObP0PBadAXy2F3IE { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:1.240234375rem;left:15.218101501465rem;height:23.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 { 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; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container { background-color: transparent; background-image: none; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container > .video-iframe-container { display: none; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row > .video-iframe-container { display: none; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .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); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container { border-width: 0; border-radius: 0; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#mRFbvz4azZaPDRqfdl5ma3NETgxcZLdD { color:rgba(var(--color-tertiary-0),1);display:block;width:46.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:2.2623710632324rem;left:14.343536376953rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anHnG5OZZsRnnDywfiFDCTug9WvsUAyt { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.1875rem;left:12.8125rem;overflow:hidden;display:block; }
#T3BE0o7b4nWQL34Dt73IN9CZZyaN3lPG { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.1868495941163rem;left:27.249351501465rem;overflow:hidden;display:block; }
#fCcyhSNwvrp5DHtTfyVeN0CsaaEm1LSq { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.1868495941163rem;left:41.498481750488rem;overflow:hidden;display:block; }
#oQLyZ8mTM7HnIszi6Smk9OneF1rIytgv { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.1868495941163rem;left:55.76171875rem;overflow:hidden;display:block; }
#HmBXeHxKlzw0NBD0NPWwFXTglXkb7mm9 { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:21.3125rem;left:12.8125rem;overflow:hidden;display:block; }
#MZQrdoIm06PCCl2lSEJl0nGqBmUvJpJC { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:18.3125rem;top:21.3125rem;left:25.9375rem;overflow:hidden;display:block; }
#E4ZM6WuhOJmUk9vrSUxXtcPzEXUmSHoO { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:21.3125rem;left:44.8125rem;overflow:hidden;display:block; }
#hUWdZIoUwTy93kZuwd98HGuq37KDaN7z { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:10.3125rem;top:21.3125rem;left:57.875rem;overflow:hidden;display:block; }
#BepoTdXazSTZqxRD9WtpBnQ3u9dT880z { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:34.5rem;left:12.8125rem;overflow:hidden;display:block; }
#uRRUuFMpsst6K4NgTElRUwvTHBuf07U8 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:34.5rem;left:27.25rem;overflow:hidden;display:block; }
#UVhpOO3T87Nt4JNhKEiCoKza0Tc2S9r7 { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:34.5rem;left:41.5rem;overflow:hidden;display:block; }
#vHdOtdVTUisVen87cu04q6ZEuWrk4B6A { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5rem;width:12.5rem;top:34.5rem;left:55.75rem;overflow:hidden;display:block; }
#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm { 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; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container { background-color: transparent; background-image: none; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container > .video-iframe-container { display: none; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row > .video-iframe-container { display: none; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .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); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container { border-width: 0; border-radius: 0; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#lRe7TlXOGTrT0vn1Tn1VuMtZJZNLAref { color:rgba(var(--color-tertiary-0),1);display:block;width:46.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:2.1071882247925rem;left:14.343536376953rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e3CmhAAyWFMgh54WGHgKHFw5KriN0Tfm { position:absolute;display:block;z-index:15069;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;box-shadow: none;height:14.375rem;width:10.062125rem;top:7.6242942810056rem;left:12.809833526611rem;overflow:hidden;display:block; }
#Z8OEJoCH6ZICxbH6JBFM0DS6PNz9ZDFr { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:14.375rem;width:10.062125rem;top:7.6242942810056rem;left:23.622158050537rem;overflow:hidden;display:block; }
#fuVwypIXx395dzhd0g8kQergzyn0A4SB { position:absolute;display:block;z-index:15071;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;box-shadow: none;height:14.375rem;width:10.062125rem;top:7.6242942810056rem;left:34.683948516846rem;overflow:hidden;display:block; }
#oAgHNgBrMvhouuJF5Cwx3XHH5BTCBvR7 { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:14.375rem;width:10.2494375rem;top:7.6242942810056rem;left:45.684482574463rem;overflow:hidden;display:block; }
#OKomGNWRk0C6DI2ObH7TUT5qsNi5yl1J { position:absolute;display:block;z-index:15069;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;box-shadow: none;height:14.375rem;width:9.8748125rem;top:7.6242895126344rem;left:56.779117584229rem;overflow:hidden;display:block; }
#UXG0FTqxCaRibonUAkSv0oa8C3OHl7Nw { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:14.375rem;width:9.9369375rem;top:15.25301361084rem;left:12.871978759766rem;overflow:hidden;display:none; }
#XMlbkHEhhUQ2fTbUgdTlwnlNwfryiFIy { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:14.375rem;width:10.3125rem;top:15.251243591309rem;left:23.553798675537rem;overflow:hidden;display:none; }
#qPLPTICk8tDflCZHp1F03tqFQDArQwBe { position:absolute;display:block;z-index:15069;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;box-shadow: none;height:14.375rem;width:10.062125rem;top:15.251243591309rem;left:34.746982574463rem;overflow:hidden;display:none; }
#T9I5LDBcHIQHkUqCNfPkbRR4RC6UAHpc { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:9.9375rem;top:15.25390625rem;left:12.874351501465rem;overflow:hidden;display:none; }
#devctFEZKZOxSW24KNmTIPX4VDcPqh9p { position:absolute;display:block;z-index:15071;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;box-shadow: none;height:14.375rem;width:10.062125rem;top:15.251243591309rem;left:56.686786651611rem;overflow:hidden;display:none; }
#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT { 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; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row .container { background-color: transparent; background-image: none; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row .container > .video-iframe-container { display: none; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row > .video-iframe-container { display: none; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .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); }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row .container { border-width: 0; border-radius: 0; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#RZirkpVly0T4AR377lMIN3cqF9RhrexM { position:absolute;display:block;z-index:15071;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;box-shadow: none;height:14.375rem;width:9.9369375rem;top:15.251243591309rem;left:45.871799468994rem;overflow:hidden;display:block; }
#ceaQHg1KOLpFiF27gSwGQ98DJTVdsBRk { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:14.375rem;width:9.9369375rem;top:15.25301361084rem;left:12.871978759766rem;overflow:hidden;display:block; }
#THtizhT1aAGyfm1voFL5BQhiEXeSFv9K { position:absolute;display:block;z-index:15071;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;box-shadow: none;height:14.375rem;width:10.062125rem;top:15.251243591309rem;left:56.686786651611rem;overflow:hidden;display:block; }
#qMaxDq9rNdou0NllGW4O0kTVUFpi5iOA { position:absolute;display:block;z-index:15069;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;box-shadow: none;height:14.375rem;width:10.062125rem;top:15.251243591309rem;left:34.746982574463rem;overflow:hidden;display:block; }
#ug7fRJ2Zb1iLmATD3NmG6LI6ndcpkCIq { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:14.375rem;width:10.3125rem;top:15.251243591309rem;left:23.553798675537rem;overflow:hidden;display:block; }
#XXKtykfPPNB6GIPHMwVyTsuh5cnFadEu { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:9.9375rem;top:15.25390625rem;left:12.874351501465rem;overflow:hidden;display:none; }
#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { background-color: transparent; background-image: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { border-width: 0; border-radius: 0; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { font-size:0.875rem;font-family:arial;height:123.25rem;width:75rem;position:relative;display:block; }#p9FlLsHWWzRSJVXAvylsrhJKFEkdFFfD { color:#111111;display:block;width:58.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:4.4889326095581rem;left:7.591148376465rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQb2Kntg2PhdcPlEW29breAy4NRT3ixT { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), #fc6e03);background-size:auto !important;top:7.8125rem;left:32.4375rem;display:none; }
#cFUbWCv2FWmrbxMTTHE39509Pxgx8hlw { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:14.25rem;left:12.0625rem;height:1.9494625rem;display:block; }
#Uq5gByPdmouvJBLHKhs1C2vFlrghkrEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:16.936838150024rem;left:12.247180938721rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIMyFXGk6gwD58WiiHrmFX4pcXy8cPEg { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:25.0625rem;left:12.125rem;height:1.9494625rem;display:block; }
#CkaxtwsFXpIQgvMpBF0CU3plVHvxp8oB { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:27.623687744141rem;left:12.247180938721rem;height:5.1181625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fc5Lv2LSdGo8kxGCBZ09tSa9UcBX1xC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:34.5rem;left:12.1875rem;height:1.9494625rem;display:block; }
#G04lIsflCRE5oPbxpCuLsizRIH3cy232 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:37.249340057373rem;left:12.247180938721rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VsByrTaHVACtfUyvNi11Kixa50CH3IP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:42.5625rem;left:12.125rem;height:1.9494625rem;display:block; }
#oA3OxaVaTMc9i60TXdDAhqloAuKXZ0we { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:45.249557495118rem;left:12.247180938721rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QpZIepUONllTAORw40AogGTLuRUkXFE8 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:54rem;left:12.375rem;height:1.9494625rem;display:block; }
#FJ7unIVKPVtMFh4h0STwI4Gk55CBaavX { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:56.5625rem;left:12.375rem;height:8.53025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4UeIHcasf1b8Ukh0rQ5twpJyW9wlZEK { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:67.3125rem;left:12.3125rem;height:1.9494625rem;display:block; }
#a6sXAUGBHa27lwvhRB19bSQkw4NgkiKe { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:70.0625rem;left:12.3125rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7d1h9Q6Tg2B5hBcNxmUA4qaSIdeeD9O { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:78.75rem;left:12.0625rem;height:3.898925rem;display:block; }
#OTuZvSlTe3TIggdsSBqPcxf2FI00OAVS { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:83.875rem;left:12.0625rem;height:8.53025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MOZXPDLn6koZ5HCNImQp1f5FiB0XEnZb { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:93.75rem;left:12.1875rem;height:1.9494625rem;display:block; }
#iXXdfBirSChTKVyTgWMI5SaiLhmTGCLA { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:96.5rem;left:12.1875rem;height:8.53025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqWsTBRzSM9ebRmcPQ8HgFdJHDqCyzU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:106.875rem;left:12.125rem;height:1.9494625rem;display:block; }
#N0gXvZTTK48GrletLc1uIScpl7JdAHKX { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:109.5625rem;left:12.125rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1K4lTL1Mh8sC8E8gNkZlKkM1MiunhdW { color:rgba(var(--color-tertiary-4),1);display:block;width:53.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:114.875rem;left:12rem;height:1.9494625rem;display:block; }
#kNkTKn2TllTFiZS73hyduS9htcvI10D9 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:117.75rem;left:12rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 { 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; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { background-color: transparent; background-image: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .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); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { border-width: 0; border-radius: 0; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#TfILH11UsxOk0kAp3DuU3GSZ0z0MFDoI { display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:41.6875rem;left:10.375rem;height:5.1181625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#EwDvg1G7332WpUdslTvbEMRPTnBdRKb7 { color:rgba(var(--color-primary-3),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:2.875rem;left:13.375rem;height:8.44925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ANZBzfv3viHd9PG7WXBmzJTf2wxh48fx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:14.4375rem;left:13.375rem; }
#CKxIdOBF7R3OZTRtvw08zJhbTd4WV0e6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:17.3125rem;left:13.375rem; }
#b2iVbqssAPrvPxvaHWWxSUgviuocDs6K { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:14.5rem;left:16.375rem;height:1.9494625rem;display:block; }
#a9ZnQTTnx925d1ixmm2fSOsO31reD5az { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:17.375rem;left:16.375rem;height:1.9494625rem;display:block; }
#UCOSS9bghBq8Bd7ELT4aoVQedMSqDzrW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:20.375rem;left:13.375rem; }
#sMesS6doFyKoLIkMmar7PRoPCqQZOlRd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:20.4375rem;left:16.375rem;height:1.9494625rem;display:block; }
#hx5m1hzV1Bf7DTWT880IKw0qPMFASOLa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:23.4375rem;left:13.375rem; }
#Lpz9UTSzp2kmpETxNO4ReFKidblmzLNq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:23.5rem;left:16.375rem;height:1.9494625rem;display:block; }
#oKfHTAFPsnH3py9DlDXMRRfqeTZ10X7T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:26.625rem;left:13.375rem; }
#BPuzFRLQOBsBZHFW0u7c16PbORgeHIdp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:26.6875rem;left:16.6875rem;height:1.9494625rem;display:block; }
#haSQlvAHeNCCCDmG5DLC29dH6NJne3uH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:29.6875rem;left:13.375rem; }
#NMNwRZzrw6biwLXtIfyJusyTSMz7PE13 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:29.75rem;left:16.6875rem;height:1.94921875rem;display:block; }
#Mg3cD4BbMpygehw7kSBJs2HeTQ7ZuLZk { display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:37.6875rem;left:11.25rem;height:2.11230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ff851b;font-style:normal;display:block; }
#kHF0iCOJ2IrEEByUs7Dxch68wBiCKo8Q { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.249rem;top:23.46875rem;left:60.125rem;overflow:hidden;display:block; }
#v4iQDSD7h0WCyc97NzNtZPEGVBuksSs6 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:30.625rem;width:20.375rem;top:2.875rem;left:38.75rem;overflow:hidden;display:block; }
#L2Ranqx7WCC0haTg3x95BwmflgU8eA7E { background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.6) ;box-sizing:border-box;color:#000000;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:5.125rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:48.625rem;left:27.0625rem;display:block; }
#rMihDykO5oUbKsWTFUoiyLFOhypJ1A8z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zhc5BSvhQQew8Wd4Dth5WJNh272H1TtA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:32.8125rem;left:16.6875rem;height:1.94921875rem;display:block; }
#LkhG6T68OCPoaz83Plw1snDdbeVTnkQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81098125rem;width:1.81098125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:32.75rem;left:13.375rem; }
#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { background-color: transparent; background-image: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { border-width: 0; border-radius: 0; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { color:#080909;display:block;width:12.1244375rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6420478820801rem;left:35.75638961792rem;height:1.4624rem;display:block; }
#lKT7H2KToxQk1bKJb3sa4l7JTyZLGUwN { color:#080909;display:block;width:12.1244375rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6420478820801rem;left:23.634586334229rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { display:block; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { top:1.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUx0hG1spl11Ao2o1JFnZzInfNPc02N4 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA { display:block; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { width:47.75rem;height:6rem;top:3.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { top:2.125rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3VsWDD87mOOTlP15mb7yPraxJvnufZ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxXA7svbD1C4fmVFTHK4uedM1wM5X8l { top:29.5625rem;left:24.6875rem;width:23.0625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDZ3dqqRH67TnbzJDyl9ivBEReBPX14y { top:24.9375rem;left:25.25rem;width:22.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SluzrPFnFmzDftVeg4A0BnZ7kZc74MSc { top:30.8125rem;left:0rem;width:25.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMvCpyCx5CiNHd2xoJnzoZG9QhGxdEvh { top:24.9375rem;left:27.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irww3WqKEwse9iTz8HMkuSiWfEPIbwHr { top:29.5625rem;left:27.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrP0EloEaSwi2Ey5DkxSRnuXyGcrIkbM { top:30.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCDz3G9XNgVTEXkFJ5dhag5DpaLe3Vf8 { top:24.9375rem;left:0rem;width:25.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8CXCetC1W2xuZQddu6m00aKDhKpWrvu { top:24.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK6BitEQZLevA9EC8NU27IuUMhBXEThz { width:28.125rem;height:5.0625rem;top:45.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block; }
 }@media only screen and (max-width: 763px) { #PHZVduUDiL5rCHZyXioqLo0vzt1psLx6 { top:15.6875rem;left:0rem;width:8.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTkP1ybu3zG78nzKoa0mmCdzPDJ2dxc { top:39.1875rem;left:4rem;width:37.625rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpC968leT4lg0m8PJCpknH70S88CsT2i { top:42.375rem;left:3.9375rem;width:37.625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG { display:block; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkBvBZ0ro6kT3iiSzGXGBFVQCgoVCWNB { top:5.3125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbLaim6F8dnwflgeDGDoy9liRgRScJVP { display:block; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W09QRPvMIqNazLiGApk4mAd8XoH9xidv { top:37.6875rem;left:0.375rem;width:47.375rem;height:15.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWwSTqVcwyplu3M6ywt9kzKzTcodnTS0 { top:28.9375rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDp8lpqsoMQQkJV7wXtHm3i5adVlOH1U { top:5.4375rem;left:1.9359817504882rem;width:20.125rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgH78QoKrduK8wPU9p9oHitIDI6ts8QU { top:6.25rem;left:22.4375rem;width:24.75rem;height:29rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7LTuFDQrFP0Z4gepDq6auME6to0iSAR { top:0rem;left:0rem;width:13.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebm2gXhpsZJ6UEV6DKBxA2apyAty9zZ7 { top:53.6875rem;left:34rem;width:13.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK { display:block; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rha7GzLu3hMIO1epVPOUDxWerWdhl3eU { top:4.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp { display:block; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { top:4.125rem;left:0rem;width:11.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { top:10.9375rem;left:0rem;width:9.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { top:11.75rem;left:0rem;width:18.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVriFOaiqVGIw008QCToTOOdcQGM6aBh { top:4.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { top:2.125rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMUui2RM9pTWB5X5d7I4zVf5hZ0lTcGo { top:16.1875rem;left:0rem;width:15.8125rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNT7NqxzxzAffzViGcmP0NG92WgVb461 { top:11.8125rem;left:5.375rem;width:18.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqUWaSfaBfLiqJxAqBCwFHuTpAcT5gD { top:16.1875rem;left:6.75rem;width:15.3125rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWPGgbirhrM95nOw8BgRheBdSxVnEhDE { top:4.1875rem;left:8.8125rem;width:11.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aywtqF5y2KJBHm0B4puEht3kLONE6UCi { top:11rem;left:9.6875rem;width:9.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvAXiJMGKeteStkWsL5KhuNXKCgNFWPp { top:4.875rem;left:11.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I32GwAo59E7oL6r11siW9TNyuf1p8dTi { top:4.125rem;left:27.75rem;width:11.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV9FZvIyEkkTN0L6vKQJWTGVSiCD8hCR { top:11.75rem;left:24.3125rem;width:18.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbL3qVF0rrRB9zmhrHbL11f8wqZaOGpa { top:10.9375rem;left:28.375rem;width:9.9375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3OiGo3zTb3q9ZzZpgiEVNKXqznQIdms { top:4.8125rem;left:30.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsPaLOmVagP1yhqXCmNxqvC3dWQgTS2R { top:16.1875rem;left:25.46875rem;width:15.8125rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOxN0nG9oyfwXRgB30BoQXzRF3qWWbUT { top:4.125rem;left:36.5rem;width:11.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJ1lpVieHgqi5hiEFUQSst8oIeZtoRL { top:11.75rem;left:29.6875rem;width:18.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTpTXDZQlDhfoTxZCPzdqyGJCuIv5fQ { top:10.9375rem;left:38.3125rem;width:9.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDkDdncEHXGEVFiCrEypHV834O7EVGdR { top:4.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoqXAWWzrsdMPC7xvpkU8B0CPSMMSHct { top:16.1875rem;left:30.375rem;width:17.375rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 { display:block; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HocTJHhqoST6Ftu0U8Kd1B8WLpVtdcTE { top:3.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ5SQZbG8L9AlveXHcq1nUktuxQ9XGH { top:13.375rem;left:10.250001907349rem;width:31.25rem;height:24.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVPaKzXb4CgAZ77KlCyO1DwK3JsKDLFc { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { top:2.5rem;left:32.8203125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #licpG5yrM2TffgtT8WozWHV0rXGRH5gE { display:block; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTe5BrfP2AfonMRZpvs8MhqpH3MZgTC { width:47.75rem;height:8.375rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXxtNf46bEUvXcrlNtuLEDSKPFVghn2 { top:10.9375rem;left:35.4375rem;width:12.3125rem;height:12.437748123605rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFc8O1LcMaPVTotZwvwtCNyHrPFVuGwp { width:19.6875rem;height:5.5625rem;top:0.75rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqf190UbnrENXXItUX4HpJTIcDxc0qg8 { width:28.125rem;height:5.0625rem;top:10.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9quHiakffaGpCvnQApTgL4Epg2lOtRL { display:block; }
 }@media only screen and (max-width: 763px) { #nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 { display:block; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woFvNtcdxLaOVmZRSseve0rXWQ3BbZkJ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5leFJEHom33p1GMLQUgHyMRpLv2qbQz { top:12.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS9xyfNU8oq8KnWh1U24oaTUCX9poqhO { top:12.5625rem;left:7.625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #baxznKNCTTpHiwlG8O2CDOOvLEgmBVLH { top:12.5625rem;left:21.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBriTS26elf1nLkUZSziuslraZLmdfU3 { top:15.4375rem;left:0rem;width:14.0625rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Ju0SMOhf3mfiLumK1CTRxHxstTpSl7 { top:15.4375rem;left:2.3125rem;width:12.3125rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3O1JDKBa3GAiIE3LFKTC7dyx0GMpyM0 { top:15.4375rem;left:16.4375rem;width:11.875rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAw9X3N4pfuMOSIurprgc5dTq8yrVgBT { top:12.5625rem;left:36.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e22LnO8uciyG9VLXJT3qzpdPKdZdErly { top:15.4375rem;left:30.8125rem;width:13.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfmOZfHsbP4B53RCdlplf78oivJs10gC { top:11.3125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3CeS9AaZTDyuXKklaPH0KKfLNRr64p2 { top:15.4375rem;left:33.375rem;width:14.375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf { display:block; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcJ076zAtFyFkg6u7TOA4imW8WgEWSVh { width:47.75rem;height:3.5625rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LigtNLyLFOPb68vZlQUKUEIMitVG2TQZ { top:6.8125rem;left:27.435111999512rem;width:20.125rem;height:30.533116181429rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K { display:block; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqzsoSpZyL0VN2WwuXTDcKCqBDfZsokh { top:0rem;left:0.5625rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyoCoxSSZyspyyH9yMZ6suXBTZ8nUaRr { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApdcQQfGZ47qtzPwoyfaZELSioTQnkfs { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTFpwLIBI4QRIaW3EbJAZH8yLxHbLWQF { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #smUgt9ZiWtmhRd27mwHPXVxSdqzc6dRU { top:7.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXQmv02TTuTucmTRdl2ZhpIN8iI0ySl { top:12rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh7h15khoW9a3oTTJK9P2TOpZqoAMZ6K { top:18.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6dDmspZlEy45tQdsTbAlJLgQIybzFkg { top:24.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Mvs2W6W5oFTpxG6PSecvoHQd1RcnQg { top:6.9375rem;left:0rem;width:29.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5ZCmEw0qUDGBJbGrhIT3TZAPU35kCT { top:12rem;left:0rem;width:29.375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIHOToLdpMoq2n52eURLIE5a8WTVwdC2 { top:18.875rem;left:0rem;width:30.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Fi0i7hTThowSbNRTNUs7yG4Kc1VMGF { top:24.5rem;left:0rem;width:30.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IegUTqeVr0zTHb6AdzWSUkW5Uyi49Ts0 { top:32.125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBzDMCV4JWVsCdqsKctA4gA3A9m9CfzD { top:32.0625rem;left:18.75rem;width:29rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc9mHdUlITwZh5Zym24UyxqGADBrrpvG { top:32.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFsBPtoMFoOTNbgJZ0tLfl6w0HTrm6es { top:32.1875rem;left:0rem;width:30rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7xQiTxEk7vhRmJVlXQU5rz5IDP4Uyss { top:5.6875rem;left:29rem;width:18.75rem;height:18.8748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds { display:block; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC89D9ygfl431s13vzV64JXAoLG8w7mC { width:47.75rem;height:10.4375rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 { display:block; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIqsAIx9gNZXTQ8bdkSzVpOQ7SkPDnqy { top:3.4375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6MQOeBMKZfBeTGwZCIHaL1KX2zxhpb { top:12.75rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5OLtGsUZMOVuZmyQbap3zeGQnKxohSV { top:23.5rem;left:34rem;width:13.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ { display:block; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ38e8tXQ3MlFG78tLtsWelS0mrMvSGq { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 { display:block; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT0sp6fDRwvTDOex5aZWXviV5NUyZZHW { top:5.9375rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvBg7FeB1GpWcUcJHvtRbhqS8yzAN2Gz { top:11.6875rem;left:0rem;width:21.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixB8S5v7iPeLdgF7ZtRlRJeP6fWAnddR { top:17.25rem;left:0rem;width:18.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2NTbf4wNpda5EmEiTdqH1nAxox1UVv { top:4rem;left:0rem;width:18.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpfC7zb5d6WPzqJlRghFAJc9v286MQU { top:5.875rem;left:0rem;width:15.0625rem;height:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSypIGzO3DIo1FTK4GTS855OQgmKqN3S { top:11.6875rem;left:12.9375rem;width:21.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIfrclDc7TwO05rm2HFvNimGSzFHC0w2 { top:16.875rem;left:14.03125rem;width:19.6875rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFJVLSmqUmFoi5wC1tThZK2F9bbdSpv2 { top:11.625rem;left:25.875rem;width:21.875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q96eEie9IwWrVa29Wxi7LuQuGmRdQ7Cd { top:16.0625rem;left:29.1875rem;width:18.5625rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWn9LTXsc7m31WeVl7hFDy2bKlT8dVC9 { top:4rem;left:14.8125rem;width:18.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk7zGPpQVp66EaimJGDCULnDe1KeROZb { top:6.875rem;left:16.34375rem;width:15.0625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWIamVUSkRA7zFMPBZ8SsNa2Crk5a3wD { top:4rem;left:29.625rem;width:18.125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agEUJFpb4PDFureFPTNPtHe6np9nPk46 { top:6.75rem;left:34.875rem;width:12.875rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJXwTSEUGMzHXtDrPaRyoUPC2iI2JNTP { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ { display:block; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmdaAWmBzNf9aGwvNTtiBpTrTD7PGdN3 { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GunTHJOErdTLXo6gM5Te1zo1EC9LHrZw { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVnAVKIk6T2V2MvZvL8S3941xquM5DBs { top:3.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4TAqJRegWDzzXUfCse1gJot2E18dxan { top:9.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO4bE8nTS5MQecQ7LFs9qPsgKXCQm8Rn { top:15.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9knRTOyobSDcUZCXFUTFoCP2XT5Zd4m { top:22.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDpCGmzQmWXRfqHLpIyW318HW23d7duk { top:3.0625rem;left:0rem;width:34.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HooAa0wlcOtFzgbo7UDwN8r8XzFfdyWT { top:9.3125rem;left:0rem;width:31.5625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1K8VXqNeE7GdygL5eXGisNTObxoGew { top:15.6875rem;left:0rem;width:34.375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beb4pUFT66buHRewRqrGSG0zNB091HTR { top:22.0625rem;left:0rem;width:33rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnnzK1kZ0aH3OQqVbrpgCvdz2hTccDXa { top:28.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmtm73atAyayTC2uQTa5d1vATOViTzbi { top:28.4375rem;left:0rem;width:32.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0STWSU9zCdmTyfmgxKqDKxFZvLxd5R2 { top:3.0625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNckkHrx5MfXMOyZOVtbEVCMoPbsh7K7 { top:3.0625rem;left:14.875rem;width:32.875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWWVzoE2W9sEfSSyIbLntdDODTqMk8Vh { top:9.5rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKRldCTL0pnJgBihWpUHT3AbBFb6dubz { top:9.5rem;left:14.875rem;width:32.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiuVah1nu2EGEGT7FQGaD46m5C5Zv6Td { top:14.3125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlPcvhwsbX3WuUiihZhvMWploPSuiLve { top:14.3125rem;left:14.875rem;width:32.875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwH4sSCd7Zlo8nJkE9bSpxgGtlDF47uR { top:20.5rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBdHN8MJvyrWpVZtaC166BmiuMTDH85R { top:20.5rem;left:14.8125rem;width:32.875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6FELBdZiMeHQESFWKhLb4FVVWMFwKSy { top:26.9375rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wViMkvGfVFdFT14Iq4A1tkOKKCbTWJP3 { top:26.9375rem;left:15.5rem;width:32.1875rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH { display:block; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONgFfxG6Z0mIuGQ6AldMHd5wil3b4T1v { top:5.375rem;left:5.125rem;width:37.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOtuFMUvxGORvT3R6layqRxU8nbyDJla { top:1.0625rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq { display:block; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEz4EPNLKFtiygAw48IAVhwVV0CUkQM1 { top:1.5625rem;left:14.6875rem;width:33.0625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3aS35KvNVXoy0na0gmzSBiz1EpV3Teu { top:7.6875rem;left:22rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeqrTLWZOwo0rv00yKlP8ISpDpUwy6GM { top:7.6875rem;left:14.75rem;width:33rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCUdcpZmoUzDqw5NltvcG2uFrKhG2TLH { top:14rem;left:22rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAH8ybDuqQAm7wd2T0NQFEzNygT7idMT { top:14rem;left:13.625rem;width:34.125rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3lmlUTwo9RVNB6TWVlTrsRexa4wh3ph { top:20.0625rem;left:22rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnev7rvPsZg5kpTwh8swUS09guxvOTxn { top:20.0625rem;left:15.125rem;width:32.625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrkfZfumX2QtPPPltHsTZ0TJepx99wkZ { top:26.6875rem;left:22rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7JHGhBPlwkHM1MntZn1z2eKriPdaTJx { top:26.6875rem;left:12.4375rem;width:35.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaZIJIeqLI2bkPM15PDINqJd2vW4so2H { top:33.125rem;left:22rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAXXFaKG6uMcEHS7IeXyEg0aSOAcJzPp { top:33.125rem;left:11.625rem;width:36.125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUfJH0iLpgaAv4OchMlMfON30ro3Tq5O { top:1.8125rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGtGQtFtqgfXmtLhThNSKcV8syKqilqZ { top:5.25rem;left:0rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 { display:block; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5Gu1TqcxudniaeNvev0ddPvPxrfsKQV { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iacliKZ0BF9iavBU9E9J1oTWyWZnw4FU { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA09mVSfQ5PeepP2ew5ibs5ZPGWTRy5O { top:2.0625rem;left:0rem;width:33.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGX1Jv3hoZXL4anV2yqUKSQzIglPSRl2 { top:6.125rem;left:0rem;width:36.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSqeuWHdpUh1SPry9JMglA4vxkEHxQXh { top:14.3125rem;left:0rem;width:33.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sacqgx3BrtKTes6CTTGqaTdRIA4dLdaH { top:18.1875rem;left:0rem;width:36.8125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqsCL9CDK1ofBQ8QE4I1oE3bObioscWK { top:23.3125rem;left:0rem;width:33.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl4uLVuVrutLVlRiOKpzBytkeNvOUbtd { top:27.6875rem;left:0rem;width:37.625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaA9wMwMWKrbhqZalSlpini5IikPg1AC { top:2.0625rem;left:14.6875rem;width:33.0625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edtg8h0dQCv64WeBExv37gE8Xgdtzogm { top:4.5rem;left:0rem;width:37.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBJXaJOyh7nvfARFcMg0pWxvW12EP03 { top:9.8125rem;left:11rem;width:36.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXGs4ViGrhuGHTS8c66kPAp1XXD4m3yR { top:12.0625rem;left:0rem;width:37.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8PHKb5nhWR2FhhUzaoqfMsNdOA7qAde { top:17.6875rem;left:11.125rem;width:36.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A27KisZ8Epkg79vBoXIy5R8nTDM4zgu8 { top:21.5625rem;left:0rem;width:37.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQtMJnwdPZJc5E38pb3V9ir9W7QxIIr0 { top:26.8125rem;left:11.1875rem;width:33.9375rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISlLx3aN4NwH6BcJxkyn4AcNmtSSICw2 { top:31rem;left:0rem;width:37.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck3FHMW8O2WGvla7PyticFHCBbP5uWta { display:block; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubWpXaWGI9ECB0FTfFbNLvzxZ7FO3gQD { top:1.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFJ5n120Ks5zMcd1maADhTwbc4t8CzTU { width:15.625rem;height:5.125rem;top:19.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSNR4BmAltEn4eBHpW3DlrWmRtEeMUs5 { display:block; }
 }@media only screen and (max-width: 763px) { #VRMUNhfpl3BIezRImMXD1hnSCXskm02T { top:16.9375rem;left:5.0625rem;width:37.625rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEv2SGWphyd9Z35p82nyEcVs7T6CXoL { top:8.125rem;left:5.0625rem;width:37.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoHTnrrqa1TsZfOIrQo5SERSFbHH2vsZ { top:10.4375rem;left:4.21875rem;width:37.625rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlM6fvWNxF35IeVVCPnopJlw1PgghJbK { top:13.25rem;left:4.21875rem;width:37.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss { display:block; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mA6QlyroTQi1CvfVyCBTx5XLNsCfdABm { top:11.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvObTBauWEiKvkkcAzXZV7LdpJTzhpoP { top:1.75rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK9W52MApu8788iSx8exwGO2LGt4e9aQ { top:4.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 { display:block; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNK2LTcTEmIBikdRMpJK4Sf2ExvBFyP2 { top:5.875rem;left:3.9375rem;width:39.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzSOipoFELGcSQzuWVgDMSqe371Hiaua { top:11.625rem;left:0rem;width:47.75rem;height:26.528631762809rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMTGk7mkuEmHh6vAT3eah1KKz9cJypz { top:2.375rem;left:0rem;width:22.6875rem;height:23.061913278552rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx { display:block; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NETkzFIT8zhGcJOzp72BTbvxv8PxUbEf { top:2.9375rem;left:0rem;width:47.75rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh { display:block; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHfOt8mCgakDUEBF6UtGMkAprg6Urqh { top:4.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qinN3imShRJQenJi67FNqSzux8ZaSxRD { top:10.8125rem;left:27.625rem;width:20.0625rem;height:30.530175746979rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOSI4Bv0A04dSsuxMSSFKmatcElLP8A { top:35.9375rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6oX4cpp2wic9Btlduq08suc60PKaf8m { top:10.75rem;left:0rem;width:31.5625rem;height:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3XKO3TCTs7WzOJ56dmlgcThpE2PZZCI { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AizJnvxnMXCCfGkqfwRWAs9gt7oEkehX { width:26.875rem;height:5.125rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAysnUgSETbs7rVw2LFC2DzlzP4HXsyF { display:block; }
 }@media only screen and (max-width: 763px) { #uxPioNZnveXke3IypuQe9QgAUDgs1rhI { display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { top:7rem;left:0rem;width:37.5rem;height:61.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { top:9.75rem;left:0rem;width:22.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8xilSTfmL7RbHmsRkQcnr14cnNKGB1f { top:13.75rem;left:0rem;width:32.4375rem;height:43.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlrdu7G8kKWoemWmUg2odJFmAdf9b0pJ { width:20rem;height:5.125rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elETCZS4bwB2esgxNfB1pPWwN6IdwUrK { display:block; }
 }@media only screen and (max-width: 763px) { #vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C { display:block; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqTwncnoaQvLd39KrwGSx2xfBv0gUaDp { top:5.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x57oxZqTL37Q4JXQWEAW1zmwBbR71qJO { top:8.875rem;left:27.496963500976rem;width:18.6875rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdOspru5Mv1Aazty08pAN6rizrEeMTbq { top:3.5rem;left:32.4375rem;width:15.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt { display:block; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaoskcPcwsJfawK6ZCc4Kin0imvsXp9d { top:6.75rem;left:0.654296875rem;width:11.6875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJAbhRMTKLJzUIEZo8x45OOXadtnVBid { top:7.5625rem;left:0rem;width:34.375rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUXzMFnntxH89TM6X2JnnuuiVOzIFArt { top:4.8125rem;left:0rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw7BD9NSqUqFzAPD0zeKcsWwUpaXxQGN { top:14.1875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG1Zh0E2fTSkptNP8cnzSSM9v2ro9dIu { top:4.8125rem;left:23.875rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1Tbe3rEdmf86cUi4hlmQzaboDdLzsT { top:7.5625rem;left:13.375rem;width:34.375rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZN6XTfv6iDxkGTuJ7t4pyTDy7bp5IWA { top:14.1875rem;left:0rem;width:24.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGQ0TndWRy9OlPvWu1oso5nb8f5tuued { top:14.25rem;left:23.8125rem;width:23.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBElggw3TmGWft1wuseaoOuUoKMqDqi { top:14.1875rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJlJ8rDJmT2sR4rf2Bn0nH184uTSKgIb { top:4.3125rem;left:15.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSHbKFwRhvPbrDHdRtQCfNEIULymoH7H { top:43.1875rem;left:0rem;width:17.0625rem;height:3.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z828954PKZIJR2hDikZf2Ow88de2rKQQ { top:18.5rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdNsbylcFNZWF2MQQVunteQAOUud6Wnk { top:18.5rem;left:0rem;width:26.25rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnOXmLwHLTpoPtLQmckTzanFP66KHmJX { top:22.4375rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRRa8uyKJMCmPT3DJhSrOfS73OBPzzT8 { top:18.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #to5rfxe8z0L4CHWJXIIV7AJC9FSUne3B { top:26.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXKpFufinxvGe9xiAxt9QD5mnU4hmlPT { top:18.5rem;left:23.1875rem;width:24.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsSouuuR6rE2AQh0affNGwfD4BcZ7Eh { top:22.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEpQTWkJRhud2lwAO9R4mPeOCnx6tB9F { top:22.4375rem;left:23.0625rem;width:24.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwlAIwspyUexPNQNon1H9kSQg1PO3MK { top:22.625rem;left:0rem;width:27.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCvfPun73dTx3BfmJ9QXmVEdxrL4TcrT { top:26.9375rem;left:0rem;width:27.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2ceF36JeA4qLG0ZDThOGoOuVwyKp8w { top:31.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdfZsxOxNvhsOkrPDqAbhcTrm10nMAhr { top:31.125rem;left:0rem;width:27.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTVe8xcTUTtRzJSgd3anUs7k4JCbImU { top:37rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFbxx85JEA4QzPEQWPL9PT1GeS0tTT5T { top:37rem;left:0rem;width:27.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZR0B20DoGupQUUuv0uWf23NqpnkqBg { top:6.75rem;left:23.875rem;width:15.1875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuuuBHNiSGcyoVTk2p1MpyqKTw2N0CL9 { top:11.625rem;left:0rem;width:31.9375rem;height:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCRHeLJHm8XBK412s2iIMZPWTMSJSnpD { top:22.125rem;left:0rem;width:31.9375rem;height:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyHILdiObXpQ680n9Rcx3XaWSokTCD3B { top:32.375rem;left:0rem;width:31.9375rem;height:10.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #okMdCXNukxfTJVEwoSp0Vwl9qCxfho5I { top:44.3125rem;left:0rem;width:31.75rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSmnIhcysowLg3WOmHmpz1Rdu7DbXyCl { top:58.4375rem;left:0rem;width:29.8125rem;height:5.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyN1riyIJ6CBmLMuAOA9PXRymc1W15wE { top:2.3125rem;left:0rem;width:31.625rem;height:6.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUKH4THkHtIZEQPGphb7iRqJrQzztyBw { top:27.8125rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ7tULuyHAvnEJr6BlGNzTZOw09aV34q { top:27.8125rem;left:23.0625rem;width:24.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu7eARF2nG4ZHqVATZRUn0ZZo9Qedowa { top:34.4375rem;left:19.4375rem;width:28.3125rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5pByIPMrPfxePlAThbfI72gVfFkD62c { top:36.9375rem;left:8.5625rem;width:15.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsub22DvaeAxe0DliIpKKXA3omieQtwX { display:block; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0QVizvPGnvsKGJ5gKITJ2qi6x6ikNKn { top:0rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow5oNDVwFgSbq0HG6Si7fgVnbqMONL4G { top:9.3125rem;left:0rem;width:47.75rem;height:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx { display:block; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6nN6UDhLf5PkTBRLi7f856KJRGpLmay { width:20rem;height:4.5rem;top:1.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHfLtET3Kn2NGTzQrk1ptMpFKGyT8lZK { top:1.6875rem;left:15.875rem;width:31.875rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJZvNkTOtfBFBLIC4y9aufVp7bxi7AI { top:5.6875rem;left:13.6875rem;width:34.0625rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C82xLKbt7atsOCWqPJkLAZnpX5GW4EOr { top:4.25rem;left:0rem;width:20.6875rem;height:18.693693015298rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmQn4qs6FH9f9wPGX7D2CGk9TzhLoU23 { width:28.125rem;height:5.0625rem;top:19.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMbAkxKyLBUnANJpTe9gI2rq5zPBdoB { display:block; }
 }@media only screen and (max-width: 763px) { #qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ { display:block; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KocdsvLVOUD8ITxhJA1ZQErXMRqXyKRp { top:3.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArA6quGot0UG3TqUcs2PbJHs0zsRd8qJ { top:3.875rem;left:0rem;width:15.375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 { display:block; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKhipIlHTs40dovNodEgiCxPxxUzoggP { top:0rem;left:3.625rem;width:20.25rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfZETT4JrmLTL7M6JlP8pVTIqHQbPrDg { top:0rem;left:19.3125rem;width:28.4375rem;height:29.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT { display:block; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KolzZ7GZoq5HDKpqObP0PBadAXy2F3IE { top:1.1875rem;left:0rem;width:47.75rem;height:23.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 { display:block; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRFbvz4azZaPDRqfdl5ma3NETgxcZLdD { top:2.25rem;left:0.71853637695312rem;width:46.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anHnG5OZZsRnnDywfiFDCTug9WvsUAyt { top:8.1875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BE0o7b4nWQL34Dt73IN9CZZyaN3lPG { top:8.125rem;left:13.624351501465rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCcyhSNwvrp5DHtTfyVeN0CsaaEm1LSq { top:8.125rem;left:27.873481750488rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLyZ8mTM7HnIszi6Smk9OneF1rIytgv { top:8.125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmBXeHxKlzw0NBD0NPWwFXTglXkb7mm9 { top:21.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQrdoIm06PCCl2lSEJl0nGqBmUvJpJC { top:21.3125rem;left:12.3125rem;width:18.25rem;height:12.457465434799rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4ZM6WuhOJmUk9vrSUxXtcPzEXUmSHoO { top:21.3125rem;left:31.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWdZIoUwTy93kZuwd98HGuq37KDaN7z { top:21.3125rem;left:37.4375rem;width:10.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BepoTdXazSTZqxRD9WtpBnQ3u9dT880z { top:34.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRRUuFMpsst6K4NgTElRUwvTHBuf07U8 { top:34.5rem;left:13.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVhpOO3T87Nt4JNhKEiCoKza0Tc2S9r7 { top:34.5rem;left:27.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHdOtdVTUisVen87cu04q6ZEuWrk4B6A { top:34.5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmSgZMozpTKcZi63qiErL2VxPqiX9nm { display:block; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRe7TlXOGTrT0vn1Tn1VuMtZJZNLAref { top:2.0625rem;left:0.71853637695312rem;width:46.25rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3CmhAAyWFMgh54WGHgKHFw5KriN0Tfm { top:7.5625rem;left:0rem;width:10rem;height:14.286246692423rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OEJoCH6ZICxbH6JBFM0DS6PNz9ZDFr { top:7.5625rem;left:9.9971580505369rem;width:10rem;height:14.286246692423rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuVwypIXx395dzhd0g8kQergzyn0A4SB { top:7.5625rem;left:21.058948516846rem;width:10rem;height:14.286246692423rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAgHNgBrMvhouuJF5Cwx3XHH5BTCBvR7 { top:7.5625rem;left:32.059482574463rem;width:10.1875rem;height:14.288131665762rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKomGNWRk0C6DI2ObH7TUT5qsNi5yl1J { top:7.5625rem;left:37.9375rem;width:9.8125rem;height:14.284290208042rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXG0FTqxCaRibonUAkSv0oa8C3OHl7Nw { top:15.25rem;left:0rem;width:9.875rem;height:14.285399802504rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMlbkHEhhUQ2fTbUgdTlwnlNwfryiFIy { top:15.25rem;left:9.9287986755369rem;width:10.3125rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPLPTICk8tDflCZHp1F03tqFQDArQwBe { top:15.25rem;left:21.121982574463rem;width:10rem;height:14.286246692423rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9I5LDBcHIQHkUqCNfPkbRR4RC6UAHpc { top:15.25rem;left:0rem;width:9.9375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #devctFEZKZOxSW24KNmTIPX4VDcPqh9p { top:15.25rem;left:37.75rem;width:10rem;height:14.286246692423rem;display:none; }
 }@media only screen and (max-width: 763px) { #crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT { display:block; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZirkpVly0T4AR377lMIN3cqF9RhrexM { top:15.25rem;left:32.246799468994rem;width:9.875rem;height:14.285399802504rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceaQHg1KOLpFiF27gSwGQ98DJTVdsBRk { top:15.25rem;left:0rem;width:9.875rem;height:14.285399802504rem;display:block; }
 }@media only screen and (max-width: 763px) { #THtizhT1aAGyfm1voFL5BQhiEXeSFv9K { top:15.25rem;left:37.75rem;width:10rem;height:14.286246692423rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMaxDq9rNdou0NllGW4O0kTVUFpi5iOA { top:15.25rem;left:21.121982574463rem;width:10rem;height:14.286246692423rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug7fRJ2Zb1iLmATD3NmG6LI6ndcpkCIq { top:15.25rem;left:9.9287986755369rem;width:10.3125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXKtykfPPNB6GIPHMwVyTsuh5cnFadEu { top:15.25rem;left:0rem;width:9.9375rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9FlLsHWWzRSJVXAvylsrhJKFEkdFFfD { top:4.4375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQb2Kntg2PhdcPlEW29breAy4NRT3ixT { top:7.8125rem;left:18.8125rem;width:24.3125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFUbWCv2FWmrbxMTTHE39509Pxgx8hlw { top:14.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5gByPdmouvJBLHKhs1C2vFlrghkrEJ { top:16.875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIMyFXGk6gwD58WiiHrmFX4pcXy8cPEg { top:25.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkaxtwsFXpIQgvMpBF0CU3plVHvxp8oB { top:27.5625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc5Lv2LSdGo8kxGCBZ09tSa9UcBX1xC1 { top:34.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G04lIsflCRE5oPbxpCuLsizRIH3cy232 { top:37.1875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsByrTaHVACtfUyvNi11Kixa50CH3IP9 { top:42.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA3OxaVaTMc9i60TXdDAhqloAuKXZ0we { top:45.1875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpZIepUONllTAORw40AogGTLuRUkXFE8 { top:54rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ7unIVKPVtMFh4h0STwI4Gk55CBaavX { top:56.5625rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UeIHcasf1b8Ukh0rQ5twpJyW9wlZEK { top:67.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6sXAUGBHa27lwvhRB19bSQkw4NgkiKe { top:70.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7d1h9Q6Tg2B5hBcNxmUA4qaSIdeeD9O { top:78.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTuZvSlTe3TIggdsSBqPcxf2FI00OAVS { top:83.875rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOZXPDLn6koZ5HCNImQp1f5FiB0XEnZb { top:93.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXXdfBirSChTKVyTgWMI5SaiLhmTGCLA { top:96.5rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqWsTBRzSM9ebRmcPQ8HgFdJHDqCyzU2 { top:106.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0gXvZTTK48GrletLc1uIScpl7JdAHKX { top:109.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1K4lTL1Mh8sC8E8gNkZlKkM1MiunhdW { top:114.875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNkTKn2TllTFiZS73hyduS9htcvI10D9 { top:117.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 { display:block; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfILH11UsxOk0kAp3DuU3GSZ0z0MFDoI { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwDvg1G7332WpUdslTvbEMRPTnBdRKb7 { top:2.875rem;left:0rem;width:22.5625rem;height:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANZBzfv3viHd9PG7WXBmzJTf2wxh48fx { top:14.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKxIdOBF7R3OZTRtvw08zJhbTd4WV0e6 { top:17.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2iVbqssAPrvPxvaHWWxSUgviuocDs6K { top:14.5rem;left:2.75rem;width:18.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ZnQTTnx925d1ixmm2fSOsO31reD5az { top:17.375rem;left:2.75rem;width:19.125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCOSS9bghBq8Bd7ELT4aoVQedMSqDzrW { top:20.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMesS6doFyKoLIkMmar7PRoPCqQZOlRd { top:20.4375rem;left:2.75rem;width:20.8125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx5m1hzV1Bf7DTWT880IKw0qPMFASOLa { top:23.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpz9UTSzp2kmpETxNO4ReFKidblmzLNq { top:23.5rem;left:2.75rem;width:15.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKfHTAFPsnH3py9DlDXMRRfqeTZ10X7T { top:26.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPuzFRLQOBsBZHFW0u7c16PbORgeHIdp { top:26.6875rem;left:3.0625rem;width:17.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haSQlvAHeNCCCDmG5DLC29dH6NJne3uH { top:29.6875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMNwRZzrw6biwLXtIfyJusyTSMz7PE13 { top:29.75rem;left:3.0625rem;width:17.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3cD4BbMpygehw7kSBJs2HeTQ7ZuLZk { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHF0iCOJ2IrEEByUs7Dxch68wBiCKo8Q { top:23.4375rem;left:34.5625rem;width:13.1875rem;height:13.375125009435rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4iQDSD7h0WCyc97NzNtZPEGVBuksSs6 { top:2.875rem;left:25.125rem;width:20.3125rem;height:30.531994846468rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ranqx7WCC0haTg3x95BwmflgU8eA7E { width:20rem;height:5.125rem;top:48.625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMihDykO5oUbKsWTFUoiyLFOhypJ1A8z { display:block; }
 }@media only screen and (max-width: 763px) { #Zhc5BSvhQQew8Wd4Dth5WJNh272H1TtA { top:32.8125rem;left:3.0625rem;width:17.25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkhG6T68OCPoaz83Plw1snDdbeVTnkQJ { top:32.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { top:2.625rem;left:22.13138961792rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKT7H2KToxQk1bKJb3sa4l7JTyZLGUwN { top:2.625rem;left:10.009586334229rem;width:12.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #XweS47xfwxqLdIkTcLPpn0oxhC9TlshD { background-color:#00f6ca;background-image:none;position:relative;z-index:auto;display:none; }#XweS47xfwxqLdIkTcLPpn0oxhC9TlshD > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X9aWWg6KoRQvvrVrW6FQMBd3bsvkDsKo { width:19.3125rem;height:4.38574375rem;top:0.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #tUx0hG1spl11Ao2o1JFnZzInfNPc02N4 { width:20rem;height:2.5996125rem;top:5.78515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA { display:block; }#yi9mgWJTVEaT5LFIGVwzdD2ID2sbZmTA > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:20rem;height:3.25rem;top:17.75rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #cAL8KRMwqGXI7A8Bvp3BnN4SztuLivVu { width:18.9365rem;height:6.59765rem;top:1.25rem;left:0.5302734375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { width:5.81055rem;height:5.81055rem;top:1.25rem;left:12.569444954395rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3VsWDD87mOOTlP15mb7yPraxJvnufZ { width:18.5625rem;height:6.499rem;top:9.0634765625rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxXA7svbD1C4fmVFTHK4uedM1wM5X8l { width:15.999375rem;height:3.8994125rem;top:37.875rem;left:3.125rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zDZ3dqqRH67TnbzJDyl9ivBEReBPX14y { width:15.7498125rem;height:2.5996125rem;top:28.875rem;left:2.8125rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SluzrPFnFmzDftVeg4A0BnZ7kZc74MSc { width:16.624375rem;height:3.8994125rem;top:32.875rem;left:2.875rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aMvCpyCx5CiNHd2xoJnzoZG9QhGxdEvh { display:flex;width:1.74805rem;height:1.74805rem;top:28.875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #irww3WqKEwse9iTz8HMkuSiWfEPIbwHr { display:flex;width:1.74805rem;height:1.74805rem;top:37.875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #yrP0EloEaSwi2Ey5DkxSRnuXyGcrIkbM { display:flex;width:1.74805rem;height:1.74805rem;top:32.875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #iCDz3G9XNgVTEXkFJ5dhag5DpaLe3Vf8 { width:16.625rem;height:5.19921875rem;top:22.75rem;left:2.875rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f8CXCetC1W2xuZQddu6m00aKDhKpWrvu { display:flex;width:1.74805rem;height:1.74805rem;top:22.75rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #RK6BitEQZLevA9EC8NU27IuUMhBXEThz { width:17.624rem;height:3.4375rem;top:49.875rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfqqIv0nwoulIpMnEU70farWEUPPmF1J { display:block; }
 }@media only screen and (max-width: 763px) { #PHZVduUDiL5rCHZyXioqLo0vzt1psLx6 { width:2.8125rem;height:1.5625rem;top:1.25rem;left:16.556145466549rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXTkP1ybu3zG78nzKoa0mmCdzPDJ2dxc { width:20rem;height:1.3125rem;top:43.435546875rem;left:0rem;font-size:1.3125rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qpC968leT4lg0m8PJCpknH70S88CsT2i { width:20rem;height:2.75rem;top:45.435546875rem;left:0rem;font-size:1.375rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG { background-color:#01d1ff;background-image:none;display:block; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container { background-color: transparent; background-image: none; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container > .video-iframe-container { display: none; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row > .video-iframe-container { display: none; }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .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); }#oL4vwFNfQg7iv07QgGzT4gPPqfSmyuwG > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkBvBZ0ro6kT3iiSzGXGBFVQCgoVCWNB { width:19.3125rem;height:2.92448125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #pbLaim6F8dnwflgeDGDoy9liRgRScJVP { display:block; }#pbLaim6F8dnwflgeDGDoy9liRgRScJVP > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W09QRPvMIqNazLiGApk4mAd8XoH9xidv { width:18.125rem;height:18.1972625rem;top:46.216363906861rem;left:0.93750005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TWwSTqVcwyplu3M6ywt9kzKzTcodnTS0 { width:8.75rem;height:8.75rem;top:1.25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDp8lpqsoMQQkJV7wXtHm3i5adVlOH1U { width:12.5rem;height:18.811875rem;top:0.81163024902344rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgH78QoKrduK8wPU9p9oHitIDI6ts8QU { width:18.125rem;height:24.6963rem;top:20.493709564209rem;left:0.90603309869769rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7LTuFDQrFP0Z4gepDq6auME6to0iSAR { width:7.1875rem;height:7.249375rem;top:11.743705749512rem;left:10.249566376209rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ebm2gXhpsZJ6UEV6DKBxA2apyAty9zZ7 { width:13.2498125rem;height:13.4375rem;top:65.726997375487rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK { background-color:#fbfbfb;background-image:none;display:block; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { background-color: transparent; background-image: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row > .video-iframe-container { display: none; }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .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); }#D5lyIzTVRAB3pe7sfO5LMxXV1te7ypZK > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rha7GzLu3hMIO1epVPOUDxWerWdhl3eU { width:20rem;height:1.462675rem;top:0.68685150146487rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp { display:block; }#xvOTnzVUAZRu9Tkrpb0r5m9aFLKIaNCp > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { width:15.625rem;height:4.0625rem;top:1.0036907196045rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { width:6.3748125rem;height:1.70605625rem;top:2.1809902191162rem;left:7.5043404698375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { width:20rem;height:9.375rem;top:2.5607643127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVriFOaiqVGIw008QCToTOOdcQGM6aBh { display:flex;width:3.125rem;height:3.125rem;top:1.4724407196045rem;left:3.2562935948372rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { width:8.75rem;height:8.75rem;top:31.875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMUui2RM9pTWB5X5d7I4zVf5hZ0lTcGo { width:15.8105625rem;height:5.19921875rem;top:5.5750885009766rem;left:2.0941842198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNT7NqxzxzAffzViGcmP0NG92WgVb461 { width:18.0620625rem;height:11.25rem;top:14.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTqUWaSfaBfLiqJxAqBCwFHuTpAcT5gD { width:15.3125rem;height:6.499rem;top:17.873264312744rem;left:2.3437500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWPGgbirhrM95nOw8BgRheBdSxVnEhDE { width:15.625rem;height:4.0625rem;top:12.811416625976rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aywtqF5y2KJBHm0B4puEht3kLONE6UCi { width:7.3123125rem;height:1.70605625rem;top:13.988716125488rem;left:7.5043404698375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvAXiJMGKeteStkWsL5KhuNXKCgNFWPp { display:flex;width:3.125rem;height:3.125rem;top:13.280166625976rem;left:3.2562935948372rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #I32GwAo59E7oL6r11siW9TNyuf1p8dTi { width:15.625rem;height:4.0625rem;top:27.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV9FZvIyEkkTN0L6vKQJWTGVSiCD8hCR { width:18.0620625rem;height:9.375rem;top:29.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbL3qVF0rrRB9zmhrHbL11f8wqZaOGpa { width:8.0620625rem;height:1.70605625rem;top:28.489585876465rem;left:7.5043404698375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3OiGo3zTb3q9ZzZpgiEVNKXqznQIdms { display:flex;width:3.125rem;height:3.125rem;top:27.779949188233rem;left:3.2562935948372rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #FsPaLOmVagP1yhqXCmNxqvC3dWQgTS2R { width:15.8105625rem;height:5.19921875rem;top:32.248264312744rem;left:2.0941842198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOxN0nG9oyfwXRgB30BoQXzRF3qWWbUT { width:15.625rem;height:4.0625rem;top:39.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTJ1lpVieHgqi5hiEFUQSst8oIeZtoRL { width:18.0625rem;height:9.375rem;top:41.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTpTXDZQlDhfoTxZCPzdqyGJCuIv5fQ { width:7.561875rem;height:1.70605625rem;top:41.05251789093rem;left:7.5043404698375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDkDdncEHXGEVFiCrEypHV834O7EVGdR { display:flex;width:3.125rem;height:3.125rem;top:40.342884540558rem;left:3.3257382512093rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #RoqXAWWzrsdMPC7xvpkU8B0CPSMMSHct { width:16.124125rem;height:5.19921875rem;top:44.773222923279rem;left:1.9379342198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 { background-color:#fbfbfb;background-image:none;display:block; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container { background-color: transparent; background-image: none; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container > .video-iframe-container { display: none; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row > .video-iframe-container { display: none; }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .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); }#ozK2uSuHrTLa4ZAfNz7KGycUEy5HrLF2 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HocTJHhqoST6Ftu0U8Kd1B8WLpVtdcTE { width:14.3120625rem;height:1.462675rem;top:0.810546875rem;left:2.8428819775581rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #DoJ5SQZbG8L9AlveXHcq1nUktuxQ9XGH { width:18.75rem;height:23.0918125rem;top:5.4730911254883rem;left:0.62500005960463rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MVPaKzXb4CgAZ77KlCyO1DwK3JsKDLFc { width:16.624375rem;height:1.462675rem;top:3.2052955627441rem;left:1.6872830986977rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #Ev3Td3oVAvV5C6Ch7TS64w4RBRX3XHJZ { width:8.75rem;height:8.75rem;top:7.1614625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #licpG5yrM2TffgtT8WozWHV0rXGRH5gE { background-color:#fbfbfb;background-image:none;display:block; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { background-color: transparent; background-image: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row > .video-iframe-container { display: none; }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .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); }#licpG5yrM2TffgtT8WozWHV0rXGRH5gE > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmTe5BrfP2AfonMRZpvs8MhqpH3MZgTC { width:19.75rem;height:0;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #NTXxtNf46bEUvXcrlNtuLEDSKPFVghn2 { width:17.1875rem;height:17.3730625rem;top:32.345932006836rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #XFc8O1LcMaPVTotZwvwtCNyHrPFVuGwp { width:19.375rem;height:5.625rem;top:0.75304031372069rem;left:0.24956601858139rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #tqf190UbnrENXXItUX4HpJTIcDxc0qg8 { width:19rem;height:5.0625rem;top:7.6279296875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9quHiakffaGpCvnQApTgL4Epg2lOtRL { display:block; }
 }@media only screen and (max-width: 763px) { #nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 { display:block; }#nr0o88rkrs2rGQqf56ZgbfoGTwFIU5S0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woFvNtcdxLaOVmZRSseve0rXWQ3BbZkJ { width:20rem;height:2.92448125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #E5leFJEHom33p1GMLQUgHyMRpLv2qbQz { display:flex;width:1.74805rem;height:1.74805rem;top:5.25rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #IS9xyfNU8oq8KnWh1U24oaTUCX9poqhO { display:flex;width:1.74913125rem;height:1.74913125rem;top:9.75rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #baxznKNCTTpHiwlG8O2CDOOvLEgmBVLH { display:flex;width:1.74805rem;height:1.74805rem;top:13.125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #XBriTS26elf1nLkUZSziuslraZLmdfU3 { width:15.1875rem;height:3.8994125rem;top:5.25rem;left:3.0625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J9Ju0SMOhf3mfiLumK1CTRxHxstTpSl7 { width:15.3125rem;height:2.5996125rem;top:9.75rem;left:3rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3O1JDKBa3GAiIE3LFKTC7dyx0GMpyM0 { width:15.125rem;height:2.5996125rem;top:13.125rem;left:2.875rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qAw9X3N4pfuMOSIurprgc5dTq8yrVgBT { display:flex;width:1.74805rem;height:1.74805rem;top:16.4375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #e22LnO8uciyG9VLXJT3qzpdPKdZdErly { width:16.875rem;height:2.5996125rem;top:16.4375rem;left:2.875rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rfmOZfHsbP4B53RCdlplf78oivJs10gC { display:flex;width:1.74805rem;height:1.74805rem;top:19.436851501465rem;left:0.24956601858139rem; }
 }@media only screen and (max-width: 763px) { #O3CeS9AaZTDyuXKklaPH0KKfLNRr64p2 { width:15.75rem;height:3.8994125rem;top:19.4375rem;left:2.875rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf { background-color:#fbfbfb;background-image:none;display:block; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container { background-color: transparent; background-image: none; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container > .video-iframe-container { display: none; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row > .video-iframe-container { display: none; }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .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); }#wNJ3ZaMKnEsLlWucDWoK5H8pDU3s2Umf > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcJ076zAtFyFkg6u7TOA4imW8WgEWSVh { width:20rem;height:4.5rem;top:0.81163406372069rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #LigtNLyLFOPb68vZlQUKUEIMitVG2TQZ { width:12.375rem;height:18.75rem;top:6.4301204681394rem;left:3.8118489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K { display:block; }#cSywrLTgw64xD5xpI5Vc2Jerk5WTio1K > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqzsoSpZyL0VN2WwuXTDcKCqBDfZsokh { width:8.75rem;height:8.75rem;top:7.20378125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyoCoxSSZyspyyH9yMZ6suXBTZ8nUaRr { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #ApdcQQfGZ47qtzPwoyfaZELSioTQnkfs { width:20rem;height:0;top:37.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #QTFpwLIBI4QRIaW3EbJAZH8yLxHbLWQF { width:16.8120625rem;height:0;top:17.686630249024rem;left:1.5928819775581rem;font-size:1rem;z-index:15055;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #smUgt9ZiWtmhRd27mwHPXVxSdqzc6dRU { display:flex;width:1.74805rem;height:1.74805rem;top:4.2676124572754rem;left:0.31250005960464rem; }
 }@media only screen and (max-width: 763px) { #xJXQmv02TTuTucmTRdl2ZhpIN8iI0ySl { display:flex;width:1.74913125rem;height:1.74913125rem;top:7.75rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #oh7h15khoW9a3oTTJK9P2TOpZqoAMZ6K { display:flex;width:1.74805rem;height:1.74805rem;top:13.75rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #b6dDmspZlEy45tQdsTbAlJLgQIybzFkg { display:flex;width:1.74805rem;height:1.74805rem;top:18.6875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #n0Mvs2W6W5oFTpxG6PSecvoHQd1RcnQg { width:17.25rem;height:2.5996125rem;top:4.267578125rem;left:2.6312935948372rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #os5ZCmEw0qUDGBJbGrhIT3TZAPU35kCT { width:17rem;height:5.19921875rem;top:7.7484817504881rem;left:2.7495661377907rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RIHOToLdpMoq2n52eURLIE5a8WTVwdC2 { width:17.1875rem;height:3.8994125rem;top:13.75rem;left:2.5625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8Fi0i7hTThowSbNRTNUs7yG4Kc1VMGF { width:17.5rem;height:5.19921875rem;top:18.6875rem;left:2.5625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IegUTqeVr0zTHb6AdzWSUkW5Uyi49Ts0 { display:flex;width:1.74805rem;height:1.74805rem;top:30.875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #sBzDMCV4JWVsCdqsKctA4gA3A9m9CfzD { width:17.25rem;height:7.7988125rem;top:30.875rem;left:2.4375rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sc9mHdUlITwZh5Zym24UyxqGADBrrpvG { display:flex;width:1.74805rem;height:1.74805rem;top:24.768882751465rem;left:0.44487851858139rem; }
 }@media only screen and (max-width: 763px) { #mFsBPtoMFoOTNbgJZ0tLfl6w0HTrm6es { width:16.875rem;height:5.19921875rem;top:24.768882751465rem;left:2.6612415909767rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7xQiTxEk7vhRmJVlXQU5rz5IDP4Uyss { width:19.1875rem;height:19.375718416464rem;top:6.99544375rem;left:0.375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds { background-color:#fbfbfb;background-image:none;display:block; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container { background-color: transparent; background-image: none; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container > .video-iframe-container { display: none; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row > .video-iframe-container { display: none; }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .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); }#i2EZ8wQ3y2E6Pl90WS7EdKiPh8xrQTds > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC89D9ygfl431s13vzV64JXAoLG8w7mC { width:19.375rem;height:11.25rem;top:1.0980911254882rem;left:0.31250005960464rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 { background-color:#01d1ff;background-image:none;display:block; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { background-color: transparent; background-image: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row > .video-iframe-container { display: none; }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .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); }#G96JRqZWyKz5cH2aewlTCFh7ZoMUdgW3 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIqsAIx9gNZXTQ8bdkSzVpOQ7SkPDnqy { width:18.75rem;height:5.1181625rem;top:1.25rem;left:0.65538197755812rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6MQOeBMKZfBeTGwZCIHaL1KX2zxhpb { width:18.75rem;height:19.4970625rem;top:7.3763008117675rem;left:0.62500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5OLtGsUZMOVuZmyQbap3zeGQnKxohSV { width:17.1875rem;height:17.3730625rem;top:87.6875rem;left:1.375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ { background-color:#fbfbfb;background-image:none;display:block; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { background-color: transparent; background-image: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row > .video-iframe-container { display: none; }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .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); }#ylnNlzBvWLsNLNTDv7K3TCFmQI30RtdJ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJ38e8tXQ3MlFG78tLtsWelS0mrMvSGq { width:20rem;height:2.92448125rem;top:1.3476638793945rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 { display:block; }#IBZxGQZZ8ctTIznQ83tLB60VolAgEU28 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT0sp6fDRwvTDOex5aZWXviV5NUyZZHW { width:8.75rem;height:8.75rem;top:31.875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvBg7FeB1GpWcUcJHvtRbhqS8yzAN2Gz { width:20rem;height:9rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixB8S5v7iPeLdgF7ZtRlRJeP6fWAnddR { width:18.3105625rem;height:3.8994125rem;top:5.3548164367676rem;left:0.84418410062787rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Di2NTbf4wNpda5EmEiTdqH1nAxox1UVv { width:18.125rem;height:4.125rem;top:0.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpfC7zb5d6WPzqJlRghFAJc9v286MQU { width:15.061875rem;height:2.92448125rem;top:1.1875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSypIGzO3DIo1FTK4GTS855OQgmKqN3S { width:20rem;height:8.75rem;top:12.587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIfrclDc7TwO05rm2HFvNimGSzFHC0w2 { width:18.6875rem;height:3.8994125rem;top:16.253257751465rem;left:0.15625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFJVLSmqUmFoi5wC1tThZK2F9bbdSpv2 { width:20rem;height:9.375rem;top:24.295791625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q96eEie9IwWrVa29Wxi7LuQuGmRdQ7Cd { width:18.5623125rem;height:5.19921875rem;top:27.867841720581rem;left:0.71831601858137rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWn9LTXsc7m31WeVl7hFDy2bKlT8dVC9 { width:18.125rem;height:4.125rem;top:11.277126312256rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk7zGPpQVp66EaimJGDCULnDe1KeROZb { width:15.061875rem;height:2.92448125rem;top:11.875rem;left:2.4685330986977rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWIamVUSkRA7zFMPBZ8SsNa2Crk5a3wD { width:18.125rem;height:4.125rem;top:22.171226501465rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #agEUJFpb4PDFureFPTNPtHe6np9nPk46 { width:12.874375rem;height:2.92448125rem;top:22.769098281861rem;left:3.5622833371162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJXwTSEUGMzHXtDrPaRyoUPC2iI2JNTP { width:20rem;height:1.462675rem;top:34.983720779419rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ { display:block; }#xBTqC15Nfu3WiUCVEexAurhGKUGCBnTJ > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmdaAWmBzNf9aGwvNTtiBpTrTD7PGdN3 { width:20rem;height:0;top:37.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #GunTHJOErdTLXo6gM5Te1zo1EC9LHrZw { width:16.8120625rem;height:0;top:17.686630249024rem;left:1.5928819775581rem;font-size:1rem;z-index:15055;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wVnAVKIk6T2V2MvZvL8S3941xquM5DBs { display:flex;width:1.74805rem;height:1.74805rem;top:1.3107643127441rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #q4TAqJRegWDzzXUfCse1gJot2E18dxan { display:flex;width:1.74805rem;height:1.74805rem;top:8.759765625rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #xO4bE8nTS5MQecQ7LFs9qPsgKXCQm8Rn { display:flex;width:1.74805rem;height:1.74805rem;top:15.01953125rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #b9knRTOyobSDcUZCXFUTFoCP2XT5Zd4m { display:flex;width:1.74805rem;height:1.74805rem;top:22.530380249024rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #UDpCGmzQmWXRfqHLpIyW318HW23d7duk { width:17.061625rem;height:6.499rem;top:1.3107643127441rem;left:2.9372830986977rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HooAa0wlcOtFzgbo7UDwN8r8XzFfdyWT { width:16.1870625rem;height:5.19921875rem;top:8.759765625rem;left:2.9372830986977rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QU1K8VXqNeE7GdygL5eXGisNTObxoGew { width:15.2495625rem;height:6.499rem;top:15.01953125rem;left:2.9372830986977rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #beb4pUFT66buHRewRqrGSG0zNB091HTR { width:16.625rem;height:5.19921875rem;top:22.529296875rem;left:2.9045141339302rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qnnzK1kZ0aH3OQqVbrpgCvdz2hTccDXa { display:flex;width:1.74805rem;height:1.74805rem;top:28.726131439209rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #xmtm73atAyayTC2uQTa5d1vATOViTzbi { width:16.6875rem;height:5.19921875rem;top:28.726131439209rem;left:2.9672310948372rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G0STWSU9zCdmTyfmgxKqDKxFZvLxd5R2 { display:flex;width:1.74805rem;height:1.74805rem;top:34.863283157349rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #zNckkHrx5MfXMOyZOVtbEVCMoPbsh7K7 { width:15.2495625rem;height:6.499rem;top:34.863283157349rem;left:2.9372830986977rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UWWVzoE2W9sEfSSyIbLntdDODTqMk8Vh { display:flex;width:1.74805rem;height:1.74805rem;top:41.998701095581rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #DKRldCTL0pnJgBihWpUHT3AbBFb6dubz { width:16.75rem;height:3.8994125rem;top:41.998701095581rem;left:2.9357641339302rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yiuVah1nu2EGEGT7FQGaD46m5C5Zv6Td { display:flex;width:1.74805rem;height:1.74805rem;top:46.8125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #wlPcvhwsbX3WuUiihZhvMWploPSuiLve { width:16.4375rem;height:5.19921875rem;top:46.8125rem;left:3rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SwH4sSCd7Zlo8nJkE9bSpxgGtlDF47uR { display:flex;width:1.74805rem;height:1.74805rem;top:52.718103408814rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #fBdHN8MJvyrWpVZtaC166BmiuMTDH85R { width:16.124125rem;height:6.499rem;top:52.718103408814rem;left:2.9372830986977rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t6FELBdZiMeHQESFWKhLb4FVVWMFwKSy { display:flex;width:1.74805rem;height:1.74805rem;top:60.276697158814rem;left:0.56206601858139rem; }
 }@media only screen and (max-width: 763px) { #wViMkvGfVFdFT14Iq4A1tkOKKCbTWJP3 { width:16.124125rem;height:6.499rem;top:60.276697158814rem;left:2.9372830986977rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH { background-color:#fbfbfb;background-image:none;display:block; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container { background-color: transparent; background-image: none; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container > .video-iframe-container { display: none; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row > .video-iframe-container { display: none; }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .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); }#zyKhD8NFliKE1dTkJydLTq6pH4N4OKNH > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONgFfxG6Z0mIuGQ6AldMHd5wil3b4T1v { width:18.75rem;height:3.8994125rem;top:3.7662773132324rem;left:0.78125005960463rem;font-size:1rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOtuFMUvxGORvT3R6layqRxU8nbyDJla { width:20rem;height:2.1933625rem;top:0.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq { background-color:#fbfbfb;background-image:none;display:block; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { background-color: transparent; background-image: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row > .video-iframe-container { display: none; }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .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); }#XWAPW1dhNHQhZralTkUJ0ueScZGAkVfq > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEz4EPNLKFtiygAw48IAVhwVV0CUkQM1 { width:16.3125rem;height:5.19921875rem;top:0rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3aS35KvNVXoy0na0gmzSBiz1EpV3Teu { display:flex;width:1.74805rem;height:1.74805rem;top:6.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #VeqrTLWZOwo0rv00yKlP8ISpDpUwy6GM { width:16.0625rem;height:6.499rem;top:6.125rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GCUdcpZmoUzDqw5NltvcG2uFrKhG2TLH { display:flex;width:1.74805rem;height:1.74805rem;top:13.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZAH8ybDuqQAm7wd2T0NQFEzNygT7idMT { width:16.124125rem;height:5.19921875rem;top:13.3125rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3lmlUTwo9RVNB6TWVlTrsRexa4wh3ph { display:flex;width:1.74805rem;height:1.74805rem;top:19.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #rnev7rvPsZg5kpTwh8swUS09guxvOTxn { width:16.436625rem;height:6.499rem;top:19.25rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xrkfZfumX2QtPPPltHsTZ0TJepx99wkZ { display:flex;width:1.74805rem;height:1.74805rem;top:27rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #d7JHGhBPlwkHM1MntZn1z2eKriPdaTJx { width:16.4995625rem;height:5.19921875rem;top:27rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IaZIJIeqLI2bkPM15PDINqJd2vW4so2H { display:flex;width:1.74805rem;height:1.74805rem;top:33.1875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #OAXXFaKG6uMcEHS7IeXyEg0aSOAcJzPp { width:16.625rem;height:7.7988125rem;top:33.1875rem;left:3.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oUfJH0iLpgaAv4OchMlMfON30ro3Tq5O { display:flex;width:1.74805rem;height:1.74805rem;top:0rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #MGtGQtFtqgfXmtLhThNSKcV8syKqilqZ { width:19.625rem;height:16.4375rem;top:41.9853515625rem;left:0.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 { display:block; }#xF1BDap0WiRo79xRuG4TrZu6CeAufwu4 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5Gu1TqcxudniaeNvev0ddPvPxrfsKQV { width:20rem;height:0;top:37.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #iacliKZ0BF9iavBU9E9J1oTWyWZnw4FU { width:16.8125rem;height:0;top:8.375rem;left:2.5625rem;font-size:1rem;z-index:15055;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wA09mVSfQ5PeepP2ew5ibs5ZPGWTRy5O { width:18.75rem;height:3.8994125rem;top:1.3726119995118rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGX1Jv3hoZXL4anV2yqUKSQzIglPSRl2 { width:18.75rem;height:7.7988125rem;top:6.1480026245117rem;left:0.62500005960463rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSqeuWHdpUh1SPry9JMglA4vxkEHxQXh { width:18.75rem;height:2.5996125rem;top:15.157335281372rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sacqgx3BrtKTes6CTTGqaTdRIA4dLdaH { width:18.75rem;height:5.19921875rem;top:18.8798828125rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HqsCL9CDK1ofBQ8QE4I1oE3bObioscWK { width:18.75rem;height:2.5996125rem;top:25.8056640625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xl4uLVuVrutLVlRiOKpzBytkeNvOUbtd { width:18.75rem;height:5.19921875rem;top:28.962890625rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaA9wMwMWKrbhqZalSlpini5IikPg1AC { width:18.75rem;height:2.5996125rem;top:35.126953125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Edtg8h0dQCv64WeBExv37gE8Xgdtzogm { width:18.75rem;height:3.8994125rem;top:38.1650390625rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdBJXaJOyh7nvfARFcMg0pWxvW12EP03 { width:16.999rem;height:2.5996125rem;top:42.6142578125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tXGs4ViGrhuGHTS8c66kPAp1XXD4m3yR { width:18.75rem;height:2.5996125rem;top:45.8095703125rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8PHKb5nhWR2FhhUzaoqfMsNdOA7qAde { width:18.75rem;height:2.5996125rem;top:49.4423828125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A27KisZ8Epkg79vBoXIy5R8nTDM4zgu8 { width:18.75rem;height:3.8994125rem;top:52.666015625rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JQtMJnwdPZJc5E38pb3V9ir9W7QxIIr0 { width:18.75rem;height:2.5996125rem;top:57.4375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ISlLx3aN4NwH6BcJxkyn4AcNmtSSICw2 { width:19.1875rem;height:2.5996125rem;top:60.5rem;left:0.8125rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ck3FHMW8O2WGvla7PyticFHCBbP5uWta { background-color:#fbfbfb;background-image:none;display:block; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container { background-color: transparent; background-image: none; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container > .video-iframe-container { display: none; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row > .video-iframe-container { display: none; }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .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); }#Ck3FHMW8O2WGvla7PyticFHCBbP5uWta > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubWpXaWGI9ECB0FTfFbNLvzxZ7FO3gQD { width:18.75rem;height:4.38574375rem;top:0.9375rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #MFJ5n120Ks5zMcd1maADhTwbc4t8CzTU { width:15.625rem;height:5.125rem;top:16.994140625rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSNR4BmAltEn4eBHpW3DlrWmRtEeMUs5 { display:block; }
 }@media only screen and (max-width: 763px) { #VRMUNhfpl3BIezRImMXD1hnSCXskm02T { width:20rem;height:2.75rem;top:13.369140625rem;left:0rem;font-size:1.375rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSEv2SGWphyd9Z35p82nyEcVs7T6CXoL { width:20rem;height:1.4375rem;top:6.244140625rem;left:0rem;font-size:1.4375rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoHTnrrqa1TsZfOIrQo5SERSFbHH2vsZ { width:20rem;height:1.375rem;top:7.931640625rem;left:0rem;font-size:1.375rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlM6fvWNxF35IeVVCPnopJlw1PgghJbK { width:20rem;height:1.4375rem;top:9.962890625rem;left:0rem;font-size:1.4375rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss { background-color:#fbfbfb;background-image:none;display:block; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container { background-color: transparent; background-image: none; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container > .video-iframe-container { display: none; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row > .video-iframe-container { display: none; }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .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); }#lwDTSGfFgTfQCUl17SVKcDTSpSxlKdss > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mA6QlyroTQi1CvfVyCBTx5XLNsCfdABm { width:18.75rem;height:6.9043125rem;top:14.1572265625rem;left:0.625rem;font-size:1.0625rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvObTBauWEiKvkkcAzXZV7LdpJTzhpoP { width:20rem;height:4.875rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eK9W52MApu8788iSx8exwGO2LGt4e9aQ { width:20rem;height:5.19921875rem;top:7.931640625rem;left:0rem;font-size:1rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 { background-color:#01d1ff;background-image:none;display:block; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container { background-color: transparent; background-image: none; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container > .video-iframe-container { display: none; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row > .video-iframe-container { display: none; }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .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); }#giZ1sTPsPBCw2NbnfkHU1D13XFSK0V13 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNK2LTcTEmIBikdRMpJK4Sf2ExvBFyP2 { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #vzSOipoFELGcSQzuWVgDMSqe371Hiaua { height:11.25rem;width:20rem;top:4.20573125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMTGk7mkuEmHh6vAT3eah1KKz9cJypz { width:20rem;height:20.331010835879rem;top:22.293838500976rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx { background-color:#01d1ff;background-image:none;display:block; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { background-color: transparent; background-image: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row > .video-iframe-container { display: none; }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .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); }#xk3Se8W4xDx0xzN4gWkrBEvShXlIU9nx > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NETkzFIT8zhGcJOzp72BTbvxv8PxUbEf { width:20rem;height:9.44725rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh { background-color:#fbfbfb;background-image:none;display:block; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { background-color: transparent; background-image: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row > .video-iframe-container { display: none; }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .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); }#ItIEobfOSeXVfJrXi63Sc1F4GK27tlnh > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHfOt8mCgakDUEBF6UtGMkAprg6Urqh { width:20rem;height:2.92448125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #qinN3imShRJQenJi67FNqSzux8ZaSxRD { width:11.25rem;height:17.1875rem;top:26.146484375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOSI4Bv0A04dSsuxMSSFKmatcElLP8A { width:8.75rem;height:8.75rem;top:64.09830625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6oX4cpp2wic9Btlduq08suc60PKaf8m { width:18.75rem;height:12.99803125rem;top:5.1616744995117rem;left:0.68684905767444rem;font-size:1rem;font-family:archivo;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3XKO3TCTs7WzOJ56dmlgcThpE2PZZCI { width:18.75rem;height:5.84765625rem;top:18.922527313233rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AizJnvxnMXCCfGkqfwRWAs9gt7oEkehX { width:19rem;height:5.125rem;top:45.396484375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAysnUgSETbs7rVw2LFC2DzlzP4HXsyF { display:block; }
 }@media only screen and (max-width: 763px) { #uxPioNZnveXke3IypuQe9QgAUDgs1rhI { display:block; }#uxPioNZnveXke3IypuQe9QgAUDgs1rhI > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Kshd1voZsTulbLlCUHbPFGUKUzLVgG { width:20rem;height:79.436875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7zzyuTaLQ0nBHAdVLdqhxaH2lg0OZfN { width:17.874375rem;height:1.462675rem;top:3.1879119873047rem;left:1.0622830986977rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #O8xilSTfmL7RbHmsRkQcnr14cnNKGB1f { width:16.875rem;height:67.59rem;top:6.001522064209rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qlrdu7G8kKWoemWmUg2odJFmAdf9b0pJ { width:20rem;height:5.125rem;top:81.93625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elETCZS4bwB2esgxNfB1pPWwN6IdwUrK { display:block; }
 }@media only screen and (max-width: 763px) { #vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C { background-color:#fbfbfb;background-image:none;display:block; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { background-color: transparent; background-image: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row > .video-iframe-container { display: none; }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .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); }#vMi7Ki3uvbtsPrOPQnaObFkzh0C8Md8C > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqTwncnoaQvLd39KrwGSx2xfBv0gUaDp { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #x57oxZqTL37Q4JXQWEAW1zmwBbR71qJO { width:5.375rem;height:0.625rem;top:3.8125rem;left:7.1875002980231rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #HdOspru5Mv1Aazty08pAN6rizrEeMTbq { width:20rem;height:20.289855072464rem;top:5.6868438720703rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt { display:block; }#baDfa8lGi6FLvMfBdLFkTPqHfchTLfgt > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gaoskcPcwsJfawK6ZCc4Kin0imvsXp9d { width:10.686875rem;height:2.92448125rem;top:1.1154499053955rem;left:4.9685333371163rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJAbhRMTKLJzUIEZo8x45OOXadtnVBid { width:20rem;height:37.9373125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUXzMFnntxH89TM6X2JnnuuiVOzIFArt { width:15.625rem;height:4.375rem;top:0.39387893676758rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw7BD9NSqUqFzAPD0zeKcsWwUpaXxQGN { display:flex;width:1.74805rem;height:1.74805rem;top:6.5223531723025rem;left:0.81922751665113rem; }
 }@media only screen and (max-width: 763px) { #JG1Zh0E2fTSkptNP8cnzSSM9v2ro9dIu { width:15.625rem;height:4.375rem;top:39.751544952392rem;left:2.4989150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1Tbe3rEdmf86cUi4hlmQzaboDdLzsT { width:20rem;height:35.499125rem;top:40.4373125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZN6XTfv6iDxkGTuJ7t4pyTDy7bp5IWA { width:15.4375rem;height:3.8994125rem;top:11.113282203674rem;left:3.4991319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGQ0TndWRy9OlPvWu1oso5nb8f5tuued { width:16.625rem;height:3.8994125rem;top:46.125220298767rem;left:3.3116319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBElggw3TmGWft1wuseaoOuUoKMqDqi { display:flex;width:1.875rem;height:1.875rem;top:46.126282691956rem;left:0.75520843267444rem; }
 }@media only screen and (max-width: 763px) { #rJlJ8rDJmT2sR4rf2Bn0nH184uTSKgIb { width:8.75rem;height:8.75rem;top:31.875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSHbKFwRhvPbrDHdRtQCfNEIULymoH7H { width:16.186rem;height:0;top:54.252223388672rem;left:3.814rem;font-size:1rem;z-index:15096;display:none; }
 }@media only screen and (max-width: 763px) { #z828954PKZIJR2hDikZf2Ow88de2rKQQ { display:flex;width:1.875rem;height:1.875rem;top:50.750868797303rem;left:0.75520843267444rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FdNsbylcFNZWF2MQQVunteQAOUud6Wnk { width:16.124125rem;height:3.8994125rem;top:6.5223531723025rem;left:3.4071181416511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnOXmLwHLTpoPtLQmckTzanFP66KHmJX { display:flex;width:1.875rem;height:1.875rem;top:55.585940361023rem;left:0.75520843267444rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VRRa8uyKJMCmPT3DJhSrOfS73OBPzzT8 { display:flex;width:1.74805rem;height:1.74805rem;top:11.113282203674rem;left:0.81922751665113rem; }
 }@media only screen and (max-width: 763px) { #to5rfxe8z0L4CHWJXIIV7AJC9FSUne3B { display:flex;width:1.74805rem;height:1.74805rem;top:20.63259601593rem;left:0.81922751665113rem; }
 }@media only screen and (max-width: 763px) { #JXKpFufinxvGe9xiAxt9QD5mnU4hmlPT { width:15.8105625rem;height:3.8994125rem;top:50.750868797303rem;left:3.3116319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsSouuuR6rE2AQh0affNGwfD4BcZ7Eh { display:flex;width:1.74805rem;height:1.74805rem;top:15.813803672791rem;left:0.81922751665113rem; }
 }@media only screen and (max-width: 763px) { #mEpQTWkJRhud2lwAO9R4mPeOCnx6tB9F { width:16.5625rem;height:5.19921875rem;top:55.585940361023rem;left:3.4364150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwlAIwspyUexPNQNon1H9kSQg1PO3MK { width:15.6875rem;height:3.8994125rem;top:15.813803672791rem;left:3.3116319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCvfPun73dTx3BfmJ9QXmVEdxrL4TcrT { width:16.5625rem;height:3.8994125rem;top:20.63259601593rem;left:3.3745663762093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2ceF36JeA4qLG0ZDThOGoOuVwyKp8w { display:flex;width:1.74805rem;height:1.74805rem;top:25.188801765442rem;left:0.81922751665113rem; }
 }@media only screen and (max-width: 763px) { #HdfZsxOxNvhsOkrPDqAbhcTrm10nMAhr { width:15.8125rem;height:6.499rem;top:25.188801765442rem;left:3.3133681416511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTVe8xcTUTtRzJSgd3anUs7k4JCbImU { display:flex;width:1.74805rem;height:1.74805rem;top:32.500000953674rem;left:0.81922751665113rem; }
 }@media only screen and (max-width: 763px) { #xFbxx85JEA4QzPEQWPL9PT1GeS0tTT5T { width:16.625rem;height:5.19921875rem;top:32.500000953674rem;left:3.2489150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXZR0B20DoGupQUUuv0uWf23NqpnkqBg { width:13.4375rem;height:2.92448125rem;top:40.475262641907rem;left:4.4444444775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuuuBHNiSGcyoVTk2p1MpyqKTw2N0CL9 { width:20rem;height:0;top:5.2517604827881rem;left:0rem;font-size:1rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #wCRHeLJHm8XBK412s2iIMZPWTMSJSnpD { width:20rem;height:0;top:15.751977920533rem;left:0rem;font-size:1rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #IyHILdiObXpQ680n9Rcx3XaWSokTCD3B { width:20rem;height:0;top:26.001543998718rem;left:0rem;font-size:1rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #okMdCXNukxfTJVEwoSp0Vwl9qCxfho5I { width:20rem;height:0;top:109.56163787842rem;left:0rem;font-size:1rem;z-index:15100;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GSmnIhcysowLg3WOmHmpz1Rdu7DbXyCl { width:20rem;height:0;top:125.12261962891rem;left:0rem;font-size:1rem;z-index:15101;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zyN1riyIJ6CBmLMuAOA9PXRymc1W15wE { width:20rem;height:0;top:66.436674356463rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #aUKH4THkHtIZEQPGphb7iRqJrQzztyBw { display:flex;width:1.74805rem;height:1.74805rem;top:61.410593986511rem;left:0.81922751665113rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #XQ7tULuyHAvnEJr6BlGNzTZOw09aV34q { width:16.5rem;height:5.19921875rem;top:61.410593986511rem;left:3.3122833371162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu7eARF2nG4ZHqVATZRUn0ZZo9Qedowa { width:17.561875rem;height:7.7988125rem;top:67.366538047788rem;left:1.2185330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5pByIPMrPfxePlAThbfI72gVfFkD62c { width:20rem;height:20.298507462687rem;top:135.76172900391rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #zsub22DvaeAxe0DliIpKKXA3omieQtwX { background-color:#fbfbfb;background-image:none;display:block; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { background-color: transparent; background-image: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row > .video-iframe-container { display: none; }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .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); }#zsub22DvaeAxe0DliIpKKXA3omieQtwX > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0QVizvPGnvsKGJ5gKITJ2qi6x6ikNKn { width:18.75rem;height:4.38574375rem;top:0.9375rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #Ow5oNDVwFgSbq0HG6Si7fgVnbqMONL4G { width:18.75rem;height:31.1953125rem;top:6.5559902191163rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx { display:block; }#yC4giDNOFTQGT9a2D3tHpRqH1L1uIGPx > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6nN6UDhLf5PkTBRLi7f856KJRGpLmay { width:20rem;height:0;top:1.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #pHfLtET3Kn2NGTzQrk1ptMpFKGyT8lZK { width:18.75rem;height:1.462675rem;top:13.481986999512rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #RPJZvNkTOtfBFBLIC4y9aufVp7bxi7AI { width:18.75rem;height:12.9980625rem;top:16.242412567139rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C82xLKbt7atsOCWqPJkLAZnpX5GW4EOr { width:12.5rem;height:11.25rem;top:0.810546875rem;left:2.9361980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmQn4qs6FH9f9wPGX7D2CGk9TzhLoU23 { width:19rem;height:5.0625rem;top:30.49025rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHMbAkxKyLBUnANJpTe9gI2rq5zPBdoB { display:block; }
 }@media only screen and (max-width: 763px) { #qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ { background-color:#01d1ff;background-image:none;display:block; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container { background-color: transparent; background-image: none; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container > .video-iframe-container { display: none; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row > .video-iframe-container { display: none; }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .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); }#qvnl3AKCh5mshgrfvLH9Q7tWA4Bx4RHQ > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KocdsvLVOUD8ITxhJA1ZQErXMRqXyKRp { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ArA6quGot0UG3TqUcs2PbJHs0zsRd8qJ { width:20rem;height:20.298507462687rem;top:94.64091015625rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 { display:block; }#wrUnRdHRNwbZZX4NSwz7VtVRtwnCND49 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKhipIlHTs40dovNodEgiCxPxxUzoggP { width:12.5rem;height:18.8125rem;top:0.68250656127931rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfZETT4JrmLTL7M6JlP8pVTIqHQbPrDg { width:18.75rem;height:28.5rem;top:20.551206588745rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT { background-color:#01d1ff;background-image:none;display:block; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container { background-color: transparent; background-image: none; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container > .video-iframe-container { display: none; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row > .video-iframe-container { display: none; }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .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); }#vE80bv5P8NWBVE2RGIIMmpsSEEwOyXTT > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KolzZ7GZoq5HDKpqObP0PBadAXy2F3IE { width:18.75rem;height:34.5rem;top:0.79646682739256rem;left:0.62500005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 { background-color:#01d1ff;background-image:none;display:block; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container { background-color: transparent; background-image: none; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container > .video-iframe-container { display: none; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row > .video-iframe-container { display: none; }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .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); }#JvGGWuiNmNtLWmBXKWb62uPV7x6EWA27 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRFbvz4azZaPDRqfdl5ma3NETgxcZLdD { width:14.561625rem;height:2.92448125rem;top:1.1241340637207rem;left:2.7180991768837rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #anHnG5OZZsRnnDywfiFDCTug9WvsUAyt { width:20rem;height:20rem;top:5.91363125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3BE0o7b4nWQL34Dt73IN9CZZyaN3lPG { width:3.75rem;height:3.75rem;top:5rem;left:1.25rem;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; }
 }@media only screen and (max-width: 763px) { #fCcyhSNwvrp5DHtTfyVeN0CsaaEm1LSq { width:3.75rem;height:3.75rem;top:5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQLyZ8mTM7HnIszi6Smk9OneF1rIytgv { width:3.75rem;height:3.75rem;top:5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmBXeHxKlzw0NBD0NPWwFXTglXkb7mm9 { width:5rem;height:5rem;top:9.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZQrdoIm06PCCl2lSEJl0nGqBmUvJpJC { width:7.249375rem;height:4.74935rem;top:9.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4ZM6WuhOJmUk9vrSUxXtcPzEXUmSHoO { width:3.75rem;height:3.75rem;top:5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWdZIoUwTy93kZuwd98HGuq37KDaN7z { width:4.12435rem;height:5.06185rem;top:9.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BepoTdXazSTZqxRD9WtpBnQ3u9dT880z { width:3.75rem;height:3.75rem;top:15.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRRUuFMpsst6K4NgTElRUwvTHBuf07U8 { width:3.75rem;height:3.75rem;top:15.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVhpOO3T87Nt4JNhKEiCoKza0Tc2S9r7 { width:3.75rem;height:3.75rem;top:15.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHdOtdVTUisVen87cu04q6ZEuWrk4B6A { width:3.75rem;height:3.75rem;top:15.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsmSgZMozpTKcZi63qiErL2VxPqiX9nm { background-color:#01d1ff;background-image:none;display:block; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container { background-color: transparent; background-image: none; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container > .video-iframe-container { display: none; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row > .video-iframe-container { display: none; }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .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); }#EsmSgZMozpTKcZi63qiErL2VxPqiX9nm > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRe7TlXOGTrT0vn1Tn1VuMtZJZNLAref { width:20rem;height:1.70605625rem;top:0.74928951263425rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #e3CmhAAyWFMgh54WGHgKHFw5KriN0Tfm { width:3.125rem;height:4.375rem;top:3.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8OEJoCH6ZICxbH6JBFM0DS6PNz9ZDFr { width:3.125rem;height:4.375rem;top:3.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuVwypIXx395dzhd0g8kQergzyn0A4SB { width:3.125rem;height:4.375rem;top:3.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAgHNgBrMvhouuJF5Cwx3XHH5BTCBvR7 { width:3.125rem;height:4.375rem;top:3.75rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKomGNWRk0C6DI2ObH7TUT5qsNi5yl1J { width:3.125rem;height:4.375rem;top:3.75rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXG0FTqxCaRibonUAkSv0oa8C3OHl7Nw { width:3rem;height:4.375rem;top:8.8094816207888rem;left:1.0617897510529rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #XMlbkHEhhUQ2fTbUgdTlwnlNwfryiFIy { width:3.1875rem;height:4.375rem;top:8.8725137710569rem;left:4.624467253685rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #qPLPTICk8tDflCZHp1F03tqFQDArQwBe { width:3.125rem;height:4.375rem;top:8.8725137710569rem;left:8.4374994039537rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #T9I5LDBcHIQHkUqCNfPkbRR4RC6UAHpc { width:3.125rem;height:4.375rem;top:8.8725137710569rem;left:12.187499403954rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #devctFEZKZOxSW24KNmTIPX4VDcPqh9p { width:3.125rem;height:4.375rem;top:8.8725137710569rem;left:15.811434149742rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT { display:none; }#crQ5Oe3O74bMQqhwGtousbDEB9fS2EgT > .row .container { width:20rem;height:2.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RZirkpVly0T4AR377lMIN3cqF9RhrexM { width:20rem;height:28.64475rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ceaQHg1KOLpFiF27gSwGQ98DJTVdsBRk { width:5.625rem;height:8rem;top:4.1970481872559rem;left:7.2504342198375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THtizhT1aAGyfm1voFL5BQhiEXeSFv9K { width:4.375rem;height:6.1875rem;top:0.5rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qMaxDq9rNdou0NllGW4O0kTVUFpi5iOA { width:4.375rem;height:6.1875rem;top:12.132457733154rem;left:5.3045095205307rem;display:none; }
 }@media only screen and (max-width: 763px) { #ug7fRJ2Zb1iLmATD3NmG6LI6ndcpkCIq { width:5.625rem;height:7.7494375rem;top:0.88156890869138rem;left:0.7421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXKtykfPPNB6GIPHMwVyTsuh5cnFadEu { width:4.375rem;height:6.1875rem;top:0.5rem;left:5.125rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { background-color:#fbfbfb;background-image:none;display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { background-color: transparent; background-image: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { width:20rem;height:139.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9FlLsHWWzRSJVXAvylsrhJKFEkdFFfD { width:18.75rem;height:5.84765625rem;top:0.99936294555662rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #fQb2Kntg2PhdcPlEW29breAy4NRT3ixT { width:6.8120625rem;height:0.74978125rem;top:4.4607219696045rem;left:4.4053819775581rem;z-index:15061;display:none; }
 }@media only screen and (max-width: 763px) { #cFUbWCv2FWmrbxMTTHE39509Pxgx8hlw { width:18.75rem;height:2.92448125rem;top:8.138023376465rem;left:0.62500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5gByPdmouvJBLHKhs1C2vFlrghkrEJ { width:18.75rem;height:9.098625rem;top:11.750217437744rem;left:0.62500005960463rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LIMyFXGk6gwD58WiiHrmFX4pcXy8cPEg { width:18.75rem;height:2.92448125rem;top:21.910808563233rem;left:0.62500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkaxtwsFXpIQgvMpBF0CU3plVHvxp8oB { width:18.75rem;height:7.7988125rem;top:25.399255752564rem;left:0.62500005960463rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fc5Lv2LSdGo8kxGCBZ09tSa9UcBX1xC1 { width:18.75rem;height:2.92448125rem;top:33.9375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G04lIsflCRE5oPbxpCuLsizRIH3cy232 { width:18.75rem;height:5.19921875rem;top:37.375rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VsByrTaHVACtfUyvNi11Kixa50CH3IP9 { width:18.75rem;height:2.92448125rem;top:43.75rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oA3OxaVaTMc9i60TXdDAhqloAuKXZ0we { width:18.75rem;height:9.098625rem;top:47.25rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QpZIepUONllTAORw40AogGTLuRUkXFE8 { width:18.75rem;height:2.92448125rem;top:57.5625rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJ7unIVKPVtMFh4h0STwI4Gk55CBaavX { width:18.75rem;height:12.9980625rem;top:61.125rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4UeIHcasf1b8Ukh0rQ5twpJyW9wlZEK { width:18.75rem;height:2.92448125rem;top:75.25rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6sXAUGBHa27lwvhRB19bSQkw4NgkiKe { width:18.75rem;height:10.3984375rem;top:78.8125rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r7d1h9Q6Tg2B5hBcNxmUA4qaSIdeeD9O { width:18.75rem;height:4.38574375rem;top:90.3125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTuZvSlTe3TIggdsSBqPcxf2FI00OAVS { width:18.75rem;height:11.69825rem;top:95.4375rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MOZXPDLn6koZ5HCNImQp1f5FiB0XEnZb { width:18.75rem;height:2.92448125rem;top:108.58181762695rem;left:0.62500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXXdfBirSChTKVyTgWMI5SaiLhmTGCLA { width:18.75rem;height:11.69825rem;top:112.04427719116rem;left:0.62500005960463rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TqWsTBRzSM9ebRmcPQ8HgFdJHDqCyzU2 { width:18.75rem;height:2.92448125rem;top:125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N0gXvZTTK48GrletLc1uIScpl7JdAHKX { width:18.75rem;height:3.8994125rem;top:128.75rem;left:0.625rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p1K4lTL1Mh8sC8E8gNkZlKkM1MiunhdW { width:18.75rem;height:1.462675rem;top:133.75434875488rem;left:0.62500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNkTKn2TllTFiZS73hyduS9htcvI10D9 { width:16.6873125rem;height:2.5996125rem;top:136.02973937988rem;left:0.62500005960463rem;font-size:1rem;font-family:archivo;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 { background-color:#fbfbfb;background-image:none;display:block; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { background-color: transparent; background-image: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row > .video-iframe-container { display: none; }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .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); }#PRL44v4Q3gAQL4RyZWBdWO4ELWdZnq61 > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfILH11UsxOk0kAp3DuU3GSZ0z0MFDoI { width:18.75rem;height:8.7715rem;top:47.8125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #EwDvg1G7332WpUdslTvbEMRPTnBdRKb7 { width:20rem;height:3.8984375rem;top:1.3747825622559rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #ANZBzfv3viHd9PG7WXBmzJTf2wxh48fx { display:flex;width:1.74805rem;height:1.74805rem;top:6.375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #CKxIdOBF7R3OZTRtvw08zJhbTd4WV0e6 { display:flex;width:1.74805rem;height:1.74805rem;top:9.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #b2iVbqssAPrvPxvaHWWxSUgviuocDs6K { width:8.6230625rem;height:1.462675rem;top:6.5rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9ZnQTTnx925d1ixmm2fSOsO31reD5az { width:10.8735rem;height:1.462675rem;top:9.4375rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCOSS9bghBq8Bd7ELT4aoVQedMSqDzrW { display:flex;width:1.74805rem;height:1.74805rem;top:12.5625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #sMesS6doFyKoLIkMmar7PRoPCqQZOlRd { width:15.561rem;height:1.462675rem;top:12.6875rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hx5m1hzV1Bf7DTWT880IKw0qPMFASOLa { display:flex;width:1.74805rem;height:1.74805rem;top:15.75rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Lpz9UTSzp2kmpETxNO4ReFKidblmzLNq { width:10.561rem;height:1.462675rem;top:15.891929626465rem;left:3.4993489384651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKfHTAFPsnH3py9DlDXMRRfqeTZ10X7T { display:flex;width:1.74805rem;height:1.74805rem;top:18.9375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #BPuzFRLQOBsBZHFW0u7c16PbORgeHIdp { width:9.4998125rem;height:1.462675rem;top:19.078777313233rem;left:3.4993489384651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haSQlvAHeNCCCDmG5DLC29dH6NJne3uH { display:flex;width:1.74805rem;height:1.74805rem;top:22.01171875rem;left:0.87456601858137rem; }
 }@media only screen and (max-width: 763px) { #NMNwRZzrw6biwLXtIfyJusyTSMz7PE13 { width:11.1230625rem;height:1.462675rem;top:22.153865814209rem;left:3.4993489384651rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3cD4BbMpygehw7kSBJs2HeTQ7ZuLZk { width:18.75rem;height:3.25rem;top:43.6376953125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15071;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kHF0iCOJ2IrEEByUs7Dxch68wBiCKo8Q { width:13.1875rem;height:13.375125009435rem;top:23.4375rem;left:3.375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #v4iQDSD7h0WCyc97NzNtZPEGVBuksSs6 { width:8.75rem;height:13.1875rem;top:28.47265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2Ranqx7WCC0haTg3x95BwmflgU8eA7E { width:15.625rem;height:5.125rem;top:58.25rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMihDykO5oUbKsWTFUoiyLFOhypJ1A8z { display:block; }
 }@media only screen and (max-width: 763px) { #Zhc5BSvhQQew8Wd4Dth5WJNh272H1TtA { width:13.5rem;height:1.4619125rem;top:25.39453125rem;left:3.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LkhG6T68OCPoaz83Plw1snDdbeVTnkQJ { display:flex;width:1.75rem;height:1.75rem;top:25.25rem;left:0.8740234375rem; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { width:9.3101875rem;height:1.13725rem;top:0.5625rem;left:8.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKT7H2KToxQk1bKJb3sa4l7JTyZLGUwN { width:5.187325rem;height:1.13725rem;top:0.5625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }