.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#121a21;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxAToEl2BiV2iQgK1sBl6XKXZCQtWmFq { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #121a21, #000000);background-image: -moz-linear-gradient(360deg, #121a21, #000000);background-image: -ms-linear-gradient(360deg, #121a21, #000000);background-image: -o-linear-gradient(360deg, #121a21, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#000000' );";background-image: linear-gradient(360deg, #121a21, #000000);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; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/dc155d2f-e454-492e-9749-58a3f1a31d28/Kolaz_z_gradientem_desktop_1600x4724.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.adaptive-delivery-prevent-bg, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyload, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyloading { background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { background-color: transparent; background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { border-width: 0; border-radius: 0; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { color:rgba(255,255,255,0.95);display:block;width:57rem;position:absolute;font-family:"source sans pro semibold";font-size:3.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6.625rem;left:8.999218940735rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { border-width: 0; border-radius: 0; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:none; }#BX0Qx70JfkCkEJoptMo8iclGSTAn6vww { position:absolute;display:block;z-index:14998;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.1875rem solid #233443;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:49.875rem;width:18.6875rem;top:2.28125rem;left:18.625rem;display:block; }
#mVH6J3MKx0pfT8lFEQ7cOJQvlBgTmT0I { position:absolute;display:block;z-index:15001;background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.5rem;width:18.9375rem;top:2.3125rem;left:18.71875rem;display:block; }
#iAnQxdNqwDlWnQI40mv4OzSw9VPqo4bI { color:rgba(255,255,255,0.8);display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:20.25rem;height:1.6253875rem;display:block; }
#PLrDJ2KHi8oiFwZqwn4L9sNcCW7tpgyD { color:#4cd964;display:block;width:8rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:24.5625rem;height:1.6253875rem;font-style:normal;display:block; }
#EKztzEOWKSJQQPGIraqZad1mXEcyrtl2 { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:20.25rem;height:3.9rem;display:block; }
#cTfbFlbAQCB63f7ROJoRUUdWm7IvgbV8 { color:rgba(255,255,255,0.8);display:block;width:13.0625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.375rem;left:20.1875rem;height:1.1375rem;font-style:normal;display:block; }
#TMJmksFKUsoDAnw7HHXsIyWrdNKPPJ3T { color:rgba(255,255,255,0.95);display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.3994140625rem;left:23.625rem;height:2.6rem;display:block; }
#vqxfxiZEQAhEamaoXqFT1p8bDIaeMkac { background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.625rem;left:20rem;display:block; }
#EdLTfBQsmP081JAkzl9pq7VZyNuKozZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkMB0b6e84b9vEWHB2dmBboO14OqVLud { color:rgba(255,255,255,0.95);display:block;width:13.1875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.9619140625rem;left:20.4375rem;height:1.1375rem;display:block; }
#tFbdRMp2KOSfaZW8adBoGJnRl8f3vwOl { color:rgba(255,255,255,0.8);display:block;width:13.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:43.1875rem;left:20.25rem;height:7.825rem;font-style:normal;overflow:hidden;display:block; }#tFbdRMp2KOSfaZW8adBoGJnRl8f3vwOl li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#tFbdRMp2KOSfaZW8adBoGJnRl8f3vwOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
#hUX62lToaGTuUIovt9cXVhK1hZm1oXsy { position:absolute;display:block;z-index:14997;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0;border-right:0.0625rem solid #233443;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:48.4375rem;width:18.875rem;top:3.75rem;left:37.5rem;display:block; }
#Ze1lP3PICQlfVI7AyZ1S11vmb2HlBoZJ { color:rgba(255,255,255,0.8);display:block;width:7.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.1875rem;height:1.6253875rem;font-style:normal;display:block; }
#ZeD8DZ4C2VdZAnXFS4EFcGZF0c0IhrZL { color:rgba(255,255,255,0.95);display:block;width:8.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.375rem;left:42.25rem;height:2.6rem;display:block; }
#kfTcuJtercM5WmtZ61T2KgXbd2KsOXTB { color:rgba(255,255,255,0.8);display:block;width:13.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:10.375rem;left:38.875rem;height:1.1375rem;font-style:normal;display:block; }
#e6Dol9fM4aA0UxlHESZ1g7az2bFMa7yC { background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:12.625rem;left:38.84375rem;display:block; }
#lKucD5IvxuAZ0szpEsDOlQfGTXJ5o4og { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwATvsEggltK6Zh9o1SOidQpSnon384T { color:rgba(255,255,255,0.95);display:block;width:10.4375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.9375rem;left:39.0625rem;height:1.1375rem;display:block; }
#JaezfG2mc1Ip2oqxCdqlzuBoqR12zsrT { color:rgba(255,255,255,0.8);display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.0625rem;left:38.875rem;height:1.6253875rem;display:block; }
#CAyaIbDPsZ9mJeL2oq1198aDPONeXhky { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.5rem;left:38.875rem;height:3.9rem;display:block; }
#lRMNisR5ZnZSEK8V67zLCVVF4pM6dGBJ { color:rgba(255,255,255,0.95);display:block;width:13.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:35.75rem;left:39.0625rem;height:6.825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#FAgM5PBLKvI3MCQ1Jh2I8ZbBVd5DobQ2 { color:rgba(255,255,255,0.8);display:block;width:13.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:35.75rem;left:20.4375rem;height:6.825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#nTT0OVgTRNFxGw9XpAlKXdPSTCIg5Lva { color:rgba(255,255,255,0.95);display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.2490234375rem;left:24.75rem;height:2.6rem;display:block; }
#JcNLQKuM9EqxitBm3U6s3TRavpFqAAvk { color:rgba(255,255,255,0.95);display:block;width:5.3125rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.375rem;left:20.25rem;height:3.9rem;display:block; }
#IEcSXsTmcK30FaaTcTuSZGMrBcB2gsT0 { color:rgba(255,255,255,0.8);display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.8125rem;left:20.1875rem;height:2.275rem;font-style:normal;display:block; }
#oF8uAVVT5IOsA2z6GceFIMqnp6UBQT3f { background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.875rem;left:20rem;display:block; }
#kkr0kLLXbJL9MFXZ9RWsiDktzfl4nZC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yBD45sJCii1TUZCqcT7MeRAibBRBxVGB { color:#ffbe00;display:block;width:3.375rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.625rem;left:20.25rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#MuBxKqdQwFAVupPb1gx3gTCve65QCeJV { color:#121a21;display:block;width:10.75rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.494140625rem;left:22.71875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzBDA1uLZGQ1gAidwW9mpaKZghJWodKo { color:#ffbe00;display:block;width:3.625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.625rem;left:38.875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#taX7NdQZhRdf2c2oR3q5fEM9BFOgc5lw { color:rgba(255,255,255,0.95);display:block;width:4.8125rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:38.8740234375rem;height:3.9rem;display:block; }
#RlcMpERtzFEE3s0vbBLIcnHwQPizpsyU { color:rgba(255,255,255,0.95);display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:18.25rem;left:43.5rem;height:2.6rem;display:block; }
#EHKJgvuGNxfurJ7sa3NAMPPt8PEpTliV { color:rgba(255,255,255,0.8);display:block;width:16.875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:22.8125rem;left:38.8125rem;height:2.275rem;font-style:normal;display:block; }
#Ntqh8EO03tKbcrVxHSzLSTaN3hgd6akH { background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.875rem;left:38.625rem;display:block; }
#H70Aom6h8rQd1ZmzNv0M9pHFPe5WFboT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HazfHGwtQRKvQMIMTiXWBrAdnkyOoJpI { color:#ffbe00;display:block;width:13.5rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.625rem;left:41.625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#hAkWBTSy1didF0uCyemlRwT0ISSZTKFB { color:#ffbe00;display:block;width:14rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.6552734375rem;left:22.9375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Lxbf1Z2ILrJw0TtnlDStyczou82wta0i { color:rgba(255,255,255,0.8);display:block;width:17.25rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.6875rem;left:20.25rem;height:3.4125rem;font-style:normal;display:block; }
#HlaalL9psaNRk86129EfftvE6Fe7CiPA { color:rgba(255,255,255,0.8);display:block;width:17.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.6875rem;left:38.875rem;height:3.4125rem;font-style:normal;display:block; }
#EJiOUEsC4LJ496BoNzO2mKPZbm3bRxcU { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21rem;left:24.9375rem;height:1.05625rem;font-style:normal;display:block; }
#cRxxz0BaZw5LNfDBbNwLPyWbUIT4kzIB { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4rem;top:19.875rem;left:32.625rem;overflow:hidden;display:block; }
#Grsvt6FRo7XLSo7wFBssETm4CiCRrPqx { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:21rem;left:43.84375rem;height:1.05625rem;font-style:normal;display:block; }
#bFzcflA7FgknCrltHyPhb3JPdsLTXn2S { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4rem;top:19.875rem;left:51.53125rem;overflow:hidden;display:block; }
#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb { 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; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { background-color: transparent; background-image: none; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container > .video-iframe-container { display: none; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row > .video-iframe-container { display: none; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .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); }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { border-width: 0; border-radius: 0; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#Z6fytmQbrQ7zdcKd3FoTQm0C5afJaZIZ { position:absolute;display:block;z-index:14998;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.1875rem solid #233443;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.5rem;width:18.8125rem;top:3.561882019043rem;left:18.746143341064rem;display:block; }
#OUEHrWNXSbI49vFHQGrx80mfiATgk51B { position:absolute;display:block;z-index:15001;background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.5rem;width:37.6875rem;top:2.1899461059571rem;left:18.717876434326rem;display:block; }
#d1lpqnMxohAzP2B1c3TOJ6hlpAml9AnT { color:rgba(255,255,255,0.8);display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9397401123047rem;left:20.249534606934rem;height:1.625rem;display:block; }
#U5SOIIEBADEOxCdra8Mvub9wI6A1s2AJ { color:#4cd964;display:block;width:8rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9397401123047rem;left:24.561828613281rem;height:1.625rem;font-style:normal;display:block; }
#oKnuS393n0Z7OxKTSAGuwKtxFSTX6erU { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3775986938475rem;left:20.249534606934rem;height:3.9rem;display:block; }
#h4XOPAeJsaGhn2TnkW19h2JpfqknuktO { color:rgba(255,255,255,0.8);display:block;width:13.0625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.253010681152rem;left:20.186573028564rem;height:1.1375rem;font-style:normal;display:block; }
#WUG1uAXVSZi5zhkmTvTFeXkPEEJB4Kow { color:rgba(255,255,255,0.95);display:block;width:8.8125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.2770661621094rem;left:23.623817443847rem;height:2.6rem;display:block; }
#wN3lK43FF3F2LQT8s7xoN9NT4w04Ji3S { background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.127957275391rem;left:19.998970031738rem;display:block; }
#TZkya9H7RaWdftX06DSPy414Tf323L1c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7VZWwZTBIVA3ihEyHMKJ9aUqFuZPMXg { color:rgba(255,255,255,0.95);display:block;width:13.1875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.651753356934rem;left:20.43713760376rem;height:1.1375rem;display:block; }
#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr { color:rgba(255,255,255,0.8);display:block;width:13.9365625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.251362731934rem;left:20.248252868653rem;height:7.825rem;font-style:normal;overflow:hidden;display:block; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
#EdDay0wR1Jll68LnubQSeMsAyTfw7ax2 { position:absolute;display:block;z-index:14997;background-color:#1d2b37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #233443;border-left:0;border-right:0.0625rem solid #233443;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:43.3125rem;width:18.75rem;top:3.561882019043rem;left:37.560394287109rem;display:block; }
#blDdELtmBcFtx2vvmDakWCDcBNWHuBRT { color:rgba(255,255,255,0.8);display:block;width:11.8125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.9375rem;left:43.185905456543rem;height:1.625rem;font-style:normal;display:block; }
#eagXEE5rXqfaQuIuuoHW1RLQKhmPhork { color:rgba(255,255,255,0.95);display:block;width:8.125rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.25rem;left:42.249176025391rem;height:2.6rem;display:block; }
#JBzXiZE9FeAa2WBwZmxeV9TMRHkH83TG { color:rgba(255,255,255,0.8);display:block;width:13.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:10.25rem;left:38.874893188476rem;height:1.1375rem;font-style:normal;display:block; }
#V9MW61wCPvu6n9sifxmeBLmv3Dswv97u { background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:14.125rem;left:38.8427734375rem;display:block; }
#PO2uRSlMfhSoN0Zyc4BFZF7eRcXISEv1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#znybfB1UKDLBX9PDTD9VoxpxMrDOnGv0 { color:rgba(255,255,255,0.95);display:block;width:12.75rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.625rem;left:39.0625rem;height:1.1375rem;display:block; }
#wRSKZ1yT7JwR6gmKOgaET3y73aa86ZDm { color:rgba(255,255,255,0.8);display:block;width:4.6875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.9375rem;left:38.874893188476rem;height:1.625rem;display:block; }
#oaEIBhExc3pWhmUM8GMv75TC4HB8aGGy { color:rgba(255,255,255,0.95);display:block;width:4.0625rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.375rem;left:38.874893188476rem;height:3.9rem;display:block; }
#aHlfvcloG4wrJMsIXpZtdeyVUneruGpF { color:rgba(255,255,255,0.95);display:block;width:14.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:19.875rem;left:39.0625rem;height:10.2375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#I9TnWJ73sS8hDP6QtJGq2k8udsTSqRtc { color:rgba(255,255,255,0.8);display:block;width:13.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.877285888672rem;left:20.43713760376rem;height:7.9625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qi1aSbkp0GfsP4gZvJdqVILdFOFIK8OC { color:#121a21;display:block;width:10.749875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.490234375rem;left:32.184158325195rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOvk83csReuimc0lM0vPh5Ba7HqwNDAc { color:rgba(255,255,255,0.8);display:block;width:13.9365625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.25rem;left:38.872322082519rem;height:13.375rem;font-style:normal;overflow:hidden;display:block; }#TOvk83csReuimc0lM0vPh5Ba7HqwNDAc li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#TOvk83csReuimc0lM0vPh5Ba7HqwNDAc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
#V0ii6Zk1iNnbBiva2ElFAPMMc2RwSsiC { color:#63666a;display:block;width:18.4365rem;position:absolute;font-family:"source sans pro";font-size:0.625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.699733734131rem;left:38.047386169434rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII { 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; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row .container { background-color: transparent; background-image: none; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row .container > .video-iframe-container { display: none; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row > .video-iframe-container { display: none; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .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); }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row .container { border-width: 0; border-radius: 0; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#GalE6dgN1setk1Gg5yi2UM0T4NRgFK3o { color:rgba(255,255,255,0.8);display:block;width:31.6875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.71875rem;left:20.1875rem;height:9.9625rem;font-style:normal;overflow:hidden;display:block; }#GalE6dgN1setk1Gg5yi2UM0T4NRgFK3o li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#GalE6dgN1setk1Gg5yi2UM0T4NRgFK3o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
#nVKnoNr9XAkh2KFLeOtl3VqCUmCsx9lo { position:absolute;display:block;z-index:15001;background-color:#1d2b37;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.0625rem solid #233443;border-right:0.0625rem solid #233443;border-bottom:0.0625rem solid #233443;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.6875rem;width:37.625rem;top:0rem;left:18.624073028564rem;display:block; }
#Ll3By8gGA9zUCqZoZBQ2ExsMR3rx3SKM { color:rgba(255,255,255,0.8);display:block;width:30.3125rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.42578125rem;left:21.59375rem;height:4.55rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#ebt0ZsdGnDB7yD6CIdTOatixXrMRhWgb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.8;top:11.375rem;left:20.0625rem; }
#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #121a21, #1d2b37);background-image: -moz-linear-gradient(180deg, #121a21, #1d2b37);background-image: -ms-linear-gradient(180deg, #121a21, #1d2b37);background-image: -o-linear-gradient(180deg, #121a21, #1d2b37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#1d2b37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#121a21', endColorstr='#1d2b37' );";background-image: linear-gradient(180deg, #121a21, #1d2b37);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row .container { background-color: transparent; background-image: none; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row .container > .video-iframe-container { display: none; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row > .video-iframe-container { display: none; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .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); }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row .container { border-width: 0; border-radius: 0; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { 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; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { background-color: transparent; background-image: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container > .video-iframe-container { display: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container { display: none; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { border-width: 0; border-radius: 0; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.4375rem;width:50.0625rem;top:0rem;left:30.773438453674rem;overflow:hidden;display:block; }
#JkMCwzbtztiQaoCnONgddTIs33cFTIRO { color:#00dcff;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { color:rgba(255,255,255,0.95);display:block;width:28rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.625rem;left:0rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { color:rgba(255,255,255,0.8);display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:19.8125rem;left:0rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s8U3rhDLfBpbquZGinAOCT7CVeM25T4E { color:#00dcff;display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27.56875038147rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#B09rdOaUoT926WqTJ8TN1nabr3XJ5cME { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.25rem;top:27.6875rem;left:24.312500953674rem;overflow:hidden;display:block; }
#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { background-color: transparent; background-image: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container > .video-iframe-container { display: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container { display: none; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { border-width: 0; border-radius: 0; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { color:rgba(255,255,255,0.95);display:block;width:46.125rem;position:absolute;font-family:"source sans pro";font-size:2.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:14.4375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { background-color: transparent; background-image: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { border-width: 0; border-radius: 0; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:3.50020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#iX9yd5054hmBqpZgK3dmNx423TyHUczo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { background-color: transparent; background-image: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container > .video-iframe-container { display: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container { display: none; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { border-width: 0; border-radius: 0; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { background-color: transparent; background-image: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { border-width: 0; border-radius: 0; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#l3TutmhzptgEP9FZz3i2RZkZNAh863RQ { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#LUSmqBeMFo1couJlnVeus8XXigVAekJV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#zydNhZKWJTBS2CTMU7JmM55I25SivcKq { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { background-color: transparent; background-image: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container > .video-iframe-container { display: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container { display: none; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { border-width: 0; border-radius: 0; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { background-color: transparent; background-image: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { border-width: 0; border-radius: 0; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#Oaul1NfMl2IA5WefedtiTesZJRU2Hq8U { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:3.50020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#H0UislrHdvlksQa7WULCTcGyiu6OihJX { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { background-color: transparent; background-image: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container > .video-iframe-container { display: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container { display: none; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { border-width: 0; border-radius: 0; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { background-color: transparent; background-image: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .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); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { border-width: 0; border-radius: 0; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { background-color: transparent; background-image: none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container > .video-iframe-container { display: none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row > .video-iframe-container { display: none; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .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); }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { border-width: 0; border-radius: 0; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { border-width: 0; border-radius: 0; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:none; }#FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { border-width: 0; border-radius: 0; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { color:rgba(255,255,255,0.8);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { background-color: transparent; background-image: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { display: none; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { border-width: 0; border-radius: 0; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { color:rgba(255,255,255,0.95);display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5625rem;left:13.75rem;height:1.7501rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#l42ud1srNy9b7lytalPWpPuFqHJZaN75 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:0.875rem;top:2.1875rem;left:60.4375rem;display:block; }
#mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { box-sizing:content-box;color:#00dcff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#LyyX712Cke39zOrtJGy4I854KDLSKSls { position:absolute;display:block;z-index:15010;background-color:#233443;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:47.5rem;top:0rem;left:13.75rem;display:block; }
#rU70M1niPPkLgipCVElk2psZnm6CT0Pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { background-color: transparent; background-image: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container > .video-iframe-container { display: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container { display: none; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { border-width: 0; border-radius: 0; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { color:#bdbdbf;display:block;width:45.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0rem;left:13.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { background-color: transparent; background-image: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container > .video-iframe-container { display: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container { display: none; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { border-width: 0; border-radius: 0; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #121a21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#121a21' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #121a21);background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { background-color: transparent; background-image: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { display: none; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { border-width: 0; border-radius: 0; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0b1013;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5rem;left:29.25rem;display:block; }
#iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5rem;top:2.25rem;left:42.5625rem;overflow:hidden;display:block; }
#WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { position:absolute;display:block;z-index:15006;background-color:#00dcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3rem;width:12.5rem;top:1.5rem;left:33.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 { display:none; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BX0Qx70JfkCkEJoptMo8iclGSTAn6vww { top:2.25rem;left:4.9375rem;width:18.6875rem;height:49.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVH6J3MKx0pfT8lFEQ7cOJQvlBgTmT0I { top:2.3125rem;left:5.125rem;width:18.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnQxdNqwDlWnQI40mv4OzSw9VPqo4bI { top:5.0625rem;left:13.4375rem;width:4.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLrDJ2KHi8oiFwZqwn4L9sNcCW7tpgyD { top:5.0625rem;left:15.875rem;width:8rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKztzEOWKSJQQPGIraqZad1mXEcyrtl2 { top:6.5rem;left:13.4375rem;width:4.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfbFlbAQCB63f7ROJoRUUdWm7IvgbV8 { top:10.375rem;left:10.8125rem;width:13.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJmksFKUsoDAnw7HHXsIyWrdNKPPJ3T { top:7.375rem;left:15.0625rem;width:8.8125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqxfxiZEQAhEamaoXqFT1p8bDIaeMkac { width:16.25rem;height:3rem;top:12.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLTfBQsmP081JAkzl9pq7VZyNuKozZn { display:block; }
 }@media only screen and (max-width: 763px) { #GkMB0b6e84b9vEWHB2dmBboO14OqVLud { top:33.9375rem;left:10.6875rem;width:13.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFbdRMp2KOSfaZW8adBoGJnRl8f3vwOl { top:43.1875rem;left:9.9375rem;width:13.9375rem;height:7.8125rem;font-size:0.6875rem;display:block; }#tFbdRMp2KOSfaZW8adBoGJnRl8f3vwOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #hUX62lToaGTuUIovt9cXVhK1hZm1oXsy { top:3.75rem;left:23.875rem;width:18.875rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1lP3PICQlfVI7AyZ1S11vmb2HlBoZJ { top:5.0625rem;left:23.875rem;width:7.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeD8DZ4C2VdZAnXFS4EFcGZF0c0IhrZL { top:7.375rem;left:23.875rem;width:8.125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfTcuJtercM5WmtZ61T2KgXbd2KsOXTB { top:10.375rem;left:23.875rem;width:13.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Dol9fM4aA0UxlHESZ1g7az2bFMa7yC { width:16.25rem;height:3rem;top:12.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKucD5IvxuAZ0szpEsDOlQfGTXJ5o4og { display:block; }
 }@media only screen and (max-width: 763px) { #MwATvsEggltK6Zh9o1SOidQpSnon384T { top:33.9375rem;left:23.875rem;width:10.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaezfG2mc1Ip2oqxCdqlzuBoqR12zsrT { top:5.0625rem;left:23.875rem;width:4.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAyaIbDPsZ9mJeL2oq1198aDPONeXhky { top:6.5rem;left:23.875rem;width:4.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMNisR5ZnZSEK8V67zLCVVF4pM6dGBJ { top:35.75rem;left:23.875rem;width:13.9375rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgM5PBLKvI3MCQ1Jh2I8ZbBVd5DobQ2 { top:35.75rem;left:9.9375rem;width:13.9375rem;height:6.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTT0OVgTRNFxGw9XpAlKXdPSTCIg5Lva { top:18.1875rem;left:14rem;width:9.875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNLQKuM9EqxitBm3U6s3TRavpFqAAvk { top:17.375rem;left:13.4375rem;width:5.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcSXsTmcK30FaaTcTuSZGMrBcB2gsT0 { top:22.8125rem;left:7rem;width:16.875rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8uAVVT5IOsA2z6GceFIMqnp6UBQT3f { width:16.25rem;height:3rem;top:29.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkr0kLLXbJL9MFXZ9RWsiDktzfl4nZC2 { display:block; }
 }@media only screen and (max-width: 763px) { #yBD45sJCii1TUZCqcT7MeRAibBRBxVGB { top:16.625rem;left:13.4375rem;width:3.375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuBxKqdQwFAVupPb1gx3gTCve65QCeJV { top:2.4375rem;left:13.125rem;width:10.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBDA1uLZGQ1gAidwW9mpaKZghJWodKo { top:16.625rem;left:23.875rem;width:3.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taX7NdQZhRdf2c2oR3q5fEM9BFOgc5lw { top:17.375rem;left:23.875rem;width:4.8125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlcMpERtzFEE3s0vbBLIcnHwQPizpsyU { top:18.25rem;left:23.875rem;width:8.8125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHKJgvuGNxfurJ7sa3NAMPPt8PEpTliV { top:22.8125rem;left:23.875rem;width:16.875rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntqh8EO03tKbcrVxHSzLSTaN3hgd6akH { width:16.25rem;height:3rem;top:29.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H70Aom6h8rQd1ZmzNv0M9pHFPe5WFboT { display:block; }
 }@media only screen and (max-width: 763px) { #HazfHGwtQRKvQMIMTiXWBrAdnkyOoJpI { top:16.625rem;left:23.875rem;width:13.5rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAkWBTSy1didF0uCyemlRwT0ISSZTKFB { top:16.625rem;left:9.875rem;width:14rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxbf1Z2ILrJw0TtnlDStyczou82wta0i { top:25.6875rem;left:6.625rem;width:17.25rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlaalL9psaNRk86129EfftvE6Fe7CiPA { top:25.6875rem;left:23.875rem;width:17.3125rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiOUEsC4LJ496BoNzO2mKPZbm3bRxcU { top:12.5rem;left:37.4228515625rem;width:7.499rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRxxz0BaZw5LNfDBbNwLPyWbUIT4kzIB { width:3.0625rem;height:2.125rem;top:11.8228515625rem;left:18.853125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grsvt6FRo7XLSo7wFBssETm4CiCRrPqx { top:12.5rem;left:37.4228515625rem;width:7.499rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFzcflA7FgknCrltHyPhb3JPdsLTXn2S { width:3.0625rem;height:2.125rem;top:11.8228515625rem;left:18.853125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb { display:block; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6fytmQbrQ7zdcKd3FoTQm0C5afJaZIZ { top:3.5rem;left:4.875rem;width:18.8125rem;height:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEHrWNXSbI49vFHQGrx80mfiATgk51B { top:2.1875rem;left:0rem;width:37.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1lpqnMxohAzP2B1c3TOJ6hlpAml9AnT { top:4.9375rem;left:13.437034606934rem;width:4.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5SOIIEBADEOxCdra8Mvub9wI6A1s2AJ { top:4.9375rem;left:15.875rem;width:8rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKnuS393n0Z7OxKTSAGuwKtxFSTX6erU { top:6.375rem;left:13.437034606934rem;width:4.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4XOPAeJsaGhn2TnkW19h2JpfqknuktO { top:10.25rem;left:10.8125rem;width:13.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG1uAXVSZi5zhkmTvTFeXkPEEJB4Kow { top:7.25rem;left:15.0625rem;width:8.8125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3lK43FF3F2LQT8s7xoN9NT4w04Ji3S { width:16.25rem;height:3rem;top:14.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkya9H7RaWdftX06DSPy414Tf323L1c { display:block; }
 }@media only screen and (max-width: 763px) { #Z7VZWwZTBIVA3ihEyHMKJ9aUqFuZPMXg { top:17.625rem;left:10.6875rem;width:13.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr { top:32.25rem;left:10rem;width:13.875rem;height:7.8125rem;font-size:0.6875rem;display:block; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #EdDay0wR1Jll68LnubQSeMsAyTfw7ax2 { top:3.5rem;left:23.875rem;width:18.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blDdELtmBcFtx2vvmDakWCDcBNWHuBRT { top:4.9375rem;left:23.875rem;width:11.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagXEE5rXqfaQuIuuoHW1RLQKhmPhork { top:7.25rem;left:23.875rem;width:8.125rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzXiZE9FeAa2WBwZmxeV9TMRHkH83TG { top:10.25rem;left:23.875rem;width:13.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MW61wCPvu6n9sifxmeBLmv3Dswv97u { width:16.25rem;height:3rem;top:14.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO2uRSlMfhSoN0Zyc4BFZF7eRcXISEv1 { display:block; }
 }@media only screen and (max-width: 763px) { #znybfB1UKDLBX9PDTD9VoxpxMrDOnGv0 { top:17.625rem;left:23.875rem;width:12.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRSKZ1yT7JwR6gmKOgaET3y73aa86ZDm { top:4.9375rem;left:23.875rem;width:4.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaEIBhExc3pWhmUM8GMv75TC4HB8aGGy { top:6.375rem;left:23.875rem;width:4rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHlfvcloG4wrJMsIXpZtdeyVUneruGpF { top:19.875rem;left:23.875rem;width:14.625rem;height:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TnWJ73sS8hDP6QtJGq2k8udsTSqRtc { top:19.875rem;left:10rem;width:13.875rem;height:7.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi1aSbkp0GfsP4gZvJdqVILdFOFIK8OC { top:2.4375rem;left:13.125rem;width:10.6875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvk83csReuimc0lM0vPh5Ba7HqwNDAc { top:32.25rem;left:23.875rem;width:13.875rem;height:;font-size:0.6875rem;display:block; }#TOvk83csReuimc0lM0vPh5Ba7HqwNDAc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #V0ii6Zk1iNnbBiva2ElFAPMMc2RwSsiC { width:18.375rem;height:1.5625rem;top:11.6875rem;left:23.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII { display:block; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GalE6dgN1setk1Gg5yi2UM0T4NRgFK3o { top:0.6875rem;left:6.5624990463256rem;width:31.6875rem;height:;font-size:0.6875rem;display:block; }#GalE6dgN1setk1Gg5yi2UM0T4NRgFK3o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #nVKnoNr9XAkh2KFLeOtl3VqCUmCsx9lo { top:0rem;left:4.9990730285644rem;width:37.625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3By8gGA9zUCqZoZBQ2ExsMR3rx3SKM { top:11.375rem;left:7.96875rem;width:30.3125rem;height:4.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebt0ZsdGnDB7yD6CIdTOatixXrMRhWgb { width:1.25rem;height:1.25rem;top:11.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU { display:block; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { display:block; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { top:0rem;left:0rem;width:47.75rem;height:31.892946317104rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMCwzbtztiQaoCnONgddTIs33cFTIRO { top:9.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { 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) { #oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { 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) { #s8U3rhDLfBpbquZGinAOCT7CVeM25T4E { top:27.5625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B09rdOaUoT926WqTJ8TN1nabr3XJ5cME { top:27.6875rem;left:10.687500953674rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { display:block; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { top:0.9375rem;left:0.625rem;width:44.25rem;height: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:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX9yd5054hmBqpZgK3dmNx423TyHUczo { display:block; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { top:1.5625rem;left:11.90625rem;width:23.9375rem;height: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:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #zydNhZKWJTBS2CTMU7JmM55I25SivcKq { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { display:block; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height: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:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0UislrHdvlksQa7WULCTcGyiu6OihJX { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { display:block; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { display:block; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { display:block; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { display:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { width:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { display:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { top:1.5625rem;left:11.90625rem;width:23.9375rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q { display:block; }#Wcnc71CkTPQi8lSdzOQEQEOBThLLSH7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { top:0.9375rem;left:0.625rem;width:44.25rem;height:1.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:1.625rem;height:1.1875rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyyX712Cke39zOrtJGy4I854KDLSKSls { top:0rem;left:0.125rem;width:47.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU70M1niPPkLgipCVElk2psZnm6CT0Pr { display:block; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #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:#1d2b37;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) { #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg { background-color:#121a21;background-image:url("https://images.assets-landingi.com/uc/57f810b7-4b12-4ccb-8129-5fcf42337ba8/Kolaz_z_gradientem_mobile_360x309_NEW2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.adaptive-delivery-prevent-bg, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyload, #ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg.lazyloading { background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { background-color: transparent; background-image: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { display: none; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { border-width: 0; border-radius: 0; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhBOQ4Kgf0h1IhhWrzpkBdrEdfbJZyDg > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovx9wPsdCbVuLy9EFGoIibifg65HoHZn { width:19.875rem;height:4.55rem;top:2.0054688453674rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 { display:none; }#z8x8ZPm3owC1UuSWZfBaQzKkmze5iw69 > .row .container { width:20rem;height:53.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BX0Qx70JfkCkEJoptMo8iclGSTAn6vww { width:9.9375rem;height:50.875rem;top:2.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.125rem solid #233443;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mVH6J3MKx0pfT8lFEQ7cOJQvlBgTmT0I { width:10.125rem;height:1.25rem;top:1.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAnQxdNqwDlWnQI40mv4OzSw9VPqo4bI { width:4.6875rem;height:1.13671875rem;top:4rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLrDJ2KHi8oiFwZqwn4L9sNcCW7tpgyD { width:5.3125rem;height:1.13671875rem;top:4rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKztzEOWKSJQQPGIraqZad1mXEcyrtl2 { width:2.75rem;height:2.5996125rem;top:5.32421875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfbFlbAQCB63f7ROJoRUUdWm7IvgbV8 { width:8.0625rem;height:1.7871125rem;top:8rem;left:0.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJmksFKUsoDAnw7HHXsIyWrdNKPPJ3T { width:6.125rem;height:1.625rem;top:5.9250001907349rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqxfxiZEQAhEamaoXqFT1p8bDIaeMkac { width:8.625rem;height:2.5rem;top:10.3125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLTfBQsmP081JAkzl9pq7VZyNuKozZn { display:block; }
 }@media only screen and (max-width: 763px) { #GkMB0b6e84b9vEWHB2dmBboO14OqVLud { width:8.6875rem;height:0.9746125rem;top:31.0244140625rem;left:0.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFbdRMp2KOSfaZW8adBoGJnRl8f3vwOl { width:8.375rem;height:11.3125rem;top:40rem;left:0.6875rem;font-size:0.6875rem;line-height:1.5;display:block; }#tFbdRMp2KOSfaZW8adBoGJnRl8f3vwOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #hUX62lToaGTuUIovt9cXVhK1hZm1oXsy { width:9.875rem;height:49.875rem;top:3.07421875rem;left:10.07421875rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1lP3PICQlfVI7AyZ1S11vmb2HlBoZJ { width:5rem;height:1.13671875rem;top:4rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeD8DZ4C2VdZAnXFS4EFcGZF0c0IhrZL { width:5.375rem;height:1.625rem;top:5.8623046875rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfTcuJtercM5WmtZ61T2KgXbd2KsOXTB { width:8.1875rem;height:1.7871125rem;top:8rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6Dol9fM4aA0UxlHESZ1g7az2bFMa7yC { width:8.625rem;height:2.5rem;top:10.3125rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKucD5IvxuAZ0szpEsDOlQfGTXJ5o4og { display:block; }
 }@media only screen and (max-width: 763px) { #MwATvsEggltK6Zh9o1SOidQpSnon384T { width:9.1875rem;height:0.9746125rem;top:31.0244140625rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaezfG2mc1Ip2oqxCdqlzuBoqR12zsrT { width:4.6875rem;height:1.13671875rem;top:4rem;left:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAyaIbDPsZ9mJeL2oq1198aDPONeXhky { width:4.0625rem;height:2.5996125rem;top:5.25rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMNisR5ZnZSEK8V67zLCVVF4pM6dGBJ { width:8rem;height:8.042rem;top:32.5625rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgM5PBLKvI3MCQ1Jh2I8ZbBVd5DobQ2 { width:8rem;height:8.042rem;top:32.5625rem;left:0.6875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nTT0OVgTRNFxGw9XpAlKXdPSTCIg5Lva { width:5.8125rem;height:1.625rem;top:15.255859375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNLQKuM9EqxitBm3U6s3TRavpFqAAvk { width:2.3125rem;height:2.5996125rem;top:14.7060546875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEcSXsTmcK30FaaTcTuSZGMrBcB2gsT0 { width:9rem;height:2.6806625rem;top:19.125rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF8uAVVT5IOsA2z6GceFIMqnp6UBQT3f { width:8.625rem;height:2.5rem;top:27.375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkr0kLLXbJL9MFXZ9RWsiDktzfl4nZC2 { display:block; }
 }@media only screen and (max-width: 763px) { #yBD45sJCii1TUZCqcT7MeRAibBRBxVGB { width:2.0625rem;height:0.9746125rem;top:13.455078125rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuBxKqdQwFAVupPb1gx3gTCve65QCeJV { width:8.9375rem;height:0.8941375rem;top:2.0625rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBDA1uLZGQ1gAidwW9mpaKZghJWodKo { width:1.9375rem;height:0.9746125rem;top:13.4375rem;left:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taX7NdQZhRdf2c2oR3q5fEM9BFOgc5lw { width:2.25rem;height:2.5996125rem;top:14.6875rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlcMpERtzFEE3s0vbBLIcnHwQPizpsyU { width:5.625rem;height:1.625rem;top:15.25390625rem;left:13.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHKJgvuGNxfurJ7sa3NAMPPt8PEpTliV { width:9rem;height:2.6806625rem;top:19.125rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntqh8EO03tKbcrVxHSzLSTaN3hgd6akH { width:8.625rem;height:2.5rem;top:27.375rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H70Aom6h8rQd1ZmzNv0M9pHFPe5WFboT { display:block; }
 }@media only screen and (max-width: 763px) { #HazfHGwtQRKvQMIMTiXWBrAdnkyOoJpI { width:7rem;height:0.89355625rem;top:13.431640625rem;left:12.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAkWBTSy1didF0uCyemlRwT0ISSZTKFB { width:6.875rem;height:0.89355625rem;top:13.494140625rem;left:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxbf1Z2ILrJw0TtnlDStyczou82wta0i { width:9rem;height:4.467775rem;top:22.4375rem;left:0.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlaalL9psaNRk86129EfftvE6Fe7CiPA { width:9rem;height:4.467775rem;top:22.4375rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiOUEsC4LJ496BoNzO2mKPZbm3bRxcU { width:12.0625rem;height:0.73046875rem;top:17.3056640625rem;left:0.6875rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRxxz0BaZw5LNfDBbNwLPyWbUIT4kzIB { width:3.5rem;height:2.5rem;top:16.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grsvt6FRo7XLSo7wFBssETm4CiCRrPqx { width:9rem;height:0.73046875rem;top:17.3056640625rem;left:11rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFzcflA7FgknCrltHyPhb3JPdsLTXn2S { width:3.5rem;height:2.4375rem;top:16.25rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb { display:block; }#B1TkTtFgdkgMrNdST5kmGKt7T8M32GUb > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6fytmQbrQ7zdcKd3FoTQm0C5afJaZIZ { width:10.25rem;height:50.875rem;top:2.0610618591309rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #233443;border-left:0.0625rem solid #233443;border-right:0.125rem solid #233443;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #OUEHrWNXSbI49vFHQGrx80mfiATgk51B { width:20rem;height:1.25rem;top:1.8117799758911rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1lpqnMxohAzP2B1c3TOJ6hlpAml9AnT { width:4.6875rem;height:1.1375rem;top:3.4362668991089rem;left:0.68744856119156rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5SOIIEBADEOxCdra8Mvub9wI6A1s2AJ { width:5.3125rem;height:1.1375rem;top:3.4362668991089rem;left:3.8124486804009rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKnuS393n0Z7OxKTSAGuwKtxFSTX6erU { width:2.75rem;height:2.6rem;top:5.32421875rem;left:0.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4XOPAeJsaGhn2TnkW19h2JpfqknuktO { width:8.0625rem;height:1.7875rem;top:8rem;left:0.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUG1uAXVSZi5zhkmTvTFeXkPEEJB4Kow { width:6.125rem;height:1.6253875rem;top:5.9250001907349rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN3lK43FF3F2LQT8s7xoN9NT4w04Ji3S { width:8.625rem;height:2.5rem;top:13.436729192734rem;left:0.68744856119156rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkya9H7RaWdftX06DSPy414Tf323L1c { display:block; }
 }@media only screen and (max-width: 763px) { #Z7VZWwZTBIVA3ihEyHMKJ9aUqFuZPMXg { width:8.6875rem;height:0.975275rem;top:17.710474729538rem;left:0.65532487630844rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr { width:8.37275rem;height:11.3125rem;top:34.278628110886rem;left:0rem;font-size:0.6875rem;line-height:1.5;display:block; }#b0VAJlL9GC6TtwgseCH1ubXnFI7DKDlr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #EdDay0wR1Jll68LnubQSeMsAyTfw7ax2 { width:10.1875rem;height:50.875rem;top:2.0623474121094rem;left:10.072728335857rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #blDdELtmBcFtx2vvmDakWCDcBNWHuBRT { width:5.9994375rem;height:2.275rem;top:3.4295330047608rem;left:13.999537646771rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagXEE5rXqfaQuIuuoHW1RLQKhmPhork { width:5.375rem;height:1.6253875rem;top:5.8625001907349rem;left:12.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzXiZE9FeAa2WBwZmxeV9TMRHkH83TG { width:8.1875rem;height:1.7875rem;top:8rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9MW61wCPvu6n9sifxmeBLmv3Dswv97u { width:8.625rem;height:2.5rem;top:13.436729192734rem;left:10.811575114727rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO2uRSlMfhSoN0Zyc4BFZF7eRcXISEv1 { display:block; }
 }@media only screen and (max-width: 763px) { #znybfB1UKDLBX9PDTD9VoxpxMrDOnGv0 { width:9.1875rem;height:1.95055625rem;top:17.687345266342rem;left:10.749897181987rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRSKZ1yT7JwR6gmKOgaET3y73aa86ZDm { width:4.6875rem;height:1.1375rem;top:3.4336967468262rem;left:10.748612582684rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaEIBhExc3pWhmUM8GMv75TC4HB8aGGy { width:4.0625rem;height:2.6rem;top:5.25rem;left:10.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHlfvcloG4wrJMsIXpZtdeyVUneruGpF { width:8rem;height:12.5125rem;top:20.437140226364rem;left:10.749897181987rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TnWJ73sS8hDP6QtJGq2k8udsTSqRtc { width:8rem;height:8.9375rem;top:20.435854673386rem;left:0.68616372346875rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qi1aSbkp0GfsP4gZvJdqVILdFOFIK8OC { width:8.9368125rem;height:0.89375rem;top:2.0610609054566rem;left:5.5278574824333rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvk83csReuimc0lM0vPh5Ba7HqwNDAc { width:8.312375rem;height:16.4375rem;top:34.278628110886rem;left:10.286029994487rem;font-size:0.6875rem;line-height:1.5;display:block; }#TOvk83csReuimc0lM0vPh5Ba7HqwNDAc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #V0ii6Zk1iNnbBiva2ElFAPMMc2RwSsiC { width:9.1244375rem;height:2.6rem;top:10.346421718597rem;left:10.749537646771rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII { display:block; }#I6QTTkGJ1pf51S2z3QNSPs7OhBEpqvII > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GalE6dgN1setk1Gg5yi2UM0T4NRgFK3o { width:18.4375rem;height:11.28125rem;top:0.93672943115237rem;left:0.68652349710463rem;font-size:0.6875rem;line-height:1.5;z-index:15026;display:block; }#GalE6dgN1setk1Gg5yi2UM0T4NRgFK3o li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5de09d80-3a8a-4a82-8042-8204853db11c/Check.png); }
 }@media only screen and (max-width: 763px) { #nVKnoNr9XAkh2KFLeOtl3VqCUmCsx9lo { width:19.875rem;height:18.9375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3By8gGA9zUCqZoZBQ2ExsMR3rx3SKM { width:17.8125rem;height:5.15625rem;top:12.872634887695rem;left:1.8742803931236rem;font-size:0.6875rem;line-height:1.5;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ebt0ZsdGnDB7yD6CIdTOatixXrMRhWgb { display:flex;width:0.9375rem;height:0.9375rem;top:12.906044006347rem;left:0.49984580278397rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU { display:block; }#PQS2PSlbI1PC6u0q5ZbpVC0mhWunUvgU > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe { display:block; }#GTCa15r7ZqFb7BnDTcLxW1oaUwITqCZe > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #excq4b9Ud0X9kJTwMfuDa4tBRQk2n4TE { width:19.9375rem;height:13.3125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkMCwzbtztiQaoCnONgddTIs33cFTIRO { width:12.5rem;height:0.89375rem;top:1.25rem;left:3.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vc0bLaDGqgmaBn4aI8vwGfcVyf7gKrfU { width:17.0625rem;height:3.50020625rem;top:3.375rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oW4vaWG0teruleuvDyHDTkCuAeGEMQDA { width:17.25rem;height:5.25rem;top:8.125rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8U3rhDLfBpbquZGinAOCT7CVeM25T4E { width:20rem;height:2.6rem;top:29.749996185302rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B09rdOaUoT926WqTJ8TN1nabr3XJ5cME { width:1.25rem;height:1.3125rem;top:31.086719512939rem;left:13.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk { display:block; }#zf1ppqGTyVmBBh8vULgshbQSMi0iEpUk > .row .container { width:20rem;height:3.2rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C26qfpL6EQ7vupt3apyTsEKn2famFhJ6 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { background-color: transparent; background-image: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { display: none; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { border-width: 0; border-radius: 0; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIg8QewW849wuJUVa8FxPtCZfLDkWBe7 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rEIrJ1RwJru0XMnqhavo4F5g3EVXWgi2 { width:18.125rem;height:4.2rem;top:1.21875rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #ffZUnx6NLcm31n0zn19GS4Ca9a9M2oXu { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ml00zeZn4xZvcn1sK6JxKbW9S0hXQrXR { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLqHMTEWXXOPT0oDz90NrJwXa21eopNd { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLVZOuaeBlOVGdWGGehI6xf9QWbMVWci { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX9yd5054hmBqpZgK3dmNx423TyHUczo { display:block; }#iX9yd5054hmBqpZgK3dmNx423TyHUczo > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iz6r3ReFWWSuk5D5zI4UyQPVgT4cln9X { width:20rem;height:6.5625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { background-color: transparent; background-image: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { display: none; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { border-width: 0; border-radius: 0; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr6PIyDoyNd5RzRoaE4NIAlecMA4q9OT > .row .container { width:20rem;height: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:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #tgTxFgAZkcKzdPSwTu8TPVloRlgyH07E { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUSmqBeMFo1couJlnVeus8XXigVAekJV { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zydNhZKWJTBS2CTMU7JmM55I25SivcKq { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbzGv6ia8FZG4GSwrZBa3hZc3ChJ7DuT { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz { display:block; }#w9FcU5y7MhH4O0eDM8ceANb3vOL8oaWz > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7mLp2XTc3uTMt6KzCFTwiWngKRZfkx1 { width:20rem;height:7.875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7b3sI0J0P2gCDclERToB7XRV7tKNXBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { background-color: transparent; background-image: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { display: none; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { border-width: 0; border-radius: 0; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7b3sI0J0P2gCDclERToB7XRV7tKNXBh > .row .container { width:20rem;height: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:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #v1spuIoWLenzalvNMEbgPm4rSMJGGaUh { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H79t02zUKOQgiMDtCXnTDIDvryHp2Gf0 { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H0UislrHdvlksQa7WULCTcGyiu6OihJX { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgm8TTQHI73IKdUhJzytgNkcwNLn1w6r { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 { display:block; }#AEQ4VMwpkxX9O71WSBvRbniCTceW0Xv4 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIZwS6LA7H8WdE1QHNBUEZiu3av5RPHq { width:20rem;height:7.875rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { background-color: transparent; background-image: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { display: none; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .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); }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { border-width: 0; border-radius: 0; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2qnzMQuTL9nkXf8esc0HnS7A6u0JezQ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJyU4LTZ5M4nfDgg2gZQgeQ4XWFvpWwI { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #v7kMTDpVk6uabekwXGocfXOgg0rgn7D9 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #skrTSgIoqBZ0VJUJ8w9A0giCNFR7AkeA { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tcIThOsO5l1Dw8QUWvWKzTJTqwNgadWt { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cezE40MiDpsKtGbeU02qB6pRcaoP6LHI { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm { display:block; }#Tb51gMQGFAomX4kVqihpsfrBrTcFZQsm > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHPsbK1raDTm3hTBSAuBTWRDs9gdZNFr { width:20rem;height:5.25rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121a21;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { border-width: 0; border-radius: 0; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTBShIguk4yE0wMxmX9AH5kJ5DpAdbd6 > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FIKcp3DrO0LkumluJN5gbiwDI2xVe2OX { width:18.125rem;height:2.8rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #WSx5AhmGUD62NAQB5BTw1J78wGbf79cd { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT4MwsdCXwP4ZtbXKWuvqU46H0IKdCyg { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yVZWXe3rSX8TVQRmW0ERJLD8lGdwDJCI { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSySMUGT7Wm5lFrIO3TB3xvASTSKdGqg { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD { display:none; }#I3V3AHfmyFe5RFQfyAiu4VTP3CbXxuGD > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPA8ilzms8GeKEpAr83ZwpThiLLPcqA3 { width:20rem;height:3.9375rem;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.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDzA70yJsz7U3pJdbu5kXZQ7k9QXhlip { width:18.125rem;height:1.4rem;top:1.25rem;left:0rem;font-size:1rem;color:rgba(255,255,255,0.95);display:block; }
 }@media only screen and (max-width: 763px) { #iTA27URoM5wrOnLwtinqzNDdLU0TRxa6 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l42ud1srNy9b7lytalPWpPuFqHJZaN75 { top:1.875rem;left:19rem;width:1rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mNu9zUOgudAqhMV3wLoOPToFmCV9gw8V { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyyX712Cke39zOrtJGy4I854KDLSKSls { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU70M1niPPkLgipCVElk2psZnm6CT0Pr { display:block; }#rU70M1niPPkLgipCVElk2psZnm6CT0Pr > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFvN8WWQUu9wrA7tDDcV89vEGTee1rkc { width:20rem;height:10.5rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv { display:block; }#x7smhRKSqtWfkK9RpDzeiFbb27GSyTrv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guV2zgOaTm1IinekCuKxaKe9R4iqKb2C { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#guV2zgOaTm1IinekCuKxaKe9R4iqKb2C > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwRmvEGxqt8BlrxtDKBtRxfNqdip7Ccc { width:18.25rem;height:3rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTzUUoX0x4n8qJImG3kRTGcFLqDW8KK { display:block; }
 }@media only screen and (max-width: 763px) { #d2IHoFeNbN5BziJptewPUGX7KF2bHAhL { width:1.5rem;height:1.5625rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgKIzL8qATWBTqA2DltXQKWkqPflnsEe { width:12.5rem;height:3rem;top:0.75rem;left:7.5rem;display:block; }
 }