.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:234,218,226;--color-primary-1:251,120,182;--color-primary-2:151,72,109;--color-primary-3:91,43,65;--color-primary-4:55,0,26;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:220,220,220;--color-tertiary-2:148,148,148;--color-tertiary-3:95,95,95;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@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:transparent;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); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container { background-color: transparent; background-image: none; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container > .video-iframe-container { display: none; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row > .video-iframe-container { display: none; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .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); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container { border-width: 0; border-radius: 0; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#EVNDNT06ZWL2AMML3y9ZKZuXuSbkAuMH { color:#898484;display:block;width:20.5625rem;position:absolute;font-family:"logo font";font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.287109375rem;left:27.21875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ba30e6f-0439-480b-8382-bc2814ddc7b1/signal20260412180940.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:107.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ODVNw9xlqceGRNRwNFzmWgdvvyhO27vv { position:absolute;display:block;z-index:15001;height:28.0625rem;width:49.9375rem;top:12.5rem;left:12.5625rem;display:block; }
#qFN1kCU3aZEWI5tGxVsg1FX1KMk2reaz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.4375rem;width:50.3125rem;top:12.3125rem;left:12.375rem;display:block; }
#AWTV4a06hzootqZddz918OZ0xX42Ntog { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:19.625rem;left:29.25rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#s0treyuWGuXEQVPSgtnH6M5tPUpp6Jfo { color:#434343;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.1875rem #ffffff;top:42.3125rem;left:12.53125rem;height:56.91799375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZUZXHkzhShI5s6QLcv9VrAMHIZLwXgnN { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"times new roman";font-size:3.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:2.125rem;left:11.34375rem;height:8.44925rem;text-align:center;text-align-last:center;display:block; }
#fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH { background-color:#fbacd1;background-image:url("https://images.assets-landingi.com/uc/172f4fad-fd1a-48e7-aed1-d48ad47c9de0/noroot.crop_1352x392_88,346");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"cormorant garamond";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:4.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:101rem;left:12.5625rem;display:block; }#fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH.adaptive-delivery-prevent-bg, #fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH.lazyload, #fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH.lazyloading { background-image: none; }
#BEEGvygzGFrSEBPQ1fUz8urv9MvCTJvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row .container { background-color: transparent; background-image: none; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row .container > .video-iframe-container { display: none; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row > .video-iframe-container { display: none; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .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); }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row .container { border-width: 0; border-radius: 0; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#MEB5TpVhMCMr5UC4zhn0nWEF2w4rdGSo { color:rgba(var(--color-tertiary-1),1);display:block;width:24rem;position:absolute;font-family:"logo font";font-size:4.375rem;font-weight:300;z-index:15004;line-height:.9;letter-spacing:0;top:0.6875rem;left:25.5rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZgsSxyiTs6zv2UWSrtAwSwuxv4eCmOv { color:rgba(var(--color-tertiary-1),1);display:block;width:47.8125rem;position:absolute;font-family:"pt sans narrow";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:5.1875rem;left:13.59375rem;height:8.62305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row .container { background-color: transparent; background-image: none; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row .container > .video-iframe-container { display: none; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row > .video-iframe-container { display: none; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .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); }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row .container { border-width: 0; border-radius: 0; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row .container { font-size:0.875rem;font-family:arial;height:124.3125rem;width:75rem;position:relative;display:block; }#iI1KAa183mIqEhcBiuOt1dSa7tEGIeFB { position:absolute;display:block;z-index:15014;height:16.6875rem;width:29.6875rem;top:35.5rem;left:37.8125rem;display:block; }
#we0IWOil6roK2qbgOV02o0UXyJ5uyi5N { position:absolute;display:block;z-index:15016;height:16.6875rem;width:29.6875rem;top:70.9375rem;left:37.8125rem;display:block; }
#QX607h2ifQyZW92UCkW1Z4prkPNa1g1z { position:absolute;display:block;z-index:15027;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:11rem;width:18.1875rem;top:8.15625rem;left:47.8125rem;overflow:hidden;display:none; }
#NE0cmCWez0Jw4hBJFgIDx4KczHTeB5MR { position:absolute;display:block;z-index:15027;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:23.9375rem;top:1.0625rem;left:13.0625rem;overflow:hidden;display:block; }
#uPpXdVXzCpyA4stcqQoiE2yzdH6smnXc { position:absolute;display:block;z-index:15028;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:23.8125rem;top:1.0625rem;left:37.8125rem;overflow:hidden;display:block; }
#HybEzpxZalPUtkJ4EBFmXuGMgSNhrp8g { position:absolute;display:block;z-index:15027;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:10.625rem;width:18.9375rem;top:8.125rem;left:48.0625rem;overflow:hidden;display:none; }
#oT1d3Kqscentqn23aoHHrB3SxXypLwOp { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:19.0625rem;top:88.375rem;left:18.0625rem;overflow:hidden;display:block; }
#fW6DeOiKRL0bUGeCCdDZP9RauELs07Qd { position:absolute;display:block;z-index:15024;height:16.6875rem;width:29.6875rem;top:70.9375rem;left:7.5rem;display:block; }
#xeTQvL6HF0cLOybMZ3LEpclHBd36cnT9 { position:absolute;display:block;z-index:15016;height:16.6875rem;width:29.6875rem;top:18.0625rem;left:7.5rem;display:block; }
#JDSMZhSnrqXyliDCPA0vVXCwGeeN5nHD { position:absolute;display:block;z-index:15012;height:16.6875rem;width:29.6875rem;top:106.375rem;left:7.5rem;display:block; }
#HHpKcoMPRc86TFVPmWTS7HwqM8UKUMGP { position:absolute;display:block;z-index:15013;height:16.6875rem;width:29.6875rem;top:35.5rem;left:7.5rem;display:block; }
#Hmi3R4WXznzrAZu60WQSTOkaWNLv2q8a { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UTNA1ZVQi1FDSueO2Fsxv4X7ZFZr8P3c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ED6ztpPnXG1GmCuvuOTIc6r1AfiCor4P { position:absolute;display:block;z-index:15017;height:16.6875rem;width:29.6875rem;top:18.0625rem;left:37.8125rem;display:block; }
#DihCwiOkg3q2kbTQrCkcIwbGIAcsx3mB { position:absolute;display:block;z-index:15018;height:16.6875rem;width:29.6875rem;top:106.375rem;left:37.8125rem;display:block; }
#EUwVVcTH6HvLwTm8UrEgDLbxcAEVLQO9 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:20.75rem;top:53rem;left:16.375rem;overflow:hidden;display:block; }
#aD5dQdsOmI1O1ZG5AefuBNmzcgaag6Sk { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:18.75rem;top:88.4375rem;left:37.8125rem;overflow:hidden;display:block; }
#NDkSc4T8kbSZw8wI03Cq2hKTk5GLTDpl { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:20rem;top:53rem;left:37.875rem;overflow:hidden;display:block; }
#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;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; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container { background-color: transparent; background-image: none; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container > .video-iframe-container { display: none; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row > .video-iframe-container { display: none; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .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); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container { border-width: 0; border-radius: 0; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#aGzRJlWXFRnit97oz2KJezKFxvtqXsAk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:4.6875rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:17.125rem;left:27.5rem;height:6.09375rem;font-style:normal;display:block; }
#muguCVZZTWcg0IafHW0URr5vV0BEcDOx { color:rgba(var(--color-primary-1),1);display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.09375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EI279lyKJK5ywvrI3uqy2XXLFba4laCl { position:absolute;display:block;z-index:14997;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:38.1875rem;width:37.25rem;top:6.5rem;left:18.875rem;display:block; }
#RbqXdm4N3vRnETe23a663ByFp6eMqlnC { position:absolute;display:block;z-index:14998;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:55.375rem;width:36.5rem;top:9.25rem;left:0rem;display:none; }
#dGDiw1o5A2T3FAD0x6xoBth4OJWcxSdC { color:#383838;display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:23.875rem;left:22.375rem;text-align:center;text-align-last:center;display:block; }
#Jypvg08laI86m3ouo67GEXvzldBeXz8F { position:absolute;display:block;z-index:15028;height:37.8125rem;width:37.125rem;top:6.8125rem;left:18.9375rem;display:block; }
#hyyMapPyS3HaiPh3czGrL2DTOcCXDLew { color:#b0b0b0;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:45.8125rem;left:23.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JLxacJA8LIUdgdiw7foEm6TivI2fmE2t { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:48.125rem;left:24.4375rem;display:block; }
#VK9GVO6odBDHdTfN4iT390Veh3Wp7PwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row .container { background-color: transparent; background-image: none; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row .container > .video-iframe-container { display: none; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row > .video-iframe-container { display: none; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .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); }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row .container { border-width: 0; border-radius: 0; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#rO2mdQr8Q1gTA4N2SCCvwP2AlJU7385D { position:absolute;display:block;z-index:15021;height:16.6875rem;width:29.6875rem;top:18.6875rem;left:7.5rem;display:block; }
#RDHhO80DwSpNo6dApizbMo6No097BpGR { position:absolute;display:block;z-index:15022;height:16.625rem;width:29.6875rem;top:36.0625rem;left:37.8125rem;display:block; }
#WwnCTUGuf7xmzACXvbrq6ftlTIAySxxv { position:absolute;display:block;z-index:15019;height:16.375rem;width:29.6875rem;top:72.875rem;left:37.8125rem;display:none; }
#HveTxROhQxmtxtBrNh1vaXrCTpHSyANl { position:absolute;display:block;z-index:15015;height:16.375rem;width:29.6875rem;top:55.6875rem;left:7.5rem;display:none; }
#pQ9mQhWizP8mJtzDTHzDPrQWQKqwaIlg { position:absolute;display:block;z-index:15019;height:16.6875rem;width:29.6875rem;top:18.625rem;left:37.8125rem;display:block; }
#N3iEX97daRgl3RK4xxhnk512Bb09km9T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:29.4375rem;top:1.5rem;left:36.0625rem;overflow:hidden;display:none; }
#UKvfeXWn9DStAw2LXXwsK1MQhHSqwXGr { 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:8.4375rem;width:22.25rem;top:197.25rem;left:26.375rem;overflow:hidden;display:none; }
#CCC2NFnTmJvFQoTIRaP45eabyy5qLH98 { position:absolute;display:block;z-index:15011;height:16.6875rem;width:29.6875rem;top:36.0625rem;left:7.5rem;display:block; }
#EFb1GTND7KTXethJx0lyMdzw2IKFBDhf { position:absolute;display:block;z-index:15011;height:16.375rem;width:29.6875rem;top:15.4375rem;left:7.5rem;display:none; }
#bmyv0lNtZR5eB9Dw9kadbniaHNpA8Uyn { position:absolute;display:block;z-index:15023;height:16.6875rem;width:29.6875rem;top:1.25rem;left:37.8125rem;display:block; }
#C1errP8FHZlZTkOVorgzm9i0AkpFF51G { position:absolute;display:block;z-index:15015;height:16.6875rem;width:29.6875rem;top:1.25rem;left:7.5rem;display:block; }
#KubFFOaexozQVeikEp4B7lOqhED54n26 { position:absolute;display:block;z-index:15027;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.625rem;width:13.9375rem;top:1.125rem;left:7.5rem;overflow:hidden;display:none; }
#VoTDKtZP0UvHXcyverG15oEmvb8DfXwT { position:absolute;display:block;z-index:15014;height:16.375rem;width:29.6875rem;top:46.5625rem;left:37.8125rem;display:none; }
#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container { background-color: transparent; background-image: none; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container > .video-iframe-container { display: none; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row > .video-iframe-container { display: none; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .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); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container { border-width: 0; border-radius: 0; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#yIxSvIWnILd3Cmqmw0k3yFLvA5R7Q5nV { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:4.6875rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:22.0625rem;left:28.75rem;height:6.09375rem;font-style:normal;display:block; }
#ODqE8AgDBTreAQSxNWsAOfBT03EGK8Hw { color:rgba(var(--color-primary-1),1);display:block;width:70.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.09375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaB5XPq7HhysCzG4Mwz57UHBJZQoahMQ { position:absolute;display:block;z-index:14999;height:33.125rem;width:37.125rem;top:7.5rem;left:19.0625rem;display:block; }
#g3Mn9TKUnb9WP5TsQzEsJhbmLJB00mFx { position:absolute;display:block;z-index:14997;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:38.1875rem;width:37.25rem;top:7.125rem;left:18.875rem;display:block; }
#c2psfEwouBDEwxpVXCyTcbFHbT47N3As { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121111;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; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row .container { background-color: transparent; background-image: none; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row .container > .video-iframe-container { display: none; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row > .video-iframe-container { display: none; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .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); }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row .container { border-width: 0; border-radius: 0; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row .container { font-size:0.875rem;font-family:arial;height:247.3125rem;width:75rem;position:relative;display:block; }#uW7vAxhzhsSFZlVEfGGtlIFTETbgkwt1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:29.375rem;top:154rem;left:7.3125rem;overflow:hidden;display:block; }
#Ol136fNrqDpThyBCacsTS3QGTWVNqcpZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:29.6875rem;top:126.1875rem;left:37.4375rem;overflow:hidden;display:block; }
#o7H6CIZwuFo4OiZ9Guih9XA8QQ3OklFi { 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:9.375rem;width:29.6875rem;top:86.9375rem;left:7.125rem;overflow:hidden;display:block; }
#aSUSnNqzhdvKCpBWr7886WsT6IBqcOXP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:29.6875rem;top:95.75rem;left:37.4375rem;overflow:hidden;display:block; }
#aJpm27t3sOsRRAzOtftBMOAQ7hmh3AZk { position:absolute;display:block;z-index:15005;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:9.75rem;width:29.6875rem;top:97.0625rem;left:7.125rem;overflow:hidden;display:block; }
#nlmw7hF4hZ8HMfS7NI5hHkovSuTdNhqd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:29.6875rem;top:86.9375rem;left:37.4375rem;overflow:hidden;display:block; }
#WqLpM0mwTTux3sIx9C69wSVMPTW3WQpd { position:absolute;display:block;z-index:15005;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:7.3125rem;width:29.6875rem;top:78.8125rem;left:7.125rem;overflow:hidden;display:block; }
#dLa2QMTctfi0E2zKpldllbtp05VZuo5I { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:;width:29.6875rem;top:78.75rem;left:37.4375rem;overflow:hidden;display:block; }
#n5NMJhnT5whJU7JhsTv7wz1ZqnXVy48B { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:29.6875rem;top:105.75rem;left:37.4375rem;overflow:hidden;display:block; }
#lU3fsKy4cN9URW34PbyQesM2ys8J2xAN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:29.6875rem;top:107.625rem;left:7.125rem;overflow:hidden;display:block; }
#LQdt5XSwO4C0nnfKOr3daMD7NzTwmkwR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:29.6875rem;top:115.8125rem;left:37.4375rem;overflow:hidden;display:block; }
#ZsH478PPqbFVzbfZP7Cu3cIn5SOQEkRc { 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:35.375rem;width:29.6875rem;top:117.9375rem;left:7.125rem;overflow:hidden;display:block; }
#e5oQgEEkQsFuLbRW3MVp6URgAChs0l2l { position:absolute;display:block;z-index:15002;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:7.5625rem;width:29.625rem;top:70.25rem;left:37.46875rem;overflow:hidden;display:block; }
#aiRO5dCKR0sPU0rov3rmkR6nULpgvwnf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:28.4375rem;top:202.0625rem;left:38.0625rem;overflow:hidden;display:block; }
#fsisIK6MRH8nomvqps1ThOeqaU47OLMs { 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:10.25rem;width:28.125rem;top:55.0625rem;left:6.330078125rem;overflow:hidden;display:block; }
#OWIQ3lJTSpbPauJwM2VSc19cVy0M0mgD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:29.4375rem;top:69.0625rem;left:7.28125rem;overflow:hidden;display:block; }
#NDrzEMbZPDlMwO1658lWGAUSl9PfCvpB { 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:17.625rem;width:24rem;top:221.1875rem;left:10.392578125rem;overflow:hidden;display:block; }
#tqMdcfO8MNkZ21gusDHThguDsPARz3zT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.4375rem;width:29rem;top:148.875rem;left:37.78125rem;overflow:hidden;display:block; }
#s0UrSoE5gLWe0vTAKAbMXr3HoPQ7Dd2K { position:absolute;display:block;z-index:15005;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:42.8125rem;width:24.3125rem;top:176.8125rem;left:10.125rem;overflow:hidden;display:block; }
#X0M5eeeFWr2cJTxUWOtPNFHFN9aZo4ue { position:absolute;display:block;z-index:15005;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:10.6875rem;width:28.5rem;top:228.1875rem;left:38.03125rem;overflow:hidden;display:block; }
#FtFROwanO1Hdxof0JJFRbWK9q3DJdSvo { background-color:rgba(var(--color-primary-1),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:240.375rem;left:21.4375rem;display:block; }
#p3Rs6L92W77HRiyoe523TH4UEaBLhTNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXx018MwncVJ16Nh61oL9t50TT3Kti1p { position:absolute;display:block;z-index:15019;height:16.375rem;width:29.6875rem;top:72.875rem;left:37.8125rem;display:none; }
#CXiWrVrslqDlUvqPR9quDxNmsAa1S22p { background-color:rgba(var(--color-primary-1),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:268.125rem;left:21.4375rem;display:none; }
#WMJzgfsMvxgqWgedySNKVdHKlmWhpRHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrPJweVAe8xi2gAAXg8mTRWLU1BMypxE { position:absolute;display:block;z-index:15015;height:16.375rem;width:29.6875rem;top:55.6875rem;left:7.5rem;display:none; }
#zKy53iIWD9g6GPX6twtersJvFqqS5QiV { position:absolute;display:block;z-index:15018;height:16.375rem;width:29.6875rem;top:53.5rem;left:37.8125rem;display:block; }
#NipdHgRJJ2dMiCskhAJDUkOpVivvR1yv { position:absolute;display:block;z-index:15017;height:16.6875rem;width:29.6875rem;top:36.0625rem;left:7.46875rem;display:block; }
#Gpc5Q3mK1gx2iDlOTehyh5vgEI3RUKVS { position:absolute;display:block;z-index:15025;height:16.6875rem;width:29.6875rem;top:36.0625rem;left:37.8125rem;display:block; }
#NBixdgWcKagdDwmxVl5SpEe1UlHQTnCh { position:absolute;display:block;z-index:15024;height:16.6875rem;width:29.6875rem;top:1.0625rem;left:37.8125rem;display:block; }
#yXT0VnZe6cleF40ufHW9103pzWh6wUOx { position:absolute;display:block;z-index:15013;height:16.6875rem;width:29.6875rem;top:18.5625rem;left:7.4375rem;display:block; }
#V87fA9OJSa7up4anfT8UH29RTak1vshd { position:absolute;display:block;z-index:15013;height:16.6875rem;width:29.6875rem;top:18.5625rem;left:37.8125rem;display:block; }
#WK1Vdy8kn07qKhFg3AexxBW6TLUSbflL { position:absolute;display:block;z-index:15023;height:16.6875rem;width:29.6875rem;top:1.0625rem;left:7.4375rem;display:block; }
#m5nOorQnVW33boWV0IK19JneEPvRtcXk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container { background-color: transparent; background-image: none; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container > .video-iframe-container { display: none; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row > .video-iframe-container { display: none; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .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); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container { border-width: 0; border-radius: 0; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#i3R5gF0eiUd8l1ao9EynQQylOwBiVGKo { color:#787878;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:17.0625rem;height:1.29980625rem;display:block; }
#u9t8aIeQeC3fHlPVg8kWvL2QwySHrNV1 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:40.0625rem;height:1.29980625rem;display:block; }
#TOnuqdPTgPTVa0fMUORr5CUSrfAFbBMa { color:rgba(var(--color-tertiary-2),1);display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:39rem;height:1.29980625rem;display:block; }
#q2S53fm8FVHa7yQI9zfXPIN7SrvvKo9v { color:rgba(var(--color-tertiary-2),1);display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:46.4375rem;height:1.29980625rem;display:block; }
#CGTkiwx49Bn8BgR06kNps4Ei23CMgTxu { color:rgba(var(--color-tertiary-3),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:47.5rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo { display:block; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVNDNT06ZWL2AMML3y9ZKZuXuSbkAuMH { top:0.25rem;left:13.59375rem;width:20.5625rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODVNw9xlqceGRNRwNFzmWgdvvyhO27vv { top:12.5rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFN1kCU3aZEWI5tGxVsg1FX1KMk2reaz { top:12.3125rem;left:0rem;width:47.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTV4a06hzootqZddz918OZ0xX42Ntog { top:19.625rem;left:15.625rem;width:16.6875rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0treyuWGuXEQVPSgtnH6M5tPUpp6Jfo { top:42.3125rem;left:0rem;width:47.75rem;height:56.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUZXHkzhShI5s6QLcv9VrAMHIZLwXgnN { top:2.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH { width:16.8125rem;height:4.6875rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEEGvygzGFrSEBPQ1fUz8urv9MvCTJvJ { display:block; }
 }@media only screen and (max-width: 763px) { #eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN { display:block; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEB5TpVhMCMr5UC4zhn0nWEF2w4rdGSo { top:0.6875rem;left:11.875rem;width:24rem;height:3.9375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgsSxyiTs6zv2UWSrtAwSwuxv4eCmOv { top:5.1875rem;left:0rem;width:47.75rem;height:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI32M4Uo29M9bl5micBxoqvMrxIAVT1J { display:block; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI1KAa183mIqEhcBiuOt1dSa7tEGIeFB { top:35.5rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #we0IWOil6roK2qbgOV02o0UXyJ5uyi5N { top:70.9375rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX607h2ifQyZW92UCkW1Z4prkPNa1g1z { top:8.125rem;left:28.0625rem;width:19.6875rem;height:11.907216494846rem;display:none; }
 }@media only screen and (max-width: 763px) { #NE0cmCWez0Jw4hBJFgIDx4KczHTeB5MR { top:1.0625rem;left:0rem;width:23.9375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPpXdVXzCpyA4stcqQoiE2yzdH6smnXc { top:1.0625rem;left:23.6875rem;width:23.8125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HybEzpxZalPUtkJ4EBFmXuGMgSNhrp8g { top:8.125rem;left:28.3125rem;width:19.4375rem;height:10.905528052805rem;display:none; }
 }@media only screen and (max-width: 763px) { #oT1d3Kqscentqn23aoHHrB3SxXypLwOp { top:88.375rem;left:4.4375rem;width:19.0625rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fW6DeOiKRL0bUGeCCdDZP9RauELs07Qd { top:70.9375rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTQvL6HF0cLOybMZ3LEpclHBd36cnT9 { top:18.0625rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDSMZhSnrqXyliDCPA0vVXCwGeeN5nHD { top:106.375rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHpKcoMPRc86TFVPmWTS7HwqM8UKUMGP { top:35.5rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmi3R4WXznzrAZu60WQSTOkaWNLv2q8a { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #UTNA1ZVQi1FDSueO2Fsxv4X7ZFZr8P3c { display:block; }
 }@media only screen and (max-width: 763px) { #ED6ztpPnXG1GmCuvuOTIc6r1AfiCor4P { top:18.0625rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DihCwiOkg3q2kbTQrCkcIwbGIAcsx3mB { top:106.375rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUwVVcTH6HvLwTm8UrEgDLbxcAEVLQO9 { top:53rem;left:2.75rem;width:20.75rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aD5dQdsOmI1O1ZG5AefuBNmzcgaag6Sk { top:88.4375rem;left:24.1875rem;width:18.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDkSc4T8kbSZw8wI03Cq2hKTk5GLTDpl { top:53rem;left:24.25rem;width:20rem;height:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 { display:block; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGzRJlWXFRnit97oz2KJezKFxvtqXsAk { top:17.125rem;left:13.875rem;width:20rem;height:6.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muguCVZZTWcg0IafHW0URr5vV0BEcDOx { top:1.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI279lyKJK5ywvrI3uqy2XXLFba4laCl { top:6.5rem;left:5.25rem;width:37.25rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbqXdm4N3vRnETe23a663ByFp6eMqlnC { top:9.25rem;left:0rem;width:36.5rem;height:55.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDiw1o5A2T3FAD0x6xoBth4OJWcxSdC { top:23.875rem;left:8.75rem;width:30.25rem;height:3.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jypvg08laI86m3ouo67GEXvzldBeXz8F { top:6.8125rem;left:5.3125rem;width:37.125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyyMapPyS3HaiPh3czGrL2DTOcCXDLew { top:45.8125rem;left:9.625rem;width:28.5625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLxacJA8LIUdgdiw7foEm6TivI2fmE2t { width:26.125rem;height:3.4375rem;top:48.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK9GVO6odBDHdTfN4iT390Veh3Wp7PwW { display:block; }
 }@media only screen and (max-width: 763px) { #VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV { display:block; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO2mdQr8Q1gTA4N2SCCvwP2AlJU7385D { top:18.6875rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDHhO80DwSpNo6dApizbMo6No097BpGR { top:36.0625rem;left:18.0625rem;width:29.6875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwnCTUGuf7xmzACXvbrq6ftlTIAySxxv { top:72.875rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HveTxROhQxmtxtBrNh1vaXrCTpHSyANl { top:55.6875rem;left:0rem;width:29.6875rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQ9mQhWizP8mJtzDTHzDPrQWQKqwaIlg { top:18.625rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3iEX97daRgl3RK4xxhnk512Bb09km9T { top:1.5rem;left:18.3125rem;width:29.4375rem;height:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKvfeXWn9DStAw2LXXwsK1MQhHSqwXGr { top:197.25rem;left:12.75rem;width:22.25rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCC2NFnTmJvFQoTIRaP45eabyy5qLH98 { top:36.0625rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFb1GTND7KTXethJx0lyMdzw2IKFBDhf { top:15.4375rem;left:0rem;width:29.6875rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmyv0lNtZR5eB9Dw9kadbniaHNpA8Uyn { top:1.25rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1errP8FHZlZTkOVorgzm9i0AkpFF51G { top:1.25rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KubFFOaexozQVeikEp4B7lOqhED54n26 { top:1.125rem;left:0rem;width:13.9375rem;height:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoTDKtZP0UvHXcyverG15oEmvb8DfXwT { top:46.5625rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ { display:block; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIxSvIWnILd3Cmqmw0k3yFLvA5R7Q5nV { top:22.0625rem;left:15.125rem;width:20rem;height:6.0625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODqE8AgDBTreAQSxNWsAOfBT03EGK8Hw { top:1.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaB5XPq7HhysCzG4Mwz57UHBJZQoahMQ { top:7.5rem;left:5.4375rem;width:37.125rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Mn9TKUnb9WP5TsQzEsJhbmLJB00mFx { top:7.125rem;left:5.25rem;width:37.25rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2psfEwouBDEwxpVXCyTcbFHbT47N3As { display:block; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW7vAxhzhsSFZlVEfGGtlIFTETbgkwt1 { top:154rem;left:0rem;width:29.375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol136fNrqDpThyBCacsTS3QGTWVNqcpZ { top:126.1875rem;left:18.0625rem;width:29.6875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7H6CIZwuFo4OiZ9Guih9XA8QQ3OklFi { top:86.9375rem;left:0rem;width:29.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSUSnNqzhdvKCpBWr7886WsT6IBqcOXP { top:95.75rem;left:18.0625rem;width:29.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpm27t3sOsRRAzOtftBMOAQ7hmh3AZk { top:97.0625rem;left:0rem;width:29.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmw7hF4hZ8HMfS7NI5hHkovSuTdNhqd { top:86.9375rem;left:18.0625rem;width:29.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLpM0mwTTux3sIx9C69wSVMPTW3WQpd { top:78.8125rem;left:0rem;width:29.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLa2QMTctfi0E2zKpldllbtp05VZuo5I { top:78.75rem;left:18.0625rem;width:29.6875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #n5NMJhnT5whJU7JhsTv7wz1ZqnXVy48B { top:105.75rem;left:18.0625rem;width:29.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU3fsKy4cN9URW34PbyQesM2ys8J2xAN { top:107.625rem;left:0rem;width:29.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQdt5XSwO4C0nnfKOr3daMD7NzTwmkwR { top:115.8125rem;left:18.0625rem;width:29.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsH478PPqbFVzbfZP7Cu3cIn5SOQEkRc { top:117.9375rem;left:0rem;width:29.6875rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5oQgEEkQsFuLbRW3MVp6URgAChs0l2l { top:70.25rem;left:18.125rem;width:29.625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiRO5dCKR0sPU0rov3rmkR6nULpgvwnf { top:202.0625rem;left:19.3125rem;width:28.4375rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsisIK6MRH8nomvqps1ThOeqaU47OLMs { top:55.0625rem;left:0rem;width:28.125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWIQ3lJTSpbPauJwM2VSc19cVy0M0mgD { top:69.0625rem;left:0rem;width:29.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDrzEMbZPDlMwO1658lWGAUSl9PfCvpB { top:221.1875rem;left:0rem;width:24rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqMdcfO8MNkZ21gusDHThguDsPARz3zT { top:148.875rem;left:18.75rem;width:29rem;height:51.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0UrSoE5gLWe0vTAKAbMXr3HoPQ7Dd2K { top:176.8125rem;left:0rem;width:24.3125rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0M5eeeFWr2cJTxUWOtPNFHFN9aZo4ue { top:228.1875rem;left:19.25rem;width:28.5rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtFROwanO1Hdxof0JJFRbWK9q3DJdSvo { width:32.125rem;height:3.4375rem;top:240.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Rs6L92W77HRiyoe523TH4UEaBLhTNG { display:block; }
 }@media only screen and (max-width: 763px) { #yXx018MwncVJ16Nh61oL9t50TT3Kti1p { top:72.875rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXiWrVrslqDlUvqPR9quDxNmsAa1S22p { width:32.125rem;height:3.4375rem;top:268.125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMJzgfsMvxgqWgedySNKVdHKlmWhpRHQ { display:block; }
 }@media only screen and (max-width: 763px) { #zrPJweVAe8xi2gAAXg8mTRWLU1BMypxE { top:55.6875rem;left:0rem;width:29.6875rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKy53iIWD9g6GPX6twtersJvFqqS5QiV { top:53.5rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NipdHgRJJ2dMiCskhAJDUkOpVivvR1yv { top:36.0625rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpc5Q3mK1gx2iDlOTehyh5vgEI3RUKVS { top:36.0625rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBixdgWcKagdDwmxVl5SpEe1UlHQTnCh { top:1.0625rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXT0VnZe6cleF40ufHW9103pzWh6wUOx { top:18.5625rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V87fA9OJSa7up4anfT8UH29RTak1vshd { top:18.5625rem;left:18.0625rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1Vdy8kn07qKhFg3AexxBW6TLUSbflL { top:1.0625rem;left:0rem;width:29.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5nOorQnVW33boWV0IK19JneEPvRtcXk { display:block; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3R5gF0eiUd8l1ao9EynQQylOwBiVGKo { top:0.875rem;left:3.4375rem;width:22.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9t8aIeQeC3fHlPVg8kWvL2QwySHrNV1 { top:0.875rem;left:26.4375rem;width:6.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOnuqdPTgPTVa0fMUORr5CUSrfAFbBMa { top:0.875rem;left:25.375rem;width:0.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2S53fm8FVHa7yQI9zfXPIN7SrvvKo9v { top:0.875rem;left:32.8125rem;width:0.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGTkiwx49Bn8BgR06kNps4Ei23CMgTxu { top:0.875rem;left:33.875rem;width:10.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo { background-color:#000000;background-image:none;display:block; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container { background-color: transparent; background-image: none; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container > .video-iframe-container { display: none; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row > .video-iframe-container { display: none; }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .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); }#iZs4lzsmf0lVcXDThL7SpukqhJW4CAFo > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVNDNT06ZWL2AMML3y9ZKZuXuSbkAuMH { width:20rem;height:2.1933625rem;top:0.2060546875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#7f7f7f;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb962cfe-0ffb-498e-92d7-1d4fd1ff1328/signal20260412120302.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.55); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.55); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODVNw9xlqceGRNRwNFzmWgdvvyhO27vv { width:19.875rem;height:11.1875rem;top:9.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFN1kCU3aZEWI5tGxVsg1FX1KMk2reaz { width:20rem;height:11.3125rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTV4a06hzootqZddz918OZ0xX42Ntog { width:16.6875rem;height:2.5996125rem;top:13.8125rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s0treyuWGuXEQVPSgtnH6M5tPUpp6Jfo { width:20rem;height:63.75rem;top:21.8125rem;left:0rem;font-size:1.25rem;z-index:15019;line-height:1;text-align:left;text-align-last:left;color:#000000;text-shadow:0rem 0rem 0.4375rem #ffffff;font-family:dosis;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZUZXHkzhShI5s6QLcv9VrAMHIZLwXgnN { width:20rem;height:7.03125rem;top:1.125rem;left:0rem;font-size:1.5625rem;font-family:"times new roman";font-weight:400;font-style:normal;line-height:1.5;color:#000000;text-shadow:0rem 0rem 0.1875rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH { width:15.25rem;height:3.9375rem;top:87.8125rem;left:2.375rem;background-color:#fbacd1;background-image:url("https://images.assets-landingi.com/uc/172f4fad-fd1a-48e7-aed1-d48ad47c9de0/noroot.crop_1352x392_88,346");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH.adaptive-delivery-prevent-bg, #fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH.lazyload, #fCvEMi1sIshWt4IuCoLXuIQ8lqA904pH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BEEGvygzGFrSEBPQ1fUz8urv9MvCTJvJ { display:block; }
 }@media only screen and (max-width: 763px) { #eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN { display:block; }#eP1wbTeUeB4rxWOT7rC2aoJHJbtCODqN > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEB5TpVhMCMr5UC4zhn0nWEF2w4rdGSo { width:20rem;height:2.14355625rem;top:1.021484375rem;left:0rem;font-size:3.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:.7;color:#e8e8e8;display:block; }
 }@media only screen and (max-width: 763px) { #FZgsSxyiTs6zv2UWSrtAwSwuxv4eCmOv { width:20rem;height:11rem;top:3.9150390625rem;left:0rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;color:#e8e8e8;font-weight:400;font-style:normal;font-family:"pt sans narrow";display:block; }
 }@media only screen and (max-width: 763px) { #CI32M4Uo29M9bl5micBxoqvMrxIAVT1J { display:block; }#CI32M4Uo29M9bl5micBxoqvMrxIAVT1J > .row .container { width:20rem;height:165.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI1KAa183mIqEhcBiuOt1dSa7tEGIeFB { width:20rem;height:11.25rem;top:100.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #we0IWOil6roK2qbgOV02o0UXyJ5uyi5N { width:20rem;height:11rem;top:114.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QX607h2ifQyZW92UCkW1Z4prkPNa1g1z { width:19.875rem;height:12rem;top:0.6875rem;left:0rem;z-index:15028;overflow:hidden;border-top:0;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0cmCWez0Jw4hBJFgIDx4KczHTeB5MR { width:19.75rem;height:13.304177545692rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPpXdVXzCpyA4stcqQoiE2yzdH6smnXc { width:19.75rem;height:13.374015748031rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HybEzpxZalPUtkJ4EBFmXuGMgSNhrp8g { width:20rem;height:11.1875rem;top:112.6875rem;left:0rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oT1d3Kqscentqn23aoHHrB3SxXypLwOp { width:20rem;height:17.375rem;top:82.5rem;left:0rem;z-index:15029;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW6DeOiKRL0bUGeCCdDZP9RauELs07Qd { width:20rem;height:11.25rem;top:153.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTQvL6HF0cLOybMZ3LEpclHBd36cnT9 { width:20rem;height:11.25rem;top:25.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDSMZhSnrqXyliDCPA0vVXCwGeeN5nHD { width:20rem;height:11.25rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHpKcoMPRc86TFVPmWTS7HwqM8UKUMGP { width:20rem;height:11.25rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmi3R4WXznzrAZu60WQSTOkaWNLv2q8a { top:78.1875rem;left:0rem;width:20rem;height:3.5625rem;z-index:15030;background-color:#fb78b6;background-image:none;box-shadow: none;font-family:roboto;font-weight:700;font-style:normal;font-size:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UTNA1ZVQi1FDSueO2Fsxv4X7ZFZr8P3c { display:block; }
 }@media only screen and (max-width: 763px) { #ED6ztpPnXG1GmCuvuOTIc6r1AfiCor4P { width:20rem;height:11.25rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DihCwiOkg3q2kbTQrCkcIwbGIAcsx3mB { width:20rem;height:11.25rem;top:124.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUwVVcTH6HvLwTm8UrEgDLbxcAEVLQO9 { width:20rem;height:16.5625rem;top:136.4375rem;left:0rem;z-index:15030;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5dQdsOmI1O1ZG5AefuBNmzcgaag6Sk { width:18.75rem;height:17.1875rem;top:88.4375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDkSc4T8kbSZw8wI03Cq2hKTk5GLTDpl { width:19.875rem;height:16.75rem;top:36.9375rem;left:0rem;z-index:15032;overflow:hidden;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 { background-color:#1a1a1a;background-image:none;display:block; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container { background-color: transparent; background-image: none; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container > .video-iframe-container { display: none; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row > .video-iframe-container { display: none; }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .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); }#e4QA6KTQPLFhVufDI1cMvKmDTOcL06l2 > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGzRJlWXFRnit97oz2KJezKFxvtqXsAk { width:12.8125rem;height:3.4121125rem;top:22.01171875rem;left:3.59375rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:15002;color:#373737;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #muguCVZZTWcg0IafHW0URr5vV0BEcDOx { width:20rem;height:7.7988125rem;top:1rem;left:0rem;font-size:2rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #EI279lyKJK5ywvrI3uqy2XXLFba4laCl { width:19.625rem;height:32.875rem;top:7.28076171875rem;left:0.1875rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#f1f1f1;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;display:block; }
 }@media only screen and (max-width: 763px) { #RbqXdm4N3vRnETe23a663ByFp6eMqlnC { width:20rem;height:87.8125rem;top:43.1875rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#fdfbfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dGDiw1o5A2T3FAD0x6xoBth4OJWcxSdC { top:35.17041015625rem;left:0.875rem;width:18.25rem;height:4.142575rem;z-index:15029;color:#515151;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jypvg08laI86m3ouo67GEXvzldBeXz8F { width:20rem;height:37.8125rem;top:7.28076171875rem;left:0rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #hyyMapPyS3HaiPh3czGrL2DTOcCXDLew { width:14.5625rem;height:2.5996125rem;top:49.5rem;left:2.75rem;font-size:1rem;color:#bababa;display:block; }
 }@media only screen and (max-width: 763px) { #JLxacJA8LIUdgdiw7foEm6TivI2fmE2t { width:19rem;height:2.8125rem;top:45.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK9GVO6odBDHdTfN4iT390Veh3Wp7PwW { display:block; }
 }@media only screen and (max-width: 763px) { #VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV { display:block; }#VgNxJXd1Ot1wvq9QGPEaLFyt2fTWXAGV > .row .container { width:20rem;height:131.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO2mdQr8Q1gTA4N2SCCvwP2AlJU7385D { width:20rem;height:11.25rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDHhO80DwSpNo6dApizbMo6No097BpGR { width:20rem;height:11.25rem;top:72.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwnCTUGuf7xmzACXvbrq6ftlTIAySxxv { width:20rem;height:11.25rem;top:95.8125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HveTxROhQxmtxtBrNh1vaXrCTpHSyANl { width:20rem;height:11.25rem;top:107.75rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #pQ9mQhWizP8mJtzDTHzDPrQWQKqwaIlg { width:20rem;height:11.375rem;top:157.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N3iEX97daRgl3RK4xxhnk512Bb09km9T { width:20rem;height:6.125rem;top:43.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UKvfeXWn9DStAw2LXXwsK1MQhHSqwXGr { width:20rem;height:7.7636875rem;top:63.3125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CCC2NFnTmJvFQoTIRaP45eabyy5qLH98 { width:20rem;height:11.5625rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFb1GTND7KTXethJx0lyMdzw2IKFBDhf { width:20rem;height:11.25rem;top:31.5625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #bmyv0lNtZR5eB9Dw9kadbniaHNpA8Uyn { width:20rem;height:11.25rem;top:119.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1errP8FHZlZTkOVorgzm9i0AkpFF51G { width:20rem;height:11.25rem;top:83.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KubFFOaexozQVeikEp4B7lOqhED54n26 { width:19.875rem;height:18rem;top:0.8125rem;left:0rem;z-index:15031;overflow:hidden;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoTDKtZP0UvHXcyverG15oEmvb8DfXwT { width:20rem;height:11.25rem;top:19.625rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ { background-color:#1e1e1e;background-image:none;display:block; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container { background-color: transparent; background-image: none; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container > .video-iframe-container { display: none; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row > .video-iframe-container { display: none; }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .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); }#XJlQ0VpeVBwazGKuT7hV4M9857SqZ4wJ > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIxSvIWnILd3Cmqmw0k3yFLvA5R7Q5nV { width:20rem;height:2.5996125rem;top:20.25rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ODqE8AgDBTreAQSxNWsAOfBT03EGK8Hw { width:20rem;height:7.7988125rem;top:0.9375rem;left:0rem;font-size:2rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #MaB5XPq7HhysCzG4Mwz57UHBJZQoahMQ { width:20rem;height:37.8125rem;top:6.6875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #g3Mn9TKUnb9WP5TsQzEsJhbmLJB00mFx { width:20rem;height:36.0625rem;top:9.25rem;left:0rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #c2psfEwouBDEwxpVXCyTcbFHbT47N3As { display:block; }#c2psfEwouBDEwxpVXCyTcbFHbT47N3As > .row .container { width:20rem;height:344.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW7vAxhzhsSFZlVEfGGtlIFTETbgkwt1 { width:20rem;height:14.8369375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol136fNrqDpThyBCacsTS3QGTWVNqcpZ { width:20rem;height:14.1338125rem;top:112.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7H6CIZwuFo4OiZ9Guih9XA8QQ3OklFi { width:20rem;height:6.3214285714287rem;top:147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSUSnNqzhdvKCpBWr7886WsT6IBqcOXP { width:20rem;height:6.3214285714287rem;top:154.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJpm27t3sOsRRAzOtftBMOAQ7hmh3AZk { width:20rem;height:6.5799256505575rem;top:162.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmw7hF4hZ8HMfS7NI5hHkovSuTdNhqd { width:20rem;height:5.5rem;top:140.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqLpM0mwTTux3sIx9C69wSVMPTW3WQpd { width:20rem;height:4.9642857142857rem;top:134.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLa2QMTctfi0E2zKpldllbtp05VZuo5I { width:20rem;height:4.9642857142857rem;top:127.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5NMJhnT5whJU7JhsTv7wz1ZqnXVy48B { width:20rem;height:6.4312267657994rem;top:170.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU3fsKy4cN9URW34PbyQesM2ys8J2xAN { width:20rem;height:6.4312267657994rem;top:177.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQdt5XSwO4C0nnfKOr3daMD7NzTwmkwR { width:20rem;height:6.4312267657994rem;top:185.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsH478PPqbFVzbfZP7Cu3cIn5SOQEkRc { width:20rem;height:23.84375rem;top:193.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5oQgEEkQsFuLbRW3MVp6URgAChs0l2l { width:20rem;height:5.0625rem;top:218.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiRO5dCKR0sPU0rov3rmkR6nULpgvwnf { width:20rem;height:17.100125rem;top:229.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsisIK6MRH8nomvqps1ThOeqaU47OLMs { width:20rem;height:7.7636875rem;top:43.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWIQ3lJTSpbPauJwM2VSc19cVy0M0mgD { width:20rem;height:6.125rem;top:13.138671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDrzEMbZPDlMwO1658lWGAUSl9PfCvpB { width:20rem;height:14.74075rem;top:243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqMdcfO8MNkZ21gusDHThguDsPARz3zT { width:20rem;height:35.40725rem;top:258.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0UrSoE5gLWe0vTAKAbMXr3HoPQ7Dd2K { width:20rem;height:35.0141875rem;top:307.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0M5eeeFWr2cJTxUWOtPNFHFN9aZo4ue { width:19.125rem;height:7.4375rem;top:295.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtFROwanO1Hdxof0JJFRbWK9q3DJdSvo { width:19rem;height:3.4375rem;top:225.0625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3Rs6L92W77HRiyoe523TH4UEaBLhTNG { display:block; }
 }@media only screen and (max-width: 763px) { #yXx018MwncVJ16Nh61oL9t50TT3Kti1p { width:20rem;height:11.375rem;top:1rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #CXiWrVrslqDlUvqPR9quDxNmsAa1S22p { width:19rem;height:3.4375rem;top:303.1875rem;left:0.5rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #WMJzgfsMvxgqWgedySNKVdHKlmWhpRHQ { display:block; }
 }@media only screen and (max-width: 763px) { #zrPJweVAe8xi2gAAXg8mTRWLU1BMypxE { width:20rem;height:11.125rem;top:24.875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #zKy53iIWD9g6GPX6twtersJvFqqS5QiV { width:20rem;height:11.125rem;top:87.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NipdHgRJJ2dMiCskhAJDUkOpVivvR1yv { width:20rem;height:11.125rem;top:75.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpc5Q3mK1gx2iDlOTehyh5vgEI3RUKVS { width:20rem;height:11.5625rem;top:99.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBixdgWcKagdDwmxVl5SpEe1UlHQTnCh { width:20rem;height:11.125rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXT0VnZe6cleF40ufHW9103pzWh6wUOx { width:20rem;height:11.25rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V87fA9OJSa7up4anfT8UH29RTak1vshd { width:20rem;height:16.6875rem;top:18.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WK1Vdy8kn07qKhFg3AexxBW6TLUSbflL { width:20rem;height:11.25rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5nOorQnVW33boWV0IK19JneEPvRtcXk { background-color:#373737;background-image:none;display:block; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container { background-color: transparent; background-image: none; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container > .video-iframe-container { display: none; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row > .video-iframe-container { display: none; }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .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); }#m5nOorQnVW33boWV0IK19JneEPvRtcXk > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3R5gF0eiUd8l1ao9EynQQylOwBiVGKo { width:20rem;height:1.13720625rem;top:0.90625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#868384;display:block; }
 }@media only screen and (max-width: 763px) { #u9t8aIeQeC3fHlPVg8kWvL2QwySHrNV1 { width:6.5625rem;height:1.13720625rem;top:2.6875rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOnuqdPTgPTVa0fMUORr5CUSrfAFbBMa { width:0.875rem;height:0;top:4.60546875rem;left:7.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q2S53fm8FVHa7yQI9zfXPIN7SrvvKo9v { width:0.875rem;height:1.13720625rem;top:2.6875rem;left:7.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGTkiwx49Bn8BgR06kNps4Ei23CMgTxu { width:10rem;height:1.13720625rem;top:2.6875rem;left:8.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#797979;display:block; }
 }