.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,250,255;--color-primary-1:128,238,255;--color-primary-2:0,220,255;--color-primary-3:0,110,128;--color-primary-4:0,33,38;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:189,189,191;--color-tertiary-2:113,113,115;--color-tertiary-3:68,68,69;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#f6f7f8;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); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #121a21, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(360deg, #121a21, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(360deg, #121a21, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(360deg, #121a21, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(360deg, #121a21, rgba(var(--color-tertiary-4),1));background-size:auto !important;z-index:199999;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { background-color: transparent; background-image: none; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container > .video-iframe-container { display: none; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row > .video-iframe-container { display: none; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .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); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { border-width: 0; border-radius: 0; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { font-size:0.875rem;font-family:"open sans";height:4.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Ig1GBb3V0twXJTdARTWFBufCd0s3MLmg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.5rem;width:6.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.9375rem;left:0.9375rem;overflow:hidden;display:block; }
#eSrOqazmyTJQdHFt8oFIfTO5I188HWsa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.8125rem;width:4.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.25rem;left:1.5625rem;overflow:hidden;display:none; }
#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; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { background-color: transparent; background-image: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container > .video-iframe-container { display: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container { display: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .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); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { border-width: 0; border-radius: 0; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#Ew5gSfURxTORz8ABhaCb4nGXr0yywgZg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.2);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:18.4365rem;left:0rem;display:block; }
#tKuggSQB3CISmP2mHsTiqyKTsmliim5U { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9367189407349rem;left:3rem;height:3.25rem;font-style:normal;display:block; }
#zyGuBUoaQ5uia0WOJaAM5O4PNCeqXaLd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.99166625rem;height:3.11666625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.5625009536744rem;left:14.1875rem;display:block; }
#fNqCEOuGEucIZDIW84sDkGwHiJCHBwS7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kiwwb5QVBA6fCscSQ43Hk98tLkoTiLeJ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:0.6875rem;top:2.9365234375rem;left:1.75rem;overflow:hidden;display:block; }
#nLvbFZSyBn58HhsBzOb7EIrPTcbyHPD9 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GnQxmCJ8VEDTsfLS2R87zBULbxROQNbp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.99166625rem;height:3.11666625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.5620546340944rem;left:54.749319076538rem;display:block; }
#qV03GouoDOPcGh9nFHMioktS4woxCw3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qcn4AlqGypsNgSQIbf5RcEh2ET0vmu9X { color:rgba(255,255,255,0.95);display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.935546875rem;left:45.123046875rem;height:2.6rem;display:block; }
#x2JaRf6D8RFAZXSXc0LvAiJnw4sDAIAe { color:rgba(255,255,255,0.95);display:block;width:9.12425rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.167724609375rem;left:40.122314453125rem;height:3.9rem;display:block; }
#b4ZWbmRO5g1IwZTJPuOwH6tyUR1Q9zqg { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:14.63671875rem;left:54.93603515625rem;height:2.275rem;font-style:normal;display:block; }
#osAdImT28mNQmCXB5E2nTfxNaruMTck1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:12.0625rem;left:54.75rem;height:1.1375rem;font-style:normal;display:block; }
#kwOlKXJLDTzDkxNu9GPZQ1qpurLZZcnT { position:absolute;display:block;z-index:15056;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:3rem;width:4.125rem;top:11.1298828125rem;left:65.95703125rem;overflow:hidden;display:block; }
#cx60hhO6Uw9KlG8BvDAFI28uGfHw1u49 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.064453125rem;left:14.18701171875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s5GAwgwgWnZ7QqBiD1wL2WqQ7VJPVigB { position:absolute;display:block;z-index:15057;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:3rem;width:4.125rem;top:11.125rem;left:25.3896484375rem;overflow:hidden;display:block; }
#B5LpMuXbWwqGabhwkxo9VOI0kTLx6vz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5rem;left:14.1875rem;height:1.1375rem;font-style:normal;display:block; }
#WIf2JRftplAVCoqUxUTEe31kDe4itvad { position:absolute;display:block;z-index:15015;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.31225625rem;width:1.25rem;top:13.375rem;left:18.875rem;overflow:hidden;display:block; }
#cNwp1kSJ0CHqpDznB60Sb1Gasi8ysX8D { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.75rem;height:3.9rem;display:block; }
#CTBdUd7POx8irvJ1uXox2tnoD60c62aT { color:rgba(255,255,255,0.95);display:block;width:8.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.0625rem;left:5.1875rem;height:2.6rem;display:block; }
#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1d2b37, #121a21);background-image: -moz-linear-gradient(180deg, #1d2b37, #121a21);background-image: -ms-linear-gradient(180deg, #1d2b37, #121a21);background-image: -o-linear-gradient(180deg, #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(180deg, #1d2b37, #121a21);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; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row .container { background-color: transparent; background-image: none; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row .container > .video-iframe-container { display: none; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row > .video-iframe-container { display: none; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .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); }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row .container { border-width: 0; border-radius: 0; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#Z7EgKCKkdmhWdkVyLWDzKRbaROoeQOtK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k { 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; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row .container { background-color: transparent; background-image: none; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row .container > .video-iframe-container { display: none; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row > .video-iframe-container { display: none; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .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); }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row .container { border-width: 0; border-radius: 0; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#i8ae4e486050184023db8c56985d0b83 { color:#007c8f;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.5rem;left:31.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#c0673c3e3f3e81fbe8f1643ab4586caf { color:rgba(255,255,255,0.95);display:block;width:43.625rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.875rem;left:15.6875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#U8514dab5d3ddfccdfcd1f6ef5d5d921 { color:rgba(255,255,255,0.8);display:block;width:50.1875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:6.0625rem;left:12.40625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a026ec7ef9b20a0f27c6172d3c202599 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:9.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#e7a65f0499f7c0ace7179c3258b70074 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:9.4375rem;left:10.499999046326rem;overflow:hidden;display:block; }
#w599e4d7cd24b5da31fe2d81216a7d25 { 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:6.9375rem;width:7rem;top:9.4375rem;left:18.374999046326rem;overflow:hidden;display:block; }
#a8b02651e9afd9a4018349b9b4cfd8e3 { 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:6.9375rem;width:7rem;top:9.4375rem;left:26.250000953674rem;overflow:hidden;display:block; }
#ba2a6509181088008739595ba41ad346 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7rem;top:9.4375rem;left:34.125000953674rem;overflow:hidden;display:block; }
#a72456224aa5683a55e50bc369512ba6 { 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:6.9375rem;width:7rem;top:9.4375rem;left:42.000000953674rem;overflow:hidden;display:block; }
#k65c13d37550a13dfe8e9fc27b1618a7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7rem;top:9.4375rem;left:49.812500953674rem;overflow:hidden;display:block; }
#b8099c38224f1dd4a365be46ba6376a3 { 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:6.9375rem;width:7rem;top:9.4375rem;left:57.625000953674rem;overflow:hidden;display:block; }
#d2a3bb648900a19e7aa9517bc48d560e { 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:6.9375rem;width:7rem;top:9.4375rem;left:65.437500953675rem;overflow:hidden;display:block; }
#B514a7365cdeffb576fece667b54effe { 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:7rem;width:7rem;top:17.375rem;left:2.5625rem;overflow:hidden;display:block; }
#y0e3ce1a79367d6fa6121ae01185b0e0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:17.375rem;left:10.499999046326rem;overflow:hidden;display:block; }
#W3fd8eb46d2b4571657cc9f20c692f45 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7rem;top:17.375rem;left:18.374999046326rem;overflow:hidden;display:block; }
#Ab512e8bb85c58b1b070ee6ca4bad12b { position:absolute;display:block;z-index:15015;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:6.9375rem;width:7rem;top:17.375rem;left:26.250000953674rem;overflow:hidden;display:block; }
#d44a50d7b00320b32b572d0150fe9a61 { position:absolute;display:block;z-index:15016;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:6.9375rem;width:7rem;top:17.375rem;left:34.125000953674rem;overflow:hidden;display:block; }
#Eac9a7705edf267dd67b10f337222e13 { position:absolute;display:block;z-index:15017;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:6.9375rem;width:7rem;top:17.375rem;left:42.000000953674rem;overflow:hidden;display:block; }
#ld8304fbf5d48bd5b972e98823c8899d { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7rem;top:17.375rem;left:49.812500953674rem;overflow:hidden;display:block; }
#g8e16348f4a6f981b336ad41ac6242be { position:absolute;display:block;z-index:15019;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:6.9375rem;width:7rem;top:17.375rem;left:57.625000953674rem;overflow:hidden;display:block; }
#C1a2b38c1402afc835284a290f5cab27 { position:absolute;display:block;z-index:15020;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:6.9375rem;width:7rem;top:17.375rem;left:65.437500953675rem;overflow:hidden;display:block; }
#b0ee97eed2cf131709f41ce1910aaed0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Eaa8d7f80cdbe5a2f0de6580435050b4 { color:#000000;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;height:1.125rem;top:27.1875rem;left:7.5rem;display:none; }
#h57ea1e241ae1351d962e8e473c70f7e { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#ga8dac1eb648c0470427f5e90c9cb7b5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#d8b74a2432b8670fe41cfa0bb462c471 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ { 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; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row .container { background-color: transparent; background-image: none; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row .container > .video-iframe-container { display: none; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row > .video-iframe-container { display: none; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .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); }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row .container { border-width: 0; border-radius: 0; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#m322f0b1339555ef729c44563c9e29e4 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7rem;top:0rem;left:41.75rem;overflow:hidden;display:none; }
#e43d3e609a5db83631138fe870d0ef2d { position:absolute;display:block;z-index:15024;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:6.9375rem;width:7rem;top:0rem;left:26.125rem;overflow:hidden;display:none; }
#Vfce2b21798f489ae9314b3a7c24e9c3 { position:absolute;display:block;z-index:15025;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:6.9375rem;width:7rem;top:0rem;left:33.9375rem;overflow:hidden;display:none; }
#U24cb654d097303c78191f9b38e4986d { position:absolute;display:block;z-index:15023;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:6.9375rem;width:7rem;top:0rem;left:18.3125rem;overflow:hidden;display:none; }
#c4a9bd3deb4b7b5107d3e1c438d93b01 { position:absolute;display:block;z-index:15021;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:6.9375rem;width:7rem;top:0rem;left:2.5625rem;overflow:hidden;display:none; }
#pfc4aaec6be1c6515b589f68bf5a50e1 { 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:7rem;width:7rem;top:0rem;left:2.5625rem;overflow:hidden;display:block; }
#E5a9f5cfd31514dba8a8eee0c9f568ca { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:0rem;left:10.5rem;overflow:hidden;display:block; }
#c295229a7149e33a1e9ae67b888ed12a { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:0rem;left:18.375rem;overflow:hidden;display:block; }
#d5edbf5584fd657fd983996366b029b1 { position:absolute;display:block;z-index:15015;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:6.9375rem;width:6.9375rem;top:0rem;left:26.25rem;overflow:hidden;display:block; }
#Q0776095249c8735f48371b2a8341abc { position:absolute;display:block;z-index:15016;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:6.9375rem;width:6.9375rem;top:0rem;left:34.125rem;overflow:hidden;display:block; }
#A9781493965a689d186642747fdd4de5 { position:absolute;display:block;z-index:15017;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:6.9375rem;width:6.9375rem;top:0rem;left:42rem;overflow:hidden;display:block; }
#e4644e86be474f628c31dbfd3e3e40dd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:0rem;left:49.8125rem;overflow:hidden;display:block; }
#v3060e1ce737461192443c88ac174420 { position:absolute;display:block;z-index:15019;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:6.9375rem;width:6.9375rem;top:0rem;left:57.625rem;overflow:hidden;display:block; }
#cb2ddbd2829f52f647d0cfa10a3abb08 { position:absolute;display:block;z-index:15020;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:6.9375rem;width:6.9375rem;top:0rem;left:65.4375rem;overflow:hidden;display:block; }
#b39f473cc0718e1057e1c3c4581aeab4 { color:rgba(255,255,255,0.8);display:block;width:63.624375rem;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:8.3734817504881rem;left:5.6868515014649rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbf3f3d7501354f08ac859e5e416326b { position:absolute;display:block;z-index:15022;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:6.9375rem;width:7rem;top:0rem;left:10.4375rem;overflow:hidden;display:none; }
#Ve71363b26df611789197000dfe55894 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#e16fb341d0fc7ce8e53309f103bfc133 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2190360670c9ca009b51f046dfd0657 { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:21.25rem;left:4.1875rem;display:none; }
#a4a6381188fb422e65916f617648ae48 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ { 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; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row .container { background-color: transparent; background-image: none; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row .container > .video-iframe-container { display: none; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row > .video-iframe-container { display: none; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .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); }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row .container { border-width: 0; border-radius: 0; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#T1ad34452aacfa1462d54956aae93f24 { box-sizing:content-box;height:14.6875rem;width:35rem;position:absolute;display:block;z-index:15000;background-color:#f8f1f1;background-image:none;top:2.375rem;left:37.437500953674rem;display:block; }
#V1b875eb2e93dcc26a243f39a75d7501 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:35.3125rem;top:2.3125rem;left:2.5625rem;overflow:hidden;display:block; }
#n8deddf5626f6f3c8e8da38a93e8ae7c { color:rgba(0,0,0,0.95);display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#V37f48f3ed031460538b1be47fd73637 { color:rgba(0,0,0,0.8);display:block;width:26.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:7.875rem;left:42rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121a21, #22323e);background-image: -moz-linear-gradient(180deg, #121a21, #22323e);background-image: -ms-linear-gradient(180deg, #121a21, #22323e);background-image: -o-linear-gradient(180deg, #121a21, #22323e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#22323e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#22323e' );";background-image: linear-gradient(180deg, #121a21, #22323e);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; }#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:10.0625rem;width:75rem;position:relative;display:block; }#AG8SgRbQonvTBBrdxbykKSOTimoDXegL { color:#007c8f;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.437499046326rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row .container { background-color: transparent; background-image: none; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row .container > .video-iframe-container { display: none; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row > .video-iframe-container { display: none; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .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); }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row .container { border-width: 0; border-radius: 0; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#a8QDI7qKLghKaZ5TmCmZTb73B7EckM2K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:15.375rem;left:2rem;display:none; }
#K3kKzAzS3AuG6QVHXNpqn51MXKnXw7JS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5rem;top:2.1875rem;left:0.125rem;display:none; }
#oB1cgHtu2BAV6lL9DeRaNdhLqztmKrbA { position:absolute;display:block;z-index:15000;height:3rem;width:3rem;top:-0.125rem;left:-7.75rem;display:none; }
#pHWt5qniwNDW2WCKLPTxn7TKgbDTCBFW { box-sizing:content-box;color:#111e23;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.5625rem;left:0rem;display:block; }
#oh8qkS49NuLCFr9d2P9zvQJVpx4CIwSz { box-sizing:content-box;color:#111e23;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:4.5625rem;left:72.56249809265rem;display:block; }
#lHcZDLcE2HRsoOTL4nARTif0FSMxBdOr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.2);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:0rem;left:0rem;display:none; }
#m1VNgs45eHTI8E2g3MOzAky9gBwleUUD { position:absolute;display:block;z-index:15005;height:7.5rem;width:70rem;top:2.25rem;left:2.6875rem;display:block; }
#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 { 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; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container { background-color: transparent; background-image: none; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container > .video-iframe-container { display: none; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row > .video-iframe-container { display: none; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .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); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container { border-width: 0; border-radius: 0; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#ee5c4e15616eca574fed1ca1c4caa9d6 { 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; }
#Q2c5806df5d9c286df56c0db7bb69fbe { color:#007c8f;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:8.9375rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#Z92d91b94aaf2184644862aeee026fa9 { color:#ffffff;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:11.625rem;left:0rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x86b3df8301a6b9c5dba74375792e2f1 { color:#ffffff;display:block;width:30.25rem;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:18.8125rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22323e;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; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row .container { background-color: transparent; background-image: none; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row .container > .video-iframe-container { display: none; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row > .video-iframe-container { display: none; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .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); }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row .container { border-width: 0; border-radius: 0; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#M98seu3KgNcbuM7do2OkLurEm1MrbTvJ { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#GfOa1nl0g4rr1DAwZbIwBbQH6B96ENzg { color:rgba(var(--color-tertiary-0),0.95);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#nGQxzdUfnF9R8vc38kOpeLWxAhA7Eb3R { color:rgba(var(--color-tertiary-0),0.8);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#dD4V4mg47qTq65cx7k0WbpVi8CIcdg93 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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; }
#kN6ab9nbCe094Fe6ORuVqruQnKnQ4Xci { 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; }
#hLpzCyvSPqPnJh39T6BeZL0RGQGVOivX { color:rgba(var(--color-tertiary-0),0.95);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#b803ANKIM9lZwqGqPuqXf5qhS2mfMFmR { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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; }
#E2vvsXX8F0TDlrCDhVQ6TXSJLx1TLOzw { 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; }
#dgqxx2Qa0sRc42T2wSs8PfTTuTuQ6dJ0 { color:rgba(var(--color-tertiary-0),0.95);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#ZTdnWn1tIRU3XJUIo0dntCpJ9dhgK75V { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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; }
#rPPrfGcKVRAphidGTGKFmDzOP8uso1t1 { 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; }
#d0DP0nGFHV6F2IWseMqlcEtqkrDqxt3m { color:rgba(var(--color-tertiary-0),0.95);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 { 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; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row .container { background-color: transparent; background-image: none; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row .container > .video-iframe-container { display: none; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row > .video-iframe-container { display: none; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .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); }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row .container { border-width: 0; border-radius: 0; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#BQTMn9pTeTq4NIzg59d6ptNWWiFVK6yT { color:rgba(var(--color-tertiary-0),0.95);display:block;width:46.125rem;position:absolute;font-family:var(--headlines-font-family);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; }
#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO { 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; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container { background-color: transparent; background-image: none; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container > .video-iframe-container { display: none; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row > .video-iframe-container { display: none; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .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); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container { border-width: 0; border-radius: 0; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#b56LufVJRTw9wFF7kfhrwdR5g4LaxPcs { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#uI8WxCUoNsxIIKl4KcWw6UALgdOkXO8l { 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; }
#htkb72lX8E5fN0sTQotELIGxeNbzBCGg { 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.5625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#gxc4vPJ9Rvdz1pts1kC55TRqJ4Qd5Wh6 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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; }
#E2WoTs9DDPp0SSsorkOD9s0tnx2y6ZrB { position:absolute;display:block;z-index:15010;background-color:#e0e3e6;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; }
#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe { 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; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row .container { background-color: transparent; background-image: none; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row .container > .video-iframe-container { display: none; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row > .video-iframe-container { display: none; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .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); }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row .container { border-width: 0; border-radius: 0; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#rsBuH8Qn0ZceAbiQ9esZP3TiZLpklsWm { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:4.875rem;width:75rem;position:relative;display:block; }#rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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.5625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:#e0e3e6;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:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:14.686718940735rem;height:4.5rem;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:block; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { background-color: transparent; background-image: none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container > .video-iframe-container { display: none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { display: none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .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); }#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:block; }#FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.5625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:#e0e3e6;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:block; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { background-color: transparent; background-image: none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container > .video-iframe-container { display: none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row > .video-iframe-container { display: none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .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); }#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:7.5625rem;width:75rem;position:relative;display:block; }#PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;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; }
#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:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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.5625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#zydNhZKWJTBS2CTMU7JmM55I25SivcKq { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:#e0e3e6;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:4.625rem;width:75rem;position:relative;display:block; }#i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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.5rem;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.5625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#H0UislrHdvlksQa7WULCTcGyiu6OihJX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:#e0e3e6;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(var(--color-tertiary-0),0.8);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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.5625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;overflow:hidden;display:block; }
#mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { box-sizing:content-box;color:rgba(var(--color-primary-2),1);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:#e0e3e6;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; }#mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;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.1875rem;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), #22323e);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #22323e);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #22323e);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #22323e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#22323e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#22323e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #22323e);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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:var(--paragraphs-font-family);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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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) { #JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { height:4.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig1GBb3V0twXJTdARTWFBufCd0s3MLmg { width:4.5rem;height:1.75rem;top:1.25rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eSrOqazmyTJQdHFt8oFIfTO5I188HWsa { width:4.625rem;height:1.8125rem;top:1.25rem;left:1.5625rem;overflow:hidden;display:none; }
 }@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) { #a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v { background-color:#f6f7f8;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; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { background-color: transparent; background-image: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container > .video-iframe-container { display: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container { display: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .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); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { border-width: 0; border-radius: 0; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew5gSfURxTORz8ABhaCb4nGXr0yywgZg { top:14.06103515625rem;left:0rem;width:47.7465625rem;height:0.05859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKuggSQB3CISmP2mHsTiqyKTsmliim5U { top:1.96875rem;left:2.1875rem;width:23.9375rem;height:2.0296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyGuBUoaQ5uia0WOJaAM5O4PNCeqXaLd { width:7.55416625rem;height:3.11666625rem;top:5.1238698959351rem;left:10.561677634716rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNqCEOuGEucIZDIW84sDkGwHiJCHBwS7 { display:block; }
 }@media only screen and (max-width: 763px) { #Kiwwb5QVBA6fCscSQ43Hk98tLkoTiLeJ { width:0.375rem;height:2.0625rem;top:1.953125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvbFZSyBn58HhsBzOb7EIrPTcbyHPD9 { width:0.3125rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnQxmCJ8VEDTsfLS2R87zBULbxROQNbp { width:7.553375rem;height:3.11600625rem;top:5.122670173645rem;left:36.497950732708rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV03GouoDOPcGh9nFHMioktS4woxCw3u { display:block; }
 }@media only screen and (max-width: 763px) { #qcn4AlqGypsNgSQIbf5RcEh2ET0vmu9X { top:6.4306640625rem;left:30.248046875rem;width:8.8115625rem;height:1.6253875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2JaRf6D8RFAZXSXc0LvAiJnw4sDAIAe { top:4.9749002456665rem;left:25.998046100139rem;width:7.9366875rem;height:3.4125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ZWbmRO5g1IwZTJPuOwH6tyUR1Q9zqg { top:10.8720703125rem;left:26rem;width:21.5625rem;height:2.109375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osAdImT28mNQmCXB5E2nTfxNaruMTck1 { top:8.8125rem;left:33.687243640423rem;width:10.9375rem;height:1.0546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOlKXJLDTzDkxNu9GPZQ1qpurLZZcnT { width:3.4375rem;height:2.4375rem;top:8.125rem;left:44.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx60hhO6Uw9KlG8BvDAFI28uGfHw1u49 { top:8.7890625rem;left:7.63818359375rem;width:10.625rem;height:1.0546875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GAwgwgWnZ7QqBiD1wL2WqQ7VJPVigB { width:3.436525rem;height:2.4375rem;top:8.1220703125rem;left:17.74853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5LpMuXbWwqGabhwkxo9VOI0kTLx6vz5 { top:10.27880859375rem;left:6.8115234375rem;width:4.936525rem;height:1.0546875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WIf2JRftplAVCoqUxUTEe31kDe4itvad { top:10.27880859375rem;left:11.96630859375rem;width:1.2495125rem;height:1.3110375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNwp1kSJ0CHqpDznB60Sb1Gasi8ysX8D { top:4.5rem;left:1.2499998807907rem;width:4.0625rem;height:3.4125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdUd7POx8irvJ1uXox2tnoD60c62aT { top:5.83935546875rem;left:4.06201171875rem;width:8.8125rem;height:1.6253875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI { display:block; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7EgKCKkdmhWdkVyLWDzKRbaROoeQOtK { 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) { #Mdc1Hg76tzdf551NlGfV3u60tDsQge0k { display:block; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8ae4e486050184023db8c56985d0b83 { width:12.5rem;height:0.89375rem;top:1.5rem;left:17.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0673c3e3f3e81fbe8f1643ab4586caf { width:43.625rem;height:1.625rem;top:2.875rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8514dab5d3ddfccdfcd1f6ef5d5d921 { width:47.75rem;height:1.225rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a026ec7ef9b20a0f27c6172d3c202599 { width:7rem;height:7rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7a65f0499f7c0ace7179c3258b70074 { width:7rem;height:7rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w599e4d7cd24b5da31fe2d81216a7d25 { width:7rem;height:6.9375rem;top:8.375rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8b02651e9afd9a4018349b9b4cfd8e3 { width:7rem;height:6.9375rem;top:8.375rem;left:12.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba2a6509181088008739595ba41ad346 { width:7rem;height:6.9375rem;top:8.375rem;left:20.499999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #a72456224aa5683a55e50bc369512ba6 { width:7rem;height:6.9375rem;top:8.375rem;left:28.374999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #k65c13d37550a13dfe8e9fc27b1618a7 { width:7rem;height:6.9375rem;top:8.375rem;left:36.187501490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8099c38224f1dd4a365be46ba6376a3 { width:7rem;height:6.9375rem;top:8.375rem;left:40.750001490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2a3bb648900a19e7aa9517bc48d560e { width:7rem;height:6.9375rem;top:8.375rem;left:40.750001490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #B514a7365cdeffb576fece667b54effe { width:7rem;height:7rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0e3ce1a79367d6fa6121ae01185b0e0 { width:7rem;height:7rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3fd8eb46d2b4571657cc9f20c692f45 { width:7rem;height:6.9375rem;top:16.3125rem;left:4.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab512e8bb85c58b1b070ee6ca4bad12b { width:7rem;height:6.9375rem;top:16.3125rem;left:12.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #d44a50d7b00320b32b572d0150fe9a61 { width:7rem;height:6.9375rem;top:16.3125rem;left:20.499999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eac9a7705edf267dd67b10f337222e13 { width:7rem;height:6.9375rem;top:16.3125rem;left:28.374999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld8304fbf5d48bd5b972e98823c8899d { width:7rem;height:6.9375rem;top:16.3125rem;left:36.187501490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8e16348f4a6f981b336ad41ac6242be { width:7rem;height:6.9375rem;top:16.3125rem;left:40.750001490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1a2b38c1402afc835284a290f5cab27 { width:7rem;height:6.9375rem;top:16.3125rem;left:40.750001490116rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ee97eed2cf131709f41ce1910aaed0 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eaa8d7f80cdbe5a2f0de6580435050b4 { width:12.5rem;height:1.125rem;top:27.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h57ea1e241ae1351d962e8e473c70f7e { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga8dac1eb648c0470427f5e90c9cb7b5 { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8b74a2432b8670fe41cfa0bb462c471 { display:block; }
 }@media only screen and (max-width: 763px) { #tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ { display:block; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m322f0b1339555ef729c44563c9e29e4 { width:7rem;height:6.9375rem;top:0rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43d3e609a5db83631138fe870d0ef2d { width:7rem;height:6.9375rem;top:0rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfce2b21798f489ae9314b3a7c24e9c3 { width:7rem;height:6.9375rem;top:0rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U24cb654d097303c78191f9b38e4986d { width:7rem;height:6.9375rem;top:0rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4a9bd3deb4b7b5107d3e1c438d93b01 { width:7rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfc4aaec6be1c6515b589f68bf5a50e1 { width:7rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5a9f5cfd31514dba8a8eee0c9f568ca { width:7rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c295229a7149e33a1e9ae67b888ed12a { width:6.9375rem;height:6.9375rem;top:0rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5edbf5584fd657fd983996366b029b1 { width:6.9375rem;height:6.9375rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0776095249c8735f48371b2a8341abc { width:6.9375rem;height:6.9375rem;top:0rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9781493965a689d186642747fdd4de5 { width:6.9375rem;height:6.9375rem;top:0rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4644e86be474f628c31dbfd3e3e40dd { width:6.9375rem;height:6.9375rem;top:0rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3060e1ce737461192443c88ac174420 { width:6.9375rem;height:6.9375rem;top:0rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb2ddbd2829f52f647d0cfa10a3abb08 { width:6.9375rem;height:6.9375rem;top:0rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b39f473cc0718e1057e1c3c4581aeab4 { width:47.75rem;height:3.5rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbf3f3d7501354f08ac859e5e416326b { width:7rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve71363b26df611789197000dfe55894 { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e16fb341d0fc7ce8e53309f103bfc133 { display:block; }
 }@media only screen and (max-width: 763px) { #M2190360670c9ca009b51f046dfd0657 { width:10.8125rem;height:1.125rem;top:21.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4a6381188fb422e65916f617648ae48 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ { display:block; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row .container { width:47.75rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1ad34452aacfa1462d54956aae93f24 { width:13.9375rem;height:14.125rem;top:1.8125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1b875eb2e93dcc26a243f39a75d7501 { width:34rem;height:14.125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8deddf5626f6f3c8e8da38a93e8ae7c { width:12.75rem;height:1.29980625rem;top:6.375rem;left:35rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V37f48f3ed031460538b1be47fd73637 { width:12.8125rem;height:4.8984375rem;top:8.875rem;left:34.9375rem;font-size:0.875rem;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:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { 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) { #UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 { display:block; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8QDI7qKLghKaZ5TmCmZTb73B7EckM2K { width:12.5rem;height:0;top:15.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3kKzAzS3AuG6QVHXNpqn51MXKnXw7JS { width:19.8125rem;height:2.5rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oB1cgHtu2BAV6lL9DeRaNdhLqztmKrbA { width:3rem;height:3rem;top:-0.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHWt5qniwNDW2WCKLPTxn7TKgbDTCBFW { width:2.4375rem;height:2.4375rem;top:2.5625rem;left:0rem;font-size:1.6875rem;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #oh8qkS49NuLCFr9d2P9zvQJVpx4CIwSz { width:2.4375rem;height:2.4375rem;top:2.5625rem;left:45.3125rem;font-size:1.6875rem;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #lHcZDLcE2HRsoOTL4nARTif0FSMxBdOr { top:0rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1VNgs45eHTI8E2g3MOzAky9gBwleUUD { width:42.75rem;height:6.5625rem;top:0.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 { display:block; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee5c4e15616eca574fed1ca1c4caa9d6 { top:0rem;left:0rem;width:47.75rem;height:31.873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2c5806df5d9c286df56c0db7bb69fbe { top:8.9375rem;left:0rem;width:18rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z92d91b94aaf2184644862aeee026fa9 { 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) { #x86b3df8301a6b9c5dba74375792e2f1 { 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) { #XLLA0Rf5DbmXHNbobE8uEF103I85ioQW { display:block; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M98seu3KgNcbuM7do2OkLurEm1MrbTvJ { 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) { #GfOa1nl0g4rr1DAwZbIwBbQH6B96ENzg { 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) { #nGQxzdUfnF9R8vc38kOpeLWxAhA7Eb3R { 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) { #dD4V4mg47qTq65cx7k0WbpVi8CIcdg93 { top:15.625rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN6ab9nbCe094Fe6ORuVqruQnKnQ4Xci { top:17.6875rem;left:21.625rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLpzCyvSPqPnJh39T6BeZL0RGQGVOivX { 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) { #b803ANKIM9lZwqGqPuqXf5qhS2mfMFmR { top:15.625rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2vvsXX8F0TDlrCDhVQ6TXSJLx1TLOzw { top:17.6875rem;left:43.25rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqxx2Qa0sRc42T2wSs8PfTTuTuQ6dJ0 { 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) { #ZTdnWn1tIRU3XJUIo0dntCpJ9dhgK75V { top:15.625rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPPrfGcKVRAphidGTGKFmDzOP8uso1t1 { top:17.6875rem;left:0rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0DP0nGFHV6F2IWseMqlcEtqkrDqxt3m { 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) { #hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 { display:block; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQTMn9pTeTq4NIzg59d6ptNWWiFVK6yT { 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) { #QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO { display:block; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b56LufVJRTw9wFF7kfhrwdR5g4LaxPcs { 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) { #uI8WxCUoNsxIIKl4KcWw6UALgdOkXO8l { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #htkb72lX8E5fN0sTQotELIGxeNbzBCGg { width:0.875rem;height:0.5625rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxc4vPJ9Rvdz1pts1kC55TRqJ4Qd5Wh6 { 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) { #E2WoTs9DDPp0SSsorkOD9s0tnx2y6ZrB { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe { display:block; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsBuH8Qn0ZceAbiQ9esZP3TiZLpklsWm { 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:1.625rem;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:0.875rem;height:0.5625rem;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:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { display:block; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { width:47.75rem;position:relative;display:block; } }@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:0.875rem;height:0.5625rem;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:block; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:47.75rem;position:relative;display:block; } }@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) { #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.625rem;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:0.875rem;height:0.5625rem;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:2.03125rem;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:1.625rem;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:0.875rem;height:0.5625rem;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: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.625rem;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:0.875rem;height:0.5625rem;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) { #mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { top:0.875rem;left:0.875rem;width:45.625rem;height:8.125rem;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;background-color:#f6f7f8;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq > .row .container { height:2.8125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig1GBb3V0twXJTdARTWFBufCd0s3MLmg { width:3.5rem;height:1.375rem;top:1.46875rem;left:6.96875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eSrOqazmyTJQdHFt8oFIfTO5I188HWsa { width:5.625rem;height:2.1875rem;top:0.625rem;left:0.625rem;overflow:hidden;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP { position:relative;z-index:auto;display:block; }#sMR0f5Tg7MlEcfvCTPPICe4ryWfauLZP > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v { background-color:#22323e;background-image:none;display:block; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { background-color: transparent; background-image: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container > .video-iframe-container { display: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row > .video-iframe-container { display: none; }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .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); }#a4Lkqi9Uc5czEGyoKWQcEslD7uRZaB9v > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew5gSfURxTORz8ABhaCb4nGXr0yywgZg { width:19.9980625rem;height:0.05859375rem;top:28.62890625rem;left:0rem;background-color:rgba(17,30,35,0.2);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) { #tKuggSQB3CISmP2mHsTiqyKTsmliim5U { width:15.5rem;height:2.275rem;top:1.2490234375rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyGuBUoaQ5uia0WOJaAM5O4PNCeqXaLd { width:7.749rem;height:3.0527375rem;top:9.0615234375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNqCEOuGEucIZDIW84sDkGwHiJCHBwS7 { display:block; }
 }@media only screen and (max-width: 763px) { #Kiwwb5QVBA6fCscSQ43Hk98tLkoTiLeJ { width:0.4375rem;height:5.4375rem;top:1.26171875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLvbFZSyBn58HhsBzOb7EIrPTcbyHPD9 { top:1.2484378814698rem;left:0.54999995231628rem;width:0.4375rem;height:2.5rem;z-index:15028;background-color:#00dcff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnQxmCJ8VEDTsfLS2R87zBULbxROQNbp { width:7.749rem;height:3.061525rem;top:9.05712890625rem;left:11.43603515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV03GouoDOPcGh9nFHMioktS4woxCw3u { display:block; }
 }@media only screen and (max-width: 763px) { #qcn4AlqGypsNgSQIbf5RcEh2ET0vmu9X { width:5.8125rem;height:1.6253875rem;top:6.4375rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2JaRf6D8RFAZXSXc0LvAiJnw4sDAIAe { width:9.062125rem;height:1.95rem;top:6.1875rem;left:11rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4ZWbmRO5g1IwZTJPuOwH6tyUR1Q9zqg { width:19.125rem;height:1.7875rem;top:18.746875762939rem;left:0.87499994039537rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #osAdImT28mNQmCXB5E2nTfxNaruMTck1 { width:8.25rem;height:1.7875rem;top:12.9375rem;left:11.500000536442rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwOlKXJLDTzDkxNu9GPZQ1qpurLZZcnT { width:2.875rem;height:2rem;top:13.25rem;left:14.187500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx60hhO6Uw9KlG8BvDAFI28uGfHw1u49 { width:7.875rem;height:1.7875rem;top:12.950000762939rem;left:0.81171876192094rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GAwgwgWnZ7QqBiD1wL2WqQ7VJPVigB { width:2.875rem;height:2rem;top:13.23828125rem;left:4.5492187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5LpMuXbWwqGabhwkxo9VOI0kTLx6vz5 { width:5.0625rem;height:1.1375rem;top:15.05078125rem;left:0.4375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WIf2JRftplAVCoqUxUTEe31kDe4itvad { width:1.1875rem;height:1.2453125rem;top:15.11328125rem;left:5.5500002503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNwp1kSJ0CHqpDznB60Sb1Gasi8ysX8D { width:3.999025rem;height:2.6rem;top:5.94873046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTBdUd7POx8irvJ1uXox2tnoD60c62aT { width:8.8125rem;height:1.6253875rem;top:6.4365234375rem;left:2.71728515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI { display:block; }#ymeuaIWvq2AhZDAw5Jymt47BVs7hw2GI > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7EgKCKkdmhWdkVyLWDzKRbaROoeQOtK { width:20rem;height:1.925rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mdc1Hg76tzdf551NlGfV3u60tDsQge0k { display:block; }#Mdc1Hg76tzdf551NlGfV3u60tDsQge0k > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i8ae4e486050184023db8c56985d0b83 { width:12.5rem;height:0.8941rem;top:2.1875009536743rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0673c3e3f3e81fbe8f1643ab4586caf { width:20rem;height:1.625rem;top:3.325rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8514dab5d3ddfccdfcd1f6ef5d5d921 { width:19.375rem;height:2.45rem;top:5.5500001907349rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a026ec7ef9b20a0f27c6172d3c202599 { width:4.3125rem;height:4.3125rem;top:8.8125rem;left:0.37499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7a65f0499f7c0ace7179c3258b70074 { width:4.3125rem;height:4.3125rem;top:8.8125rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w599e4d7cd24b5da31fe2d81216a7d25 { width:4.3125rem;height:4.25rem;top:8.8125rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8b02651e9afd9a4018349b9b4cfd8e3 { width:4.3125rem;height:4.25rem;top:8.8125rem;left:15.374999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba2a6509181088008739595ba41ad346 { width:4.3125rem;height:4.25rem;top:13.875rem;left:0.37499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #a72456224aa5683a55e50bc369512ba6 { width:4.3125rem;height:4.25rem;top:13.875rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k65c13d37550a13dfe8e9fc27b1618a7 { width:4.3125rem;height:4.25rem;top:13.875rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8099c38224f1dd4a365be46ba6376a3 { width:4.3125rem;height:4.25rem;top:13.875rem;left:15.374999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2a3bb648900a19e7aa9517bc48d560e { width:4.3125rem;height:4.25rem;top:18.9375rem;left:0.37499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #B514a7365cdeffb576fece667b54effe { width:4.3125rem;height:4.3125rem;top:18.90625rem;left:5.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0e3ce1a79367d6fa6121ae01185b0e0 { width:4.3125rem;height:4.3125rem;top:18.90625rem;left:10.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3fd8eb46d2b4571657cc9f20c692f45 { width:4.3125rem;height:4.25rem;top:18.9375rem;left:15.374999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab512e8bb85c58b1b070ee6ca4bad12b { width:7rem;height:6.9375rem;top:17.375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d44a50d7b00320b32b572d0150fe9a61 { width:7rem;height:6.9375rem;top:17.375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eac9a7705edf267dd67b10f337222e13 { width:7rem;height:6.9375rem;top:17.375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ld8304fbf5d48bd5b972e98823c8899d { width:7rem;height:6.9375rem;top:17.375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8e16348f4a6f981b336ad41ac6242be { width:7rem;height:6.9375rem;top:17.375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1a2b38c1402afc835284a290f5cab27 { width:7rem;height:6.9375rem;top:17.375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0ee97eed2cf131709f41ce1910aaed0 { top:19.6875rem;left:0rem;width:20rem;height:3.5625rem;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Eaa8d7f80cdbe5a2f0de6580435050b4 { top:24.42578125rem;left:4.0312500596046rem;width:10.8125rem;height:1.1375rem;z-index:15022;font-size:0.875rem;text-align:center;text-align-last:center;color:#007c8f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h57ea1e241ae1351d962e8e473c70f7e { display:flex;top:24.55703163147rem;left:13.937500536442rem;width:1rem;height:1rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #ga8dac1eb648c0470427f5e90c9cb7b5 { top:23.77578163147rem;left:4.1562500596046rem;width:11.6875rem;height:2.4375rem;z-index:15024;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #d8b74a2432b8670fe41cfa0bb462c471 { display:block; }
 }@media only screen and (max-width: 763px) { #tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ { display:block; }#tP9hdLt74ow9Zp1PBErAgbSRWbh4JmUZ > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m322f0b1339555ef729c44563c9e29e4 { width:4.3125rem;height:4.25rem;top:5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e43d3e609a5db83631138fe870d0ef2d { width:4.3125rem;height:4.25rem;top:0rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfce2b21798f489ae9314b3a7c24e9c3 { width:4.3125rem;height:4.25rem;top:5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U24cb654d097303c78191f9b38e4986d { width:4.3125rem;height:4.25rem;top:0rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4a9bd3deb4b7b5107d3e1c438d93b01 { width:4.3125rem;height:4.25rem;top:0rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfc4aaec6be1c6515b589f68bf5a50e1 { width:4.3125rem;height:4.3125rem;top:5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5a9f5cfd31514dba8a8eee0c9f568ca { width:4.3125rem;height:4.3125rem;top:5rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c295229a7149e33a1e9ae67b888ed12a { width:4.3125rem;height:4.3125rem;top:10.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5edbf5584fd657fd983996366b029b1 { width:4.3125rem;height:4.3125rem;top:10.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0776095249c8735f48371b2a8341abc { width:4.3125rem;height:4.3125rem;top:10.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9781493965a689d186642747fdd4de5 { width:4.3125rem;height:4.3125rem;top:10.0625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4644e86be474f628c31dbfd3e3e40dd { width:4.3125rem;height:4.3125rem;top:15.187500953674rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3060e1ce737461192443c88ac174420 { width:4.3125rem;height:4.3125rem;top:15.187500953674rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb2ddbd2829f52f647d0cfa10a3abb08 { width:4.3125rem;height:4.3125rem;top:15.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b39f473cc0718e1057e1c3c4581aeab4 { width:20rem;height:0;top:24.875000953674rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbf3f3d7501354f08ac859e5e416326b { width:4.3125rem;height:4.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve71363b26df611789197000dfe55894 { top:20.662499427796rem;left:4.15625rem;width:11.6875rem;height:2.4375rem;z-index:15027;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #e16fb341d0fc7ce8e53309f103bfc133 { display:block; }
 }@media only screen and (max-width: 763px) { #M2190360670c9ca009b51f046dfd0657 { top:21.25rem;left:4.0625rem;width:10.8125rem;height:1.1375rem;z-index:15025;font-size:0.875rem;text-align:center;text-align-last:center;color:#007c8f;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #a4a6381188fb422e65916f617648ae48 { display:flex;top:21.375rem;left:10.6875rem;width:1rem;height:1rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ { display:block; }#hkd3ZgU4UJm3mlRdGrQfTFICPDZ4MEJQ > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1ad34452aacfa1462d54956aae93f24 { width:20rem;height:9.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1b875eb2e93dcc26a243f39a75d7501 { width:20rem;height:8.353982300885rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8deddf5626f6f3c8e8da38a93e8ae7c { width:20rem;height:1.3rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V37f48f3ed031460538b1be47fd73637 { width:15.6875rem;height:4.9rem;top:4.40625rem;left:2.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv { display:block; }#a9yT2hxTPbz80T8n52iMtMxyTvqOpCgv > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AG8SgRbQonvTBBrdxbykKSOTimoDXegL { 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) { #xATUzB9kXFUtL5UU2L4d8ciq7rXSQcxq { width:20rem;height:3.25rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 { display:block; }#UsDrZodLyRxT2tmKX8WEDtwRAAVk9H33 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8QDI7qKLghKaZ5TmCmZTb73B7EckM2K { top:51.125rem;left:2rem;width:12.5rem;height:0;z-index:15062;display:none; }
 }@media only screen and (max-width: 763px) { #K3kKzAzS3AuG6QVHXNpqn51MXKnXw7JS { top:2.2135419845581rem;left:0.12586802244186rem;width:19.874125rem;height:0;z-index:15063;color:#ffffff;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oB1cgHtu2BAV6lL9DeRaNdhLqztmKrbA { top:9.8193359375rem;left:0.0625rem;width:19.875rem;height:11.125rem;z-index:15064;display:none; }
 }@media only screen and (max-width: 763px) { #pHWt5qniwNDW2WCKLPTxn7TKgbDTCBFW { width:1.8125rem;height:1.8125rem;top:3.125rem;left:0rem;font-size:1.25rem;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #oh8qkS49NuLCFr9d2P9zvQJVpx4CIwSz { width:1.8125rem;height:1.8125rem;top:3.125rem;left:18.1875rem;font-size:1.25rem;color:#111e23;display:block; }
 }@media only screen and (max-width: 763px) { #lHcZDLcE2HRsoOTL4nARTif0FSMxBdOr { width:20rem;height:0.0625rem;top:0rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #m1VNgs45eHTI8E2g3MOzAky9gBwleUUD { width:16.3125rem;height:8.1875rem;top:0.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 { 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; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container { background-color: transparent; background-image: none; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container > .video-iframe-container { display: none; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row > .video-iframe-container { display: none; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .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); }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container { border-width: 0; border-radius: 0; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sy7fnoHX6T2oG3OgHo2q3qf4VxSAOpO1 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee5c4e15616eca574fed1ca1c4caa9d6 { width:20rem;height:13.3125rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2c5806df5d9c286df56c0db7bb69fbe { width:18rem;height:0.8941rem;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) { #Z92d91b94aaf2184644862aeee026fa9 { width:20rem;height:3.5rem;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) { #x86b3df8301a6b9c5dba74375792e2f1 { 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) { #XLLA0Rf5DbmXHNbobE8uEF103I85ioQW { display:block; }#XLLA0Rf5DbmXHNbobE8uEF103I85ioQW > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M98seu3KgNcbuM7do2OkLurEm1MrbTvJ { 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) { #GfOa1nl0g4rr1DAwZbIwBbQH6B96ENzg { width:20rem;height:1.6253875rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQxzdUfnF9R8vc38kOpeLWxAhA7Eb3R { width:20rem;height:6.5625rem;top:6.2687492370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD4V4mg47qTq65cx7k0WbpVi8CIcdg93 { width:20rem;height:5.5rem;top:20.3125rem;left:0rem;background-color:#121a21;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) { #kN6ab9nbCe094Fe6ORuVqruQnKnQ4Xci { width:2.875rem;height:3rem;top:21.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLpzCyvSPqPnJh39T6BeZL0RGQGVOivX { 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) { #b803ANKIM9lZwqGqPuqXf5qhS2mfMFmR { width:20rem;height:5.5rem;top:26.5625rem;left:0rem;background-color:#121a21;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) { #E2vvsXX8F0TDlrCDhVQ6TXSJLx1TLOzw { width:2.875rem;height:3rem;top:27.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgqxx2Qa0sRc42T2wSs8PfTTuTuQ6dJ0 { 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) { #ZTdnWn1tIRU3XJUIo0dntCpJ9dhgK75V { width:20rem;height:5.5rem;top:14.0625rem;left:0rem;background-color:#121a21;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) { #rPPrfGcKVRAphidGTGKFmDzOP8uso1t1 { width:2.875rem;height:3rem;top:15.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0DP0nGFHV6F2IWseMqlcEtqkrDqxt3m { 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) { #hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 { display:block; }#hMoTaTtr8RbzUg2ZdEAUu5xWpN3ZoGQ6 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQTMn9pTeTq4NIzg59d6ptNWWiFVK6yT { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO { 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; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container { background-color: transparent; background-image: none; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container > .video-iframe-container { display: none; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row > .video-iframe-container { display: none; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .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); }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container { border-width: 0; border-radius: 0; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBukT8XWLdPEtC3Jz5hrTSLHxiD32ouO > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b56LufVJRTw9wFF7kfhrwdR5g4LaxPcs { width:18.125rem;height:1.4rem;top:1.21875rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uI8WxCUoNsxIIKl4KcWw6UALgdOkXO8l { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #htkb72lX8E5fN0sTQotELIGxeNbzBCGg { top:1.875rem;left:19rem;width:0.875rem;height:0.5625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gxc4vPJ9Rvdz1pts1kC55TRqJ4Qd5Wh6 { 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) { #E2WoTs9DDPp0SSsorkOD9s0tnx2y6ZrB { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe { display:block; }#ssqb7AGUR6pOlq0F4M4PaEeoQI9osdqe > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsBuH8Qn0ZceAbiQ9esZP3TiZLpklsWm { width:20rem;height:6.5625rem;top:0rem;left:0rem;font-size:0.875rem;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:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { width:18.125rem;height:2.8rem;top:1.21875rem;left:0rem;font-size:1rem;color:#ffffff;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:0.875rem;height:0.5625rem;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:7.1875rem;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) { #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:block; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { background-color: transparent; background-image: none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container > .video-iframe-container { display: none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { display: none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .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); }#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:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:#ffffff;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:0.875rem;height:0.5625rem;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:block; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { width:20rem;height:9.1875rem;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:4.6875rem;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:#ffffff;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:0.875rem;height:0.5625rem;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:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { width:20rem;height:5.25rem;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:6.25rem;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:#ffffff;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:0.875rem;height:0.5625rem;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:8.4375rem;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) { #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:3.4375rem;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:#ffffff;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:0.875rem;height:0.5625rem;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) { #mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { 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:5rem;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; }
 }