.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr { position:relative;display:block; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr { background-color: transparent; background-image: none; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row .container > .video-iframe-container { display: none; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row > .video-iframe-container { display: none; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .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); }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr { border-width: 0; border-radius: 0; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iNUXe9hvATXCEuNTp9GAy7t9XVLFcpHI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15rem;top:0.78125rem;left:0.875rem;overflow:hidden;display:block; }
#OncxBfGwnIAn2b3rTPvVAEteVe5citsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.24);background-image:url("https://images.assets-landingi.com/uc/d4683cc3-33f9-466a-a405-36d5514dce43/top.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH.adaptive-delivery-prevent-bg, #OncxBfGwnIAn2b3rTPvVAEteVe5citsH.lazyload, #OncxBfGwnIAn2b3rTPvVAEteVe5citsH.lazyloading { background-image: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { background-color: transparent; background-image: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container > .video-iframe-container { display: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container { display: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .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); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { border-width: 0; border-radius: 0; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { font-size:0.875rem;font-family:rubik;height:35.75rem;width:75rem;position:relative;display:block; }#y9GDKZ9KwP2wlqpUcBUlRXQ8bqeXaD4P { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:inter;font-size:3.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.1357421875rem;left:0.875rem;height:4.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bqmkdaCamiqM8227lDQ1qsi5zri4u5Md { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bb2326, #551011);background-image: -moz-linear-gradient(180deg, #bb2326, #551011);background-image: -ms-linear-gradient(180deg, #bb2326, #551011);background-image: -o-linear-gradient(180deg, #bb2326, #551011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );";background-image: linear-gradient(180deg, #bb2326, #551011);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.8125rem;left:29.5rem;display:block; }
#M4vGLxaiEMN9dtC2vxnqupyx15GRlhry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpsLMfemncIzXcdfemLmEIwOkAE9mfwm { color:#97b1e9;display:block;width:29.625rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.8718748092651rem;left:0.875rem;height:2.275rem;font-style:normal;display:block; }
#V2wlvwSy6a2DQ37HKPMXHRF3HxPF6ucR { position:absolute;display:block;z-index:15026;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.375rem;width:2.5rem;top:30.125rem;left:42.0625rem;overflow:hidden;display:block; }
#uCxMWf5N6h4P3nFxRJ1DlETcgfeUMZI5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.6875rem;top:21.6875rem;left:0.875rem;overflow:hidden;display:block; }
#QOOyQSF5fkSygq2kgRwMWZStouJ8fco5 { color:#97b1e9;display:block;width:11.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.3125rem;left:4.625rem;height:3.25rem;display:block; }
#fFXvpBxdHeIKfWX2VAR6mD3Td6MMwka6 { color:#97b1e9;display:block;width:7.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:22.125rem;left:20.875rem;height:1.625rem;display:block; }
#xmrspGvD9TVneStEKNlBG78KI7WEJGbZ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.6875rem;top:21.9375rem;left:17.25rem;overflow:hidden;display:block; }
#I8ZU0JvWEhv7XgdipOBsExGWJNUGLxsS { position:absolute;display:block;z-index:15031;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.0625rem;width:1.5rem;top:21.9375rem;left:31.1875rem;overflow:hidden;display:block; }
#wEB5gDOAImTgMe1OpsRfp5tGDDCRXME6 { color:#97b1e9;display:block;width:7.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:22.125rem;left:33.9375rem;height:1.625rem;display:block; }
#rTqTTJpHeq0GavVCh6wAVRneJ6dNy2J1 { color:#ffffff;display:block;width:46.5rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5869140625rem;left:0.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050409;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; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row .container { background-color: transparent; background-image: none; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row .container > .video-iframe-container { display: none; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row > .video-iframe-container { display: none; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .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); }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row .container { border-width: 0; border-radius: 0; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#HoyVsx7yEQKg3lNOpTh0e92khv8WTzt1 { color:#ffffff;display:block;width:70.8125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:1.8125rem;left:2.09375rem;height:8.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhoDScmfECkcTz8MT6Oe3fcWilJalECF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050409;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; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row .container { background-color: transparent; background-image: none; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row .container > .video-iframe-container { display: none; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row > .video-iframe-container { display: none; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .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); }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row .container { border-width: 0; border-radius: 0; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#DKRmAczns2OLOSSqHLK7SgglxO0hx8DQ { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:22.21875rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050409;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; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row .container { background-color: transparent; background-image: none; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row .container > .video-iframe-container { display: none; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row > .video-iframe-container { display: none; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .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); }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row .container { border-width: 0; border-radius: 0; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#pZsBElMaQl7dv8Hy855Cxu20OtG0LgZS { box-sizing:content-box;height:49.5625rem;width:56rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.9375rem;left:9.5rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;border-top:0.0625rem solid #bb2326;border-left:0.0625rem solid #bb2326;border-right:0.0625rem solid #bb2326;border-bottom:0.0625rem solid #bb2326;display:block; }
#J711IT7pgwcTmBWgikyauHd4WPkFNG2v { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:12.71875rem;height:2.275rem;font-style:normal;display:block; }
#sHiz5vTPLaAAAOq7KKSWTEm1E9E8Zp0a { color:#dc1b1e;display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9375rem;left:12.71875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VRH5Hx7qzvVzQdRImygDyWvt1PvCovW8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bb2326, #551011);background-image: -moz-linear-gradient(180deg, #bb2326, #551011);background-image: -ms-linear-gradient(180deg, #bb2326, #551011);background-image: -o-linear-gradient(180deg, #bb2326, #551011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );";background-image: linear-gradient(180deg, #bb2326, #551011);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:4rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:45.125rem;left:28.875rem;display:block; }
#iJVyzTbehclq5EHXkMqCQh7ph9bNgWFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQKsy7i6w2bHhWBXP2Ikh5cHwBaBzNGk { position:absolute;display:block;z-index:15028;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.375rem;width:2.5rem;top:46.4375rem;left:41.875rem;overflow:hidden;display:block; }
#PEVHFIkWZubTyIiWFBV7Ssyl0DHUV7MX { color:#000000;display:block;width:46.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:14.5rem;height:5.5rem;font-style:normal;display:block; }#PEVHFIkWZubTyIiWFBV7Ssyl0DHUV7MX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PEVHFIkWZubTyIiWFBV7Ssyl0DHUV7MX li:before{  }
#CgnyoqkQTFk5b8Dr3oHMCdG2rng53eqN { color:#000000;display:block;width:46.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.125rem;left:14.5rem;height:5.1875rem;font-style:normal;display:block; }#CgnyoqkQTFk5b8Dr3oHMCdG2rng53eqN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CgnyoqkQTFk5b8Dr3oHMCdG2rng53eqN li:before{  }
#Cek3tbkSR2FouOWo72a7LVkT0ns1Ftix { color:#dc1b1e;display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.125rem;left:12.75rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvkrPTsCrcW5AhiZHJ2Vx3SWJ65raHLe { color:#dc1b1e;display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.5rem;left:12.75rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l6oIoLrLdJrxbQ6No0dE7gJoRBCrT4Ec { color:#000000;display:block;width:46.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.5rem;left:14.5rem;height:3.5625rem;font-style:normal;display:block; }#l6oIoLrLdJrxbQ6No0dE7gJoRBCrT4Ec li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#l6oIoLrLdJrxbQ6No0dE7gJoRBCrT4Ec li:before{  }
#q8aHhFu3PH4s5WMRvmrXiNhp1hM6rFfD { color:#dc1b1e;display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34rem;left:12.75rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQnMEw7wWI6tC1kX662K3wwqc396CPSP { color:#000000;display:block;width:46.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36rem;left:14.5rem;height:1.625rem;font-style:normal;display:block; }#XQnMEw7wWI6tC1kX662K3wwqc396CPSP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XQnMEw7wWI6tC1kX662K3wwqc396CPSP li:before{  }
#OCRuTN4p0AfQuHBMFwOS9F6CLxJkGO4z { color:#dc1b1e;display:block;width:28.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:39.375rem;left:12.75rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sSdHJqCHwIgqPZBJGFNWAKrdeOf2Zdbu { color:#000000;display:block;width:46.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:41.375rem;left:14.5rem;height:;font-style:normal;display:block; }#sSdHJqCHwIgqPZBJGFNWAKrdeOf2Zdbu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sSdHJqCHwIgqPZBJGFNWAKrdeOf2Zdbu li:before{  }
#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050409;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; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row .container { background-color: transparent; background-image: none; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row .container > .video-iframe-container { display: none; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row > .video-iframe-container { display: none; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .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); }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row .container { border-width: 0; border-radius: 0; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#c9iHFNTFuWXDJsgkkD56sq1Oa3eZqX4N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:5rem;left:10.65625rem;overflow:hidden;display:block; }
#zzvxaraOGf5z3WBigNVNIZUTtzv84pN8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:27.53125rem;height:1.95rem;font-style:normal;display:block; }
#zOuZiPqUfwlKbtzWXNeDF8qOdvNxEE8u { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1875rem;left:27.53125rem;height:2.6rem;font-style:normal;display:block; }
#Dsv7zx0mMzaVJh7AHS5RuUbANMlB2SFE { color:#ffffff;display:block;width:47rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:27.53125rem;height:10.4rem;font-style:normal;display:block; }
#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 { position:relative;display:block; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 { background-color: transparent; background-image: none; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row .container > .video-iframe-container { display: none; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row > .video-iframe-container { display: none; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .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); }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 { border-width: 0; border-radius: 0; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xFERU0XCzTqEFTGLip8InVD2B7OQHMhO { color:#000000;display:block;width:53rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:11rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 { position:relative;display:block; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 { background-color: transparent; background-image: none; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row .container > .video-iframe-container { display: none; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row > .video-iframe-container { display: none; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .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); }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 { border-width: 0; border-radius: 0; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yGhugwvOgR1z1zmOPPcbcLm8rbGa82W1 { box-sizing:content-box;height:19.875rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.53125rem;left:2.375rem;border-top:0.125rem solid #131a29;border-left:0.125rem solid #131a29;border-right:0.125rem solid #131a29;border-bottom:0.125rem solid #131a29;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#NicUzetRkZBTlJTzKMfkHx8i8qqOZH0o { box-sizing:content-box;height:4.5625rem;width:5.0625rem;position:absolute;display:block;z-index:15001;background-color:#dc1b1e;background-image:none;top:4.1875rem;left:3.59375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#I2xuSt2gynzStVedDnmh1VMfTgPSEWdU { 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.25rem;width:2.75rem;top:5.34375rem;left:4.75rem;overflow:hidden;display:block; }
#Q6TEdoN2JMby9i59BvQ6WwyoB5Tr0156 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.59375rem;height:3.25rem;font-style:normal;display:block; }
#MmV6aQVz4fevH1rbRpkm1vSFSvV01Tz9 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.6875rem;height:5.2rem;font-style:normal;display:block; }
#LPi6JZl2oQu1z0TVPEvi41SbFHG6ITRE { box-sizing:content-box;height:19.875rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.6875rem;left:27.5rem;border-top:0.125rem solid #131a29;border-left:0.125rem solid #131a29;border-right:0.125rem solid #131a29;border-bottom:0.125rem solid #131a29;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FOL8rWycbawLQMsUue4zT0QtOLJCpDM3 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:28.8125rem;height:5.2rem;font-style:normal;display:block; }
#fVE7BsPJcHxpfhqX40uvxhyzniaWdGMv { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.25rem;left:28.75rem;height:1.625rem;font-style:normal;display:block; }
#GzHAVZIu4JRdcnKQdS8M8Gvb9T6vifDD { box-sizing:content-box;height:4.5625rem;width:5.0625rem;position:absolute;display:block;z-index:15006;background-color:#dc1b1e;background-image:none;top:4.3125rem;left:28.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#kqAaotqaXxzVLqtzV6wHIX7GTAN7VVGd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.34375rem;left:30.15625rem;overflow:hidden;display:block; }
#Ff8irfwkh43NhOXEr7XXnbMwPpowwmEA { box-sizing:content-box;height:19.875rem;width:20rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:2.6875rem;left:52.5rem;border-top:0.125rem solid #131a29;border-left:0.125rem solid #131a29;border-right:0.125rem solid #131a29;border-bottom:0.125rem solid #131a29;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#L0TXFNiMWTbvRzse0VXxbPMt2CSOxMeC { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:53.8125rem;height:6.5rem;font-style:normal;display:block; }
#LiLhbV6FZRXuSPKoyheGzsunIh1aEPqw { color:#000000;display:block;width:18.875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.25rem;left:53.75rem;height:3.25rem;font-style:normal;display:block; }
#ywF8rMsyZmSFyI17RNsATIF5KCiGwVsn { box-sizing:content-box;height:4.5625rem;width:5.0625rem;position:absolute;display:block;z-index:15011;background-color:#dc1b1e;background-image:none;top:4.3125rem;left:53.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#mHZX1feobl6LGl2fXf0tnI22JLV0DDqX { position:absolute;display:block;z-index:15012;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.25rem;width:1.8125rem;top:5.34375rem;left:55.375rem;overflow:hidden;display:block; }
#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc { position:relative;display:block; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc { background-color: transparent; background-image: none; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row .container > .video-iframe-container { display: none; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row > .video-iframe-container { display: none; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .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); }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc { border-width: 0; border-radius: 0; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#upPT0HQczEEVl69aXooblitnuKJxTTFi { box-sizing:content-box;height:19.875rem;width:20rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.53125rem;left:2.375rem;border-top:0.125rem solid #131a29;border-left:0.125rem solid #131a29;border-right:0.125rem solid #131a29;border-bottom:0.125rem solid #131a29;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QTuQ8ySt0nP9lGvfgHKaagXXghrrBIMl { box-sizing:content-box;height:4.5625rem;width:5.0625rem;position:absolute;display:block;z-index:15001;background-color:#dc1b1e;background-image:none;top:4.1875rem;left:3.59375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#HoxAeZXEv3JH89gZBzkV8PRkCB5MOKf6 { 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.25rem;width:2.25rem;top:5.34375rem;left:5rem;overflow:hidden;display:block; }
#CPyvdHJ8NxiMKwBQsRXqbnm3iygSdQDJ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.125rem;left:3.59375rem;height:3.25rem;font-style:normal;display:block; }
#HlAJRxx8zm9hIPoayFDMpWltXxQOhd2z { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.6875rem;height:5.2rem;font-style:normal;display:block; }
#v3bJCXKQs0fygiMyvH61RRhm9c1D60VP { box-sizing:content-box;height:19.875rem;width:20rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.6875rem;left:27.5rem;border-top:0.125rem solid #131a29;border-left:0.125rem solid #131a29;border-right:0.125rem solid #131a29;border-bottom:0.125rem solid #131a29;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FyXtqsX4nXpN4rPqqL9t0VuZcqpDzhhu { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:28.8125rem;height:5.2rem;font-style:normal;display:block; }
#gX3iHJgbk8IqmEIcuPyCnVWdEbKgtygf { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.25rem;left:28.75rem;height:3.25rem;font-style:normal;display:block; }
#H4XuvziBP5hQmypJWToFHkTkPopQCzZ4 { box-sizing:content-box;height:4.5625rem;width:5.0625rem;position:absolute;display:block;z-index:15006;background-color:#dc1b1e;background-image:none;top:4.3125rem;left:28.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Alrg8mDODUxgA33KtuGwWkCy0a08h40s { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:5.34375rem;left:30.15625rem;overflow:hidden;display:block; }
#wo6PJ7s8ZTu3m7dEnrDU97AIcahEaEwh { box-sizing:content-box;height:19.875rem;width:20rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:2.6875rem;left:52.5rem;border-top:0.125rem solid #131a29;border-left:0.125rem solid #131a29;border-right:0.125rem solid #131a29;border-bottom:0.125rem solid #131a29;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#vvblL3BltQPsOSl5ATEsWpv5uHzMvcgs { color:#000000;display:block;width:17.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.8359375rem;left:53.6875rem;height:6.5rem;font-style:normal;display:block; }
#HOnndcGT63FsMQgtSI7H2VyfZG0pAcoT { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.25rem;left:53.75rem;height:3.25rem;font-style:normal;display:block; }
#zJzLQ2rImZEdqlUeS329r1m46FPIxmHQ { box-sizing:content-box;height:4.5625rem;width:5.0625rem;position:absolute;display:block;z-index:15011;background-color:#dc1b1e;background-image:none;top:4.3125rem;left:53.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#RvL3z0sNZxIdtc9FvQHwKhf3QyXIrxPf { position:absolute;display:block;z-index:15012;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.75rem;width:2.75rem;top:5.09375rem;left:54.90625rem;overflow:hidden;display:block; }
#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF { position:relative;display:block; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF { background-color: transparent; background-image: none; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row .container > .video-iframe-container { display: none; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row > .video-iframe-container { display: none; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .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); }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF { border-width: 0; border-radius: 0; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KiA5taIxvev8kGzPLdtBtuVa5uE08zRl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bb2326, #551011);background-image: -moz-linear-gradient(180deg, #bb2326, #551011);background-image: -ms-linear-gradient(180deg, #bb2326, #551011);background-image: -o-linear-gradient(180deg, #bb2326, #551011);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2326', endColorstr='#551011' );";background-image: linear-gradient(180deg, #bb2326, #551011);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;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:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:4rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.5625rem;left:29.5rem;display:block; }
#b5S0vNhKG3BN3qqbiSplwdXnXEQVIcNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAhSnNRN77B4nCUwiSuvgzyzZB7Nbg94 { position:absolute;display:block;z-index:15030;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.375rem;width:2.5rem;top:3.875rem;left:42.5rem;overflow:hidden;display:block; }
#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050409;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; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row .container { background-color: transparent; background-image: none; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row .container > .video-iframe-container { display: none; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row > .video-iframe-container { display: none; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .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); }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row .container { border-width: 0; border-radius: 0; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row .container { font-size:0.875rem;font-family:"open sans";height:39.25rem;width:75rem;position:relative;display:block; }#vsxrEnn4uWoRTrvOthBhhhxRlupfQFGq { position:absolute;z-index:15000;top:5.0625rem;left:23.75rem;width:27.5rem;height:30.625rem;display:block; }
#TChIy7lrp0xHnm6Zfxzms5CDFSTkFtOg { display:block;width:25rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.125rem;left:25rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WeobBnRdTH4IaPLx1bFNPBEkvo5ufflH { border-top:0.0625rem solid #b0c1d3;border-left:0.0625rem solid #b0c1d3;border-right:0.0625rem solid #b0c1d3;border-bottom:0.0625rem solid #b0c1d3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;height:36.4375rem;width:30rem;position:absolute;display:block;z-index:14999;top:1.3125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;display:block; }
#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl { position:relative;display:block; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl { background-color: transparent; background-image: none; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row .container > .video-iframe-container { display: none; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row > .video-iframe-container { display: none; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .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); }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl { border-width: 0; border-radius: 0; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MCDBgxeRIN5gsrWodcXf7KIwuQXwTnw0 { color:#27447b;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:31.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nc2fGzLStsG2BqUNe9HXwklHTCm24mAu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15rem;top:5.875rem;left:30rem;overflow:hidden;display:block; }
#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050409;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; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row .container { background-color: transparent; background-image: none; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row .container > .video-iframe-container { display: none; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row > .video-iframe-container { display: none; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .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); }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row .container { border-width: 0; border-radius: 0; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#AFEthQUIGBrKxM1Vdg2lKrlqytiaDJAU { 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:3.8125rem;width:3.8125rem;top:2.25rem;left:62.4375rem;overflow:hidden;display:block; }
#RvKHTlB8byvV4e3wvdE5U0WML6CaI02A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:2.25rem;left:67.9375rem;overflow:hidden;display:block; }
#aRQEyKfEX6FvilwNfA0cu4wOTms0KrH1 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.53125rem;height:1.3rem;display:block; }
#VXlHKRi4wU7LVFHXtrNSO7FhQhBZEJ8C { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:24.5rem;height:1.3rem;display:block; }
#siGHL6HXLnbTQCey5DOq5VAg5SH43FeR { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:34.4375rem;height:1.3rem;display:block; }
#IrGF0Wcrby51XrIrlBuS1LCgWpmeXyh2 { color:#ffffff;display:block;width:6.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5rem;left:45.9375rem;height:1.3rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr { display:block; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iNUXe9hvATXCEuNTp9GAy7t9XVLFcpHI { width:15rem;height:4.375rem;top:0.53125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OncxBfGwnIAn2b3rTPvVAEteVe5citsH { background-color:#131a29;background-image:url("https://images.assets-landingi.com/uc/d4683cc3-33f9-466a-a405-36d5514dce43/top.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH.adaptive-delivery-prevent-bg, #OncxBfGwnIAn2b3rTPvVAEteVe5citsH.lazyload, #OncxBfGwnIAn2b3rTPvVAEteVe5citsH.lazyloading { background-image: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { background-color: transparent; background-image: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container > .video-iframe-container { display: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container { display: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .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); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { border-width: 0; border-radius: 0; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { width:47.75rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y9GDKZ9KwP2wlqpUcBUlRXQ8bqeXaD4P { width:29.25rem;height:2.4375rem;top:3.84375rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bqmkdaCamiqM8227lDQ1qsi5zri4u5Md { width:15rem;height:3.125rem;top:22.375rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M4vGLxaiEMN9dtC2vxnqupyx15GRlhry { display:block; }
 }@media only screen and (max-width: 1199px) { #fpsLMfemncIzXcdfemLmEIwOkAE9mfwm { width:20.5rem;height:1.3rem;top:1.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V2wlvwSy6a2DQ37HKPMXHRF3HxPF6ucR { width:2.5rem;height:1.375rem;top:23.25rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCxMWf5N6h4P3nFxRJ1DlETcgfeUMZI5 { width:2.6875rem;height:2.5rem;top:16.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QOOyQSF5fkSygq2kgRwMWZStouJ8fco5 { width:11.4375rem;height:3.25rem;top:16.125rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fFXvpBxdHeIKfWX2VAR6mD3Td6MMwka6 { width:7.9375rem;height:1.625rem;top:16.5625rem;left:20.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xmrspGvD9TVneStEKNlBG78KI7WEJGbZ { width:2.6875rem;height:2.0625rem;top:16.375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I8ZU0JvWEhv7XgdipOBsExGWJNUGLxsS { width:1.5rem;height:2.0625rem;top:16.375rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wEB5gDOAImTgMe1OpsRfp5tGDDCRXME6 { width:7.9375rem;height:1.625rem;top:16.5625rem;left:27.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTqTTJpHeq0GavVCh6wAVRneJ6dNy2J1 { width:29.25rem;height:7.1484375rem;top:7.388671875rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu { display:block; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HoyVsx7yEQKg3lNOpTh0e92khv8WTzt1 { width:47rem;height:15.3984375rem;top:2.51953125rem;left:0.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhoDScmfECkcTz8MT6Oe3fcWilJalECF { display:block; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DKRmAczns2OLOSSqHLK7SgglxO0hx8DQ { width:30.5625rem;height:5.6875rem;top:2.5625rem;left:8.59375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU { display:block; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row .container { width:47.75rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pZsBElMaQl7dv8Hy855Cxu20OtG0LgZS { width:47.625rem;height:50.75rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J711IT7pgwcTmBWgikyauHd4WPkFNG2v { width:43.4375rem;height:2.2744125rem;top:5.125rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHiz5vTPLaAAAOq7KKSWTEm1E9E8Zp0a { width:45.25rem;height:1.625rem;top:8.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VRH5Hx7qzvVzQdRImygDyWvt1PvCovW8 { width:15rem;height:3.125rem;top:46.625rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJVyzTbehclq5EHXkMqCQh7ph9bNgWFP { display:block; }
 }@media only screen and (max-width: 1199px) { #RQKsy7i6w2bHhWBXP2Ikh5cHwBaBzNGk { width:2.5rem;height:1.375rem;top:47.5rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PEVHFIkWZubTyIiWFBV7Ssyl0DHUV7MX { width:41.3125rem;height:5.5rem;top:10.5625rem;left:3.125rem;font-size:1.25rem;display:block; }#PEVHFIkWZubTyIiWFBV7Ssyl0DHUV7MX li:before{  }
 }@media only screen and (max-width: 1199px) { #CgnyoqkQTFk5b8Dr3oHMCdG2rng53eqN { width:41.3125rem;height:5.1875rem;top:19.3125rem;left:3.125rem;font-size:1.25rem;display:block; }#CgnyoqkQTFk5b8Dr3oHMCdG2rng53eqN li:before{  }
 }@media only screen and (max-width: 1199px) { #Cek3tbkSR2FouOWo72a7LVkT0ns1Ftix { width:45.25rem;height:1.625rem;top:17.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvkrPTsCrcW5AhiZHJ2Vx3SWJ65raHLe { width:45.25rem;height:1.625rem;top:25.875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l6oIoLrLdJrxbQ6No0dE7gJoRBCrT4Ec { width:41.3125rem;height:5.1875rem;top:28.0625rem;left:3.125rem;font-size:1.25rem;display:block; }#l6oIoLrLdJrxbQ6No0dE7gJoRBCrT4Ec li:before{  }
 }@media only screen and (max-width: 1199px) { #q8aHhFu3PH4s5WMRvmrXiNhp1hM6rFfD { width:45.25rem;height:1.625rem;top:35.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XQnMEw7wWI6tC1kX662K3wwqc396CPSP { width:41.3125rem;height:1.625rem;top:37.4375rem;left:3.125rem;font-size:1.25rem;display:block; }#XQnMEw7wWI6tC1kX662K3wwqc396CPSP li:before{  }
 }@media only screen and (max-width: 1199px) { #OCRuTN4p0AfQuHBMFwOS9F6CLxJkGO4z { width:45.25rem;height:1.625rem;top:40.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sSdHJqCHwIgqPZBJGFNWAKrdeOf2Zdbu { width:41.3125rem;height:1.625rem;top:42.4375rem;left:3.125rem;font-size:1.25rem;display:block; }#sSdHJqCHwIgqPZBJGFNWAKrdeOf2Zdbu li:before{  }
 }@media only screen and (max-width: 1199px) { #R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 { display:block; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row .container { width:47.75rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c9iHFNTFuWXDJsgkkD56sq1Oa3eZqX4N { width:13.5625rem;height:13.5625rem;top:2.4375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzvxaraOGf5z3WBigNVNIZUTtzv84pN8 { width:12.5rem;height:1.95rem;top:1.75rem;left:15.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOuZiPqUfwlKbtzWXNeDF8qOdvNxEE8u { width:27.75rem;height:2.6rem;top:4.375rem;left:15.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dsv7zx0mMzaVJh7AHS5RuUbANMlB2SFE { width:31.75rem;height:15.59761875rem;top:7.6875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 { display:block; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row .container { width:47.75rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xFERU0XCzTqEFTGLip8InVD2B7OQHMhO { width:47.75rem;height:2.6rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 { display:block; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yGhugwvOgR1z1zmOPPcbcLm8rbGa82W1 { width:14.625rem;height:23.75rem;top:2.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NicUzetRkZBTlJTzKMfkHx8i8qqOZH0o { width:5.0625rem;height:4.5625rem;top:4.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2xuSt2gynzStVedDnmh1VMfTgPSEWdU { width:2.75rem;height:2.25rem;top:5.34375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6TEdoN2JMby9i59BvQ6WwyoB5Tr0156 { width:13.5rem;height:2.6rem;top:9.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmV6aQVz4fevH1rbRpkm1vSFSvV01Tz9 { width:13.125rem;height:7.3125rem;top:13.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPi6JZl2oQu1z0TVPEvi41SbFHG6ITRE { width:14.625rem;height:23.75rem;top:2.4375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOL8rWycbawLQMsUue4zT0QtOLJCpDM3 { width:13rem;height:7.3125rem;top:13.687500476837rem;left:17.125000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fVE7BsPJcHxpfhqX40uvxhyzniaWdGMv { width:13.5rem;height:2.6rem;top:9.8125rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GzHAVZIu4JRdcnKQdS8M8Gvb9T6vifDD { width:5.0625rem;height:4.5625rem;top:4.125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqAaotqaXxzVLqtzV6wHIX7GTAN7VVGd { width:2.25rem;height:2.25rem;top:5.34375rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ff8irfwkh43NhOXEr7XXnbMwPpowwmEA { width:14.625rem;height:23.75rem;top:2.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0TXFNiMWTbvRzse0VXxbPMt2CSOxMeC { width:13.125rem;height:9.75rem;top:13.750000476837rem;left:33.228906989098rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LiLhbV6FZRXuSPKoyheGzsunIh1aEPqw { width:13.5rem;height:2.6rem;top:9.875rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ywF8rMsyZmSFyI17RNsATIF5KCiGwVsn { width:5.0625rem;height:4.5625rem;top:4.1875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHZX1feobl6LGl2fXf0tnI22JLV0DDqX { width:1.8125rem;height:2.25rem;top:5.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc { display:block; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #upPT0HQczEEVl69aXooblitnuKJxTTFi { width:14.625rem;height:23.75rem;top:2.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTuQ8ySt0nP9lGvfgHKaagXXghrrBIMl { width:5.0625rem;height:4.5625rem;top:4.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HoxAeZXEv3JH89gZBzkV8PRkCB5MOKf6 { width:2.25rem;height:2.25rem;top:5.34375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CPyvdHJ8NxiMKwBQsRXqbnm3iygSdQDJ { width:13.5rem;height:2.6rem;top:9.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlAJRxx8zm9hIPoayFDMpWltXxQOhd2z { width:13.9375rem;height:6.09375rem;top:14.75rem;left:1.3953125476837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3bJCXKQs0fygiMyvH61RRhm9c1D60VP { width:14.625rem;height:23.75rem;top:2.4375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyXtqsX4nXpN4rPqqL9t0VuZcqpDzhhu { width:13.125rem;height:8.53125rem;top:14.75rem;left:17.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gX3iHJgbk8IqmEIcuPyCnVWdEbKgtygf { width:13.5rem;height:2.6rem;top:9.8125rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H4XuvziBP5hQmypJWToFHkTkPopQCzZ4 { width:5.0625rem;height:4.5625rem;top:4.125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Alrg8mDODUxgA33KtuGwWkCy0a08h40s { width:2.25rem;height:2.25rem;top:5.34375rem;left:18.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wo6PJ7s8ZTu3m7dEnrDU97AIcahEaEwh { width:14.625rem;height:23.75rem;top:2.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvblL3BltQPsOSl5ATEsWpv5uHzMvcgs { width:13.125rem;height:7.3125rem;top:14.75rem;left:33.229167938233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HOnndcGT63FsMQgtSI7H2VyfZG0pAcoT { width:13.5rem;height:2.6rem;top:9.875rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zJzLQ2rImZEdqlUeS329r1m46FPIxmHQ { width:5.0625rem;height:4.5625rem;top:4.1875rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvL3z0sNZxIdtc9FvQHwKhf3QyXIrxPf { width:2.75rem;height:2.75rem;top:5.09375rem;left:34.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF { display:block; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KiA5taIxvev8kGzPLdtBtuVa5uE08zRl { width:15rem;height:3.125rem;top:3rem;left:16.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5S0vNhKG3BN3qqbiSplwdXnXEQVIcNS { display:block; }
 }@media only screen and (max-width: 1199px) { #IAhSnNRN77B4nCUwiSuvgzyzZB7Nbg94 { width:2.5rem;height:1.375rem;top:3.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X { display:block; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vsxrEnn4uWoRTrvOthBhhhxRlupfQFGq { width:34.6875rem;height:27.5rem;top:9.375rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TChIy7lrp0xHnm6Zfxzms5CDFSTkFtOg { width:44.9375rem;height:2.2rem;top:5.4375rem;left:1.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WeobBnRdTH4IaPLx1bFNPBEkvo5ufflH { width:37.3125rem;height:34.4375rem;top:4.5625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl { display:block; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MCDBgxeRIN5gsrWodcXf7KIwuQXwTnw0 { width:12.5rem;height:1.95rem;top:2.4375rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nc2fGzLStsG2BqUNe9HXwklHTCm24mAu { width:15rem;height:4.375rem;top:5.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk { display:block; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AFEthQUIGBrKxM1Vdg2lKrlqytiaDJAU { width:3.8125rem;height:3.8125rem;top:2.0625rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RvKHTlB8byvV4e3wvdE5U0WML6CaI02A { width:3.8125rem;height:3.8125rem;top:2.0625rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRQEyKfEX6FvilwNfA0cu4wOTms0KrH1 { width:16.25rem;height:1.3rem;top:3.3187484741211rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXlHKRi4wU7LVFHXtrNSO7FhQhBZEJ8C { width:6.9375rem;height:1.3rem;top:3.3187484741211rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #siGHL6HXLnbTQCey5DOq5VAg5SH43FeR { width:6.9375rem;height:1.3rem;top:3.3187484741211rem;left:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrGF0Wcrby51XrIrlBuS1LCgWpmeXyh2 { width:6.9375rem;height:1.3rem;top:3.3187484741211rem;left:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr { display:block; }#T9QTKM0tkfB1snzroBdiQnc2KTsHgEAr > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNUXe9hvATXCEuNTp9GAy7t9XVLFcpHI { width:15rem;height:4.375rem;top:0.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OncxBfGwnIAn2b3rTPvVAEteVe5citsH { background-color:#131a29;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; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { background-color: transparent; background-image: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container > .video-iframe-container { display: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container { display: none; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .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); }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { border-width: 0; border-radius: 0; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OncxBfGwnIAn2b3rTPvVAEteVe5citsH > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9GDKZ9KwP2wlqpUcBUlRXQ8bqeXaD4P { width:17.3125rem;height:4.548825rem;top:6.0625rem;left:1.34375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqmkdaCamiqM8227lDQ1qsi5zri4u5Md { width:16rem;height:4rem;top:37.8125rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4vGLxaiEMN9dtC2vxnqupyx15GRlhry { display:block; }
 }@media only screen and (max-width: 763px) { #fpsLMfemncIzXcdfemLmEIwOkAE9mfwm { width:20rem;height:2.2744125rem;top:2.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2wlvwSy6a2DQ37HKPMXHRF3HxPF6ucR { width:2.5rem;height:1.375rem;top:39.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCxMWf5N6h4P3nFxRJ1DlETcgfeUMZI5 { width:2.6875rem;height:2.5rem;top:24.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOOyQSF5fkSygq2kgRwMWZStouJ8fco5 { width:7.9375rem;height:4.875rem;top:24.125rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFXvpBxdHeIKfWX2VAR6mD3Td6MMwka6 { width:7.9375rem;height:1.625rem;top:30rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmrspGvD9TVneStEKNlBG78KI7WEJGbZ { width:2.6875rem;height:2.0625rem;top:29.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8ZU0JvWEhv7XgdipOBsExGWJNUGLxsS { width:1.5rem;height:2.0625rem;top:33.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEB5gDOAImTgMe1OpsRfp5tGDDCRXME6 { width:7.9375rem;height:1.625rem;top:33.9375rem;left:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTqTTJpHeq0GavVCh6wAVRneJ6dNy2J1 { width:20rem;height:8.53025rem;top:13.5009765625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu { display:block; }#FJS2KbBHyGZ3ZvT9dPLZtT6PFBFPDgJu > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HoyVsx7yEQKg3lNOpTh0e92khv8WTzt1 { width:20rem;height:31.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhoDScmfECkcTz8MT6Oe3fcWilJalECF { display:block; }#vhoDScmfECkcTz8MT6Oe3fcWilJalECF > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKRmAczns2OLOSSqHLK7SgglxO0hx8DQ { width:20rem;height:8.042rem;top:1.1335945129394rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU { display:block; }#PQyPCwrFX4KaFlnVe5SthpL8PPxaXpkU > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZsBElMaQl7dv8Hy855Cxu20OtG0LgZS { width:19.875rem;height:80.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J711IT7pgwcTmBWgikyauHd4WPkFNG2v { width:18.75rem;height:2.1933625rem;top:2.4375rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHiz5vTPLaAAAOq7KKSWTEm1E9E8Zp0a { width:17.9375rem;height:3.0859375rem;top:5.8125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRH5Hx7qzvVzQdRImygDyWvt1PvCovW8 { width:16rem;height:4rem;top:74.5625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVyzTbehclq5EHXkMqCQh7ph9bNgWFP { display:block; }
 }@media only screen and (max-width: 763px) { #RQKsy7i6w2bHhWBXP2Ikh5cHwBaBzNGk { width:2.5rem;height:1.375rem;top:75.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEVHFIkWZubTyIiWFBV7Ssyl0DHUV7MX { width:17.3125rem;height:14.51175rem;top:9.6875rem;left:0.625rem;font-size:1.1875rem;display:block; }#PEVHFIkWZubTyIiWFBV7Ssyl0DHUV7MX li:before{  }
 }@media only screen and (max-width: 763px) { #CgnyoqkQTFk5b8Dr3oHMCdG2rng53eqN { width:18.9375rem;height:11.11325rem;top:28.875rem;left:0.53125rem;font-size:1.1875rem;display:block; }#CgnyoqkQTFk5b8Dr3oHMCdG2rng53eqN li:before{  }
 }@media only screen and (max-width: 763px) { #Cek3tbkSR2FouOWo72a7LVkT0ns1Ftix { width:18.375rem;height:3.0859375rem;top:25.125rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvkrPTsCrcW5AhiZHJ2Vx3SWJ65raHLe { width:17.125rem;height:1.54296875rem;top:41.5625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6oIoLrLdJrxbQ6No0dE7gJoRBCrT4Ec { width:17.4375rem;height:9.5703125rem;top:44.3125rem;left:0.625rem;font-size:1.1875rem;display:block; }#l6oIoLrLdJrxbQ6No0dE7gJoRBCrT4Ec li:before{  }
 }@media only screen and (max-width: 763px) { #q8aHhFu3PH4s5WMRvmrXiNhp1hM6rFfD { width:17.75rem;height:3.0859375rem;top:55.625rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQnMEw7wWI6tC1kX662K3wwqc396CPSP { width:17.9375rem;height:4.62890625rem;top:59.6875rem;left:1.03125rem;font-size:1.1875rem;display:block; }#XQnMEw7wWI6tC1kX662K3wwqc396CPSP li:before{  }
 }@media only screen and (max-width: 763px) { #OCRuTN4p0AfQuHBMFwOS9F6CLxJkGO4z { width:15.8125rem;height:1.54296875rem;top:65.3125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdHJqCHwIgqPZBJGFNWAKrdeOf2Zdbu { width:17.5rem;height:4.62890625rem;top:68.125rem;left:0.625rem;font-size:1.1875rem;display:block; }#sSdHJqCHwIgqPZBJGFNWAKrdeOf2Zdbu li:before{  }
 }@media only screen and (max-width: 763px) { #R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 { display:block; }#R54Ly4wdo8cT7fVW1TmcEG3CGJKcpuD6 > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9iHFNTFuWXDJsgkkD56sq1Oa3eZqX4N { width:13.5625rem;height:13.5625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzvxaraOGf5z3WBigNVNIZUTtzv84pN8 { width:12.5rem;height:1.95rem;top:22.8125rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOuZiPqUfwlKbtzWXNeDF8qOdvNxEE8u { width:20rem;height:5.2rem;top:26.0125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dsv7zx0mMzaVJh7AHS5RuUbANMlB2SFE { width:18.75rem;height:27.29593125rem;top:32.52499961853rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 { display:block; }#qO1y8dfCfF4iviG48OHBqDpAfK4c6ll1 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFERU0XCzTqEFTGLip8InVD2B7OQHMhO { width:20rem;height:4.0625rem;top:3.0937547683716rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 { display:block; }#hTs3qTs5G06ukD4P7fwmrtJFLbTDA4T8 > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGhugwvOgR1z1zmOPPcbcLm8rbGa82W1 { width:19.75rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NicUzetRkZBTlJTzKMfkHx8i8qqOZH0o { width:5.0625rem;height:4.5625rem;top:2.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2xuSt2gynzStVedDnmh1VMfTgPSEWdU { width:2.75rem;height:2.25rem;top:4.09375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6TEdoN2JMby9i59BvQ6WwyoB5Tr0156 { width:17.625rem;height:3.25rem;top:8.625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmV6aQVz4fevH1rbRpkm1vSFSvV01Tz9 { width:17.625rem;height:6.499rem;top:12.5rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPi6JZl2oQu1z0TVPEvi41SbFHG6ITRE { width:19.75rem;height:19.875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOL8rWycbawLQMsUue4zT0QtOLJCpDM3 { width:17.625rem;height:6.499rem;top:33.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVE7BsPJcHxpfhqX40uvxhyzniaWdGMv { width:17.625rem;height:3.25rem;top:30rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzHAVZIu4JRdcnKQdS8M8Gvb9T6vifDD { width:5.0625rem;height:4.5625rem;top:24.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqAaotqaXxzVLqtzV6wHIX7GTAN7VVGd { width:2.25rem;height:2.25rem;top:25.53125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff8irfwkh43NhOXEr7XXnbMwPpowwmEA { width:19.75rem;height:19.875rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0TXFNiMWTbvRzse0VXxbPMt2CSOxMeC { width:17.0625rem;height:7.7988125rem;top:55.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiLhbV6FZRXuSPKoyheGzsunIh1aEPqw { width:17.625rem;height:3.25rem;top:51.375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywF8rMsyZmSFyI17RNsATIF5KCiGwVsn { width:5.0625rem;height:4.5625rem;top:45.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHZX1feobl6LGl2fXf0tnI22JLV0DDqX { width:1.8125rem;height:2.25rem;top:46.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc { display:block; }#Kz86taw2SBqckoG9gU2ZEswVbnCbtwCc > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upPT0HQczEEVl69aXooblitnuKJxTTFi { width:19.75rem;height:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTuQ8ySt0nP9lGvfgHKaagXXghrrBIMl { width:5.0625rem;height:4.5625rem;top:2.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoxAeZXEv3JH89gZBzkV8PRkCB5MOKf6 { width:2.25rem;height:2.25rem;top:4.09375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPyvdHJ8NxiMKwBQsRXqbnm3iygSdQDJ { width:17.625rem;height:3.25rem;top:8.625rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlAJRxx8zm9hIPoayFDMpWltXxQOhd2z { width:17.625rem;height:5.2rem;top:12.5rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3bJCXKQs0fygiMyvH61RRhm9c1D60VP { width:19.75rem;height:19.875rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXtqsX4nXpN4rPqqL9t0VuZcqpDzhhu { width:17.625rem;height:6.499rem;top:33.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX3iHJgbk8IqmEIcuPyCnVWdEbKgtygf { width:17.625rem;height:3.25rem;top:30rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4XuvziBP5hQmypJWToFHkTkPopQCzZ4 { width:5.0625rem;height:4.5625rem;top:24.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alrg8mDODUxgA33KtuGwWkCy0a08h40s { width:2.25rem;height:2.25rem;top:25.53125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo6PJ7s8ZTu3m7dEnrDU97AIcahEaEwh { width:19.75rem;height:19.875rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvblL3BltQPsOSl5ATEsWpv5uHzMvcgs { width:17.625rem;height:6.499rem;top:56.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOnndcGT63FsMQgtSI7H2VyfZG0pAcoT { width:17.625rem;height:3.25rem;top:51.375rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJzLQ2rImZEdqlUeS329r1m46FPIxmHQ { width:5.0625rem;height:4.5625rem;top:45.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvL3z0sNZxIdtc9FvQHwKhf3QyXIrxPf { width:2.75rem;height:2.75rem;top:46.59375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF { display:block; }#bdsEIVdrCbLXS5m63VDCnNcZ74Py94iF > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiA5taIxvev8kGzPLdtBtuVa5uE08zRl { width:16rem;height:4rem;top:1.875rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5S0vNhKG3BN3qqbiSplwdXnXEQVIcNS { display:block; }
 }@media only screen and (max-width: 763px) { #IAhSnNRN77B4nCUwiSuvgzyzZB7Nbg94 { width:2.5rem;height:1.375rem;top:3.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X { display:block; }#SEhMeHKR3v1kP2N7VAKQhAiEpaFdP19X > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsxrEnn4uWoRTrvOthBhhhxRlupfQFGq { width:18.75rem;height:38.6875rem;top:7.40625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TChIy7lrp0xHnm6Zfxzms5CDFSTkFtOg { width:17.25rem;height:4.3984375rem;top:2rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeobBnRdTH4IaPLx1bFNPBEkvo5ufflH { width:20rem;height:45.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl { display:block; }#yBMkvmWhPSNeotaGkwwza7AU9hEE8Nxl > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCDBgxeRIN5gsrWodcXf7KIwuQXwTnw0 { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc2fGzLStsG2BqUNe9HXwklHTCm24mAu { width:15rem;height:4.375rem;top:3.94921875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk { display:block; }#de3feyT0IS7fy0Far99JAQ35AKPdZ8Dk > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFEthQUIGBrKxM1Vdg2lKrlqytiaDJAU { width:3.8125rem;height:3.8125rem;top:11.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvKHTlB8byvV4e3wvdE5U0WML6CaI02A { width:3.8125rem;height:3.8125rem;top:11.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQEyKfEX6FvilwNfA0cu4wOTms0KrH1 { width:16.25rem;height:1.3rem;top:1.25rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXlHKRi4wU7LVFHXtrNSO7FhQhBZEJ8C { width:6.9375rem;height:1.3rem;top:3.8rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #siGHL6HXLnbTQCey5DOq5VAg5SH43FeR { width:6.9375rem;height:1.3rem;top:6.35rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrGF0Wcrby51XrIrlBuS1LCgWpmeXyh2 { width:6.9375rem;height:1.3rem;top:9.0250015258787rem;left:6.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }