.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:transparent;background-image: -webkit-linear-gradient(top, #091118, #002a26);background-image: -moz-linear-gradient(top, #091118, #002a26);background-image: -ms-linear-gradient(top, #091118, #002a26);background-image: -o-linear-gradient(top, #091118, #002a26);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#091118', endColorstr='#002a26' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#091118', endColorstr='#002a26' );";background-image: linear-gradient(to bottom, #091118, #002a26);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv { position:relative;z-index:auto;display:block; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv { background-color: transparent; background-image: none; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container > .video-iframe-container { display: none; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row > .video-iframe-container { display: none; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .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); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv { border-width: 0; border-radius: 0; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wtifcP3wTvKoZNUh1kqqZ4qIcBtQNyub { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.40625rem;left:49.1875rem;display:block; }
#T3SqzdLNekB7deRwMzqQ0ZTu8md0ue2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2ciJxdSL1MAorFTq1Ld5kqVqmGAggC2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:8.75rem;top:1.59375rem;left:2.1875rem;overflow:hidden;display:block; }
#UoT64d86FF1Ql0f8ATVF7bbdBqAz1gru { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.6875rem;left:46.0625rem; }
#UoT64d86FF1Ql0f8ATVF7bbdBqAz1gru > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bnvQOxRqH1yqW5OSiplhilZREDavyp5p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.625rem;left:68.625rem; }
#bnvQOxRqH1yqW5OSiplhilZREDavyp5p > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZRyW1JfNTFeKgq4k0ccdvz8g9epL5wD7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.8125rem;left:71.25rem; }
#ZRyW1JfNTFeKgq4k0ccdvz8g9epL5wD7 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,17,24,0.92); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,17,24,0.92); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e3c79d-d4aa-44da-b0a6-43014069f9ec/AdobeStock_967836088.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#NqW4999tcC3Q46AFAkzc08V7pIhB60EH { display:block;width:34.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:3.875rem;height:5rem;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;color:#ffffff;display:block; }
#ndsh39lVqnpRo6zSNP0Z3LM8tXHiOO3F { display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;font-style:normal;display:block; }
#ef9mh3FOSOXf2MmhQTBVTdfEP16l9wtN { display:block;width:23.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:6.5625rem;height:1.38125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K63cNQ2T3lxL4a24B0KT4M1gTuflWeyZ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:38.0625rem;left:17.3125rem; }
#lMFD92PRkfuKLyC0d1xN05ESwdaShTTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.0625rem;left:3.875rem; }
#fxzSXVuZ32lNgq8RlVeri9bJK0wkIRnf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.625rem;left:3.875rem; }
#gnVc2o9Nx7WOV1B0FgfOcE99RQQbvzq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19rem;left:3.875rem; }
#aXhfJ0TouiNlfheC0amwa13D8VlRF7p3 { display:block;width:23.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.75rem;left:6.5625rem;height:1.38125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yhwSOI2I9tU0s2IrtuVocVLe1od4tcte { display:block;width:31.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:6.5625rem;height:1.38125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZwapQGFC956WsaRUVoZEZyoQdt1o4ns { display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.75rem;left:6.5625rem;height:1.38125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FRtT7wURDLTPCEoNdzkTk7ufvCZi45sf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:21.5625rem;left:3.875rem; }
#xG9OtXbZ6UbvyJTaKrIDmRge1dT0ChtH { display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.1875rem;left:6.5625rem;height:1.38125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OzN7wrIXTHAGBosNgIvLshokBUz0VteF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:24rem;left:3.875rem; }
#WJDMPnqEMcXtbw3zkM4hbpzWULzrqmvb { z-index:15003;top:32.9375rem;left:3.8125rem;background-color:#3eb470;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(62,180,112,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sKq63VUFsFQbsZL1qTcUwZAsfT9fbb7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRfWl5VTzUHX0Za1sXP7d6apXRuS1TTF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:41rem;width:41rem;top:0rem;left:33.125rem;overflow:hidden;display:block; }
#LtC7B0xu8Bx7IBaqL2d7uOVQQrNebl3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:26.5rem;left:3.875rem; }
#TEtIDW6Ix6zVf3CUwtdPJIpKtmMAMQOG { display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.6875rem;left:6.5625rem;height:1.38125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ok5WcsxUQ1O5MlCqzzb93UMJzrstZowN { 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:75rem;width:75rem;display:none; }
#hpuLf3SVeOI3Jr2lEEXyM5c7Q4gbrxWx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:29rem;left:3.875rem; }
#NDTJVKrPBEBCfO0PddErgLTh4TAtshan { display:block;width:19.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.1875rem;left:6.5625rem;height:1.38125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 { position:relative;display:block; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 { background-color: transparent; background-image: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container > .video-iframe-container { display: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row > .video-iframe-container { display: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .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); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 { border-width: 0; border-radius: 0; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/81db30d5-51e9-44e1-93df-c0a0f86a44b9/blackwireframepngretrofuturistictransparentbackground.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:287rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container.adaptive-delivery-prevent-bg, #TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container.lazyload, #TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container.lazyloading { background-image: none; }#n3u7MK2notfgdrWVvbNMFaFt3QrZs9iG { position:absolute;display:block;z-index:15013;height:18rem;width:15.8125rem;top:3.49609375rem;left:1.5625rem;display:block; }
#eqR0nlRG7pRGZ2TXObuGRbSqvH9rSkOG { box-sizing:content-box;height:87.5625rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:#091118;background-image:none;top:27rem;left:0.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #3eb470;border-left:0;border-right:0;border-bottom:0;display:block; }
#eWwoVy3rQhmcxn0CP1UFoshwOhCL5mbJ { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.3125rem;left:10.25rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UB4mp7AdnaTm1ahLKmOFvFD2Tqu5Zr15 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.5625rem;width:75rem;top:35.1875rem;left:0rem;overflow:hidden;display:block; }
#WQn3DsVMxZeIPBuhdKFDhB10v1EkJdM8 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:89.5rem;left:20.4375rem;height:9.34375rem;display:block; }
#rCw4eSUd1COKaUwaho8GWmDPk9IHGKzU { z-index:15018;top:102.8125rem;left:20.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #3eb470;border-left:0.125rem solid #3eb470;border-right:0.125rem solid #3eb470;border-bottom:0.125rem solid #3eb470;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(62,180,112,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eq4XmQ631TVwX12BxdNTTnA4ybsuXXFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bL6ZJhNw1i3a1d8SBToiIvIRmFSo42zR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.9375rem;width:14.4375rem;top:87.7177734375rem;left:2.875rem;overflow:hidden;display:block; }
#DrhPgALBBiqDHPPByg6SxZpiq9TbZdv7 { box-sizing:content-box;height:29.4375rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#091118;background-image:none;top:207.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #3eb470;border-left:0;border-right:0;border-bottom:0;display:block; }
#qo7QISyIISzJL58IMJMXAypXabloyGlS { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:210.5625rem;left:10.25rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfOoN9wkOA6khNs16130v0wTNWyeJ4AC { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:216.8125rem;left:21.5rem;height:16.81875rem;display:block; }
#Oq1wn2TQ30b1OsS8B8GmmRp51g7f630L { position:absolute;display:block;z-index:15020;height:18rem;width:15.8125rem;top:216.1875rem;left:2.1875rem;display:block; }
#VFeDEA4lpEtS0GxEXvPh76d34SbLHL3r { box-sizing:content-box;height:27rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#091118;background-image:none;top:115.75rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #3eb470;border-left:0;border-right:0;border-bottom:0;display:block; }
#yhKUDixoSZFuBaShigkANqHNkNQ0TNuO { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:118.75rem;left:1.0625rem;height:3.00625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByapP8Lv3ohyRtHnTI17bWLTLyE7GqPF { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:126.75rem;left:21.625rem;height:9.34375rem;display:block; }
#CT74m02JoFxNzr9SgWQHya17WPR8AlBO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:16.75rem;top:124.1875rem;left:1.75rem;overflow:hidden;display:block; }
#CrWPkkQ670AqNPmfHK1PEbXlzysVthSn { box-sizing:content-box;height:29.625rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:#091118;background-image:none;top:144.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #3eb470;border-left:0;border-right:0;border-bottom:0;display:block; }
#eTPLAsLvspfnUZAfEdl3Iu8nyylF89LG { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:147.1875rem;left:1.0625rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QsJvbdHDhVSlFRFRBunkweizLOrT01T6 { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:153.5rem;left:2.875rem;height:14.95rem;display:block; }
#y7G5TB5qeXi9Xl6gvMoUIHrsuHHoMgZy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.8125rem;top:149.625rem;left:52.3125rem;overflow:hidden;display:block; }
#PhPuJRJ6GS3wFb7MDzMHit3ya9LAJ3OZ { box-sizing:content-box;height:46.125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:#091118;background-image:none;top:238.875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #3eb470;border-left:0;border-right:0;border-bottom:0;display:block; }
#xGQWCWG6Nb5reyKqns9SBBPDx38GcAou { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:241.75rem;left:1.0625rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwptXfJerwcNXJ8k6U80iwe8OhfMidXe { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:255.9375rem;left:35.6875rem;height:15.4375rem;display:block; }
#DbWuSWwlyiIqvvbZsd3RUir5rAapu0ZC { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:249.875rem;left:41.625rem;height:4.3875rem;display:block; }
#N5L0aXIG30fX1KGJPneU10tlKzxL0eyU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.75rem;width:28.75rem;top:250.0625rem;left:2.875rem;display:block; }
#kQQsTwCqmIDXiGarRPPxTGTl9KuioTrF { z-index:15019;top:275.4375rem;left:35.6875rem;background-color:#3eb470;background-image:none;border-top:0.125rem solid #3eb470;border-left:0.125rem solid #3eb470;border-right:0.125rem solid #3eb470;border-bottom:0.125rem solid #3eb470;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(62,180,112,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uFB65KTIkGMfSTktv8rBBdDhwfBGp6F4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwIDKBeT4bwLunp4aap9GAnh6w3XNVCm { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.78125rem;left:23.8125rem;height:16.81875rem;display:block; }
#wklvzUwntQ24pFuUoagtOnXy3zF6HHUq { box-sizing:content-box;height:31.3125rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:#091118;background-image:none;top:175.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.125rem solid #3eb470;border-left:0;border-right:0;border-bottom:0;display:block; }
#TTRvxwLJzA4hLrvUOrrhJ7LccRb3Nbgq { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:179.0625rem;left:1.0625rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTCikQxZIBop5wzleIWwhDPh9l11xrbu { color:#ffffff;display:block;width:51.0625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:185.6875rem;left:22.4375rem;height:16.81875rem;display:block; }
#os31xclhRChwrvNI4R3CDf0FWOTAKNpW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:249.9375rem;left:35.6875rem; }
#H0qgUt9eiyuA6So1fyOug78LGNRHTyRO { 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:177.4375rem;width:75rem;display:none; }
#Xh0rGyq0FrkCGZNqxGWqcq9TfTcQqeM1 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:15.375rem;top:186.4375rem;left:3.1875rem;overflow:hidden;display:block; }
#V4IwuBmFyC88meowTEpEo06ReGh2shLy { color:#26e890;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:186.9375rem;left:4.9375rem;height:1.3rem;font-style:italic;display:block; }
#DN4Mr9td4XEi3iDxMVZiGJil7rRONGpA { box-sizing:content-box;height:2.125rem;width:4.25rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;top:186.4375rem;left:3.875rem;border-top:0.0625rem solid #26e890;border-left:0.0625rem solid #26e890;border-right:0.0625rem solid #26e890;border-bottom:0.0625rem solid #26e890;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M { position:relative;display:block; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M { background-color: transparent; background-image: none; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container > .video-iframe-container { display: none; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row > .video-iframe-container { display: none; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .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); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M { border-width: 0; border-radius: 0; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#091118;background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JI3vG5BXO7AXKp6kP4qLb4OVXzXumTrA { color:#ffffff;display:block;width:72.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1.03125rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NqgM3vCsT0TPcZgp1hWGAU6CH15xoXb9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.875rem;width:21.1875rem;top:9.1875rem;left:1.90625rem;display:block; }
#pqTn49zZ0SJ2KKkfX7JMho8XnpeiyXKE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.875rem;width:21.1875rem;top:9.1875rem;left:26.90625rem;display:block; }
#UwfTJUR5bs19oMd7x2y7TzwFoRbaf0Em { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.875rem;width:21.1875rem;top:9.1875rem;left:51.90625rem;display:block; }
#SFWmXWlb0eBRq9FTzk4rG4inU6xSQSUL { color:#ffffff;display:block;width:62.625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.375rem;left:6.1875rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 { position:relative;display:block; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 { background-color: transparent; background-image: none; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row .container > .video-iframe-container { display: none; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row > .video-iframe-container { display: none; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .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); }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 { border-width: 0; border-radius: 0; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uX5e92Wok8fOSNBK8AAgsvTrVQuCJr8M { color:#ffffff;display:block;width:71.375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.38671875rem;left:1.8125rem;height:3.49375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTvFvRRh2WOcy0gIQ1RcZ83snQdUgAqk { position:absolute;display:block;z-index:15011;background-color:#3eb470;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:10.6875rem;left:36.25rem;display:block; }
#bo3fKkB3vGZLD2CT4o2lQXL66DW0nWxI { position:absolute;display:block;z-index:15000;background-color:#091118;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:13rem;left:7.5rem;display:block; }
#zQMMocrnV0bWrLcapFTm9HPbCkiZnCED { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:16rem;left:8.21875rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#auy3tTKSKCctA6kKqMbQbOquXOwXEKOb { color:rgba(128,128,128,0.15);display:block;width:55.0625rem;position:absolute;font-family:"open sans";font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:13.03125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C72ZgbOevvT39GweSEmDcdJCHXtp8v1q { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.69921875rem;left:28.75rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fmveT4IwoJa40uLnS9NHm2dJ5mT9Uvqu { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16.69921875rem;left:49.28125rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSvTtSCVR8ZuwtrTOcU08rpJ4fJBJDzO { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:32.75rem;left:8.21875rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O34K0LN4QotT2PzLFumHPOP5EG4vrIIr { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:33.9599609375rem;left:28.75rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7rRrVky9FLKeGvmlJn5Q63n1onbdyq1 { color:#a9a6a7;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:33.9599609375rem;left:49.28125rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVN3l2LH0A6wMn8OZitwXliJeGGRTUeP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.875rem;top:13.9375rem;left:13.03125rem;overflow:hidden;display:block; }
#cUuHaTHz6xvMQFC7LR3RtJLctMLwLfO8 { position:absolute;display:block;z-index:15001;background-color:#091118;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:13rem;left:28.03125rem;display:block; }
#G34UfAPyErTcId6iQnlPEazU9h58PZ7E { position:absolute;display:block;z-index:15002;background-color:#091118;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:13rem;left:48.5625rem;display:block; }
#QZ7nOBQXoHATivRnFtMkKRs5xkqJrcnl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.875rem;top:13.9375rem;left:33.5625rem;overflow:hidden;display:block; }
#PHlpzHUhacC8Io86nQKwXLQSNtx75QGO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.875rem;top:13.9375rem;left:54.09375rem;overflow:hidden;display:block; }
#WFvMENZi8s4TVU7pMGB7K4RI0dfJbOfH { position:absolute;display:block;z-index:15001;background-color:#091118;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:29.6875rem;left:7.5rem;display:block; }
#DIDCKG0hl9B9wPEQHiiI6DlMfF8x4TfR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.875rem;top:30.5625rem;left:13.03125rem;overflow:hidden;display:block; }
#tAf6BE31fJMtoORAUtb7KrJpGtT5cqP2 { position:absolute;display:block;z-index:15002;background-color:#091118;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:29.6875rem;left:28.03125rem;display:block; }
#tN6vSv3r0WEoCQLxiFRwmuxhMpo03Ref { position:absolute;display:block;z-index:15003;background-color:#091118;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.0625rem;width:18.9375rem;top:29.6875rem;left:48.5625rem;display:block; }
#cB8wyD83qkldwTS9JJJicC3Z37XxOFfS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.875rem;top:30.5625rem;left:33.5625rem;overflow:hidden;display:block; }
#mq4EbvZVi9Mw1itTKWD9MEoS1cONnnJa { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.875rem;top:30.5625rem;left:54.09375rem;overflow:hidden;display:block; }
#qLT56e2tofcfTcHekz93pb4fHOTdRQUr { position:relative;display:block; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr { background-color: transparent; background-image: none; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row .container > .video-iframe-container { display: none; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row > .video-iframe-container { display: none; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .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); }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr { border-width: 0; border-radius: 0; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#091118;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CZhD1yGshzMxzWuTZ1lXKaHdDLZpDv0T { color:#3eb470;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.625rem;left:5.0625rem;height:5.3625rem;font-style:normal;display:block; }
#vTUTu0uqQTKXr3722TR88xVVXiFavxVA { z-index:15020;top:12.1875rem;left:5.0625rem;background-color:#3eb470;background-image:none;border-top:0.125rem solid #3eb470;border-left:0.125rem solid #3eb470;border-right:0.125rem solid #3eb470;border-bottom:0.125rem solid #3eb470;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(62,180,112,0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p83ghMwOsFdcoRXVKNVni0mhxZrtrcbr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5bPKziQEupi2O1TF6FCLsvME6Rqbgun { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:25.6875rem;top:0rem;left:46.5625rem;overflow:hidden;display:block; }
#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s { position:relative;display:block; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s { background-color: transparent; background-image: none; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row .container > .video-iframe-container { display: none; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row > .video-iframe-container { display: none; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .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); }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s { border-width: 0; border-radius: 0; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DpcH2QEsklbbxS0wTHbs52ordWDqpBvJ { 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:2.5625rem;width:12.1875rem;top:2.8525390625rem;left:6.375rem;overflow:hidden;display:block; }
#tALa43MOv17c8dVRkl7VVXlQhism9w2H { color:#8e8e8e;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1845703125rem;left:27.75rem;height:3.9rem;display:block; }
#dpnIHDTPuMb3fi7UvL6xnEnFba5bcnGh { box-sizing:content-box;height:0.0625rem;width:72.5rem;position:absolute;display:block;z-index:15000;background-color:#8e8e8e;background-image:none;top:9.3125rem;left:1.25rem;display:block; }
#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb { position:relative;display:block; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb { background-color: transparent; background-image: none; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row .container > .video-iframe-container { display: none; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row > .video-iframe-container { display: none; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .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); }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb { border-width: 0; border-radius: 0; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G9zTLy453beFFdqdWQw3GnhdXoMm5LT2 { color:#8e8e8e;display:block;width:72.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7666015625rem;left:1.25rem;height:36.4rem;display:block; }
#M4nTL5cPWcLTNOo6TzT718TJ9xX512t4 { box-sizing:content-box;height:0.0625rem;width:72.5rem;position:absolute;display:block;z-index:15001;background-color:#8e8e8e;background-image:none;top:44.1875rem;left:1.25rem;display:block; }
#KOXXtnkWzPU41eZi4ultWdCTGvwky6Uu { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:46.5rem;left:21.375rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv { display:block; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtifcP3wTvKoZNUh1kqqZ4qIcBtQNyub { width:17.5rem;height:2.3125rem;top:1.375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SqzdLNekB7deRwMzqQ0ZTu8md0ue2T { display:block; }
 }@media only screen and (max-width: 763px) { #e2ciJxdSL1MAorFTq1Ld5kqVqmGAggC2 { width:8.75rem;height:1.9375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoT64d86FF1Ql0f8ATVF7bbdBqAz1gru { width:1.875rem;height:1.875rem;top:1.6875rem;left:32.4375rem;display:block; }
#UoT64d86FF1Ql0f8ATVF7bbdBqAz1gru > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bnvQOxRqH1yqW5OSiplhilZREDavyp5p { width:1.875rem;height:1.875rem;top:1.625rem;left:45.875rem;display:block; }
#bnvQOxRqH1yqW5OSiplhilZREDavyp5p > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZRyW1JfNTFeKgq4k0ccdvz8g9epL5wD7 { width:1.5rem;height:1.5rem;top:1.8125rem;left:46.25rem;display:block; }
#ZRyW1JfNTFeKgq4k0ccdvz8g9epL5wD7 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:41.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqW4999tcC3Q46AFAkzc08V7pIhB60EH { width:34.1875rem;height:5rem;top:3.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndsh39lVqnpRo6zSNP0Z3LM8tXHiOO3F { width:32.875rem;height:;top:9.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9mh3FOSOXf2MmhQTBVTdfEP16l9wtN { width:23.5rem;height:1.375rem;top:14.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63cNQ2T3lxL4a24B0KT4M1gTuflWeyZ { width:2rem;height:2rem;top:38.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFD92PRkfuKLyC0d1xN05ESwdaShTTn { top:14.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxzSXVuZ32lNgq8RlVeri9bJK0wkIRnf { top:16.625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnVc2o9Nx7WOV1B0FgfOcE99RQQbvzq4 { top:19rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXhfJ0TouiNlfheC0amwa13D8VlRF7p3 { width:23.375rem;height:1.375rem;top:16.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwSOI2I9tU0s2IrtuVocVLe1od4tcte { width:31.4375rem;height:1.375rem;top:19.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZwapQGFC956WsaRUVoZEZyoQdt1o4ns { width:21.125rem;height:1.375rem;top:21.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRtT7wURDLTPCEoNdzkTk7ufvCZi45sf { top:21.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG9OtXbZ6UbvyJTaKrIDmRge1dT0ChtH { width:19.125rem;height:1.375rem;top:24.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzN7wrIXTHAGBosNgIvLshokBUz0VteF { top:24rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJDMPnqEMcXtbw3zkM4hbpzWULzrqmvb { top:32.9375rem;left:0rem;width:29.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKq63VUFsFQbsZL1qTcUwZAsfT9fbb7Z { display:block; }
 }@media only screen and (max-width: 763px) { #DRfWl5VTzUHX0Za1sXP7d6apXRuS1TTF { top:0rem;left:6.75rem;width:41rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtC7B0xu8Bx7IBaqL2d7uOVQQrNebl3i { top:26.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEtIDW6Ix6zVf3CUwtdPJIpKtmMAMQOG { width:22.5625rem;height:1.375rem;top:26.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok5WcsxUQ1O5MlCqzzb93UMJzrstZowN { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpuLf3SVeOI3Jr2lEEXyM5c7Q4gbrxWx { top:29rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDTJVKrPBEBCfO0PddErgLTh4TAtshan { width:19.125rem;height:1.375rem;top:29.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qyhHe0cg/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90.adaptive-delivery-prevent-bg, #TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90.lazyload, #TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90.lazyloading { background-image: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container { background-color: transparent; background-image: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container > .video-iframe-container { display: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row > .video-iframe-container { display: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .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); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container { width:47.75rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3u7MK2notfgdrWVvbNMFaFt3QrZs9iG { top:3.4375rem;left:0rem;width:15.8125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqR0nlRG7pRGZ2TXObuGRbSqvH9rSkOG { top:27rem;left:0rem;width:47.75rem;height:87.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwoVy3rQhmcxn0CP1UFoshwOhCL5mbJ { top:29.3125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB4mp7AdnaTm1ahLKmOFvFD2Tqu5Zr15 { top:35.1875rem;left:0rem;width:47.75rem;height:30.281458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQn3DsVMxZeIPBuhdKFDhB10v1EkJdM8 { top:89.5rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCw4eSUd1COKaUwaho8GWmDPk9IHGKzU { top:102.8125rem;left:7rem;width:33rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq4XmQ631TVwX12BxdNTTnA4ybsuXXFA { display:block; }
 }@media only screen and (max-width: 763px) { #bL6ZJhNw1i3a1d8SBToiIvIRmFSo42zR { top:87.6875rem;left:0rem;width:14.4375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrhPgALBBiqDHPPByg6SxZpiq9TbZdv7 { top:207.875rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo7QISyIISzJL58IMJMXAypXabloyGlS { top:210.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfOoN9wkOA6khNs16130v0wTNWyeJ4AC { top:216.8125rem;left:0rem;width:47.75rem;height:16.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1wn2TQ30b1OsS8B8GmmRp51g7f630L { top:216.1875rem;left:0rem;width:15.8125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFeDEA4lpEtS0GxEXvPh76d34SbLHL3r { top:115.75rem;left:0rem;width:47.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhKUDixoSZFuBaShigkANqHNkNQ0TNuO { top:118.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByapP8Lv3ohyRtHnTI17bWLTLyE7GqPF { top:126.75rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT74m02JoFxNzr9SgWQHya17WPR8AlBO { top:124.1875rem;left:0rem;width:16.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrWPkkQ670AqNPmfHK1PEbXlzysVthSn { top:144.0625rem;left:0rem;width:47.75rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTPLAsLvspfnUZAfEdl3Iu8nyylF89LG { top:147.1875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJvbdHDhVSlFRFRBunkweizLOrT01T6 { top:153.5rem;left:0rem;width:46.3125rem;height:14.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7G5TB5qeXi9Xl6gvMoUIHrsuHHoMgZy { top:149.625rem;left:27.9375rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPuJRJ6GS3wFb7MDzMHit3ya9LAJ3OZ { top:238.875rem;left:0rem;width:47.75rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGQWCWG6Nb5reyKqns9SBBPDx38GcAou { top:241.75rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwptXfJerwcNXJ8k6U80iwe8OhfMidXe { top:255.9375rem;left:9.375rem;width:38.375rem;height:18.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbWuSWwlyiIqvvbZsd3RUir5rAapu0ZC { top:249.875rem;left:21.25rem;width:26.5rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5L0aXIG30fX1KGJPneU10tlKzxL0eyU { top:250.0625rem;left:0rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQsTwCqmIDXiGarRPPxTGTl9KuioTrF { top:275.4375rem;left:14.75rem;width:32.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFB65KTIkGMfSTktv8rBBdDhwfBGp6F4 { display:block; }
 }@media only screen and (max-width: 763px) { #JwIDKBeT4bwLunp4aap9GAnh6w3XNVCm { top:2.75rem;left:0rem;width:47.75rem;height:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wklvzUwntQ24pFuUoagtOnXy3zF6HHUq { top:175.0625rem;left:0rem;width:47.75rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRvxwLJzA4hLrvUOrrhJ7LccRb3Nbgq { top:179.0625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCikQxZIBop5wzleIWwhDPh9l11xrbu { top:185.6875rem;left:0rem;width:47.75rem;height:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #os31xclhRChwrvNI4R3CDf0FWOTAKNpW { top:249.9375rem;left:22.0625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0qgUt9eiyuA6So1fyOug78LGNRHTyRO { width:47.75rem;height:113rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xh0rGyq0FrkCGZNqxGWqcq9TfTcQqeM1 { top:186.4375rem;left:0rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4IwuBmFyC88meowTEpEo06ReGh2shLy { top:186.9375rem;left:0rem;width:2.1875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4Mr9td4XEi3iDxMVZiGJil7rRONGpA { top:186.4375rem;left:0rem;width:4.25rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M { display:block; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI3vG5BXO7AXKp6kP4qLb4OVXzXumTrA { top:2.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqgM3vCsT0TPcZgp1hWGAU6CH15xoXb9 { top:9.1875rem;left:0rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTn49zZ0SJ2KKkfX7JMho8XnpeiyXKE { top:9.1875rem;left:10.5625rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfTJUR5bs19oMd7x2y7TzwFoRbaf0Em { top:9.1875rem;left:26.4375rem;width:21.1875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWmXWlb0eBRq9FTzk4rG4inU6xSQSUL { top:25.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 { display:block; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX5e92Wok8fOSNBK8AAgsvTrVQuCJr8M { width:47.75rem;height:3.4375rem;top:5.375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvFvRRh2WOcy0gIQ1RcZ83snQdUgAqk { width:2.5rem;height:0.125rem;top:10.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo3fKkB3vGZLD2CT4o2lQXL66DW0nWxI { width:18.9375rem;height:15.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQMMocrnV0bWrLcapFTm9HPbCkiZnCED { width:17.5rem;height:11.1875rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auy3tTKSKCctA6kKqMbQbOquXOwXEKOb { width:47.75rem;height:9.75rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C72ZgbOevvT39GweSEmDcdJCHXtp8v1q { width:17.5rem;height:9.75rem;top:16.6875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmveT4IwoJa40uLnS9NHm2dJ5mT9Uvqu { width:17.5rem;height:9.75rem;top:16.6875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvTtSCVR8ZuwtrTOcU08rpJ4fJBJDzO { width:17.5rem;height:11.1875rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34K0LN4QotT2PzLFumHPOP5EG4vrIIr { width:17.5rem;height:8.375rem;top:33.9375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7rRrVky9FLKeGvmlJn5Q63n1onbdyq1 { width:17.5rem;height:8.375rem;top:33.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVN3l2LH0A6wMn8OZitwXliJeGGRTUeP { top:13.9375rem;left:0rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUuHaTHz6xvMQFC7LR3RtJLctMLwLfO8 { width:18.9375rem;height:15.0625rem;top:13rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G34UfAPyErTcId6iQnlPEazU9h58PZ7E { width:18.9375rem;height:15.0625rem;top:13rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ7nOBQXoHATivRnFtMkKRs5xkqJrcnl { top:13.9375rem;left:19.9375rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHlpzHUhacC8Io86nQKwXLQSNtx75QGO { top:13.9375rem;left:39.875rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFvMENZi8s4TVU7pMGB7K4RI0dfJbOfH { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIDCKG0hl9B9wPEQHiiI6DlMfF8x4TfR { top:30.5625rem;left:0rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAf6BE31fJMtoORAUtb7KrJpGtT5cqP2 { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN6vSv3r0WEoCQLxiFRwmuxhMpo03Ref { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB8wyD83qkldwTS9JJJicC3Z37XxOFfS { top:30.5625rem;left:19.9375rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq4EbvZVi9Mw1itTKWD9MEoS1cONnnJa { top:30.5625rem;left:39.875rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLT56e2tofcfTcHekz93pb4fHOTdRQUr { display:block; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZhD1yGshzMxzWuTZ1lXKaHdDLZpDv0T { top:4.625rem;left:0rem;width:35.25rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTUTu0uqQTKXr3722TR88xVVXiFavxVA { top:12.1875rem;left:0rem;width:34.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p83ghMwOsFdcoRXVKNVni0mhxZrtrcbr { display:block; }
 }@media only screen and (max-width: 763px) { #e5bPKziQEupi2O1TF6FCLsvME6Rqbgun { top:0rem;left:22.0625rem;width:25.6875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s { display:block; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpcH2QEsklbbxS0wTHbs52ordWDqpBvJ { top:2.8125rem;left:1.8125rem;width:12.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tALa43MOv17c8dVRkl7VVXlQhism9w2H { top:2.125rem;left:12.3125rem;width:19.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpnIHDTPuMb3fi7UvL6xnEnFba5bcnGh { top:9.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb { display:block; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9zTLy453beFFdqdWQw3GnhdXoMm5LT2 { top:1.75rem;left:0rem;width:47.75rem;height:40.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4nTL5cPWcLTNOo6TzT718TJ9xX512t4 { top:44.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOXXtnkWzPU41eZi4ultWdCTGvwky6Uu { top:46.5rem;left:7.75rem;width:32.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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) { #HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv { position:relative;z-index:auto;display:block; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv { background-color: transparent; background-image: none; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container > .video-iframe-container { display: none; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row > .video-iframe-container { display: none; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .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); }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv { border-width: 0; border-radius: 0; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTCP0OAAsm1hpbAeQbyLd1eAABHrBMSv > .row .container { width:20rem;height:3.8125rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtifcP3wTvKoZNUh1kqqZ4qIcBtQNyub { width:17.5rem;height:2.3125rem;top:1.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3SqzdLNekB7deRwMzqQ0ZTu8md0ue2T { display:block; }
 }@media only screen and (max-width: 763px) { #e2ciJxdSL1MAorFTq1Ld5kqVqmGAggC2 { width:8.75rem;height:1.9375rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoT64d86FF1Ql0f8ATVF7bbdBqAz1gru { width:1.875rem;height:1.875rem;top:1.6875rem;left:9.0625rem;display:none; }
#UoT64d86FF1Ql0f8ATVF7bbdBqAz1gru > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bnvQOxRqH1yqW5OSiplhilZREDavyp5p { width:1.875rem;height:1.875rem;top:0.96875rem;left:14.6875rem;font-size:1.125rem;display:block; }
#bnvQOxRqH1yqW5OSiplhilZREDavyp5p > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZRyW1JfNTFeKgq4k0ccdvz8g9epL5wD7 { width:1.5rem;height:1.5rem;top:1.15625rem;left:17.375rem;font-size:1.125rem;display:block; }
#ZRyW1JfNTFeKgq4k0ccdvz8g9epL5wD7 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:71.875rem;width:20rem;background-color:rgba(9,17,24,0.92);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqW4999tcC3Q46AFAkzc08V7pIhB60EH { width:18.6875rem;height:6.6rem;top:1.625rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ndsh39lVqnpRo6zSNP0Z3LM8tXHiOO3F { width:18.8125rem;height:4.875rem;top:9.0625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9mh3FOSOXf2MmhQTBVTdfEP16l9wtN { width:16.1875rem;height:2.7625rem;top:36.75rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63cNQ2T3lxL4a24B0KT4M1gTuflWeyZ { width:2rem;height:2rem;top:68.1875rem;left:9.0000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFD92PRkfuKLyC0d1xN05ESwdaShTTn { display:flex;width:1.6875rem;height:1.6875rem;top:37.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #fxzSXVuZ32lNgq8RlVeri9bJK0wkIRnf { display:flex;width:1.6875rem;height:1.6875rem;top:41.125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #gnVc2o9Nx7WOV1B0FgfOcE99RQQbvzq4 { display:flex;width:1.6875rem;height:1.6875rem;top:44.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #aXhfJ0TouiNlfheC0amwa13D8VlRF7p3 { width:16.25rem;height:2.7625rem;top:40.5625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwSOI2I9tU0s2IrtuVocVLe1od4tcte { width:16.25rem;height:2.7625rem;top:44.25rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZwapQGFC956WsaRUVoZEZyoQdt1o4ns { width:16.25rem;height:2.7625rem;top:48rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRtT7wURDLTPCEoNdzkTk7ufvCZi45sf { display:flex;width:1.6875rem;height:1.6875rem;top:48.5625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #xG9OtXbZ6UbvyJTaKrIDmRge1dT0ChtH { width:16.3125rem;height:2.7625rem;top:51.8125rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzN7wrIXTHAGBosNgIvLshokBUz0VteF { display:flex;width:1.6875rem;height:1.6875rem;top:52.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #WJDMPnqEMcXtbw3zkM4hbpzWULzrqmvb { top:63.5625rem;left:0.49921876192093rem;width:19rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKq63VUFsFQbsZL1qTcUwZAsfT9fbb7Z { display:block; }
 }@media only screen and (max-width: 763px) { #DRfWl5VTzUHX0Za1sXP7d6apXRuS1TTF { width:20rem;height:20rem;top:52.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtC7B0xu8Bx7IBaqL2d7uOVQQrNebl3i { display:flex;width:1.6875rem;height:1.6875rem;top:56.125001907349rem;left:0.99999994039537rem; }
 }@media only screen and (max-width: 763px) { #TEtIDW6Ix6zVf3CUwtdPJIpKtmMAMQOG { width:16.125rem;height:2.7625rem;top:55.625rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok5WcsxUQ1O5MlCqzzb93UMJzrstZowN { top:14.625rem;left:0rem;width:20rem;height:20rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hpuLf3SVeOI3Jr2lEEXyM5c7Q4gbrxWx { display:flex;width:1.6875rem;height:1.6875rem;top:59.187501907349rem;left:0.99921876192094rem; }
 }@media only screen and (max-width: 763px) { #NDTJVKrPBEBCfO0PddErgLTh4TAtshan { width:15.875rem;height:1.38125rem;top:59.339845657349rem;left:3.8749999403954rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 { display:block; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 { background-color: transparent; background-image: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container > .video-iframe-container { display: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row > .video-iframe-container { display: none; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .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); }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 { border-width: 0; border-radius: 0; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR91vRZ6mBlcaSGuE9WwrbzpTvzf9x90 > .row .container { width:20rem;height:389.9375rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3u7MK2notfgdrWVvbNMFaFt3QrZs9iG { width:15.8125rem;height:18rem;top:1.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqR0nlRG7pRGZ2TXObuGRbSqvH9rSkOG { width:20rem;height:55.375rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWwoVy3rQhmcxn0CP1UFoshwOhCL5mbJ { width:20rem;height:4.0625rem;top:56.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB4mp7AdnaTm1ahLKmOFvFD2Tqu5Zr15 { width:20rem;height:12.6875rem;top:63.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQn3DsVMxZeIPBuhdKFDhB10v1EkJdM8 { width:20rem;height:21.125rem;top:112.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCw4eSUd1COKaUwaho8GWmDPk9IHGKzU { top:136.3125rem;left:0.625rem;width:18.75rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq4XmQ631TVwX12BxdNTTnA4ybsuXXFA { display:block; }
 }@media only screen and (max-width: 763px) { #bL6ZJhNw1i3a1d8SBToiIvIRmFSo42zR { width:14.4375rem;height:21.9375rem;top:126.8788984375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrhPgALBBiqDHPPByg6SxZpiq9TbZdv7 { width:20rem;height:41.9375rem;top:284.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo7QISyIISzJL58IMJMXAypXabloyGlS { width:20rem;height:3.7375rem;top:287.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfOoN9wkOA6khNs16130v0wTNWyeJ4AC { width:20rem;height:32.5rem;top:292.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oq1wn2TQ30b1OsS8B8GmmRp51g7f630L { width:15.8125rem;height:18rem;top:303.19040625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFeDEA4lpEtS0GxEXvPh76d34SbLHL3r { width:20rem;height:44.75rem;top:142.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhKUDixoSZFuBaShigkANqHNkNQ0TNuO { width:20rem;height:5.60625rem;top:145.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByapP8Lv3ohyRtHnTI17bWLTLyE7GqPF { width:20rem;height:21.125rem;top:165.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT74m02JoFxNzr9SgWQHya17WPR8AlBO { width:13.25rem;height:11.5rem;top:152.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrWPkkQ670AqNPmfHK1PEbXlzysVthSn { width:20rem;height:41.5625rem;top:188.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTPLAsLvspfnUZAfEdl3Iu8nyylF89LG { width:20rem;height:3.7375rem;top:190.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsJvbdHDhVSlFRFRBunkweizLOrT01T6 { width:20rem;height:26rem;top:202.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7G5TB5qeXi9Xl6gvMoUIHrsuHHoMgZy { width:11rem;height:11rem;top:192.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPuJRJ6GS3wFb7MDzMHit3ya9LAJ3OZ { width:20rem;height:62rem;top:327.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGQWCWG6Nb5reyKqns9SBBPDx38GcAou { width:20rem;height:4.3875rem;top:329.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwptXfJerwcNXJ8k6U80iwe8OhfMidXe { width:18.8125rem;height:24.8625rem;top:357.75rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbWuSWwlyiIqvvbZsd3RUir5rAapu0ZC { width:20rem;height:4.3875rem;top:342.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5L0aXIG30fX1KGJPneU10tlKzxL0eyU { height:20rem;width:20rem;top:336.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQsTwCqmIDXiGarRPPxTGTl9KuioTrF { top:384rem;left:0.4375rem;width:19.55rem;height:3.3625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFB65KTIkGMfSTktv8rBBdDhwfBGp6F4 { display:block; }
 }@media only screen and (max-width: 763px) { #JwIDKBeT4bwLunp4aap9GAnh6w3XNVCm { width:20rem;height:32.5rem;top:20.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wklvzUwntQ24pFuUoagtOnXy3zF6HHUq { width:20rem;height:52.4375rem;top:231.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTRvxwLJzA4hLrvUOrrhJ7LccRb3Nbgq { width:20rem;height:5.60625rem;top:233.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCikQxZIBop5wzleIWwhDPh9l11xrbu { width:20rem;height:34.125rem;top:248.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #os31xclhRChwrvNI4R3CDf0FWOTAKNpW { display:flex;width:4.3125rem;height:4.3125rem;top:328.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H0qgUt9eiyuA6So1fyOug78LGNRHTyRO { top:62.5625rem;left:0rem;width:20rem;height:47.5rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xh0rGyq0FrkCGZNqxGWqcq9TfTcQqeM1 { width:5.4375rem;height:5.4375rem;top:241.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4IwuBmFyC88meowTEpEo06ReGh2shLy { width:2.1875rem;height:0.8125rem;top:241.25rem;left:7.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DN4Mr9td4XEi3iDxMVZiGJil7rRONGpA { width:2.4375rem;height:1.1875rem;top:241rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M { display:block; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M { background-color: transparent; background-image: none; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container > .video-iframe-container { display: none; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row > .video-iframe-container { display: none; }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .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); }#sqHfOyz2yeNqPUEvtpTaKexfhtJWAP2M > .row .container { width:20rem;height:54.1875rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI3vG5BXO7AXKp6kP4qLb4OVXzXumTrA { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqgM3vCsT0TPcZgp1hWGAU6CH15xoXb9 { height:11.209439528024rem;width:20rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTn49zZ0SJ2KKkfX7JMho8XnpeiyXKE { height:11.209439528024rem;width:20rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfTJUR5bs19oMd7x2y7TzwFoRbaf0Em { height:11.209439528024rem;width:20rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFWmXWlb0eBRq9FTzk4rG4inU6xSQSUL { width:20rem;height:6.825rem;top:45.345703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 { display:block; }#cIItMAIqBs7A2IO9r1BHee29rNeXfGq3 > .row .container { width:20rem;height:106.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uX5e92Wok8fOSNBK8AAgsvTrVQuCJr8M { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTvFvRRh2WOcy0gIQ1RcZ83snQdUgAqk { width:2.5rem;height:0.125rem;top:8.7578125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo3fKkB3vGZLD2CT4o2lQXL66DW0nWxI { width:18.9375rem;height:14.9375rem;top:9.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQMMocrnV0bWrLcapFTm9HPbCkiZnCED { width:17.5rem;height:11.2rem;top:12.02734375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auy3tTKSKCctA6kKqMbQbOquXOwXEKOb { width:20rem;height:0;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #C72ZgbOevvT39GweSEmDcdJCHXtp8v1q { width:17.5rem;height:9.8rem;top:28.95703125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmveT4IwoJa40uLnS9NHm2dJ5mT9Uvqu { width:17.5rem;height:9.8rem;top:45.26953125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvTtSCVR8ZuwtrTOcU08rpJ4fJBJDzO { width:17.5rem;height:11.2rem;top:60.9453125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34K0LN4QotT2PzLFumHPOP5EG4vrIIr { width:17.5rem;height:8.4rem;top:78.4677734375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7rRrVky9FLKeGvmlJn5Q63n1onbdyq1 { width:17.5rem;height:8.4rem;top:94.7802734375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVN3l2LH0A6wMn8OZitwXliJeGGRTUeP { width:7.875rem;height:1.25rem;top:10.25rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUuHaTHz6xvMQFC7LR3RtJLctMLwLfO8 { width:18.9375rem;height:15.0625rem;top:25.1953125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G34UfAPyErTcId6iQnlPEazU9h58PZ7E { width:18.9375rem;height:15.0625rem;top:41.5078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ7nOBQXoHATivRnFtMkKRs5xkqJrcnl { width:7.875rem;height:1.25rem;top:26.1953125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHlpzHUhacC8Io86nQKwXLQSNtx75QGO { width:7.875rem;height:1.25rem;top:42.5078125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFvMENZi8s4TVU7pMGB7K4RI0dfJbOfH { width:18.9375rem;height:15.0625rem;top:57.8828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIDCKG0hl9B9wPEQHiiI6DlMfF8x4TfR { width:7.875rem;height:1.25rem;top:58.7578125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAf6BE31fJMtoORAUtb7KrJpGtT5cqP2 { width:18.9375rem;height:15.0625rem;top:74.1953125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN6vSv3r0WEoCQLxiFRwmuxhMpo03Ref { width:18.9375rem;height:15.0625rem;top:90.5078125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB8wyD83qkldwTS9JJJicC3Z37XxOFfS { width:7.875rem;height:1.25rem;top:75.0703125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq4EbvZVi9Mw1itTKWD9MEoS1cONnnJa { width:7.875rem;height:1.25rem;top:91.3828125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLT56e2tofcfTcHekz93pb4fHOTdRQUr { display:block; }#qLT56e2tofcfTcHekz93pb4fHOTdRQUr > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZhD1yGshzMxzWuTZ1lXKaHdDLZpDv0T { width:13.75rem;height:8.125rem;top:11.6875rem;left:3.1250000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTUTu0uqQTKXr3722TR88xVVXiFavxVA { top:21.3359375rem;left:0.62421876192093rem;width:18.675rem;height:3.3625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p83ghMwOsFdcoRXVKNVni0mhxZrtrcbr { display:block; }
 }@media only screen and (max-width: 763px) { #e5bPKziQEupi2O1TF6FCLsvME6Rqbgun { width:13rem;height:10.1875rem;top:0rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s { display:block; }#yimxLpPRngkcKC0zgqI0cZk8s9ANCo2s > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpcH2QEsklbbxS0wTHbs52ordWDqpBvJ { width:12.1875rem;height:2.5625rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tALa43MOv17c8dVRkl7VVXlQhism9w2H { width:19.4375rem;height:3.9rem;top:6.375rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpnIHDTPuMb3fi7UvL6xnEnFba5bcnGh { width:20rem;height:0.0625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb { display:block; }#tGcNIhdacmxqAQofQrwpTXMoh9xHZFIb > .row .container { width:20rem;height:129.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9zTLy453beFFdqdWQw3GnhdXoMm5LT2 { width:20rem;height:122.2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4nTL5cPWcLTNOo6TzT718TJ9xX512t4 { width:20rem;height:0.0625rem;top:124.680625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOXXtnkWzPU41eZi4ultWdCTGvwky6Uu { width:20rem;height:2.6rem;top:125.993125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }