.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:250,224,224;--color-primary-1:238,150,150;--color-primary-2:221,45,45;--color-primary-3:111,23,23;--color-primary-4:33,7,7;--color-secondary-0:238,223,222;--color-secondary-1:199,148,145;--color-secondary-2:142,40,34;--color-secondary-3:71,20,17;--color-secondary-4:21,6,5;--color-tertiary-0:255,255,255;--color-tertiary-1:196,216,218;--color-tertiary-2:58,124,131;--color-tertiary-3:29,62,66;--color-tertiary-4:6,12,13;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#0b0505;background-image:url("https://images.assets-landingi.com/uc/77939bea-1b46-4188-a2fc-074827db830c/tlo.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77939bea-1b46-4188-a2fc-074827db830c/tlo.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO.adaptive-delivery-prevent-bg, #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO.lazyload, #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO.lazyloading { background-image: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { background-color: transparent; background-image: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .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); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { border-width: 0; border-radius: 0; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;position:relative;display:block; }#SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { 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:5.5625rem;width:26.875rem;top:21.4990234375rem;left:27.71875rem;overflow:hidden;display:block; }
#QsV0DwKyGyfC81rAwPZlAbWmzprwawLJ { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:unbounded;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:12.6875rem;left:1.09375rem;height:19.6875rem;font-style:normal;display:block; }
#LnL6syL6cU6TLRhId54dJkEaTefVuCSZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:25.6875rem;top:38.875rem;left:28.3125rem;overflow:hidden;display:block; }
#HcGieQuMK9n5trSE7gFKIrtXPX4GZ6u1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:22.8125rem;top:15.0234375rem;left:29.6875rem;overflow:hidden;display:block; }
#U2hakTiFwtH6ONTmXT5PVxCRgD59s9Q3 { box-sizing:content-box;height:22.0625rem;width:22.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.2490234375rem;left:29.6875rem;display:block; }
#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1baf0;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; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container { background-color: transparent; background-image: none; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container > .video-iframe-container { display: none; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row > .video-iframe-container { display: none; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .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); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container { border-width: 0; border-radius: 0; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#UuqTVxgeaBHKLTJkqVTt492SCttnumBX { background-color:#c7e8e3;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.4375rem;left:7.96875rem;display:block; }
#F5L7pXa8iTSQNla7FTFHmNTeoSCLebf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDOGnh81xTB6xICPiPrevxCmbDzxCili { 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:2.8125rem;width:11.25rem;top:8.228515625rem;left:9.375rem;overflow:hidden;display:block; }
#znTDiOZpcMGL5cFrwTeZBM5uxGOi1atT { 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:3.1875rem;width:13.5625rem;top:8.041015625rem;left:38.21875rem;overflow:hidden;display:block; }
#PQV8iBPHz308CStnyodk6stqcSB2AooX { background-color:#c7e8e3;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.4375rem;left:37.96875rem;display:block; }
#hz4NGzsG01EkWOdeZ6M5E1PCTN2aNJTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container { background-color: transparent; background-image: none; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container > .video-iframe-container { display: none; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row > .video-iframe-container { display: none; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .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); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container { border-width: 0; border-radius: 0; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#OcZ14mt82kAfIylya9Xz1kNUlCA2yvsl { color:#c1baf0;display:block;width:54.5625rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.53125rem;left:2.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNtQETiqeUDa2NntoC4xxs16c8hpyNre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container { background-color: transparent; background-image: none; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container > .video-iframe-container { display: none; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row > .video-iframe-container { display: none; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .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); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container { border-width: 0; border-radius: 0; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#em607e6uhgp6JCvLBTq0evAxOpoxt5zw { position:absolute;display:block;z-index:15014;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:28rem;width:17.125rem;top:5.46875rem;left:38.40625rem;overflow:hidden;display:block; }
#FtivCLaoNkktFqR2Do99dA0Hxw0ZEvig { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:3.46875rem;left:1.75rem;height:26rem;text-align:left;text-align-last:left;display:block; }
#Kb8FsuZpk982mAT6meSX7zNNRiMrvz02 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:25.75rem;top:16.21875rem;left:34.09375rem;overflow:hidden;display:block; }
#Mydh8T3k7mnwPeh35d5uEdzaBom5ZZDr { box-sizing:content-box;height:26.0625rem;width:26.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:33.9375rem;display:block; }
#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1baf0;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; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container { background-color: transparent; background-image: none; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container > .video-iframe-container { display: none; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row > .video-iframe-container { display: none; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .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); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container { border-width: 0; border-radius: 0; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#JdJWpnP16nf6IiUEPRtg7TXydUAsgBmW { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:12.5rem;left:2.375rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#ZGiW32JRgamSOPcFNVoR0cQ0inKKciWP { color:#c7e8e3;display:block;width:54.0625rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:22.25rem;left:3.5625rem;height:1.875rem;text-align:right;text-align-last:right;display:block; }
#NM3Pi8mIM859erHMs85w8fCWDMiyMa0z { color:#c7e8e3;display:block;width:48.25rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6rem;left:5.28125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container { background-color: transparent; background-image: none; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container > .video-iframe-container { display: none; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row > .video-iframe-container { display: none; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .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); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container { border-width: 0; border-radius: 0; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#XHetF6PatMpe2dxR7HKOktan117twdqG { background-color:#c1baf0;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#c7e8e3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.854166625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.187500476837rem;left:4.375rem;display:block; }
#PKRzhIkphiMf1IkPyrbr0VMGCzi16d1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbVWvwx8KWeGetpxiaVpFnhGtyLFD5Av { 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:2.1875rem;width:8.5rem;top:17.812500476837rem;left:7.1145839691163rem;overflow:hidden;display:block; }
#a84Xtb8q0L6yeZR2D8JIzOiwSZ8q8xN4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:27.3125rem;top:2.84375rem;left:18.3525390625rem;overflow:hidden;display:block; }
#c8ZDeO62R5KgwQMpICTFKXsmwSNgs5Nn { background-color:#c1baf0;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,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:#c7e8e3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9785rem;height:3.8535125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.1865234375rem;left:42.78125rem;display:block; }
#AE70xs8q8l2dTcNKBVVzcWBPLuZEu6XL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVyy5e93ZJM3yOIePDXqdSfzTkATLLvQ { 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:2.625rem;width:12.25rem;top:17.3125rem;left:43.843751907349rem;overflow:hidden;display:block; }
#pKvMsTcRDfpCTqB9A1AkiHc89RokdsLZ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:30.5625rem;top:11.1875rem;left:15.6142578125rem;overflow:hidden;display:block; }
#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container { background-color: transparent; background-image: none; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container > .video-iframe-container { display: none; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row > .video-iframe-container { display: none; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .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); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container { border-width: 0; border-radius: 0; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#TRFP9oty23hSTPsOCRBlvC8fsCoTTFMH { color:#c1baf0;display:block;width:54.5625rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.53125rem;left:2.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container { background-color: transparent; background-image: none; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container > .video-iframe-container { display: none; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row > .video-iframe-container { display: none; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .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); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container { border-width: 0; border-radius: 0; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:60rem;position:relative;display:block; }#dPTKm2BZ9mtVebMN868Lspf4fR7zoRPc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:24.6875rem;top:1.4375rem;left:17.65625rem;overflow:hidden;display:block; }
#Me7LuPZiInEPUPORTogG87AnXTtWEC3t { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:12.3125rem;left:10rem;display:block; }
#G8dDsLsXIbRHMBvQGlxvBsJ4NanJ7GUH { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:36.9375rem;left:10rem;display:block; }
#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container { background-color: transparent; background-image: none; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container > .video-iframe-container { display: none; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row > .video-iframe-container { display: none; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .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); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container { border-width: 0; border-radius: 0; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#AdpZ5ncfGpGxibk8MPkxfCyMi5ZKnOA3 { color:#c1baf0;display:block;width:54.5625rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.53125rem;left:2.71875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fmZhmflNn8BRElzas8bITzbz8yf7mK9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container { background-color: transparent; background-image: none; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container > .video-iframe-container { display: none; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row > .video-iframe-container { display: none; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .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); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container { border-width: 0; border-radius: 0; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#Rw8S0iTMOhuTKPLVXRRCuy8eNG6l8uuO { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:unbounded;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:2;letter-spacing:0;top:3.46875rem;left:1.75rem;height:28.125rem;text-align:left;text-align-last:left;display:block; }
#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container { background-color: transparent; background-image: none; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container > .video-iframe-container { display: none; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row > .video-iframe-container { display: none; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .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); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container { border-width: 0; border-radius: 0; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#hevAgluS1sc9owV0u5MOswvksA2TfpUV { color:#c1baf0;display:block;width:48.25rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.9375rem;left:5.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d5e3b8f-65b5-48e7-9294-d4a6e6510c44/eddie.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2.adaptive-delivery-prevent-bg, #tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2.lazyload, #tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2.lazyloading { background-image: none; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container { background-color: transparent; background-image: none; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #c1baf0; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container > .video-iframe-container { display: none; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #c1baf0; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row > .video-iframe-container { display: none; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .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); }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container { border-width: 0; border-radius: 0; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#xSxTptqgiO9mBxKOZC3BkWlz0tx8Cp55 { background-color:#c7e8e3;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979166625rem;height:3.854166625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.187500476837rem;left:4.375rem;display:block; }
#DXskXiOOeddTRo6i0iJTwwyph9BmSuyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdbRnuEn82IvGNxLU7yFWdlheA5MFQzN { 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:2.1875rem;width:8.5rem;top:17.812500476837rem;left:7.1145839691163rem;overflow:hidden;display:block; }
#Vtfc5B1TyKcZT66gUMJtzo3PdpAMeki9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:24.4375rem;top:2.17578125rem;left:18.3525390625rem;overflow:hidden;display:block; }
#e12TvRGWMIrcRcVTR9yVETS340qTboRo { background-color:#c7e8e3;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9785rem;height:3.8535125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.1865234375rem;left:42.78125rem;display:block; }
#iizJR70QoFxrEJHEQCxV6TEVoshQ2td5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HfWGo0EWtAFZCzRewz33NKCAkGaXbL63 { 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:3.6875rem;width:8.3125rem;top:17.0625rem;left:45.61328125rem;overflow:hidden;display:block; }
#S7N8uRAZ7rakoUBGm7UiDiNW2XTCvSK5 { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:unbounded;font-size:1rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.17578125rem;left:5.875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container { background-color: transparent; background-image: none; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container > .video-iframe-container { display: none; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row > .video-iframe-container { display: none; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .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); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container { border-width: 0; border-radius: 0; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#W7gw6nlwvCpmTzB4u92vNZB2IqUDLqnH { color:#c1baf0;display:block;width:48.25rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.9375rem;left:5.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { border-width: 0; border-radius: 0; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:26.1875rem;top:4.125rem;left:16.90625rem;overflow:hidden;display:block; }
#fgV0EG7xPaAIZ11tFadZXZmge6LQd9Bh { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:normal;z-index:15014;line-height:2;letter-spacing:0;top:12.0625rem;left:2.375rem;height:19.25rem;text-align:left;text-align-last:left;display:block; }
#l1gmBaWsSfUmJ3OHnZHh29qrbQHA4mGn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:20.4375rem;top:9.8125rem;left:33.03125rem;overflow:hidden;display:block; }
#EeA62QvfyurMQGIfIsXa81AiIGE9Ko79 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:unbounded;font-size:0.6875rem;font-weight:normal;z-index:15015;line-height:2;letter-spacing:0;top:42.0625rem;left:34.5rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container { background-color: transparent; background-image: none; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container > .video-iframe-container { display: none; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row > .video-iframe-container { display: none; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .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); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container { border-width: 0; border-radius: 0; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:60rem;position:relative;display:block; }#DNAnrlKKCDsEO4xJB49HArTeCQUeLDwH { box-sizing:content-box;color:#c1baf0;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:42rem;left:23.75rem;display:block; }
#G54TCxf1yWG13IJ1hi21F0dt4Ei2SDg9 { box-sizing:content-box;color:#c1baf0;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:42rem;left:28.8125rem;display:block; }
#d22fouZvwT03DpspO8TihWJBefVADv0P { box-sizing:content-box;color:#c1baf0;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:42rem;left:34.25rem;display:block; }
#S2ZAq0x7eBrR2ZqNx2Sm7CcXnwczvCSk { color:#c1baf0;display:block;width:23.0625rem;position:absolute;font-family:"roboto condensed";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:45.25rem;left:18.5rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HonEbH4he5zZCy7x5Sdi2nLCoIoMObUq { color:#c1baf0;display:block;width:59.75rem;position:absolute;font-family:unbounded;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.5201826095581rem;left:0.125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Et4NTf6oyEOCre55FFnKJtI4wuCzasNT { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.1875rem;top:6.5000004768369rem;left:3.6666660308838rem;overflow:hidden;display:block; }
#wtySDXooWSpsaMC5xNAIIuGbEK9ktZbv { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.1875rem;top:22.625001430511rem;left:3.6666660308838rem;overflow:hidden;display:block; }
#tVL0gOgg3sOeSbJ2ZcscXmKtHK5acAEc { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.1875rem;top:6.5000004768369rem;left:31.687501907349rem;overflow:hidden;display:block; }
#eOuFRCqBAgGyZbHm47yZTvf22qKCrxxu { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:25.1875rem;top:22.5625rem;left:31.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { top:21.4375rem;left:4.875rem;width:26.875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsV0DwKyGyfC81rAwPZlAbWmzprwawLJ { width:17.8125rem;height:26.25rem;top:12.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnL6syL6cU6TLRhId54dJkEaTefVuCSZ { top:38.875rem;left:6.0625rem;width:25.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcGieQuMK9n5trSE7gFKIrtXPX4GZ6u1 { top:15rem;left:8.625rem;width:22.8125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2hakTiFwtH6ONTmXT5PVxCRgD59s9Q3 { top:13.1875rem;left:9.6875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq { display:block; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuqTVxgeaBHKLTJkqVTt492SCttnumBX { width:14.0625rem;height:3.9375rem;top:2.4375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5L7pXa8iTSQNla7FTFHmNTeoSCLebf3 { display:block; }
 }@media only screen and (max-width: 763px) { #aDOGnh81xTB6xICPiPrevxCmbDzxCili { top:8.1875rem;left:6.3125rem;width:11.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znTDiOZpcMGL5cFrwTeZBM5uxGOi1atT { top:8rem;left:29.03125rem;width:13.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQV8iBPHz308CStnyodk6stqcSB2AooX { width:14.0625rem;height:3.9375rem;top:2.4375rem;left:28.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz4NGzsG01EkWOdeZ6M5E1PCTN2aNJTu { display:block; }
 }@media only screen and (max-width: 763px) { #rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa { display:block; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcZ14mt82kAfIylya9Xz1kNUlCA2yvsl { width:47.75rem;height:2.25rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNtQETiqeUDa2NntoC4xxs16c8hpyNre { display:block; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em607e6uhgp6JCvLBTq0evAxOpoxt5zw { top:5.4375rem;left:30.625rem;width:17.125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtivCLaoNkktFqR2Do99dA0Hxw0ZEvig { top:3.4375rem;left:0rem;width:31.0625rem;height:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8FsuZpk982mAT6meSX7zNNRiMrvz02 { top:16.1875rem;left:22rem;width:25.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mydh8T3k7mnwPeh35d5uEdzaBom5ZZDr { top:5.75rem;left:21.6875rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyCrdafNhNWVf8QLWcgprFzT93lQzSQI { display:block; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdJWpnP16nf6IiUEPRtg7TXydUAsgBmW { top:12.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGiW32JRgamSOPcFNVoR0cQ0inKKciWP { top:22.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM3Pi8mIM859erHMs85w8fCWDMiyMa0z { width:47.75rem;height:2.25rem;top:6rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm { display:block; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHetF6PatMpe2dxR7HKOktan117twdqG { width:13.9375rem;height:3.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRzhIkphiMf1IkPyrbr0VMGCzi16d1p { display:block; }
 }@media only screen and (max-width: 763px) { #UbVWvwx8KWeGetpxiaVpFnhGtyLFD5Av { top:17.8125rem;left:0.98958396911619rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a84Xtb8q0L6yeZR2D8JIzOiwSZ8q8xN4 { top:2.8125rem;left:12.2275390625rem;width:27.3125rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZDeO62R5KgwQMpICTFKXsmwSNgs5Nn { width:13.9375rem;height:3.8125rem;top:11.125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE70xs8q8l2dTcNKBVVzcWBPLuZEu6XL { display:block; }
 }@media only screen and (max-width: 763px) { #QVyy5e93ZJM3yOIePDXqdSfzTkATLLvQ { top:17.3125rem;left:35.25rem;width:12.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKvMsTcRDfpCTqB9A1AkiHc89RokdsLZ { top:11.1875rem;left:9.4892578125rem;width:30.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g { display:block; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRFP9oty23hSTPsOCRBlvC8fsCoTTFMH { width:47.75rem;height:2.25rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 { display:block; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPTKm2BZ9mtVebMN868Lspf4fR7zoRPc { top:1.4375rem;left:11.53125rem;width:24.6875rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me7LuPZiInEPUPORTogG87AnXTtWEC3t { top:12.3125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8dDsLsXIbRHMBvQGlxvBsJ4NanJ7GUH { top:36.9375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu { display:block; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdpZ5ncfGpGxibk8MPkxfCyMi5ZKnOA3 { width:47.75rem;height:2.25rem;top:3.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmZhmflNn8BRElzas8bITzbz8yf7mK9K { display:block; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw8S0iTMOhuTKPLVXRRCuy8eNG6l8uuO { top:3.4375rem;left:0rem;width:47.75rem;height:31.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx { display:block; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hevAgluS1sc9owV0u5MOswvksA2TfpUV { width:47.75rem;height:2.25rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 { display:block; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSxTptqgiO9mBxKOZC3BkWlz0tx8Cp55 { width:13.9375rem;height:3.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXskXiOOeddTRo6i0iJTwwyph9BmSuyM { display:block; }
 }@media only screen and (max-width: 763px) { #HdbRnuEn82IvGNxLU7yFWdlheA5MFQzN { top:17.8125rem;left:0.98958396911619rem;width:8.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtfc5B1TyKcZT66gUMJtzo3PdpAMeki9 { top:2.125rem;left:12.2275390625rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e12TvRGWMIrcRcVTR9yVETS340qTboRo { width:13.9375rem;height:3.8125rem;top:11.125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iizJR70QoFxrEJHEQCxV6TEVoshQ2td5 { display:block; }
 }@media only screen and (max-width: 763px) { #HfWGo0EWtAFZCzRewz33NKCAkGaXbL63 { top:17.0625rem;left:39.4375rem;width:8.3125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7N8uRAZ7rakoUBGm7UiDiNW2XTCvSK5 { width:47.75rem;height:1rem;top:28.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMtiSmfFkpRpTEWykmIJihPtva5TnVkH { display:block; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7gw6nlwvCpmTzB4u92vNZB2IqUDLqnH { width:47.75rem;height:2.25rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { top:4.125rem;left:10.78125rem;width:26.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgV0EG7xPaAIZ11tFadZXZmge6LQd9Bh { top:12.0625rem;left:0rem;width:23.5rem;height:26.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1gmBaWsSfUmJ3OHnZHh29qrbQHA4mGn { top:9.8125rem;left:26.90625rem;width:20.4375rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeA62QvfyurMQGIfIsXa81AiIGE9Ko79 { top:42.0625rem;left:28.375rem;width:17.5rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MWCc9cbpN6P32ccNQuWuZMsTX85haD { display:block; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNAnrlKKCDsEO4xJB49HArTeCQUeLDwH { top:42rem;left:17.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54TCxf1yWG13IJ1hi21F0dt4Ei2SDg9 { top:42rem;left:22.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22fouZvwT03DpspO8TihWJBefVADv0P { top:42rem;left:28.125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZAq0x7eBrR2ZqNx2Sm7CcXnwczvCSk { top:45.25rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HonEbH4he5zZCy7x5Sdi2nLCoIoMObUq { width:47.75rem;height:2.25rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et4NTf6oyEOCre55FFnKJtI4wuCzasNT { top:6.5rem;left:0rem;width:25.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtySDXooWSpsaMC5xNAIIuGbEK9ktZbv { top:22.625rem;left:0rem;width:25.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVL0gOgg3sOeSbJ2ZcscXmKtHK5acAEc { top:6.5rem;left:22.5625rem;width:25.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuFRCqBAgGyZbHm47yZTvf22qKCrxxu { top:22.5625rem;left:22.5625rem;width:25.1875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#0b0505;background-image:url("https://images.assets-landingi.com/uc/77939bea-1b46-4188-a2fc-074827db830c/tlo.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { background-color: transparent; background-image: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { display: none; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .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); }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { border-width: 0; border-radius: 0; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkgcQq1zlrrqLbrKxNbTMT3UnzTqVhvO > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCMinKqJtLu1UcCN3JvZRZ5hqLFqLJrp { width:18.375rem;height:3.8125rem;top:12.3125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QsV0DwKyGyfC81rAwPZlAbWmzprwawLJ { width:19.5rem;height:10.4111375rem;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LnL6syL6cU6TLRhId54dJkEaTefVuCSZ { width:20rem;height:0.5rem;top:26.375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HcGieQuMK9n5trSE7gFKIrtXPX4GZ6u1 { width:19.25rem;height:16.9375rem;top:5.75rem;left:0.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U2hakTiFwtH6ONTmXT5PVxCRgD59s9Q3 { width:16.5625rem;height:16.3125rem;top:5.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container { background-color: transparent; background-image: none; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container > .video-iframe-container { display: none; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row > .video-iframe-container { display: none; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .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); }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8lH6OKiZO53BKJ3ECs5X0rdUiKxLdgq > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuqTVxgeaBHKLTJkqVTt492SCttnumBX { width:13.9785rem;height:3.8535125rem;top:1.8125rem;left:3.009765625rem;border-top:0.0625rem solid #405161;border-left:0.0625rem solid #405161;border-right:0.0625rem solid #405161;border-bottom:0.0625rem solid #405161;display:block; }
 }@media only screen and (max-width: 763px) { #F5L7pXa8iTSQNla7FTFHmNTeoSCLebf3 { display:block; }
 }@media only screen and (max-width: 763px) { #aDOGnh81xTB6xICPiPrevxCmbDzxCili { width:8.5rem;height:2.1875rem;top:7.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znTDiOZpcMGL5cFrwTeZBM5uxGOi1atT { width:13.5625rem;height:3.1875rem;top:17.2910125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQV8iBPHz308CStnyodk6stqcSB2AooX { width:14.0625rem;height:3.9375rem;top:12.1035125rem;left:2.9375rem;border-top:0.0625rem solid #405161;border-left:0.0625rem solid #405161;border-right:0.0625rem solid #405161;border-bottom:0.0625rem solid #405161;display:block; }
 }@media only screen and (max-width: 763px) { #hz4NGzsG01EkWOdeZ6M5E1PCTN2aNJTu { display:block; }
 }@media only screen and (max-width: 763px) { #rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa { background-color:transparent;background-image:none;display:block; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container { background-color: transparent; background-image: none; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container > .video-iframe-container { display: none; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row > .video-iframe-container { display: none; }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .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); }#rU35D5iHsSHbSWfi9T8MIc7kfS1iKeWa > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcZ14mt82kAfIylya9Xz1kNUlCA2yvsl { width:18.25rem;height:4.94824375rem;top:3.962890625rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tNtQETiqeUDa2NntoC4xxs16c8hpyNre { background-color:transparent;background-image:none;display:block; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container { background-color: transparent; background-image: none; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container > .video-iframe-container { display: none; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row > .video-iframe-container { display: none; }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .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); }#tNtQETiqeUDa2NntoC4xxs16c8hpyNre > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #em607e6uhgp6JCvLBTq0evAxOpoxt5zw { width:9.25rem;height:15.0625rem;top:3.1875rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FtivCLaoNkktFqR2Do99dA0Hxw0ZEvig { width:18.0625rem;height:43.75rem;top:21.25rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8FsuZpk982mAT6meSX7zNNRiMrvz02 { width:16.3125rem;height:3.375rem;top:9.03125rem;left:1.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mydh8T3k7mnwPeh35d5uEdzaBom5ZZDr { width:13.5625rem;height:13.5625rem;top:3.9375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyCrdafNhNWVf8QLWcgprFzT93lQzSQI { background-color:#c1baf0;background-image:none;display:block; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container { background-color: transparent; background-image: none; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container > .video-iframe-container { display: none; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row > .video-iframe-container { display: none; }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .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); }#tyCrdafNhNWVf8QLWcgprFzT93lQzSQI > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdJWpnP16nf6IiUEPRtg7TXydUAsgBmW { width:18.0625rem;height:19.25rem;top:9.875rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGiW32JRgamSOPcFNVoR0cQ0inKKciWP { width:18.0625rem;height:1.75rem;top:31.375rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM3Pi8mIM859erHMs85w8fCWDMiyMa0z { width:20rem;height:1.6497375rem;top:4.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm { background-color:transparent;background-image:none;display:block; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container { background-color: transparent; background-image: none; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container > .video-iframe-container { display: none; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row > .video-iframe-container { display: none; }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .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); }#MNw1CnNgEBVeVMHyIyJ3ZDgEqgh6BiBm > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHetF6PatMpe2dxR7HKOktan117twdqG { width:14.0625rem;height:3.9375rem;top:3.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRzhIkphiMf1IkPyrbr0VMGCzi16d1p { display:block; }
 }@media only screen and (max-width: 763px) { #UbVWvwx8KWeGetpxiaVpFnhGtyLFD5Av { width:8.5rem;height:2.1875rem;top:8.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a84Xtb8q0L6yeZR2D8JIzOiwSZ8q8xN4 { width:18.125rem;height:16rem;top:13.875rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c8ZDeO62R5KgwQMpICTFKXsmwSNgs5Nn { width:13.9375rem;height:3.8125rem;top:34.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE70xs8q8l2dTcNKBVVzcWBPLuZEu6XL { display:block; }
 }@media only screen and (max-width: 763px) { #QVyy5e93ZJM3yOIePDXqdSfzTkATLLvQ { width:12.5rem;height:2.75rem;top:39.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKvMsTcRDfpCTqB9A1AkiHc89RokdsLZ { width:20rem;height:4.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g { background-color:transparent;background-image:none;display:block; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container { background-color: transparent; background-image: none; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container > .video-iframe-container { display: none; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row > .video-iframe-container { display: none; }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .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); }#ZN5NiwbrX3FMHT9JqaCiCye95tyMCK0g > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRFP9oty23hSTPsOCRBlvC8fsCoTTFMH { width:18.25rem;height:3.29948125rem;top:1.974609375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 { background-color:transparent;background-image:none;display:block; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container { background-color: transparent; background-image: none; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container > .video-iframe-container { display: none; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row > .video-iframe-container { display: none; }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .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); }#gyMd6fFpL5C4pqEn7vlu7QQ4SZlX2qW7 > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPTKm2BZ9mtVebMN868Lspf4fR7zoRPc { width:15.5rem;height:4rem;top:0.75rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me7LuPZiInEPUPORTogG87AnXTtWEC3t { height:11.25rem;width:20rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8dDsLsXIbRHMBvQGlxvBsJ4NanJ7GUH { height:11.25rem;width:20rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu { background-color:transparent;background-image:none;display:block; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container { background-color: transparent; background-image: none; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container > .video-iframe-container { display: none; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row > .video-iframe-container { display: none; }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .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); }#OKJQQNkeuoNbpDehwQC7TQFUrdpIAJvu > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AdpZ5ncfGpGxibk8MPkxfCyMi5ZKnOA3 { width:18.25rem;height:3.29948125rem;top:1.974609375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fmZhmflNn8BRElzas8bITzbz8yf7mK9K { background-color:transparent;background-image:none;display:block; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container { background-color: transparent; background-image: none; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container > .video-iframe-container { display: none; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row > .video-iframe-container { display: none; }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .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); }#fmZhmflNn8BRElzas8bITzbz8yf7mK9K > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw8S0iTMOhuTKPLVXRRCuy8eNG6l8uuO { width:18.0625rem;height:68.25rem;top:4.875rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx { background-color:transparent;background-image:none;display:block; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container { background-color: transparent; background-image: none; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container > .video-iframe-container { display: none; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row > .video-iframe-container { display: none; }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .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); }#qv4bIW7Tu5ni8uOrA8lPkPKKTvTeQWBx > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hevAgluS1sc9owV0u5MOswvksA2TfpUV { width:18.25rem;height:1.6497375rem;top:2.9833984375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 { background-color:transparent;background-image:none;display:block; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container { background-color: transparent; background-image: none; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container > .video-iframe-container { display: none; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row > .video-iframe-container { display: none; }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .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); }#tfXTgFIUSQDxcn4fWLHKKcqPXi2Kutz2 > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xSxTptqgiO9mBxKOZC3BkWlz0tx8Cp55 { width:14.0625rem;height:3.9375rem;top:18.28125rem;left:2.96875rem;border-top:0.0625rem solid #405161;border-left:0.0625rem solid #405161;border-right:0.0625rem solid #405161;border-bottom:0.0625rem solid #405161;display:block; }
 }@media only screen and (max-width: 763px) { #DXskXiOOeddTRo6i0iJTwwyph9BmSuyM { display:block; }
 }@media only screen and (max-width: 763px) { #HdbRnuEn82IvGNxLU7yFWdlheA5MFQzN { width:8.5rem;height:2.1875rem;top:24.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vtfc5B1TyKcZT66gUMJtzo3PdpAMeki9 { width:14.625rem;height:14.625rem;top:1rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e12TvRGWMIrcRcVTR9yVETS340qTboRo { width:13.9375rem;height:3.8125rem;top:30.625rem;left:3.03125rem;border-top:0.0625rem solid #405161;border-left:0.0625rem solid #405161;border-right:0.0625rem solid #405161;border-bottom:0.0625rem solid #405161;display:block; }
 }@media only screen and (max-width: 763px) { #iizJR70QoFxrEJHEQCxV6TEVoshQ2td5 { display:block; }
 }@media only screen and (max-width: 763px) { #HfWGo0EWtAFZCzRewz33NKCAkGaXbL63 { width:8.3125rem;height:3.6875rem;top:35.375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7N8uRAZ7rakoUBGm7UiDiNW2XTCvSK5 { width:20rem;height:1.0996125rem;top:40.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CMtiSmfFkpRpTEWykmIJihPtva5TnVkH { background-color:transparent;background-image:none;display:block; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container { background-color: transparent; background-image: none; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container > .video-iframe-container { display: none; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row > .video-iframe-container { display: none; }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .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); }#CMtiSmfFkpRpTEWykmIJihPtva5TnVkH > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7gw6nlwvCpmTzB4u92vNZB2IqUDLqnH { width:18.25rem;height:1.6497375rem;top:2.9833984375rem;left:0.875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W4ccbn1nCr8UN671RHSO1G0CEMTysL9R { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { background-color: transparent; background-image: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row > .video-iframe-container { display: none; }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .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); }#W4ccbn1nCr8UN671RHSO1G0CEMTysL9R > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eG8UK0o9BfJfmH8fLu10h6oK2OQurhwX { width:15.625rem;height:0.6875rem;top:4.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgV0EG7xPaAIZ11tFadZXZmge6LQd9Bh { width:20rem;height:31.5rem;top:48.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1gmBaWsSfUmJ3OHnZHh29qrbQHA4mGn { width:20rem;height:30.091743119266rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeA62QvfyurMQGIfIsXa81AiIGE9Ko79 { width:17.5rem;height:1.375rem;top:42rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3MWCc9cbpN6P32ccNQuWuZMsTX85haD { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container { background-color: transparent; background-image: none; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container > .video-iframe-container { display: none; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row > .video-iframe-container { display: none; }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .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); }#p3MWCc9cbpN6P32ccNQuWuZMsTX85haD > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNAnrlKKCDsEO4xJB49HArTeCQUeLDwH { width:2rem;height:2rem;top:62.125rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54TCxf1yWG13IJ1hi21F0dt4Ei2SDg9 { width:2rem;height:2rem;top:62.125rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d22fouZvwT03DpspO8TihWJBefVADv0P { width:2rem;height:2rem;top:62.125rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2ZAq0x7eBrR2ZqNx2Sm7CcXnwczvCSk { width:20rem;height:1.3997375rem;top:66rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HonEbH4he5zZCy7x5Sdi2nLCoIoMObUq { width:20rem;height:4.94824375rem;top:2.1484279632568rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Et4NTf6oyEOCre55FFnKJtI4wuCzasNT { width:20rem;height:10.421836228288rem;top:10.035818099976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtySDXooWSpsaMC5xNAIIuGbEK9ktZbv { width:20rem;height:10.421836228288rem;top:35.690767288208rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVL0gOgg3sOeSbJ2ZcscXmKtHK5acAEc { width:20rem;height:10.421836228288rem;top:22.832033157349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOuFRCqBAgGyZbHm47yZTvf22qKCrxxu { width:20rem;height:10.421836228288rem;top:48.7119140625rem;left:0rem;display:block; }
 }