.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#121a21;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #22323e, #000000);background-image: -moz-linear-gradient(358deg, #22323e, #000000);background-image: -ms-linear-gradient(358deg, #22323e, #000000);background-image: -o-linear-gradient(358deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(358deg, #22323e, #000000);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;z-index:auto;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container { background-color: transparent; background-image: none; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container > .video-iframe-container { display: none; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row > .video-iframe-container { display: none; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .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); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container { border-width: 0; border-radius: 0; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { background-color: transparent; background-image: none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container > .video-iframe-container { display: none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row > .video-iframe-container { display: none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .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); }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { border-width: 0; border-radius: 0; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;position:relative;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { position:relative;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { background-color: transparent; background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .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); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { border-width: 0; border-radius: 0; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/dc155d2f-e454-492e-9749-58a3f1a31d28/Kolaz_z_gradientem_desktop_1600x4724.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container.adaptive-delivery-prevent-bg, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container.lazyload, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container.lazyloading { background-image: none; }#ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { color:rgba(255,255,255,0.95);display:block;width:64.8125rem;position:absolute;font-family:"source sans pro semibold";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.90625rem;left:5.09375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { background-color: transparent; background-image: none; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container > .video-iframe-container { display: none; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row > .video-iframe-container { display: none; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .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); }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { border-width: 0; border-radius: 0; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { background-color: transparent; background-image: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .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); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { border-width: 0; border-radius: 0; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#yrTTJ9ND3xJFur51gKpQiLmm4thEm1Ga { color:#00dcff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#usqsVDIWLb2p8e5raerS9ZLcRceCeRZV { color:#00dcff;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#mE9d2MKl2XDKCWO6wbHFz4yToMsc1b8F { background-color:#00dcff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#GMlBo25BmJ7wfCae66IHK2vpqZETJes5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSwCoBJtrWl7Mh8Bgdw3KBZoLZKanBNE { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#MRs3bfgisbsw0hVktApkFXP4wsdd2t2Q { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#aMlSLx3epTbwsnr2QR0K3bddtQvakztm { display:block;width:4.43685rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#RLLDhTNA8uJS6R2T41bq0c0DbNeh74c9 { background-color:#00dcff;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;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#dXZPEE6uihVg08qFlr6pKMbWAxrTGRUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aO1HwKEB5H1CbNoVkqMa2vzFZmS71eRN { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#EiSOz5ZPiXVKMz1P7ClGTxlqqM7y2Uwk { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#t5Z4l3d5HCLUGExUyAmxUAPCDypfJseb { display:block;width:6.4355625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TbA3evEDhv1m9kwzCzBeKfM9EeDw1D5x { background-color:#00dcff;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;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#J2s2qkF5cuBIFIBRPRkqmW3Kwd6UlPPL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFS767dsoCRPf7mbNWBzC0Q8HRifvLCK { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #29404f, #151f28);background-image: -moz-linear-gradient(360deg, #29404f, #151f28);background-image: -ms-linear-gradient(360deg, #29404f, #151f28);background-image: -o-linear-gradient(360deg, #29404f, #151f28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#151f28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#29404f', endColorstr='#151f28' );";background-image: linear-gradient(360deg, #29404f, #151f28);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:30.0625rem;width:20.625rem;top:2.1865234375rem;left:0rem;display:block; }
#s43l16pI5RC3IzygncwEBMGPSAKUEoy1 { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #1d2b37, #121a21);background-image: -moz-linear-gradient(360deg, #1d2b37, #121a21);background-image: -ms-linear-gradient(360deg, #1d2b37, #121a21);background-image: -o-linear-gradient(360deg, #1d2b37, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );";background-image: linear-gradient(360deg, #1d2b37, #121a21);background-size:auto !important;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;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:30.0625rem;width:18.125rem;top:2.25rem;left:38.625rem;display:block; }
#UvbNcoziTgK4EFg9HhMreM3zZmGgr6CV { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.1875rem;height:6.09375rem;font-style:normal;display:block; }
#Hr9EfeDS06FDWG8XgDBfmHhxLlRkGAin { color:#00ffb2;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:3.6875rem;left:23.5rem;height:1.4627rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpG7gqJcVfHTbAV0XvHSHPfv7XxMT8b1 { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:3.75rem;left:39.1875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLD0hAx6cFQXmy20BARTzRreQJt63THF { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #243846, #1d2b37);background-image: -moz-linear-gradient(360deg, #243846, #1d2b37);background-image: -ms-linear-gradient(360deg, #243846, #1d2b37);background-image: -o-linear-gradient(360deg, #243846, #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#243846', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#243846', endColorstr='#1d2b37' );";background-image: linear-gradient(360deg, #243846, #1d2b37);background-size:auto !important;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:30.0625rem;width:18.125rem;top:2.1865234375rem;left:20.4990234375rem;display:block; }
#Xt6CBHgWvBx6KFkfKUOcWc5lO4nVwZ7h { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:6.8125rem;left:39.4375rem;height:2.6rem;font-style:normal;display:block; }
#R7MvftmyGc79ZWivOMnRW5PpfMDZ7qPN { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:7.3125rem;left:43.75rem;height:1.625rem;font-style:normal;display:block; }
#TbukdBE92lBGJSgocQWW3n5ldPT6p8hr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00dcff;border-left:0.125rem solid #00dcff;border-right:0.125rem solid #00dcff;border-bottom:0.125rem solid #00dcff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00dcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.5625rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:6.8125rem;left:48.375rem;display:block; }
#UVsUeyMC9NgftWTkgh2pwCFahBFLvzpg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmMFW2dlogiFwaHCLUxhUqalVOQyZx6v { color:#00ffb2;display:block;width:15.999625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.372581481934rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqU60fPFWtlbucTZ2PVP4SCZecGSOt7E { color:#00ffb2;display:block;width:16.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:15.6875rem;left:39.436416625976rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qqd8TskBC0LuayFn5QUGKlMHZVRdTesw { position:absolute;display:block;z-index:15152;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.6875rem;width:6.875rem;top:7.529296875rem;left:3.21875rem;overflow:hidden;display:block; }
#fZFsLJdIVZlUIQk5ccRNxTaaaHWCeTaT { color:#00dcff;display:block;width:14.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:33.811473846436rem;left:31.810241699219rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hVqTCC2TOPRySagfJFskZAIpPOdaCuSf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bXtmcIxE9KtQyI2PPCCKaKePeCEAo2OS { position:absolute;display:block;z-index:15153;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:1rem;width:1rem;top:34.123714447021rem;left:44.934722900391rem;overflow:hidden;display:block; }
#WFP7eMCRUULW4MZJ1tTznfTctuUfHIgv { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #1d2b37, #121a21);background-image: -moz-linear-gradient(360deg, #1d2b37, #121a21);background-image: -ms-linear-gradient(360deg, #1d2b37, #121a21);background-image: -o-linear-gradient(360deg, #1d2b37, #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#121a21' );";background-image: linear-gradient(360deg, #1d2b37, #121a21);background-size:auto !important;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:30.0625rem;width:18.1875rem;top:2.2499504089356rem;left:56.8115234375rem;display:block; }
#M8uDdhLQi4zQJdCXxT1MLc2MgeN2INxM { color:#ffffff;display:block;width:17.687375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:3.7481670379639rem;left:57.072263717651rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yTn1WwuVBa50dCVVszJZbirv7X05W7qW { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:6.875rem;left:57.625rem;height:2.6rem;font-style:normal;display:block; }
#aE8tQ1E4v0slztS4rVk0zER4w0m8U35R { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:7.3125rem;left:61.9375rem;height:1.625rem;font-style:normal;display:block; }
#aMaMe5cRJLflREzmgPbCMFZD3Oo4PTqe { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00dcff;border-left:0.125rem solid #00dcff;border-right:0.125rem solid #00dcff;border-bottom:0.125rem solid #00dcff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#00dcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.5625rem;text-decoration:none;z-index:15136;text-align:center;text-align-last:center;top:6.8125rem;left:66.5625rem;display:block; }
#iDTRr7lliedngrXpzfiv9NpNb3Blcs9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbaKALrMJG4DNEXqBseSQEQViGoukqhH { color:#00ffb2;display:block;width:16.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:15.6875rem;left:57.6240234375rem;height:11.69825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFGgPNJmr4wpR33R0fUT5v6CkrsFWacl { position:absolute;display:block;z-index:15155;background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.5625rem;width:36.375rem;top:0.6875rem;left:38.625rem;display:block; }
#cvzX0PDBA4l94W6lwOUBJhv0Qi9EFWAw { color:#00ffb2;display:block;width:11.75rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:0.82421875rem;left:50.9375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PhI7zEIcTHOEWKQ59D4D7fcJnCeLRkPG { color:rgba(255,255,255,0.8);display:block;width:13.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.125rem;left:57.625rem;height:1.13671875rem;font-style:normal;display:block; }
#XnCiTyvM822nCE1sq9FEF1cfTN2z33BK { color:rgba(255,255,255,0.8);display:block;width:13.375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.4375rem;height:1.13671875rem;font-style:normal;display:block; }
#PkNEOng8JhwVM7GEIXuc2QREImzbBPT1 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:11.7900390625rem;left:57.625rem;height:3.16699375rem;display:block; }
#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { background-color: transparent; background-image: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .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); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { border-width: 0; border-radius: 0; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#PxNSQlpFByvGR0XI8lgiIOeqmu7HtF4X { color:#00dcff;display:block;width:2.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.25rem;height:0.9375rem;font-style:normal;display:none; }
#Xr4SJxJm3eTlgazyft73gC7m051RBTb8 { color:#00dcff;display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.3125rem;left:37.84375rem;height:0;font-style:normal;display:none; }
#UpPydh7OoVxgH9eOUSxVoml8PPreqrm9 { background-color:#00dcff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#121a21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.71875rem;left:37.84375rem;display:none; }
#lFGVvC4r042PhLWgKxims0EUTrw8vCdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPo0ruqi65E4MAqOZM1vDxLBV8Pugkdl { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#dL3075JbfTPxUZHy84TqGshquDlKr8Ts { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#B9Oum5Joixsueh59kUmPqZSh6EVVhBrV { display:block;width:4.43685rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.5rem;height:2.3125rem;color:#03bddc;font-style:normal;display:none; }
#KFwZQqivtvDdT0cZiRJkSNUTZpL9VEEB { background-color:#00dcff;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;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#KJOf8ehLtGuthUqdgcRzpXF9C9A8nExW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fr9J8sIABqGfQzHpgXxTQOTdwQo2z4JT { display:block;width:2.74956875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:25.8125rem;left:32.75rem;height:2.25rem;color:#03bddc;font-style:normal;display:none; }
#uwwvXSV0vMoAWNx9H31Usx62EQKC4Pa5 { display:block;width:1.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:26.5625rem;left:35.25rem;height:1.25rem;color:#03bddc;font-style:normal;display:none; }
#D1ne37i12d5WdDWdg2MCwbz8EviDNwEW { display:block;width:6.4355625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #eaf3f4;top:28.375rem;left:34.28125rem;height:2.3125rem;color:#03bddc;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xMhsQ9FQqCk6f6qQ2RORnm6fsUVqTHPN { background-color:#00dcff;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;box-shadow: none;box-sizing:border-box;color:#eaf3f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.75rem;left:31.25rem;display:none; }
#KXALnvmgrfCy1EUo0aoDqkRuc7zrOApp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GemwcDrUqr4KDcpzTupGNXi0u5cHlRGP { position:absolute;display:block;z-index:14995;background-color:#29404f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:48.9375rem;width:20.5rem;top:0rem;left:0rem;display:block; }
#yOb3n8ur1atwoz6DuUHFZTcqRaSM9rmf { position:absolute;display:block;z-index:14996;background-color:#1d2b37;background-image:none;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:48.9375rem;width:18.125rem;top:0rem;left:56.75rem;display:block; }
#A25zG7xg8hrCJRfczesTZr9s4wZZ3Xwe { color:#344c60;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:23.3125rem;left:2.1875rem;height:3.9rem;font-style:normal;display:block; }
#Uapneip2JzIKz2y2nTrpG8PJ5Fs4x0Tn { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:16.25rem;left:2.1875rem;height:2.6rem;font-style:normal;display:block; }
#xp5QZfqE3a8Nfidwy2v6vAbcXoJeTZZT { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:20.4375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#MuAiOQHutUkqoy18ku4QmswF8f05gqQF { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#ORGdl8bEJui4UKp5AryG9AAWTaIWxdI5 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.1875rem;height:3.9rem;font-style:normal;display:block; }
#s9ocZpzXtdgpw1hNInAwDuRcyqU4TZ2q { position:absolute;display:block;z-index:15088;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:8.375rem;left:0rem;display:block; }
#URdMSnX9wMANi4dDzAQashHaTwpTahfe { position:absolute;display:block;z-index:15091;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:15.4375rem;left:0rem;display:block; }
#ixDVtUWzL1QkiBqTP4D72KDPelevTdn5 { position:absolute;display:block;z-index:15092;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:19.625rem;left:0rem;display:block; }
#R1Ml4xX4KledRIeJRoB3VT9W9Nq3Mnke { position:absolute;display:block;z-index:15093;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:22.5rem;left:0rem;display:block; }
#A6Hqxag6I9UTgVamHJu17TpmnTh3TXaN { position:absolute;display:block;z-index:15131;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:27.9375rem;left:0rem;display:block; }
#eGQ3Te91ROQtyyfwxq5wCRp6Q97rfkrR { position:absolute;display:block;z-index:15096;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:2.9375rem;left:0rem;display:block; }
#IQPRUhmTETvJkn6K6b4gFAnWfd6dHSd5 { color:#bdbdbf;display:block;width:34.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:53.186470031738rem;left:40.686676025391rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GeZu9bBoULtK31GZ96sLKmnAdH55lzXm { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:9.1875rem;left:2.1875rem;height:5.2rem;font-style:normal;display:block; }
#RVBSw2nEniWlTsROXlEWFdFeJbe7G3Cb { position:absolute;display:block;z-index:14997;background-color:#243846;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:48.9375rem;width:18.125rem;top:0rem;left:20.498817443847rem;display:block; }
#sMheh0RpBKRCpNVEkf2aXAWyNMDkvq3K { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:28.75rem;left:2.1875rem;height:6.499rem;font-style:normal;display:block; }
#WR0qw2zZqBbTDAl67FshuFcv3zRD1tEs { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:0.7119140625rem;left:65.0625rem; }
#E7VCvoGOV5QKF03FgWcC32xbRpRiqqnD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:4.88671875rem;left:65.0625rem; }
#EgZEu0THh6WF7I5d4eM3klgCTqx9F1kd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:11.13671875rem;left:65.0625rem; }
#IrX5uLmw8Vfh8pSvTVZXpJcluqkbhFLE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:16.0869140625rem;left:65.0625rem; }
#TX0pTyA5MWdNpdvZTrIWtyxv3sFrCfO8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:20.2744140625rem;left:65.0625rem; }
#fAFNDysidx1tbh2qmTuMqTPEy66ns0iT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:24.44921875rem;left:65.0625rem; }
#DJEDvJTxC0TU2t5QZxHwDmUUWTPb0TaQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:29.875rem;left:65.0625rem; }
#H2ypi2W3caT9arTvTc1K11qwctmHwJN5 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:24.44921875rem;left:28.75rem; }
#obn6caOIw9q0CSKTK52WFaXAvt1NmwVT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:29.88671875rem;left:28.75rem; }
#ud0WQOmoG7I9I0VkwnCLAZth7Lo6tLSz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:0.9619140625rem;left:29rem; }
#mf5GPke1ZstwSQ7ewLPGqzXuBRFql8rK { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:5.13671875rem;left:29rem; }
#UA4avfCvzUyVxhm7MXbWeAbio0xPUdTU { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:11.38671875rem;left:29rem; }
#FyDTZV8D1rvx0b7n1b5sHrwSXf4cLeg4 { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:16.3369140625rem;left:29rem; }
#rcWDM5FS3B9rdpIVLNMOROORS3xeWI7V { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:20.5244140625rem;left:29rem; }
#Igy2V9R2l3zwh05eZtswMGbn5x0TZZ83 { position:absolute;display:block;z-index:14997;background-color:#1d2b37;background-image:none;border-top:0;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:48.9375rem;width:18.125rem;top:0rem;left:38.625rem;display:block; }
#B60UaAlU9NTUatc11gQsodJxzBQp0PWI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:4.88671875rem;left:46.9375rem; }
#y5TTBoPspS5ACeFnH0hvRn3o0Q6vAhrB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:11.13671875rem;left:46.9375rem; }
#Q27Th6u693nS4MZI8Me1Gf2E82uKvnmp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:16.0869140625rem;left:46.9375rem; }
#Mxrk33NlQOekU35LTqKHAa50k79ssHMl { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:20.2744140625rem;left:46.9375rem; }
#N37Aa6mfWn0nutWPZGmdDyI010vRCz5X { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:24.44921875rem;left:46.9375rem; }
#sndlinpB2eaIe9TiNonMVztk7k9GLLaG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:29.875rem;left:46.9375rem; }
#QtFTJCZ4E55G0aioetO88HeVUwBZyGAF { position:absolute;display:block;z-index:15156;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:1rem;width:1rem;top:55.37345123291rem;left:39.124176025391rem;overflow:hidden;display:block; }
#k7gqhbzQwfaFf8eJ9qafM1AdzEHXoS4H { color:#00dcff;display:block;width:3.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15155;line-height:1.3;letter-spacing:0;top:55.124168395996rem;left:36.623664855957rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#un1ke99h0AbduId5KEJp97STCu8PdTIV { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62439375rem;width:1.62439375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:0.71207809448244rem;left:46.941389083862rem; }
#yl1sPgH0IdBSHJXW3zmgkOHsE0UpfyEH { position:absolute;display:block;z-index:15132;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0621059375rem;width:74.999375rem;top:36.310563087463rem;left:0rem;display:block; }
#cor67eMeNqU78mZFoPkTmIifHE2tQBzl { color:#000000;display:block;width:15.687125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:38.067732751369rem;left:2.1865577697754rem;height:2.6rem;font-style:normal;display:block; }
#uGHZhC6QNln0zslbfxVTraQ5942yffPs { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12433125rem;width:1.12433125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15152;opacity:1;top:38.803366661072rem;left:28.998121261597rem; }
#QCosTJwvymT0P3fi7gzJLbx9QAH5oD9N { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.1232625rem;width:1.1232625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:38.805510520935rem;left:47.191953659058rem; }
#ANtC3nJSlsT7nk9qvcT0x1M4F1DkAvq7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62439375rem;width:1.62439375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:38.553874015808rem;left:65.06668663025rem; }
#B4FaSfgKEuw2THTlab6TfREsm0APMllB { position:absolute;display:block;z-index:15131;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:27.9375rem;left:0rem;display:none; }
#bSSM9RyT8aSTAZdQ88sPpIvbX3PoLalV { position:absolute;display:block;z-index:15133;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.061677625rem;width:74.99875rem;top:43.351664543152rem;left:0rem;display:block; }
#rRx4lQtOGbe9Vp2GZ4Hvlb6omkJEtgML { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:44.627619743347rem;left:2.1844139099121rem;height:2.6rem;font-style:normal;display:block; }
#Izve7F31unrB12uZ8Brv3XHoxWoNnyTu { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:45.363898277283rem;left:28.997482299805rem; }
#OHmGvsd9OpubqsT2xMDetD5GXuLunoqJ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.12305rem;width:1.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15154;opacity:1;top:45.363898277283rem;left:47.205230712891rem; }
#Ri3hIQefFO2iaHt8Wbq4cC6t58EHc4aG { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.624175rem;width:1.624175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:44.924548149109rem;left:65.080177307131rem; }
#PGef7PEpqve9SlcMVs2gqrZTNb6mHRtq { position:absolute;display:block;z-index:15131;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:75rem;top:27.9375rem;left:0rem;display:none; }
#PFvV3isn89bGxJAbz7auc4LOln0KBZki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { background-color: transparent; background-image: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .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); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { border-width: 0; border-radius: 0; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121a21, #1d2b37);background-image: -moz-linear-gradient(180deg, #121a21, #1d2b37);background-image: -ms-linear-gradient(180deg, #121a21, #1d2b37);background-image: -o-linear-gradient(180deg, #121a21, #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#1d2b37' );";background-image: linear-gradient(180deg, #121a21, #1d2b37);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { background-color: transparent; background-image: none; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container > .video-iframe-container { display: none; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row > .video-iframe-container { display: none; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .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); }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { border-width: 0; border-radius: 0; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b37;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; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { background-color: transparent; background-image: none; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container > .video-iframe-container { display: none; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row > .video-iframe-container { display: none; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .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); }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { border-width: 0; border-radius: 0; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#AG8SgRbQonvTBBrdxbykKSOTimoDXegL { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:31.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.4375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAlwHBv4QQaJ6cPPoI6fHAuROtxWZpDD { background-color:#162029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;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;box-sizing:border-box;color:rgba(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11rem;left:24.0625rem;display:block; }
#PbQ0Kr5TdNkwxH6SxK0kJQQBGllTo5lO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pe8iHfhia3OKdRiSt5sTNXcqWzkpqgJV { background-color:#162029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;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;box-sizing:border-box;color:rgba(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11rem;left:29.9375rem;display:block; }
#QEZrAFqybRgt2nrtkbUli2TmlSb6ckxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThOQWBf4t18M0IoQeFtOxW9iNMiR4E6U { background-color:#162029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;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;box-sizing:border-box;color:rgba(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11rem;left:37rem;display:block; }
#VpapKWwwQa0xG3vupxIJPQkVeAiZMErm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gu7I32mRS1RPDxC4n0BNpVbhhesc5yTG { background-color:#162029;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #162029;border-left:0.0625rem solid #162029;border-right:0.0625rem solid #162029;border-bottom:0.0625rem solid #162029;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;box-sizing:border-box;color:rgba(255,255,255,0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11rem;left:42.25rem;display:block; }
#uwqdeTkQQRTXoTkx4ThqnleXanP0LlFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b37;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; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { background-color: transparent; background-image: none; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container > .video-iframe-container { display: none; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row > .video-iframe-container { display: none; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .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); }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { border-width: 0; border-radius: 0; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#AHA3yLpqcICq3NIXfWs0of5hQBQZiwyK { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:0.68750572204588rem;left:0rem;display:block; }
#VqETn2TAQVuWp4xopJiWLef8Ctg7Q2iK { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:0.6875rem;left:68.25rem;display:block; }
#tKKx2tLXhvlh8kSsuMA46H7ggETnIIp7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:0.6875rem;left:0rem;display:block; }
#KuRde8Ofa8ZdJh7hFgPEoeFTZqDR3Fot { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.1875rem;left:0rem; }
#HL3Vo3FAwhkPor1MxT5G6WVoMh0FWpcQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.1875rem;left:73rem; }
#FJ45FeimZXkFBfOXR0nlocULGOIITGM6 { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0Fda4zZbhIJIkMFvLvhCl9o3cSZMGMA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b37;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; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { background-color: transparent; background-image: none; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container > .video-iframe-container { display: none; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row > .video-iframe-container { display: none; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .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); }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { border-width: 0; border-radius: 0; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#MQDanecq8LTFqyL3LvxyuLrI6V0JpJHs { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:1rem;left:0rem;display:block; }
#cnCE8pTpPgJIGUo7lqitLnAr6BMInUL3 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:1rem;left:68.25rem;display:block; }
#L4WTToawNTwKNlA5Qk7ViWRZJSdbOoAL { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:1rem;left:0rem;display:block; }
#p39VVRFsqLx2rdTcl3mrgqfBHTeqpMIC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.1875rem;left:0rem; }
#qz0DrD1PVPtgI0BSt6vVhzgGfcpTs19N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.1875rem;left:73rem; }
#zTon7FNh8y4i1ckL3ULGKzHP6O9E6zAM { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ibWgIb9BNPGaMq2ATkB9rv51qkt0KMxq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b37;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; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { background-color: transparent; background-image: none; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container > .video-iframe-container { display: none; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row > .video-iframe-container { display: none; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .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); }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { border-width: 0; border-radius: 0; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#PwcJXV5HMQId5Xx78S6ogS1wfn8TyXEf { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:1.3125rem;left:0rem;display:block; }
#N5ncxzvZX9bdlnvuoyDUOKUATWqKT8lW { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:1.3125rem;left:68.25rem;display:block; }
#lrALAhTJO6l8fzvs8PMtVkMUls2sLOkF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:1.3125rem;left:0rem;display:block; }
#b9u87ERMXXHMIZHJF43pTToOuVdQCwKI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.5rem;left:0rem; }
#R2GXBMvO6sbGrtZaoHQp3ZSaXXqRN0sH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.75rem;left:73rem; }
#WlphxoKZ7OqrD1aTsoresKpatowV2gcE { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhaW9dLgvIlpqAIkkc77JGmf3LQVINmK { position:absolute;display:block;z-index:15010;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.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b37;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; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { background-color: transparent; background-image: none; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container > .video-iframe-container { display: none; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row > .video-iframe-container { display: none; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .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); }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { border-width: 0; border-radius: 0; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#vOFX8PbbTsH1vcpcaqO4whA4ApXJZADS { position:absolute;display:block;z-index:15000;height:20.875rem;width:75rem;top:1.0625rem;left:0rem;display:block; }
#sAtJkhTG7qd6spW3onc8mdKwlUupBQtH { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d2b37' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #1d2b37);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:1.0625rem;left:68.25rem;display:block; }
#lVnsecF3VPkgCzmb7IqMkh8SsbVVrfRp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2b37', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #1d2b37, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:6.75rem;top:1.0625rem;left:0rem;display:block; }
#StXu6siECH6HnLq5LtdR2TGekCUJIUPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.25rem;left:0rem; }
#d889Mynsb8zCdt6c5UT4z2SAJvdQFimo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.25rem;left:73rem; }
#cs5rekMRsNQcf8tsMe9Blh2hogvgSnD8 { 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:1.3125rem;width:1.25rem;top:23.5rem;left:46.0625rem;overflow:hidden;display:block; }
#LTaVSEI7F3PfBBpUelXrTGgf613hecA6 { color:#00dcff;display:block;width:18.5rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 > .row .container { border-width: 0; border-radius: 0; }#hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#pAd4Oh8wGnHDUNOI7gDbzry0qVOkNrT8 { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwJ3VhiLIO8cvQqZ4wTU0ZZ3KTrNAPWm { color:rgba(255,255,255,0.8);display:block;width:53.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.125rem;left:10.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvJwTW1le4P6qqxShkZ02K4rNfNZLcm3 { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:31.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#FzdJ85T5FbETylLtoh1rVvkovInLH3lK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#FzdJ85T5FbETylLtoh1rVvkovInLH3lK > .row .container { border-width: 0; border-radius: 0; }#FzdJ85T5FbETylLtoh1rVvkovInLH3lK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FzdJ85T5FbETylLtoh1rVvkovInLH3lK > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:none; }#BQbhDMkCKiTsFq4BEP5qWRxmLIcQV6ql { position:absolute;display:block;z-index:15000;height:32.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#QbrRXduGq9baOeyeOSCC9klIByNVbhTV { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-size:auto !important;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:32.625rem;width:6.75rem;top:0rem;left:68.25rem;display:block; }
#BEH3ynsmWkzaGcUJSg33fWAo1769UysC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #121a21, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-size:auto !important;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:32.625rem;width:6.75rem;top:0rem;left:0rem;display:block; }
#RHkU0BfA9RzF0TD3NF8VQIyDAI1J40D1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.3125rem;left:0rem; }
#PLOqcQqgT8IH9F7gx9Q6o1LAcTyTC9C1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.3125rem;left:73rem; }
#vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ > .row .container { border-width: 0; border-radius: 0; }#vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:none; }#H8pqwNNaUALEuMOqWV6Ry1cJumMNqmAv { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.4375rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upS0S4K0WLSSISlPmQLVPp9iW507sSAZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:7.5rem;top:1.5625rem;left:33.75rem;overflow:hidden;display:block; }
#TxQTefzNqEuAMdyMcxccnMTHpSU5epmi { color:rgba(255,255,255,0.8);display:block;width:50.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.25rem;left:12.4375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L > .row .container { border-width: 0; border-radius: 0; }#BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:none; }#Thl0GmONuck9Vxcar4rsuGUBDyw3aNqn { position:absolute;display:block;z-index:15000;height:32.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#wiGGJLoLdNTBTJUhMnuf8qe6N25i2OQO { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #121a21);background-size:auto !important;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:32.625rem;width:6.75rem;top:0rem;left:68.25rem;display:block; }
#bOvrxyN0dbObgpnITUdS2EIbXDT8d8Tb { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #121a21, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #121a21, rgba(0,0,0,0));background-size:auto !important;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:32.625rem;width:6.75rem;top:0rem;left:0rem;display:block; }
#LZEm57QFvM82bzkDKJQJFC68Law1tho1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.3125rem;left:0rem; }
#nGXxt0yC26hnxPaQ0327DppsC3hrTxaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.3125rem;left:73rem; }
#XV3XxuwkhVTidPT7u3PE81nZNTIbTtQW { color:#00dcff;display:block;width:13.3125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:35.1875rem;left:30.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SlAtD28fxRu4zvkQrQl2XLZ09zM0O097 { position:absolute;display:block;z-index:15010;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.3125rem;width:1.25rem;top:35.1875rem;left:43.75rem;overflow:hidden;display:block; }
#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { background-color: transparent; background-image: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container > .video-iframe-container { display: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container { display: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .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); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { border-width: 0; border-radius: 0; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { 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:33.4375rem;width:50rem;top:0rem;left:37.512447638994rem;overflow:hidden;display:block; }
#JkMCwzbtztiQaoCnONgddTIs33cFTIRO { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { color:rgba(255,255,255,0.95);display:block;width:28rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.625rem;left:0rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { color:rgba(255,255,255,0.8);display:block;width:34.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.8125rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b37;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; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { background-color: transparent; background-image: none; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container > .video-iframe-container { display: none; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row > .video-iframe-container { display: none; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .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); }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { border-width: 0; border-radius: 0; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#xKhSaIFUEHWNWqNDHZ5aPOHrHDQM9cAy { 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:29.3125rem;width:50rem;top:0rem;left:-11.875rem;overflow:hidden;display:block; }
#hitQ8hT1IcA9MKrUnJeBKfWgprIZleCv { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.8125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#ShunBvOQ9DGyDnRDexpq9L2KavxfkxwT { color:rgba(255,255,255,0.95);display:block;width:34.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:10.1875rem;left:40.8125rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sMVOA2RxEzkT3JgRpToRo5ElRmOrpaBG { color:rgba(255,255,255,0.8);display:block;width:34.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.375rem;left:40.8125rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dcdMJxOTATeeHgAoFhZwvSESqqbkV5Gv { color:#00dcff;display:block;width:18.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TEo8u8MGhW6LWhinkOUEwCWN07wCRAPA { 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:1.3125rem;width:1.25rem;top:24.5625rem;left:57.875rem;overflow:hidden;display:block; }
#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { background-color: transparent; background-image: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container > .video-iframe-container { display: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row > .video-iframe-container { display: none; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .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); }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { border-width: 0; border-radius: 0; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#CNp9LGLSByuE9BU55geqrnZs3rXaDl5H { 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:33.375rem;width:50rem;top:0rem;left:37.425770225776rem;overflow:hidden;display:block; }
#n7MonrxwLoHdTNR4yHGgKlM4wvuA2RdG { color:#00dcff;display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#AsxVOF9TBI0SwHGZNLaCu5h2xeKre1MP { color:rgba(255,255,255,0.95);display:block;width:31.3125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:12.5625rem;left:0rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZAEFHmEDDPOgRSMD73UK8GUTRsO0ppU { color:rgba(255,255,255,0.8);display:block;width:35.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:19.75rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2b37;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; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { background-color: transparent; background-image: none; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container > .video-iframe-container { display: none; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row > .video-iframe-container { display: none; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .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); }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { border-width: 0; border-radius: 0; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#ugmSweXHtX6vMaIxg7LiJsKnClaaBMd0 { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:31.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#r7Sf9AFH8CmiXimLNoDKzff3bWs2noE6 { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.4375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vnaz0CKlT1FXynNIC7XiOw3KCp5KqBxV { color:rgba(255,255,255,0.8);display:block;width:50.125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:12.4375rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBUTT7rkzOyqpkBqn6VyJhKNR3PIOBOZ { position:absolute;display:block;z-index:15007;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:25.3125rem;display:block; }
#Qt43AKDxGSQNAPwSXG8maMDlqIloHh5G { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5rem;top:17.6875rem;left:35.25rem;overflow:hidden;display:block; }
#em2zWOV47Q39BcVT6llzyntmtTEQxLZ1 { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.15625rem;height:1.7501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JmioygbepBd41Aqr3TOyAAgD1mc6lWxv { position:absolute;display:block;z-index:15010;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:50.625rem;display:block; }
#T8pTmArSTlaIBJkdXT0xdc8PpnNKszPK { position:absolute;display:block;z-index:15011;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.5625rem;width:4.5rem;top:17.6875rem;left:60.5625rem;overflow:hidden;display:block; }
#Cp8JoU21liUgeWAQTFb2xFWbgJWIUmv3 { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:24.125rem;left:52.46875rem;height:1.7501rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ea6CkOJieG5s2KgAU55VpusBn3VGi4g3 { position:absolute;display:block;z-index:15010;background-color:#121a21;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.5rem;width:24.375rem;top:15.625rem;left:0rem;display:block; }
#v98rVKtflaDTvlW3MQUHXsRxJraoIOMN { position:absolute;display:block;z-index:15011;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.5625rem;width:4.5rem;top:17.6875rem;left:9.9375rem;overflow:hidden;display:block; }
#dnvnZ342s2RDeoq6SLTrwDJWyMgdS9Xz { color:rgba(255,255,255,0.95);display:block;width:20.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:23.25rem;left:1.875rem;height:3.5002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { background-color: transparent; background-image: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container > .video-iframe-container { display: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container { display: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .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); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { border-width: 0; border-radius: 0; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:14.4375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { background-color: transparent; background-image: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .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); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { border-width: 0; border-radius: 0; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:3.50020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#iX9yd5054hmBqpZgK3dmNx423TyHUczo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { background-color: transparent; background-image: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container > .video-iframe-container { display: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container { display: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .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); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { border-width: 0; border-radius: 0; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { background-color: transparent; background-image: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .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); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { border-width: 0; border-radius: 0; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#l3TutmhzptgEP9FZz3i2RZkZNAh863RQ { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#LUSmqBeMFo1couJlnVeus8XXigVAekJV { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#zydNhZKWJTBS2CTMU7JmM55I25SivcKq { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { background-color: transparent; background-image: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container > .video-iframe-container { display: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container { display: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .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); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { border-width: 0; border-radius: 0; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { background-color: transparent; background-image: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .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); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { border-width: 0; border-radius: 0; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#Oaul1NfMl2IA5WefedtiTesZJRU2Hq8U { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:3.50020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#H0UislrHdvlksQa7WULCTcGyiu6OihJX { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { background-color: transparent; background-image: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container > .video-iframe-container { display: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container { display: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .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); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { border-width: 0; border-radius: 0; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { border-width: 0; border-radius: 0; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:none; }#MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.74860625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { border-width: 0; border-radius: 0; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:none; }#nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5005375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { border-width: 0; border-radius: 0; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:none; }#FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { border-width: 0; border-radius: 0; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { background-color: transparent; background-image: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .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); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { border-width: 0; border-radius: 0; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#l42ud1srNy9b7lytalPWpPuFqHJZaN75 { 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:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#LyyX712Cke39zOrtJGy4I854KDLSKSls { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#rU70M1niPPkLgipCVElk2psZnm6CT0Pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { background-color: transparent; background-image: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container > .video-iframe-container { display: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container { display: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .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); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { border-width: 0; border-radius: 0; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#GOEO66JbsRWrTdbsv52zMT99hU2twzlU { color:#bdbdbf;display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;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; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { background-color: transparent; background-image: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container > .video-iframe-container { display: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container { display: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .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); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { border-width: 0; border-radius: 0; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { background-color: transparent; background-image: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .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); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { border-width: 0; border-radius: 0; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:29.25rem;display:block; }
#iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:2.25rem;left:42.5625rem;overflow:hidden;display:block; }
#WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { position:absolute;display:block;z-index:15006;background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3rem;width:12.5rem;top:1.5rem;left:33.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(351deg, #22323e, #000000);background-image: -moz-linear-gradient(351deg, #22323e, #000000);background-image: -ms-linear-gradient(351deg, #22323e, #000000);background-image: -o-linear-gradient(351deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(351deg, #22323e, #000000);background-size:cover !important;display:block; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container { background-color: transparent; background-image: none; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container > .video-iframe-container { display: none; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row > .video-iframe-container { display: none; }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .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); }#lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { display:none; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c { display:block; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGFllug3aL22hb6WKDodACuIRuOb7M4S { background-color:#121a21;background-image:none;display:block; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { background-color: transparent; background-image: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .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); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { width:47.75rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrTTJ9ND3xJFur51gKpQiLmm4thEm1Ga { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #usqsVDIWLb2p8e5raerS9ZLcRceCeRZV { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mE9d2MKl2XDKCWO6wbHFz4yToMsc1b8F { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMlBo25BmJ7wfCae66IHK2vpqZETJes5 { display:block; }
 }@media only screen and (max-width: 763px) { #MSwCoBJtrWl7Mh8Bgdw3KBZoLZKanBNE { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRs3bfgisbsw0hVktApkFXP4wsdd2t2Q { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMlSLx3epTbwsnr2QR0K3bddtQvakztm { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RLLDhTNA8uJS6R2T41bq0c0DbNeh74c9 { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXZPEE6uihVg08qFlr6pKMbWAxrTGRUq { display:block; }
 }@media only screen and (max-width: 763px) { #aO1HwKEB5H1CbNoVkqMa2vzFZmS71eRN { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #EiSOz5ZPiXVKMz1P7ClGTxlqqM7y2Uwk { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #t5Z4l3d5HCLUGExUyAmxUAPCDypfJseb { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #TbA3evEDhv1m9kwzCzBeKfM9EeDw1D5x { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 763px) { #J2s2qkF5cuBIFIBRPRkqmW3Kwd6UlPPL { display:block; }
 }@media only screen and (max-width: 763px) { #XFS767dsoCRPf7mbNWBzC0Q8HRifvLCK { width:12.5rem;height:20rem;top:2.8125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #s43l16pI5RC3IzygncwEBMGPSAKUEoy1 { width:11.75rem;height:20rem;top:1.5625rem;left:35.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #UvbNcoziTgK4EFg9HhMreM3zZmGgr6CV { width:12rem;height:4.629675rem;top:4.15625rem;left:0.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr9EfeDS06FDWG8XgDBfmHhxLlRkGAin { width:6.5625rem;height:1.462275rem;top:4.15625rem;left:15.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpG7gqJcVfHTbAV0XvHSHPfv7XxMT8b1 { width:9.6875rem;height:2.92455rem;top:4.15625rem;left:36.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLD0hAx6cFQXmy20BARTzRreQJt63THF { width:11.75rem;height:20rem;top:2.8125rem;left:12.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6CBHgWvBx6KFkfKUOcWc5lO4nVwZ7h { width:3.5625rem;height:2.03125rem;top:7.75rem;left:37.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MvftmyGc79ZWivOMnRW5PpfMDZ7qPN { width:3.875rem;height:1.462275rem;top:8.0625rem;left:41.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbukdBE92lBGJSgocQWW3n5ldPT6p8hr { width:7.375rem;height:1.875rem;top:10.1875rem;left:37.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVsUeyMC9NgftWTkgh2pwCFahBFLvzpg { display:block; }
 }@media only screen and (max-width: 763px) { #dmMFW2dlogiFwaHCLUxhUqalVOQyZx6v { width:8.75rem;height:6.8230625rem;top:9.9375rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqU60fPFWtlbucTZ2PVP4SCZecGSOt7E { width:9.875rem;height:12.509rem;top:13.78125rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqd8TskBC0LuayFn5QUGKlMHZVRdTesw { width:4.6875rem;height:1.875rem;top:7.171875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFsLJdIVZlUIQk5ccRNxTaaaHWCeTaT { width:11.125rem;height:1.21941875rem;top:10.0625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVqTCC2TOPRySagfJFskZAIpPOdaCuSf { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXtmcIxE9KtQyI2PPCCKaKePeCEAo2OS { width:1rem;height:1rem;top:10.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFP7eMCRUULW4MZJ1tTznfTctuUfHIgv { width:11.75rem;height:20rem;top:1.5625rem;left:24.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #M8uDdhLQi4zQJdCXxT1MLc2MgeN2INxM { width:9.625rem;height:4.38681875rem;top:4.15625rem;left:25.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTn1WwuVBa50dCVVszJZbirv7X05W7qW { width:3.5625rem;height:2.03125rem;top:7.75rem;left:26rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE8tQ1E4v0slztS4rVk0zER4w0m8U35R { width:3.875rem;height:1.462275rem;top:8rem;left:29.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaMe5cRJLflREzmgPbCMFZD3Oo4PTqe { width:7.375rem;height:1.875rem;top:10.1875rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDTRr7lliedngrXpzfiv9NpNb3Blcs9u { display:block; }
 }@media only screen and (max-width: 763px) { #lbaKALrMJG4DNEXqBseSQEQViGoukqhH { width:9.875rem;height:17.05775rem;top:13.78125rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGgPNJmr4wpR33R0fUT5v6CkrsFWacl { width:36.375rem;height:1.5625rem;top:0.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvzX0PDBA4l94W6lwOUBJhv0Qi9EFWAw { width:6.5625rem;height:2.92455rem;top:4.15625rem;left:15.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhI7zEIcTHOEWKQ59D4D7fcJnCeLRkPG { top:10.125rem;left:34.375rem;width:13.3125rem;height:0.89304375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCiTyvM822nCE1sq9FEF1cfTN2z33BK { top:10.125rem;left:25.8125rem;width:13.3125rem;height:1.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkNEOng8JhwVM7GEIXuc2QREImzbBPT1 { width:16.5rem;height:3.1875rem;top:11.75rem;left:31.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ { background-color:#121a21;background-image:none;display:block; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { background-color: transparent; background-image: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .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); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { width:47.75rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxNSQlpFByvGR0XI8lgiIOeqmu7HtF4X { width:1.8125rem;height:0.6875rem;top:11.31019115448rem;left:34.435368657112rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr4SJxJm3eTlgazyft73gC7m051RBTb8 { width:17.6875rem;height:0;top:28.1875rem;left:25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UpPydh7OoVxgH9eOUSxVoml8PPreqrm9 { width:9.625rem;height:2.75rem;top:31.3125rem;left:26.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFGVvC4r042PhLWgKxims0EUTrw8vCdU { display:block; }
 }@media only screen and (max-width: 763px) { #FPo0ruqi65E4MAqOZM1vDxLBV8Pugkdl { width:3.37456875rem;height:2.25rem;top:13.625rem;left:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dL3075JbfTPxUZHy84TqGshquDlKr8Ts { width:3.75rem;height:1.25rem;top:14.25rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9Oum5Joixsueh59kUmPqZSh6EVVhBrV { width:6.4355625rem;height:2.25rem;top:15.875rem;left:20.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KFwZQqivtvDdT0cZiRJkSNUTZpL9VEEB { width:12.875rem;height:3.125rem;top:18.875rem;left:16.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJOf8ehLtGuthUqdgcRzpXF9C9A8nExW { display:block; }
 }@media only screen and (max-width: 763px) { #fr9J8sIABqGfQzHpgXxTQOTdwQo2z4JT { width:3.374025rem;height:0;top:17.6875rem;left:4.6875rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #uwwvXSV0vMoAWNx9H31Usx62EQKC4Pa5 { width:3.75rem;height:0;top:18.375rem;left:7.3125rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #D1ne37i12d5WdDWdg2MCwbz8EviDNwEW { width:6.4355625rem;height:0;top:19.9375rem;left:6.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #xMhsQ9FQqCk6f6qQ2RORnm6fsUVqTHPN { width:12.5rem;height:1rem;top:22.8125rem;left:2.9375rem;font-size:0.75rem;z-index:15054;color:#eaf3f4;display:none; }
 }@media only screen and (max-width: 763px) { #KXALnvmgrfCy1EUo0aoDqkRuc7zrOApp { display:block; }
 }@media only screen and (max-width: 763px) { #GemwcDrUqr4KDcpzTupGNXi0u5cHlRGP { width:12.5rem;height:38.3125rem;top:0rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #yOb3n8ur1atwoz6DuUHFZTcqRaSM9rmf { width:11.75rem;height:38.3125rem;top:0rem;left:35.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #A25zG7xg8hrCJRfczesTZr9s4wZZ3Xwe { width:11.125rem;height:5.274725rem;top:24.6875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uapneip2JzIKz2y2nTrpG8PJ5Fs4x0Tn { width:11.125rem;height:2.2743625rem;top:18.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp5QZfqE3a8Nfidwy2v6vAbcXoJeTZZT { width:11.125rem;height:2.2743625rem;top:22.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuAiOQHutUkqoy18ku4QmswF8f05gqQF { width:5.75rem;height:1.13718125rem;top:0.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORGdl8bEJui4UKp5AryG9AAWTaIWxdI5 { width:11.125rem;height:5.68590625rem;top:3.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ocZpzXtdgpw1hNInAwDuRcyqU4TZ2q { width:47.625rem;height:0.0625rem;top:7.3125rem;left:0rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #URdMSnX9wMANi4dDzAQashHaTwpTahfe { width:47.625rem;height:0.0625rem;top:18rem;left:0rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #ixDVtUWzL1QkiBqTP4D72KDPelevTdn5 { width:47.625rem;height:0.0625rem;top:21.5625rem;left:0rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ml4xX4KledRIeJRoB3VT9W9Nq3Mnke { width:47.625rem;height:0.0625rem;top:24rem;left:0rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #A6Hqxag6I9UTgVamHJu17TpmnTh3TXaN { width:47.625rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #eGQ3Te91ROQtyyfwxq5wCRp6Q97rfkrR { width:47.625rem;height:0.0625rem;top:2.5625rem;left:0rem;z-index:15133;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IQPRUhmTETvJkn6K6b4gFAnWfd6dHSd5 { top:40.4375rem;left:33.8125rem;width:13.9375rem;height:2.1098875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeZu9bBoULtK31GZ96sLKmnAdH55lzXm { width:11.125rem;height:5.68590625rem;top:11.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVBSw2nEniWlTsROXlEWFdFeJbe7G3Cb { width:11.75rem;height:38.3125rem;top:0rem;left:12.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sMheh0RpBKRCpNVEkf2aXAWyNMDkvq3K { width:11.125rem;height:7.96025rem;top:30.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR0qw2zZqBbTDAl67FshuFcv3zRD1tEs { width:1.25rem;height:1.25rem;top:0.755859375rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7VCvoGOV5QKF03FgWcC32xbRpRiqqnD { width:1.25rem;height:1.25rem;top:4.330078125rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgZEu0THh6WF7I5d4eM3klgCTqx9F1kd { width:1.25rem;height:1.25rem;top:12.07421875rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrX5uLmw8Vfh8pSvTVZXpJcluqkbhFLE { width:1.25rem;height:1.25rem;top:19.19921875rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0pTyA5MWdNpdvZTrIWtyxv3sFrCfO8 { width:1.25rem;height:1.25rem;top:22.193359375rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAFNDysidx1tbh2qmTuMqTPEy66ns0iT { width:1.25rem;height:1.25rem;top:26.173828125rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJEDvJTxC0TU2t5QZxHwDmUUWTPb0TaQ { width:1.25rem;height:1.25rem;top:33.03515625rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ypi2W3caT9arTvTc1K11qwctmHwJN5 { width:1.25rem;height:1.25rem;top:26.173828125rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obn6caOIw9q0CSKTK52WFaXAvt1NmwVT { width:1.25rem;height:1.25rem;top:33.03515625rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud0WQOmoG7I9I0VkwnCLAZth7Lo6tLSz { width:0.875rem;height:0.875rem;top:0.943359375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf5GPke1ZstwSQ7ewLPGqzXuBRFql8rK { width:0.875rem;height:0.875rem;top:4.517578125rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA4avfCvzUyVxhm7MXbWeAbio0xPUdTU { width:0.875rem;height:0.875rem;top:12.26171875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyDTZV8D1rvx0b7n1b5sHrwSXf4cLeg4 { width:0.875rem;height:0.875rem;top:19.46875rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWDM5FS3B9rdpIVLNMOROORS3xeWI7V { width:0.875rem;height:0.875rem;top:22.380859375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igy2V9R2l3zwh05eZtswMGbn5x0TZZ83 { width:11.75rem;height:38.3125rem;top:0rem;left:24.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #B60UaAlU9NTUatc11gQsodJxzBQp0PWI { width:1.25rem;height:1.25rem;top:4.330078125rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TTBoPspS5ACeFnH0hvRn3o0Q6vAhrB { width:1.25rem;height:1.25rem;top:12.07421875rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q27Th6u693nS4MZI8Me1Gf2E82uKvnmp { width:1.25rem;height:1.25rem;top:19.19921875rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxrk33NlQOekU35LTqKHAa50k79ssHMl { width:1.25rem;height:1.25rem;top:22.193359375rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N37Aa6mfWn0nutWPZGmdDyI010vRCz5X { width:1.25rem;height:1.25rem;top:26.173828125rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sndlinpB2eaIe9TiNonMVztk7k9GLLaG { width:1.25rem;height:1.25rem;top:33.03515625rem;left:29.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFTJCZ4E55G0aioetO88HeVUwBZyGAF { width:1rem;height:1rem;top:55.3125rem;left:25.499176025391rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7gqhbzQwfaFf8eJ9qafM1AdzEHXoS4H { width:11.125rem;height:1.21941875rem;top:10.0625rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #un1ke99h0AbduId5KEJp97STCu8PdTIV { width:1.25rem;height:1.25rem;top:0.755859375rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl1sPgH0IdBSHJXW3zmgkOHsE0UpfyEH { width:47.625rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #cor67eMeNqU78mZFoPkTmIifHE2tQBzl { width:11.125rem;height:2.2743625rem;top:30.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGHZhC6QNln0zslbfxVTraQ5942yffPs { width:0.875rem;height:0.875rem;top:22.380859375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCosTJwvymT0P3fi7gzJLbx9QAH5oD9N { width:0.875rem;height:0.875rem;top:22.380859375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANtC3nJSlsT7nk9qvcT0x1M4F1DkAvq7 { width:1.25rem;height:1.25rem;top:33.03515625rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4FaSfgKEuw2THTlab6TfREsm0APMllB { width:47.625rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #bSSM9RyT8aSTAZdQ88sPpIvbX3PoLalV { width:47.625rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #rRx4lQtOGbe9Vp2GZ4Hvlb6omkJEtgML { width:11.125rem;height:2.2743625rem;top:30.25rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izve7F31unrB12uZ8Brv3XHoxWoNnyTu { width:0.875rem;height:0.875rem;top:22.380859375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHmGvsd9OpubqsT2xMDetD5GXuLunoqJ { width:0.875rem;height:0.875rem;top:22.380859375rem;left:17.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri3hIQefFO2iaHt8Wbq4cC6t58EHc4aG { width:1.25rem;height:1.25rem;top:33.03515625rem;left:41.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGef7PEpqve9SlcMVs2gqrZTNb6mHRtq { width:47.625rem;height:0.0625rem;top:29.5625rem;left:0rem;z-index:15141;display:none; }
 }@media only screen and (max-width: 763px) { #PFvV3isn89bGxJAbz7auc4LOln0KBZki { background-color:#121a21;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; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { background-color: transparent; background-image: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { display: none; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .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); }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { border-width: 0; border-radius: 0; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { width:47.75rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb { display:block; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { display:block; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG8SgRbQonvTBBrdxbykKSOTimoDXegL { top:1.5625rem;left:17.625rem;width:12.5rem;height:0.89304375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:6.09066875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlwHBv4QQaJ6cPPoI6fHAuROtxWZpDD { width:5.375rem;height:2.875rem;top:11rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQ0Kr5TdNkwxH6SxK0kJQQBGllTo5lO { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8iHfhia3OKdRiSt5sTNXcqWzkpqgJV { width:6.625rem;height:2.875rem;top:11rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEZrAFqybRgt2nrtkbUli2TmlSb6ckxw { display:block; }
 }@media only screen and (max-width: 763px) { #ThOQWBf4t18M0IoQeFtOxW9iNMiR4E6U { width:4.8125rem;height:2.875rem;top:11rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpapKWwwQa0xG3vupxIJPQkVeAiZMErm { display:block; }
 }@media only screen and (max-width: 763px) { #gu7I32mRS1RPDxC4n0BNpVbhhesc5yTG { width:8.75rem;height:2.875rem;top:11rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwqdeTkQQRTXoTkx4ThqnleXanP0LlFo { display:block; }
 }@media only screen and (max-width: 763px) { #o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p { display:block; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHA3yLpqcICq3NIXfWs0of5hQBQZiwyK { top:0.6875rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqETn2TAQVuWp4xopJiWLef8Ctg7Q2iK { top:0.6875rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKKx2tLXhvlh8kSsuMA46H7ggETnIIp7 { top:0.6875rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRde8Ofa8ZdJh7hFgPEoeFTZqDR3Fot { top:9.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL3Vo3FAwhkPor1MxT5G6WVoMh0FWpcQ { top:9.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ45FeimZXkFBfOXR0nlocULGOIITGM6 { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.13718125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Fda4zZbhIJIkMFvLvhCl9o3cSZMGMA { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA { display:block; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQDanecq8LTFqyL3LvxyuLrI6V0JpJHs { top:1rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnCE8pTpPgJIGUo7lqitLnAr6BMInUL3 { top:1rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4WTToawNTwKNlA5Qk7ViWRZJSdbOoAL { top:1rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p39VVRFsqLx2rdTcl3mrgqfBHTeqpMIC { top:10.1875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0DrD1PVPtgI0BSt6vVhzgGfcpTs19N { top:10.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTon7FNh8y4i1ckL3ULGKzHP6O9E6zAM { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.13718125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWgIb9BNPGaMq2ATkB9rv51qkt0KMxq { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu { display:block; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwcJXV5HMQId5Xx78S6ogS1wfn8TyXEf { top:1.3125rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ncxzvZX9bdlnvuoyDUOKUATWqKT8lW { top:1.3125rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrALAhTJO6l8fzvs8PMtVkMUls2sLOkF { top:1.3125rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9u87ERMXXHMIZHJF43pTToOuVdQCwKI { top:10.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GXBMvO6sbGrtZaoHQp3ZSaXXqRN0sH { top:10.75rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlphxoKZ7OqrD1aTsoresKpatowV2gcE { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.13718125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaW9dLgvIlpqAIkkc77JGmf3LQVINmK { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O { display:block; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOFX8PbbTsH1vcpcaqO4whA4ApXJZADS { top:1.0625rem;left:0rem;width:47.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAtJkhTG7qd6spW3onc8mdKwlUupBQtH { top:1.0625rem;left:41rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVnsecF3VPkgCzmb7IqMkh8SsbVVrfRp { top:1.0625rem;left:0rem;width:6.75rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StXu6siECH6HnLq5LtdR2TGekCUJIUPw { top:10.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d889Mynsb8zCdt6c5UT4z2SAJvdQFimo { top:10.25rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs5rekMRsNQcf8tsMe9Blh2hogvgSnD8 { top:23.5rem;left:32.4375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaVSEI7F3PfBBpUelXrTGgf613hecA6 { top:23.4375rem;left:14.0625rem;width:18.5rem;height:1.13718125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 { display:none; }#hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pAd4Oh8wGnHDUNOI7gDbzry0qVOkNrT8 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwJ3VhiLIO8cvQqZ4wTU0ZZ3KTrNAPWm { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvJwTW1le4P6qqxShkZ02K4rNfNZLcm3 { top:1.5625rem;left:17.625rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzdJ85T5FbETylLtoh1rVvkovInLH3lK { display:none; }#FzdJ85T5FbETylLtoh1rVvkovInLH3lK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BQbhDMkCKiTsFq4BEP5qWRxmLIcQV6ql { top:0rem;left:0rem;width:47.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbrRXduGq9baOeyeOSCC9klIByNVbhTV { top:0rem;left:41rem;width:6.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEH3ynsmWkzaGcUJSg33fWAo1769UysC { top:0rem;left:0rem;width:6.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkU0BfA9RzF0TD3NF8VQIyDAI1J40D1 { top:15.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLOqcQqgT8IH9F7gx9Q6o1LAcTyTC9C1 { top:15.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ { display:none; }#vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8pqwNNaUALEuMOqWV6Ry1cJumMNqmAv { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upS0S4K0WLSSISlPmQLVPp9iW507sSAZ { top:1.5625rem;left:20.125rem;width:7.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQTefzNqEuAMdyMcxccnMTHpSU5epmi { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L { display:none; }#BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Thl0GmONuck9Vxcar4rsuGUBDyw3aNqn { top:0rem;left:0rem;width:47.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiGGJLoLdNTBTJUhMnuf8qe6N25i2OQO { top:0rem;left:41rem;width:6.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOvrxyN0dbObgpnITUdS2EIbXDT8d8Tb { top:0rem;left:0rem;width:6.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEm57QFvM82bzkDKJQJFC68Law1tho1 { top:15.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGXxt0yC26hnxPaQ0327DppsC3hrTxaA { top:15.3125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV3XxuwkhVTidPT7u3PE81nZNTIbTtQW { top:35.1875rem;left:16.4375rem;width:13.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlAtD28fxRu4zvkQrQl2XLZ09zM0O097 { top:35.1875rem;left:30.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { display:block; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { top:0rem;left:0rem;width:47.75rem;height:31.9328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMCwzbtztiQaoCnONgddTIs33cFTIRO { top:9.9375rem;left:0rem;width:12.5rem;height:0.89304375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:4.373975rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:11.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoIV4oe34nnbssyrt0OJK36TVF1E1E6O { display:block; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKhSaIFUEHWNWqNDHZ5aPOHrHDQM9cAy { top:0rem;left:0rem;width:47.75rem;height:27.9934375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitQ8hT1IcA9MKrUnJeBKfWgprIZleCv { top:7.5rem;left:27.1875rem;width:12.5rem;height:0.89304375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShunBvOQ9DGyDnRDexpq9L2KavxfkxwT { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:4.373975rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMVOA2RxEzkT3JgRpToRo5ElRmOrpaBG { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:11.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdMJxOTATeeHgAoFhZwvSESqqbkV5Gv { top:24.5625rem;left:27.1875rem;width:18.1875rem;height:1.13718125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEo8u8MGhW6LWhinkOUEwCWN07wCRAPA { top:24.5625rem;left:44.25rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { display:block; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNp9LGLSByuE9BU55geqrnZs3rXaDl5H { top:0rem;left:0rem;width:47.75rem;height:31.873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MonrxwLoHdTNR4yHGgKlM4wvuA2RdG { top:9.875rem;left:0rem;width:18rem;height:0.89304375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsxVOF9TBI0SwHGZNLaCu5h2xeKre1MP { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:4.373975rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZAEFHmEDDPOgRSMD73UK8GUTRsO0ppU { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:11.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 { display:block; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugmSweXHtX6vMaIxg7LiJsKnClaaBMd0 { top:1.5625rem;left:17.625rem;width:12.5rem;height:0.89304375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Sf9AFH8CmiXimLNoDKzff3bWs2noE6 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnaz0CKlT1FXynNIC7XiOw3KCp5KqBxV { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:16.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUTT7rkzOyqpkBqn6VyJhKNR3PIOBOZ { top:15.625rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt43AKDxGSQNAPwSXG8maMDlqIloHh5G { top:17.6875rem;left:21.625rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #em2zWOV47Q39BcVT6llzyntmtTEQxLZ1 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.1869875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmioygbepBd41Aqr3TOyAAgD1mc6lWxv { top:15.625rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8pTmArSTlaIBJkdXT0xdc8PpnNKszPK { top:17.6875rem;left:43.25rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8JoU21liUgeWAQTFb2xFWbgJWIUmv3 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.1869875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6CkOJieG5s2KgAU55VpusBn3VGi4g3 { top:15.625rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v98rVKtflaDTvlW3MQUHXsRxJraoIOMN { top:17.6875rem;left:0rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvnZ342s2RDeoq6SLTrwDJWyMgdS9Xz { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:4.373975rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { display:block; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { top:0.9375rem;left:0.625rem;width:44.25rem;height:3.50020625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX9yd5054hmBqpZgK3dmNx423TyHUczo { display:block; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:16.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { display:block; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3TutmhzptgEP9FZz3i2RZkZNAh863RQ { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.7501rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUSmqBeMFo1couJlnVeus8XXigVAekJV { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #zydNhZKWJTBS2CTMU7JmM55I25SivcKq { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { display:block; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:18.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { display:block; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oaul1NfMl2IA5WefedtiTesZJRU2Hq8U { top:0.9375rem;left:0.625rem;width:44.25rem;height:3.50020625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0UislrHdvlksQa7WULCTcGyiu6OihJX { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { display:block; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:21.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { display:none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { display:none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { display:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { display:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { display:block; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.7501rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l42ud1srNy9b7lytalPWpPuFqHJZaN75 { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyyX712Cke39zOrtJGy4I854KDLSKSls { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU70M1niPPkLgipCVElk2psZnm6CT0Pr { display:block; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOEO66JbsRWrTdbsv52zMT99hU2twzlU { top:0.875rem;left:0.875rem;width:45.625rem;height:9.3736875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { display:block; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { width:15.125rem;height:3rem;top:1.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block; }
 }@media only screen and (max-width: 763px) { #d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { top:2.25rem;left:28.9375rem;width:1.5rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { top:1.5rem;left:19.6875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; } #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection *:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="text"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="email"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection input[type="tel"]:focus-visible, #UuXPixziQu2y4RIOi5vTIdlhaO2XN8xt.widget-smartsection textarea:focus-visible { outline: none; } #lTqBc8ikdxA4VEMNlnFAxkwkVKn9oDFI > .row .container { width:20rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { position:relative;z-index:auto;display:block; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/57f810b7-4b12-4ccb-8129-5fcf42337ba8/Kolaz_z_gradientem_mobile_360x309_NEW2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.adaptive-delivery-prevent-bg, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyload, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyloading { background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { background-color: transparent; background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .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); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { border-width: 0; border-radius: 0; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { width:20rem;height:4.55rem;top:2.662109375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c { display:block; }#qvZEIZw37B2qF8sX9GbkJB6d063TwQ6c > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGFllug3aL22hb6WKDodACuIRuOb7M4S { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { background-color: transparent; background-image: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row > .video-iframe-container { display: none; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .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); }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { border-width: 0; border-radius: 0; }#xGFllug3aL22hb6WKDodACuIRuOb7M4S > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrTTJ9ND3xJFur51gKpQiLmm4thEm1Ga { width:2.125rem;height:1.25rem;top:13.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #usqsVDIWLb2p8e5raerS9ZLcRceCeRZV { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mE9d2MKl2XDKCWO6wbHFz4yToMsc1b8F { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMlBo25BmJ7wfCae66IHK2vpqZETJes5 { display:block; }
 }@media only screen and (max-width: 763px) { #MSwCoBJtrWl7Mh8Bgdw3KBZoLZKanBNE { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #MRs3bfgisbsw0hVktApkFXP4wsdd2t2Q { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #aMlSLx3epTbwsnr2QR0K3bddtQvakztm { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #RLLDhTNA8uJS6R2T41bq0c0DbNeh74c9 { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #dXZPEE6uihVg08qFlr6pKMbWAxrTGRUq { display:block; }
 }@media only screen and (max-width: 763px) { #aO1HwKEB5H1CbNoVkqMa2vzFZmS71eRN { width:2.686525rem;height:0;top:23.897216796875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EiSOz5ZPiXVKMz1P7ClGTxlqqM7y2Uwk { width:1.875rem;height:0;top:24.584716796875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5Z4l3d5HCLUGExUyAmxUAPCDypfJseb { width:4.375rem;height:0;top:26.147216796875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbA3evEDhv1m9kwzCzBeKfM9EeDw1D5x { width:11.875rem;height:3.125rem;top:29.022216796875rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2s2qkF5cuBIFIBRPRkqmW3Kwd6UlPPL { display:block; }
 }@media only screen and (max-width: 763px) { #XFS767dsoCRPf7mbNWBzC0Q8HRifvLCK { width:10rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s43l16pI5RC3IzygncwEBMGPSAKUEoy1 { width:10rem;height:41.25rem;top:5.75rem;left:9.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #UvbNcoziTgK4EFg9HhMreM3zZmGgr6CV { width:19.3125rem;height:3.25rem;top:1.271484375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hr9EfeDS06FDWG8XgDBfmHhxLlRkGAin { width:5.75rem;height:1.1375rem;top:7.365234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpG7gqJcVfHTbAV0XvHSHPfv7XxMT8b1 { width:5.74886875rem;height:3.4125rem;top:7.3614807128906rem;left:7.1211964488031rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLD0hAx6cFQXmy20BARTzRreQJt63THF { width:20.0625rem;height:43.5625rem;top:6.7485618591306rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Xt6CBHgWvBx6KFkfKUOcWc5lO4nVwZ7h { width:2.9375rem;height:1.4625rem;top:11.561626434326rem;left:7.3743316531181rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MvftmyGc79ZWivOMnRW5PpfMDZ7qPN { width:3.0625rem;height:1.1375rem;top:11.686267852783rem;left:9.9994861483575rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbukdBE92lBGJSgocQWW3n5ldPT6p8hr { width:5.709395rem;height:2.584395rem;top:13.285104751587rem;left:7.1211964488031rem;font-size:0.875rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #UVsUeyMC9NgftWTkgh2pwCFahBFLvzpg { display:block; }
 }@media only screen and (max-width: 763px) { #dmMFW2dlogiFwaHCLUxhUqalVOQyZx6v { width:5.75rem;height:11.375rem;top:25.686370849609rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqU60fPFWtlbucTZ2PVP4SCZecGSOt7E { width:5.75rem;height:21.6125rem;top:25.686370849609rem;left:7.1237666010856rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #Qqd8TskBC0LuayFn5QUGKlMHZVRdTesw { width:5.5rem;height:2.1875rem;top:2.583984375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFsLJdIVZlUIQk5ccRNxTaaaHWCeTaT { width:12rem;height:1.21941875rem;top:53.374843597412rem;left:4.2493316531181rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVqTCC2TOPRySagfJFskZAIpPOdaCuSf { top:6.7434234619137rem;left:6.5609580874444rem;width:13.4375rem;height:43.5625rem;z-index:14994;border-top:0.0625rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXtmcIxE9KtQyI2PPCCKaKePeCEAo2OS { width:1rem;height:1rem;top:53.499485015869rem;left:15.123869121074rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFP7eMCRUULW4MZJ1tTznfTctuUfHIgv { width:18.125rem;height:24.625rem;top:2.25rem;left:0.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #M8uDdhLQi4zQJdCXxT1MLc2MgeN2INxM { width:6.56225rem;height:3.4125rem;top:7.3614807128906rem;left:13.436728656292rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTn1WwuVBa50dCVVszJZbirv7X05W7qW { width:2.625rem;height:1.4625rem;top:11.561626434326rem;left:13.436728656292rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE8tQ1E4v0slztS4rVk0zER4w0m8U35R { width:3.125rem;height:1.1375rem;top:11.686267852783rem;left:15.997636020184rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMaMe5cRJLflREzmgPbCMFZD3Oo4PTqe { width:5.709395rem;height:2.5625rem;top:13.339075088501rem;left:13.838918864727rem;font-size:0.875rem;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #iDTRr7lliedngrXpzfiv9NpNb3Blcs9u { display:block; }
 }@media only screen and (max-width: 763px) { #lbaKALrMJG4DNEXqBseSQEQViGoukqhH { width:6.8125rem;height:23.8875rem;top:25.6875rem;left:13.436728656292rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #TFGgPNJmr4wpR33R0fUT5v6CkrsFWacl { width:13.4375rem;height:1.25rem;top:5.552734375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvzX0PDBA4l94W6lwOUBJhv0Qi9EFWAw { width:11.75rem;height:1.1375rem;top:5.541015625rem;left:7.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhI7zEIcTHOEWKQ59D4D7fcJnCeLRkPG { width:10.5623125rem;height:0.89375rem;top:16.561729431153rem;left:8.0784847140312rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCiTyvM822nCE1sq9FEF1cfTN2z33BK { width:10.5rem;height:0;top:42.33984375rem;left:1.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkNEOng8JhwVM7GEIXuc2QREImzbBPT1 { width:6.56225rem;height:6.25625rem;top:18.030429840088rem;left:13.436728656292rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ { background-color:#121a21;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { background-color: transparent; background-image: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row > .video-iframe-container { display: none; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .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); }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { border-width: 0; border-radius: 0; }#yMSsze11qvBwmBAZV2s0VRRZMTBT9dBZ > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PxNSQlpFByvGR0XI8lgiIOeqmu7HtF4X { width:2.125rem;height:1.25rem;top:13.4375rem;left:8.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xr4SJxJm3eTlgazyft73gC7m051RBTb8 { width:8.125rem;height:0;top:46.8564453125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpPydh7OoVxgH9eOUSxVoml8PPreqrm9 { width:10.8125rem;height:2.6875rem;top:49.7939453125rem;left:4.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFGVvC4r042PhLWgKxims0EUTrw8vCdU { display:block; }
 }@media only screen and (max-width: 763px) { #FPo0ruqi65E4MAqOZM1vDxLBV8Pugkdl { width:2.686525rem;height:0;top:31.375rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15077;display:none; }
 }@media only screen and (max-width: 763px) { #dL3075JbfTPxUZHy84TqGshquDlKr8Ts { width:1.875rem;height:0;top:31.9375rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15079;display:none; }
 }@media only screen and (max-width: 763px) { #B9Oum5Joixsueh59kUmPqZSh6EVVhBrV { width:4.375rem;height:0;top:19rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #KFwZQqivtvDdT0cZiRJkSNUTZpL9VEEB { width:11.875rem;height:3.125rem;top:22.6875rem;left:4.0625rem;font-size:0.75rem;z-index:15054;color:#121a21;display:none; }
 }@media only screen and (max-width: 763px) { #KJOf8ehLtGuthUqdgcRzpXF9C9A8nExW { display:block; }
 }@media only screen and (max-width: 763px) { #fr9J8sIABqGfQzHpgXxTQOTdwQo2z4JT { width:2.686525rem;height:0;top:23.897216796875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwwvXSV0vMoAWNx9H31Usx62EQKC4Pa5 { width:1.875rem;height:0;top:24.584716796875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1ne37i12d5WdDWdg2MCwbz8EviDNwEW { width:4.375rem;height:0;top:26.147216796875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMhsQ9FQqCk6f6qQ2RORnm6fsUVqTHPN { width:11.875rem;height:3.125rem;top:29.022216796875rem;left:2.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXALnvmgrfCy1EUo0aoDqkRuc7zrOApp { display:block; }
 }@media only screen and (max-width: 763px) { #GemwcDrUqr4KDcpzTupGNXi0u5cHlRGP { width:10rem;height:41.4375rem;top:14.022216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOb3n8ur1atwoz6DuUHFZTcqRaSM9rmf { width:10rem;height:41.25rem;top:5.75rem;left:9.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #A25zG7xg8hrCJRfczesTZr9s4wZZ3Xwe { width:18.125rem;height:3.4125rem;top:26.6875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uapneip2JzIKz2y2nTrpG8PJ5Fs4x0Tn { width:20rem;height:1.1375rem;top:18.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xp5QZfqE3a8Nfidwy2v6vAbcXoJeTZZT { width:18.125rem;height:1.1375rem;top:22.625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuAiOQHutUkqoy18ku4QmswF8f05gqQF { width:18.125rem;height:1.1375rem;top:1.4375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORGdl8bEJui4UKp5AryG9AAWTaIWxdI5 { width:18.125rem;height:3.4125rem;top:5.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9ocZpzXtdgpw1hNInAwDuRcyqU4TZ2q { width:20rem;height:0.0625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URdMSnX9wMANi4dDzAQashHaTwpTahfe { width:20rem;height:0.0625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixDVtUWzL1QkiBqTP4D72KDPelevTdn5 { width:20rem;height:0.0625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ml4xX4KledRIeJRoB3VT9W9Nq3Mnke { width:20rem;height:0.0625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Hqxag6I9UTgVamHJu17TpmnTh3TXaN { width:20rem;height:0.0625rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGQ3Te91ROQtyyfwxq5wCRp6Q97rfkrR { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;z-index:15153;background-color:rgba(189,189,191,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IQPRUhmTETvJkn6K6b4gFAnWfd6dHSd5 { width:15.4978125rem;height:1.95055625rem;top:56.311678409576rem;left:4.5011822581291rem;font-size:0.75rem;z-index:15015;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GeZu9bBoULtK31GZ96sLKmnAdH55lzXm { width:19.3125rem;height:3.4125rem;top:11.9375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVBSw2nEniWlTsROXlEWFdFeJbe7G3Cb { width:20rem;height:55.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMheh0RpBKRCpNVEkf2aXAWyNMDkvq3K { width:20rem;height:4.55rem;top:33.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WR0qw2zZqBbTDAl67FshuFcv3zRD1tEs { display:flex;width:1.5rem;height:1.5rem;top:2.8739929199219rem;left:16.374554932118rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #E7VCvoGOV5QKF03FgWcC32xbRpRiqqnD { display:flex;width:1.5rem;height:1.5rem;top:9.375rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #EgZEu0THh6WF7I5d4eM3klgCTqx9F1kd { display:flex;width:1.5rem;height:1.5rem;top:15.9375rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #IrX5uLmw8Vfh8pSvTVZXpJcluqkbhFLE { display:flex;width:1.5rem;height:1.5rem;top:20.0625rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #TX0pTyA5MWdNpdvZTrIWtyxv3sFrCfO8 { display:flex;width:1.5rem;height:1.5rem;top:24.125rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #fAFNDysidx1tbh2qmTuMqTPEy66ns0iT { display:flex;width:1.5rem;height:1.5rem;top:30.5625rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #DJEDvJTxC0TU2t5QZxHwDmUUWTPb0TaQ { display:flex;width:1.5rem;height:1.5rem;top:38.4375rem;left:16.375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #H2ypi2W3caT9arTvTc1K11qwctmHwJN5 { display:flex;width:1.5rem;height:1.5rem;top:30.5625rem;left:2.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #obn6caOIw9q0CSKTK52WFaXAvt1NmwVT { display:flex;width:1.5rem;height:1.5rem;top:38.4375rem;left:2.125rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #ud0WQOmoG7I9I0VkwnCLAZth7Lo6tLSz { display:flex;width:1rem;height:1rem;top:3.2491760253906rem;left:2.373946249485rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mf5GPke1ZstwSQ7ewLPGqzXuBRFql8rK { display:flex;width:1rem;height:1rem;top:9.625rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #UA4avfCvzUyVxhm7MXbWeAbio0xPUdTU { display:flex;width:1rem;height:1rem;top:16.1875rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #FyDTZV8D1rvx0b7n1b5sHrwSXf4cLeg4 { display:flex;width:1rem;height:1rem;top:20.3125rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #rcWDM5FS3B9rdpIVLNMOROORS3xeWI7V { display:flex;width:1rem;height:1rem;top:24.375rem;left:2.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Igy2V9R2l3zwh05eZtswMGbn5x0TZZ83 { width:18.125rem;height:39.8125rem;top:0rem;left:0.875rem;border-top:0.9375rem solid #00dcff;border-left:0.0625rem solid #00dcff;border-right:0.0625rem solid #00dcff;border-bottom:0.0625rem solid #00dcff;display:none; }
 }@media only screen and (max-width: 763px) { #B60UaAlU9NTUatc11gQsodJxzBQp0PWI { display:flex;width:1.625rem;height:1.625rem;top:9.375rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #y5TTBoPspS5ACeFnH0hvRn3o0Q6vAhrB { display:flex;width:1.625rem;height:1.625rem;top:15.9375rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Q27Th6u693nS4MZI8Me1Gf2E82uKvnmp { display:flex;width:1.625rem;height:1.625rem;top:20.0625rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Mxrk33NlQOekU35LTqKHAa50k79ssHMl { display:flex;width:1.625rem;height:1.625rem;top:24.125rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #N37Aa6mfWn0nutWPZGmdDyI010vRCz5X { display:flex;width:1.625rem;height:1.625rem;top:30.5625rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #sndlinpB2eaIe9TiNonMVztk7k9GLLaG { display:flex;width:1.625rem;height:1.625rem;top:38.4375rem;left:9.1875rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #QtFTJCZ4E55G0aioetO88HeVUwBZyGAF { width:0.99905rem;height:0.99905rem;top:61rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7gqhbzQwfaFf8eJ9qafM1AdzEHXoS4H { width:3.12456875rem;height:1.21941875rem;top:60.9375rem;left:8.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #un1ke99h0AbduId5KEJp97STCu8PdTIV { display:flex;width:1.5622875rem;height:1.5622875rem;top:2.8866844177246rem;left:9.2184498906137rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #yl1sPgH0IdBSHJXW3zmgkOHsE0UpfyEH { width:19.9991875rem;height:0;top:41.591711044311rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cor67eMeNqU78mZFoPkTmIifHE2tQBzl { width:19.9991875rem;height:1.1375rem;top:42.902360916138rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGHZhC6QNln0zslbfxVTraQ5942yffPs { display:flex;width:1.062225rem;height:1.062225rem;top:45.614681243896rem;left:9.4668734669687rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #QCosTJwvymT0P3fi7gzJLbx9QAH5oD9N { display:flex;width:1.062225rem;height:1.062225rem;top:45.612537384033rem;left:2.3407517075539rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ANtC3nJSlsT7nk9qvcT0x1M4F1DkAvq7 { display:flex;width:1.5622875rem;height:1.5622875rem;top:45.364112854004rem;left:16.342431366444rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #B4FaSfgKEuw2THTlab6TfREsm0APMllB { width:19.9991875rem;height:0.0621059375rem;top:41.559587478638rem;left:0rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #bSSM9RyT8aSTAZdQ88sPpIvbX3PoLalV { width:20rem;height:0;top:43.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRx4lQtOGbe9Vp2GZ4Hvlb6omkJEtgML { width:18.8125rem;height:1.1375rem;top:50.498560428619rem;left:0.93544405698775rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Izve7F31unrB12uZ8Brv3XHoxWoNnyTu { display:flex;width:1.06136875rem;height:1.06136875rem;top:52.745939731598rem;left:2.3386101126671rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #OHmGvsd9OpubqsT2xMDetD5GXuLunoqJ { display:flex;width:1.06136875rem;height:1.06136875rem;top:52.749792575836rem;left:9.46494692564rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Ri3hIQefFO2iaHt8Wbq4cC6t58EHc4aG { display:flex;width:1.5625rem;height:1.5625rem;top:52.494089603424rem;left:16.339432895184rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #PGef7PEpqve9SlcMVs2gqrZTNb6mHRtq { width:19.999rem;height:0.061677625rem;top:49.495012760163rem;left:0rem;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #PFvV3isn89bGxJAbz7auc4LOln0KBZki { display:block; }#PFvV3isn89bGxJAbz7auc4LOln0KBZki > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb { display:block; }#PZHPDkpE9Ez2v6rXzR924ZphuHGUnCCb > .row .container { width:20rem;height:2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { display:block; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG8SgRbQonvTBBrdxbykKSOTimoDXegL { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { width:20rem;height:3.25rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAlwHBv4QQaJ6cPPoI6fHAuROtxWZpDD { width:4rem;height:2.5rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbQ0Kr5TdNkwxH6SxK0kJQQBGllTo5lO { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8iHfhia3OKdRiSt5sTNXcqWzkpqgJV { width:5rem;height:2.5rem;top:7.875rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEZrAFqybRgt2nrtkbUli2TmlSb6ckxw { display:block; }
 }@media only screen and (max-width: 763px) { #ThOQWBf4t18M0IoQeFtOxW9iNMiR4E6U { width:3.5rem;height:2.5rem;top:7.875rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpapKWwwQa0xG3vupxIJPQkVeAiZMErm { display:block; }
 }@media only screen and (max-width: 763px) { #gu7I32mRS1RPDxC4n0BNpVbhhesc5yTG { width:6.75rem;height:2.5rem;top:7.875rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwqdeTkQQRTXoTkx4ThqnleXanP0LlFo { display:block; }
 }@media only screen and (max-width: 763px) { #o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p { display:block; }#o534lwtr0g6fXHoZGJv8yc2oPSWD7I8p > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHA3yLpqcICq3NIXfWs0of5hQBQZiwyK { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqETn2TAQVuWp4xopJiWLef8Ctg7Q2iK { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKKx2tLXhvlh8kSsuMA46H7ggETnIIp7 { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRde8Ofa8ZdJh7hFgPEoeFTZqDR3Fot { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HL3Vo3FAwhkPor1MxT5G6WVoMh0FWpcQ { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #FJ45FeimZXkFBfOXR0nlocULGOIITGM6 { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Fda4zZbhIJIkMFvLvhCl9o3cSZMGMA { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA { display:block; }#UMPBTrQaO4qGG8eRcQAiwCFZwB5JAgSA > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQDanecq8LTFqyL3LvxyuLrI6V0JpJHs { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnCE8pTpPgJIGUo7lqitLnAr6BMInUL3 { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4WTToawNTwKNlA5Qk7ViWRZJSdbOoAL { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p39VVRFsqLx2rdTcl3mrgqfBHTeqpMIC { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qz0DrD1PVPtgI0BSt6vVhzgGfcpTs19N { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #zTon7FNh8y4i1ckL3ULGKzHP6O9E6zAM { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibWgIb9BNPGaMq2ATkB9rv51qkt0KMxq { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu { display:block; }#mJLMWEkUdDv6Mt21On5RPcL5IhiN4sHu > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwcJXV5HMQId5Xx78S6ogS1wfn8TyXEf { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5ncxzvZX9bdlnvuoyDUOKUATWqKT8lW { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrALAhTJO6l8fzvs8PMtVkMUls2sLOkF { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9u87ERMXXHMIZHJF43pTToOuVdQCwKI { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R2GXBMvO6sbGrtZaoHQp3ZSaXXqRN0sH { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #WlphxoKZ7OqrD1aTsoresKpatowV2gcE { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhaW9dLgvIlpqAIkkc77JGmf3LQVINmK { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O { display:block; }#F4ViJdHFZQHxKTDREf0itDWvRKuzaS9O > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOFX8PbbTsH1vcpcaqO4whA4ApXJZADS { width:20rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAtJkhTG7qd6spW3onc8mdKwlUupBQtH { width:4.4375rem;height:17.25rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVnsecF3VPkgCzmb7IqMkh8SsbVVrfRp { width:4.4375rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StXu6siECH6HnLq5LtdR2TGekCUJIUPw { display:flex;width:2rem;height:2rem;top:7.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d889Mynsb8zCdt6c5UT4z2SAJvdQFimo { display:flex;width:2rem;height:2rem;top:7.375rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #cs5rekMRsNQcf8tsMe9Blh2hogvgSnD8 { width:1.25rem;height:1.3125rem;top:18.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTaVSEI7F3PfBBpUelXrTGgf613hecA6 { width:16.125rem;height:1.1375rem;top:18.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 { display:none; }#hi4bwQvsDIDMTT8V33dh3Cn1HdOSWrB0 > .row .container { width:20rem;height:11.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pAd4Oh8wGnHDUNOI7gDbzry0qVOkNrT8 { width:20rem;height:1.6253875rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwJ3VhiLIO8cvQqZ4wTU0ZZ3KTrNAPWm { width:20rem;height:5.25rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvJwTW1le4P6qqxShkZ02K4rNfNZLcm3 { width:12.5rem;height:0.8941375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzdJ85T5FbETylLtoh1rVvkovInLH3lK { display:none; }#FzdJ85T5FbETylLtoh1rVvkovInLH3lK > .row .container { width:20rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BQbhDMkCKiTsFq4BEP5qWRxmLIcQV6ql { width:20rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbrRXduGq9baOeyeOSCC9klIByNVbhTV { width:4.4375rem;height:20.4375rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEH3ynsmWkzaGcUJSg33fWAo1769UysC { width:4.4375rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkU0BfA9RzF0TD3NF8VQIyDAI1J40D1 { display:flex;width:2rem;height:2rem;top:9.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PLOqcQqgT8IH9F7gx9Q6o1LAcTyTC9C1 { display:flex;width:2rem;height:2rem;top:9.25rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ { display:none; }#vBZoF9vlwu0cyvKUslcFQcKrwTw2cyfZ > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H8pqwNNaUALEuMOqWV6Ry1cJumMNqmAv { width:20rem;height:1.6253875rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upS0S4K0WLSSISlPmQLVPp9iW507sSAZ { width:6.25rem;height:1.5625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxQTefzNqEuAMdyMcxccnMTHpSU5epmi { width:20rem;height:2.625rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L { display:none; }#BSO0mP5XW4VBebuGMJ5sBHB0RZrJHh7L > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Thl0GmONuck9Vxcar4rsuGUBDyw3aNqn { width:20rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiGGJLoLdNTBTJUhMnuf8qe6N25i2OQO { width:4.4375rem;height:20.4375rem;top:0rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOvrxyN0dbObgpnITUdS2EIbXDT8d8Tb { width:4.4375rem;height:20.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEm57QFvM82bzkDKJQJFC68Law1tho1 { display:flex;width:2rem;height:2rem;top:9.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nGXxt0yC26hnxPaQ0327DppsC3hrTxaA { display:flex;width:2rem;height:2rem;top:9.25rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #XV3XxuwkhVTidPT7u3PE81nZNTIbTtQW { width:12rem;height:1.13671875rem;top:21.6875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlAtD28fxRu4zvkQrQl2XLZ09zM0O097 { width:1.25rem;height:1.3125rem;top:21.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { display:block; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { width:19.875rem;height:13.25rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMCwzbtztiQaoCnONgddTIs33cFTIRO { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { width:17.0625rem;height:3.50020625rem;top:3.375rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { width:16.875rem;height:5.25rem;top:8.125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoIV4oe34nnbssyrt0OJK36TVF1E1E6O { display:block; }#uoIV4oe34nnbssyrt0OJK36TVF1E1E6O > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKhSaIFUEHWNWqNDHZ5aPOHrHDQM9cAy { width:19.75rem;height:11.5625rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hitQ8hT1IcA9MKrUnJeBKfWgprIZleCv { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ShunBvOQ9DGyDnRDexpq9L2KavxfkxwT { width:20rem;height:3.50020625rem;top:3.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMVOA2RxEzkT3JgRpToRo5ElRmOrpaBG { width:20rem;height:3.9375rem;top:8.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcdMJxOTATeeHgAoFhZwvSESqqbkV5Gv { width:17.0625rem;height:1.1375rem;top:26.25rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEo8u8MGhW6LWhinkOUEwCWN07wCRAPA { width:1.25rem;height:1.3125rem;top:26.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbigeWvZAPItHv1nEnTs4whS2dlXZKkU { display:block; }#wbigeWvZAPItHv1nEnTs4whS2dlXZKkU > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNp9LGLSByuE9BU55geqrnZs3rXaDl5H { width:19.6875rem;height:13.125rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7MonrxwLoHdTNR4yHGgKlM4wvuA2RdG { width:18rem;height:0.89375rem;top:1.25rem;left:1rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsxVOF9TBI0SwHGZNLaCu5h2xeKre1MP { width:20rem;height:3.50020625rem;top:3.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZAEFHmEDDPOgRSMD73UK8GUTRsO0ppU { width:20rem;height:3.9375rem;top:8.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 { display:block; }#TIBsixy4sUQyxGOfiySUTQ1Wq43Dx355 > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugmSweXHtX6vMaIxg7LiJsKnClaaBMd0 { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Sf9AFH8CmiXimLNoDKzff3bWs2noE6 { width:20rem;height:1.6253875rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnaz0CKlT1FXynNIC7XiOw3KCp5KqBxV { width:20rem;height:6.5625rem;top:6.2687492370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBUTT7rkzOyqpkBqn6VyJhKNR3PIOBOZ { width:20rem;height:5.5rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt43AKDxGSQNAPwSXG8maMDlqIloHh5G { width:2.875rem;height:3rem;top:21.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em2zWOV47Q39BcVT6llzyntmtTEQxLZ1 { width:13.1875rem;height:1.4rem;top:22.375rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JmioygbepBd41Aqr3TOyAAgD1mc6lWxv { width:20rem;height:5.5rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8pTmArSTlaIBJkdXT0xdc8PpnNKszPK { width:2.875rem;height:3rem;top:27.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp8JoU21liUgeWAQTFb2xFWbgJWIUmv3 { width:13.5rem;height:1.4rem;top:28.625rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6CkOJieG5s2KgAU55VpusBn3VGi4g3 { width:20rem;height:5.5rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v98rVKtflaDTvlW3MQUHXsRxJraoIOMN { width:2.875rem;height:3rem;top:15.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvnZ342s2RDeoq6SLTrwDJWyMgdS9Xz { width:13.25rem;height:2.8rem;top:15.4375rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { background-color: transparent; background-image: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .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); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { border-width: 0; border-radius: 0; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { width:20rem;height:5.40625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { width:18.125rem;height:4.2rem;top:1.21875rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX9yd5054hmBqpZgK3dmNx423TyHUczo { display:block; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { width:20rem;height:6.5625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { background-color: transparent; background-image: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .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); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { border-width: 0; border-radius: 0; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3TutmhzptgEP9FZz3i2RZkZNAh863RQ { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUSmqBeMFo1couJlnVeus8XXigVAekJV { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zydNhZKWJTBS2CTMU7JmM55I25SivcKq { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { display:block; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { width:20rem;height:7.875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { background-color: transparent; background-image: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .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); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { border-width: 0; border-radius: 0; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oaul1NfMl2IA5WefedtiTesZJRU2Hq8U { width:18.125rem;height:4.2rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H0UislrHdvlksQa7WULCTcGyiu6OihJX { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { display:block; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { width:20rem;height:7.875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { border-width: 0; border-radius: 0; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { display:none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { width:20rem;height:7.8703125rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { border-width: 0; border-radius: 0; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { display:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { width:20rem;height:5.25rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { background-color: transparent; background-image: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .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); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { border-width: 0; border-radius: 0; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { width:18.125rem;height:1.4rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l42ud1srNy9b7lytalPWpPuFqHJZaN75 { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyyX712Cke39zOrtJGy4I854KDLSKSls { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU70M1niPPkLgipCVElk2psZnm6CT0Pr { display:block; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOEO66JbsRWrTdbsv52zMT99hU2twzlU { width:20rem;height:10.5rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { display:block; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { width:18.25rem;height:3rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block; }
 }@media only screen and (max-width: 763px) { #d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { width:1.5rem;height:1.5625rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { width:12.5rem;height:3rem;top:0.75rem;left:7.5rem;display:block; }
 }