.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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { background-color: transparent; background-image: none; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container > .video-iframe-container { display: none; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row > .video-iframe-container { display: none; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .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); }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { border-width: 0; border-radius: 0; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#RGSeZpUXeTNCGNKkWAHv30AynmD9WSWU { 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:ubuntu;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:1.3125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.8125rem;left:50.1875rem;display:block; }
#tbGwwZqDTRq1vUqbzlcLP9McTQKkwWiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMwXgTGHlueBh32wyVX0dVO3Xt1vxn3Z { 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.6875rem;overflow:hidden;display:block; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a { 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.625rem;left:47.1875rem; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d { 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:70.4375rem; }
#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n { 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:68.125rem; }
#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n > 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(0,0,0,0.87); }#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.87); }#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:31.625rem;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; }#Fv78SFpw8VWZaKhKcZQHc6yQtzwScSkt { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.28515625rem;left:8.03125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BGsHlUGftgmbLsvcKLu1lwit3Zl1FK8O { z-index:15003;top:21.75rem;left:22.09375rem;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -moz-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -ms-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -o-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );";background-image: linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-size:auto !important;border-top:0.125rem solid #26e890;border-left:0.125rem solid #26e890;border-right:0.125rem solid #26e890;border-bottom:0.125rem solid #26e890;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(38,232,144,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oeK4K0kEDgU1Sp2IBXbibxqOF6ponzT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uueO5VErSGvUmqoiSUrSE0VrvKK0SWEA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.4375rem;left:35.9375rem; }
#USyLsGaGKVKvN4zPiU0hzfWIWPDUBlV3 { color:#ffffff;display:block;width:62.25rem;position:absolute;font-family:montserrat;font-size:5.1875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.375rem;left:6.375rem;height:10.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#To5WU87o1CGecSIKZXplII3hQLs2ILRX { color:#b5b5b5;display:block;width:58.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.01171875rem;left:8.03125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo { position:relative;display:block; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo { background-color: transparent; background-image: none; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,17,24,0.63); }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container > .video-iframe-container { display: none; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row > .video-iframe-container { display: none; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .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.63); }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo { border-width: 0; border-radius: 0; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .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:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container.adaptive-delivery-prevent-bg, #hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container.lazyload, #hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container.lazyloading { background-image: none; }#yQTWi22rbZW6nFPTIrAqrybSu4IA2LQc { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:41.1875rem;height:27.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q84PTuSglZveoeKPXO7r6GthKILDtTNz { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15007;line-height:2.2;letter-spacing:0;top:2.8125rem;left:6.625rem;height:;font-style:normal;display:block; }#Q84PTuSglZveoeKPXO7r6GthKILDtTNz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q84PTuSglZveoeKPXO7r6GthKILDtTNz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a279759d3ee473ab484fe64d8d85c624b4bbee80.svg); }
#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { position:relative;display:block; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { background-color: transparent; background-image: none; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container > .video-iframe-container { display: none; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row > .video-iframe-container { display: none; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .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); }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { border-width: 0; border-radius: 0; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .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; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .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.875rem;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; }#iUl4mmxpMTOJUFfkWzJEEezuOhxwTQeX { color:#ffffff;display:block;width:60.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5rem;left:7.3125rem;height:10.725rem;text-align:left;text-align-last:left;display:block; }
#ED5SRNtSS7OxayGkH4aMiuomQ100cpPV { box-sizing:content-box;height:32.625rem;width:74.9375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f1a2a' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #0f1a2a);background-size:auto !important;top:15.6875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1e3243;border-left:0.0625rem solid #1e3243;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#wfGw9n1SHHxrsdAfmA7BNGHmraGy5eBD { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:29.5rem;left:7.3125rem;height:2.51875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#p6lF8uzCOfJyX4oJ3NH7TpHbEys5IQxy { color:#ffffff;display:block;width:66.6875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:3.75rem;left:4.15625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#igsOPQ2DCTtKnpKOEsGLxJQ5TriKTG7e { color:rgba(255,255,255,0.09);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:4.5625rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ON60UwJTdn6DzBuEl7ofKBQr90BQRTsa { color:#26e890;display:block;width:43.0625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:23.3125rem;left:7rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D9A16cmyNuIvMXSRUOMTBTH9L6GqREqC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.875rem;width:9.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.8310546875rem;left:61.03125rem; }
#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { position:relative;display:block; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { background-color: transparent; background-image: none; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container > .video-iframe-container { display: none; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row > .video-iframe-container { display: none; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .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); }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { border-width: 0; border-radius: 0; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .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; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .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:102.0625rem;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; }#eTIakSIyhFMMsOnibOlz2ETK5xcEFdcs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.375rem;width:63.5rem;top:15.75rem;left:5.75rem;overflow:hidden;display:block; }
#GgDav0S6qOhVuqqh9bKw3tmxFrJJtko3 { box-sizing:content-box;height:101.875rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1e3243;border-left:0;border-right:0.0625rem solid #1e3243;border-bottom:0;box-shadow: none;display:block; }
#bLxXa1x2w2FTUWJm9hTf9fMtUqW1ZRd5 { color:rgba(255,255,255,0.09);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dy8LHPiIztpxOgo7srEKkMQs1KJlvACg { color:#26e890;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:7.7373046875rem;left:6.75rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNlULw5KfwvXscZEc3ZMGUPCentoidsD { 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:209.9375rem;width:68.25rem;display:none; }
#hZy8ZdnwT64Vgl7uRV7fsUMTNDciZica { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:72.44140625rem;left:10.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzUdWSS5IcVD3ikObwv8x6sUUGr5lu57 { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:74.80859375rem;left:10.6875rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ng611cCDozi140atvmD3gF6DkayK0fJz { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:92.3125rem;left:10.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AubLvUVElx0FxNTRBCpVkUnR2x7vpxak { 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:13.25rem;width:28.375rem;top:77.86328125rem;left:23.3125rem;overflow:hidden;display:block; }
#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL { position:relative;display:block; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL { background-color: transparent; background-image: none; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .row .container > .video-iframe-container { display: none; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .row > .video-iframe-container { display: none; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .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); }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL { border-width: 0; border-radius: 0; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .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; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .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:10.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oxyGkeDXbAm2TfGTR5esxTyxLLnQhqA7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:12.4375rem;top:5.46875rem;left:3.15625rem;overflow:hidden;display:block; }
#wvPkZQF5FeI0CXTaVU1OD3fEOgWXI8KI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.375rem;top:5.1875rem;left:23.9375rem;overflow:hidden;display:block; }
#yny9mZTnuWik8Kzfyn0iVGHQwR9koe3v { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.4375rem;top:5.1875rem;left:40.65625rem;overflow:hidden;display:block; }
#ddzPoLqrDbOtdyNIweVHMiClZfGPqE9J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.1875rem;top:5.1875rem;left:63.03125rem;overflow:hidden;display:block; }
#b8nstJGZH5V3QUiaxeKWdSSi0nVZ2SzV { color:#a2a7ab;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi { position:relative;display:block; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi { background-color: transparent; background-image: none; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .row .container > .video-iframe-container { display: none; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .row > .video-iframe-container { display: none; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .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); }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi { border-width: 0; border-radius: 0; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .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; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .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:46.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mlfq4KvXFCuEXWS9TcfnrT9Ellefu4VV { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.9375rem;left:10.6875rem;height:7.475rem;text-align:left;text-align-last:left;display:block; }
#zerd38RlzWsQSIA5bIgEhXplFtaotg9G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:17.0625rem;width:17.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14996;opacity:1;top:24.1875rem;left:4rem; }
#wa169NMUgW2NJ9C2xSaTxh4gVoe39ICH { z-index:15004;top:36.875rem;left:22.25rem;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -moz-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -ms-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -o-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );";background-image: linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-size:auto !important;border-top:0.125rem solid #26e890;border-left:0.125rem solid #26e890;border-right:0.125rem solid #26e890;border-bottom:0.125rem solid #26e890;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(38,232,144,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5625rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jcc1zy2vVfeu1qQo1fukVtydni96Erqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lwwSbsTKwNHa2sHamTlOCFtwnNnul8XH { color:#999999;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:41.75rem;left:24.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OFHThgVJxB2gf3GistLPruUe1ogdvkyM { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.3125rem;left:10.6875rem;height:7.475rem;text-align:left;text-align-last:left;display:block; }
#GUXrPrOu6ZwJzdSJ7aqIVw4atOUfth6p { box-sizing:content-box;height:46.5625rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:-0.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0rem solid #26e890;border-left:0.0625rem solid #1e3243;border-right:0rem solid #26e890;border-bottom:0.0625rem solid #1e3243;box-shadow: none;display:block; }
#L7w9sBQv2gEa9Adx0UTmiXmJcBLEFmGP { color:#ffffff;display:block;width:53.625rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.625rem;left:10.6875rem;height:6.0125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { position:relative;display:block; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { background-color: transparent; background-image: none; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container > .video-iframe-container { display: none; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row > .video-iframe-container { display: none; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .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); }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { border-width: 0; border-radius: 0; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .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; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .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:34.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yVRbmlNZCTLtA6T3BsdDvcfv5LuqDRuS { color:#26e890;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:6.75rem;left:7.8125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dsN0mGAptAQEEtwXOBfHnemncfrSJaIO { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14rem;left:7.9375rem;height:12.5125rem;text-align:left;text-align-last:left;display:block; }
#g8bKdxVshDlywiBTOHWr2pHBXJtMOUWT { color:rgba(255,255,255,0.09);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.1875rem;left:5.1875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#r7dcxHe9zIZTeSmcO5oXz4rO2R8eIPza { box-sizing:content-box;height:31.625rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(281deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:1.1875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0.0625rem solid #1e3243;border-bottom:0;box-shadow: none;display:block; }
#kVMD1whfiZG69rAILoDb8cDHWTdywtme { position:relative;display:block; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme { background-color: transparent; background-image: none; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .row .container > .video-iframe-container { display: none; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .row > .video-iframe-container { display: none; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .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); }#kVMD1whfiZG69rAILoDb8cDHWTdywtme { border-width: 0; border-radius: 0; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .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; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .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:64.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yEhD3AKDPhRT30hna73KtzloXPLPOXtG { box-sizing:content-box;height:63.3125rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(19deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0rem solid #26e890;border-left:0.0625rem solid #1e3243;border-right:0rem solid #26e890;border-bottom:0.0625rem solid #1e3243;box-shadow: none;display:block; }
#Q21w3TeHgaTTMmeyV5JKQCBTrAAk4xTH { color:#26e890;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8.625rem;left:7.78125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNBhf6TDTw1JlihOeLkFLhCNmuygNkqB { color:#ffffff;display:block;width:59.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.625rem;left:7.90625rem;height:8.9375rem;text-align:left;text-align-last:left;display:block; }
#rrxTvXtPWblOfhOityyd3Vfg4FSrveeN { color:rgba(255,255,255,0.09);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.04296875rem;left:5.1875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#D4n0JNTXThQu8bLWLvU0GiyWx28LDJCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:11.375rem;width:11.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:2.3115234375rem;left:62.5rem; }
#W2QkAMVqLJ0o4RhATL9wrLnbNw3to32Q { 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:29.8125rem;width:7.25rem;top:29.5625rem;left:5.1875rem;overflow:hidden;display:none; }
#AEdNpwx42lK7qhyqTemNalOhrdvZC8rL { 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:28.5rem;width:63.6875rem;top:29.9375rem;left:5.65625rem;overflow:hidden;display:block; }
#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { position:relative;display:block; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { background-color: transparent; background-image: none; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container > .video-iframe-container { display: none; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row > .video-iframe-container { display: none; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .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); }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { border-width: 0; border-radius: 0; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .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; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .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:36.6875rem;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; }#V5kKPSgHgt4eT8U3tR7lEX9wJvQ2w0nn { box-sizing:content-box;height:35.25rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(317deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(317deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(317deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(317deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(317deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:-0.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0.0625rem solid #1e3243;border-bottom:0.0625rem solid #1e3243;box-shadow: none;display:block; }
#iMTimOSoXILsRx2FCNbUOeFxfvyFAGBi { color:rgba(255,255,255,0.07);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.91796875rem;left:4.8125rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#wiOQR1m7Nk3qZKSHxf1q9luuTTUDoQRz { color:#26e890;display:block;width:58.0625rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8.3427734375rem;left:8.28125rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vGH1Sr84CCQzgbam2GdTZ5KiHdUkdnEX { color:#ffffff;display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.40625rem;height:10.725rem;text-align:left;text-align-last:left;display:block; }
#ledBf08QSQmwBIByMZI6q5nQrAD1b671 { position:relative;display:block; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 { background-color: transparent; background-image: none; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container > .video-iframe-container { display: none; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row > .video-iframe-container { display: none; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .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); }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 { border-width: 0; border-radius: 0; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .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; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .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:33.125rem;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; }#Mute5FSr7oQbKhTHGp5iaC79wcO1Nypq { color:#ffffff;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.78125rem;left:7.90625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#eQqpGtiO8ySLVTxUWWAZvNaAdryUPzCV { box-sizing:content-box;height:31.625rem;width:75rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1e3243;border-left:0.0625rem solid #1e3243;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#opU7cpPOLlREKbzeco4VfmBJCA3gqEKF { color:rgba(255,255,255,0.07);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.91796875rem;left:4.6875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#T62FHWP45DUy4It2DbJmuLzfLA6Z7UUC { color:#26e890;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8.3427734375rem;left:7.90625rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL { position:relative;display:block; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL { background-color: transparent; background-image: none; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .row .container > .video-iframe-container { display: none; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .row > .video-iframe-container { display: none; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .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); }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL { border-width: 0; border-radius: 0; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .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; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .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:30.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JhQulc6kAViOvi2hJEmXaIIZbNpsGk7a { color:#ffffff;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:15.28125rem;left:8rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#p2aTTTVW6QbrbK7iQ2NZuZWUu2KNm3TC { box-sizing:content-box;height:29.0625rem;width:75rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-image: -moz-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-image: -ms-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-image: -o-linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1a2a', endColorstr='#00000000' );";background-image: linear-gradient(155deg, #0f1a2a, rgba(0,0,0,0));background-size:auto !important;top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #1e3243;border-left:0.0625rem solid #1e3243;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#NVWDeToXAiEi6p63X5XAX5g95eDgve2M { color:rgba(255,255,255,0.07);display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:7.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.91796875rem;left:4.6875rem;height:9.9125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#OPzdz9oH2qivHOmWEc41FUNGZNBVJQl6 { color:#26e890;display:block;width:58.6875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.47);top:8.7177734375rem;left:8.15625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { position:relative;display:block; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { background-color: transparent; background-image: none; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container > .video-iframe-container { display: none; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row > .video-iframe-container { display: none; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .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.39); }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { border-width: 0; border-radius: 0; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .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-right-radius:initial;border-bottom-left-radius:initial; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .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; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/81db30d5-51e9-44e1-93df-c0a0f86a44b9/blackwireframepngretrofuturistictransparentbackground.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;font-size:0.875rem;font-family:arial;height:65.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; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container.adaptive-delivery-prevent-bg, #GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container.lazyload, #GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container.lazyloading { background-image: none; }#FZkQWpPwvS03uPOodRWNCdixavwXCaZw { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:15.0625rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gp47d1QA1BNQwTaQzWho8M4Jp75OsW6x { position:absolute;display:block;z-index:15006;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:44.75rem;width:44.75rem;top:18.187493801117rem;left:15.125rem;overflow:hidden;display:block; }
#VRgegRaU5y3CHPr9czhNPc6r5mdODkRA { z-index:15005;top:11.5498046875rem;left:20.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -moz-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -ms-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-image: -o-linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26e8bc42' );";background-image: linear-gradient(157deg, rgba(0,0,0,0), rgba(38,232,188,0.26));background-size:auto !important;border-top:0.125rem solid #26e890;border-left:0.125rem solid #26e890;border-right:0.125rem solid #26e890;border-bottom:0.125rem solid #26e890;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(38,232,144,0.12) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.7);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z6UzkqaJ0oBi203DLtv2m5HAz7fuVKOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { position:relative;display:block; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { background-color: transparent; background-image: none; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container > .video-iframe-container { display: none; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row > .video-iframe-container { display: none; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .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); }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { border-width: 0; border-radius: 0; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .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; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .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:32.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fAoEeZxETe4uum4dati26tmAaUe0FUfC { color:#ffffff;display:block;width:37.8125rem;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:18.59375rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebUhWwI5RJNn8JTGdFZy4tohr98XHS8y { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:20.6875rem;top:8.9375rem;left:2.15625rem;display:block; }
#bEiTzs0psid55e1HhNOEy22dnDsE8iqH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:20.6875rem;top:8.9375rem;left:27.15625rem;display:block; }
#u9bRZtbUu3X3qTCrJHbOOo07AdEfdqoe { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.1875rem;width:20.6875rem;top:8.9375rem;left:52.15625rem;display:block; }
#fUGwKKFRE8kT6S5kMhTFlkBuqXdh4hzG { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.8125rem;left:12.6875rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { position:relative;display:block; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { background-color: transparent; background-image: none; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container > .video-iframe-container { display: none; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row > .video-iframe-container { display: none; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .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); }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { border-width: 0; border-radius: 0; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .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; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#091118;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; }#WHyimFagcsZOKOSZ3ava5Izo76LSRSoC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.138671875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XGJnS6USpVE8VSJaNhBpPTBQiVE9wTf1 { 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; }
#pLXTpHVQqlVvhV1L2buXe6OvTeUJmf8H { position:absolute;display:block;z-index:15000;background-color:#000000;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; }
#ATIc7d0fvzHBbeW1GdcD4HrQKgR0wyBA { 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:15.9990234375rem;left:8.1875rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBarsk73D1V2UaX7BDOrTmmk4Nlp99TN { color:rgba(128,128,128,0.15);display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:6.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:5.9375rem;height:7.9625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGbCN6TGfK7a5eIu1ahsLgfeKxhBEkiI { 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.6982421875rem;left:28.75rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTEZSawwylSpiIyDVv9sVMbR4AcVS5qr { 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.25rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZrTfA3wSosXhzm5MqLtXLJoH2vGsSlLw { 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.1875rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wdp7EZ64inwSwTpqeiJNTlN8mtWuMwh5 { 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; }
#ZBE0MxUmrvQqcpmtc9LJXPdafF5DHpFS { 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.25rem;height:8.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcwnENqoB21DhGnecVmub3HR2oxUOX47 { 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:13rem;overflow:hidden;display:block; }
#TW4IO5ETWh40HmAEzcfsGKqefV6b06oM { position:absolute;display:block;z-index:15001;background-color:#000000;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:28rem;display:block; }
#fJ2mnP3WtpTV5gsOKuchFaIv64DbpZxS { position:absolute;display:block;z-index:15002;background-color:#000000;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; }
#qBB4Dg30vqTHGPzyXWpz2RTcfzhqIcup { 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; }
#Noo88GZWisQbfBcAekuGwDSG9LEQ6hfB { 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.0625rem;overflow:hidden;display:block; }
#lTknSMifUR8XSCP8lOHwr9QnMao05BlT { position:absolute;display:block;z-index:15001;background-color:#000000;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; }
#F61R6o5c7h9D4TrCTW8pUzxgNu2hL2I3 { 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:13rem;overflow:hidden;display:block; }
#rDElGnLhWbm3nAG7WH5ZxNZggXJ7ztue { position:absolute;display:block;z-index:15002;background-color:#000000;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:28rem;display:block; }
#OHIJ7EeGcA2vmXBPsgTpwt9FmWvkTtwA { position:absolute;display:block;z-index:15003;background-color:#000000;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; }
#s6DkMl9HFARUWHEu6U5y7AiCyGa1Sv3y { 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; }
#tuVmvlvsWnSO9beSHkCfQfTvXtMQ20Lm { 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.0625rem;overflow:hidden;display:block; }
#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { position:relative;display:block; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { background-color: transparent; background-image: none; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container > .video-iframe-container { display: none; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row > .video-iframe-container { display: none; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .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); }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { border-width: 0; border-radius: 0; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .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; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .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; }#qgpnCwvwKit3FtFC3Gbgp7y6T84OMPgJ { 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:3.40625rem;left:6.375rem;overflow:hidden;display:block; }
#rAe8IJkfDVKQwxC85E3z8tcgfcT2TCO1 { 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.736328125rem;left:27.75rem;height:3.9rem;display:block; }
#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { position:relative;display:block; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { background-color: transparent; background-image: none; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container > .video-iframe-container { display: none; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row > .video-iframe-container { display: none; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .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); }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { border-width: 0; border-radius: 0; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .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; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .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:57.6875rem;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; }#ut9AFnemTsB1EgQBJn2mi5LE2HkvbPpP { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15000;background-color:#8e8e8e;background-image:none;top:0.5625rem;left:8.125rem;display:block; }
#MvfvwcT8DUu7J6Gug2iNOuqVd7EBoF2J { color:#8e8e8e;display:block;width:58.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9541015625rem;left:8.375rem;height:42.9rem;display:block; }
#I3dRhJsKTJUXfResklTIl5hBuveGE1t0 { box-sizing:content-box;height:0.0625rem;width:58.75rem;position:absolute;display:block;z-index:15001;background-color:#8e8e8e;background-image:none;top:52.1875rem;left:8.125rem;display:block; }
#KNpCnXehnCJi3CTkT8DN9yHFph2MxB6i { 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:54.4375rem;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) { #xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O { display:block; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGSeZpUXeTNCGNKkWAHv30AynmD9WSWU { width:15.75rem;height:1.3125rem;top:1.8125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbGwwZqDTRq1vUqbzlcLP9McTQKkwWiD { display:block; }
 }@media only screen and (max-width: 763px) { #zMwXgTGHlueBh32wyVX0dVO3Xt1vxn3Z { width:8.75rem;height:1.9375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a { width:1.875rem;height:1.875rem;top:1.625rem;left:33.5625rem;display:block; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d { width:1.875rem;height:1.875rem;top:1.625rem;left:45.875rem;display:block; }
#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n { width:1.5rem;height:1.5rem;top:1.8125rem;left:46.25rem;display:block; }
#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n > 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 { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv78SFpw8VWZaKhKcZQHc6yQtzwScSkt { top:17.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsHlUGftgmbLsvcKLu1lwit3Zl1FK8O { top:21.75rem;left:8.46875rem;width:30.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeK4K0kEDgU1Sp2IBXbibxqOF6ponzT4 { display:block; }
 }@media only screen and (max-width: 763px) { #uueO5VErSGvUmqoiSUrSE0VrvKK0SWEA { top:28.4375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USyLsGaGKVKvN4zPiU0hzfWIWPDUBlV3 { top:5.375rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5WU87o1CGecSIKZXplII3hQLs2ILRX { top:26rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo { display:block; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQTWi22rbZW6nFPTIrAqrybSu4IA2LQc { top:3.8125rem;left:20.5625rem;width:27.1875rem;height:33.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q84PTuSglZveoeKPXO7r6GthKILDtTNz { top:2.8125rem;left:0rem;width:26.1875rem;height:;font-size:1.125rem;display:block; }#Q84PTuSglZveoeKPXO7r6GthKILDtTNz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a279759d3ee473ab484fe64d8d85c624b4bbee80.svg); }
 }@media only screen and (max-width: 763px) { #hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { display:block; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUl4mmxpMTOJUFfkWzJEEezuOhxwTQeX { top:33.5rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5SRNtSS7OxayGkH4aMiuomQ100cpPV { top:15.6875rem;left:0rem;width:47.6875rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGw9n1SHHxrsdAfmA7BNGHmraGy5eBD { top:29.5rem;left:0rem;width:37.1875rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6lF8uzCOfJyX4oJ3NH7TpHbEys5IQxy { top:3.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igsOPQ2DCTtKnpKOEsGLxJQ5TriKTG7e { top:17.8125rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON60UwJTdn6DzBuEl7ofKBQr90BQRTsa { top:23.3125rem;left:0rem;width:43.0625rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9A16cmyNuIvMXSRUOMTBTH9L6GqREqC { top:17.8125rem;left:37.875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { display:block; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTIakSIyhFMMsOnibOlz2ETK5xcEFdcs { top:15.75rem;left:0rem;width:47.75rem;height:38.632381889764rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgDav0S6qOhVuqqh9bKw3tmxFrJJtko3 { top:0rem;left:0rem;width:47.6875rem;height:101.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLxXa1x2w2FTUWJm9hTf9fMtUqW1ZRd5 { top:2.3125rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8LHPiIztpxOgo7srEKkMQs1KJlvACg { top:7.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNlULw5KfwvXscZEc3ZMGUPCentoidsD { width:43.4375rem;height:133.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZy8ZdnwT64Vgl7uRV7fsUMTNDciZica { top:72.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzUdWSS5IcVD3ikObwv8x6sUUGr5lu57 { top:74.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng611cCDozi140atvmD3gF6DkayK0fJz { top:92.3125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AubLvUVElx0FxNTRBCpVkUnR2x7vpxak { top:77.8125rem;left:9.6875rem;width:28.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL { display:block; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxyGkeDXbAm2TfGTR5esxTyxLLnQhqA7 { top:5.4375rem;left:0rem;width:12.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvPkZQF5FeI0CXTaVU1OD3fEOgWXI8KI { top:5.1875rem;left:13.71875rem;width:8.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yny9mZTnuWik8Kzfyn0iVGHQwR9koe3v { top:5.1875rem;left:23.375rem;width:12.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddzPoLqrDbOtdyNIweVHMiClZfGPqE9J { top:5.1875rem;left:39.1875rem;width:5.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8nstJGZH5V3QUiaxeKWdSSi0nVZ2SzV { top:2rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi { display:block; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mlfq4KvXFCuEXWS9TcfnrT9Ellefu4VV { top:22.9375rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zerd38RlzWsQSIA5bIgEhXplFtaotg9G { top:24.1875rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa169NMUgW2NJ9C2xSaTxh4gVoe39ICH { top:36.875rem;left:8.625rem;width:30.5625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcc1zy2vVfeu1qQo1fukVtydni96Erqx { display:block; }
 }@media only screen and (max-width: 763px) { #lwwSbsTKwNHa2sHamTlOCFtwnNnul8XH { top:41.75rem;left:10.4375rem;width:26.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFHThgVJxB2gf3GistLPruUe1ogdvkyM { top:13.3125rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUXrPrOu6ZwJzdSJ7aqIVw4atOUfth6p { top:-0.0625rem;left:0rem;width:47.6875rem;height:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7w9sBQv2gEa9Adx0UTmiXmJcBLEFmGP { top:4.625rem;left:0rem;width:47.75rem;height:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { display:block; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVRbmlNZCTLtA6T3BsdDvcfv5LuqDRuS { top:6.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsN0mGAptAQEEtwXOBfHnemncfrSJaIO { top:14rem;left:0rem;width:47.75rem;height:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8bKdxVshDlywiBTOHWr2pHBXJtMOUWT { top:1.1875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7dcxHe9zIZTeSmcO5oXz4rO2R8eIPza { top:1.1875rem;left:0rem;width:47.6875rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVMD1whfiZG69rAILoDb8cDHWTdywtme { display:block; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEhD3AKDPhRT30hna73KtzloXPLPOXtG { top:0rem;left:0rem;width:47.6875rem;height:63.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q21w3TeHgaTTMmeyV5JKQCBTrAAk4xTH { top:8.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBhf6TDTw1JlihOeLkFLhCNmuygNkqB { top:15.625rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrxTvXtPWblOfhOityyd3Vfg4FSrveeN { top:3rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4n0JNTXThQu8bLWLvU0GiyWx28LDJCK { top:2.25rem;left:36.375rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2QkAMVqLJ0o4RhATL9wrLnbNw3to32Q { top:29.5625rem;left:0rem;width:7.25rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEdNpwx42lK7qhyqTemNalOhrdvZC8rL { top:29.9375rem;left:0rem;width:47.75rem;height:21.368007850834rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { display:block; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5kKPSgHgt4eT8U3tR7lEX9wJvQ2w0nn { top:0rem;left:0rem;width:47.6875rem;height:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTimOSoXILsRx2FCNbUOeFxfvyFAGBi { top:2.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiOQR1m7Nk3qZKSHxf1q9luuTTUDoQRz { top:8.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGH1Sr84CCQzgbam2GdTZ5KiHdUkdnEX { top:17.3125rem;left:0rem;width:47.75rem;height:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledBf08QSQmwBIByMZI6q5nQrAD1b671 { display:block; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mute5FSr7oQbKhTHGp5iaC79wcO1Nypq { top:16.75rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQqpGtiO8ySLVTxUWWAZvNaAdryUPzCV { top:0rem;left:0rem;width:47.6875rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opU7cpPOLlREKbzeco4VfmBJCA3gqEKF { top:2.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62FHWP45DUy4It2DbJmuLzfLA6Z7UUC { top:8.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL { display:block; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhQulc6kAViOvi2hJEmXaIIZbNpsGk7a { top:15.25rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2aTTTVW6QbrbK7iQ2NZuZWUu2KNm3TC { top:0rem;left:0rem;width:47.6875rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVWDeToXAiEi6p63X5XAX5g95eDgve2M { top:2.875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzdz9oH2qivHOmWEc41FUNGZNBVJQl6 { top:8.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { display:block; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZkQWpPwvS03uPOodRWNCdixavwXCaZw { top:1.0625rem;left:1.4375rem;width:44.875rem;height:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp47d1QA1BNQwTaQzWho8M4Jp75OsW6x { top:18.125rem;left:1.5rem;width:44.75rem;height:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgegRaU5y3CHPr9czhNPc6r5mdODkRA { top:11.5rem;left:6.8125rem;width:34.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6UzkqaJ0oBi203DLtv2m5HAz7fuVKOT { display:block; }
 }@media only screen and (max-width: 763px) { #fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { display:block; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAoEeZxETe4uum4dati26tmAaUe0FUfC { top:2.9375rem;left:0rem;width:37.8125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebUhWwI5RJNn8JTGdFZy4tohr98XHS8y { top:8.9375rem;left:0rem;width:20.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEiTzs0psid55e1HhNOEy22dnDsE8iqH { top:8.9375rem;left:11.0625rem;width:20.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9bRZtbUu3X3qTCrJHbOOo07AdEfdqoe { top:8.9375rem;left:26.9375rem;width:20.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGwKKFRE8kT6S5kMhTFlkBuqXdh4hzG { top:25.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { display:block; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHyimFagcsZOKOSZ3ava5Izo76LSRSoC { width:47.75rem;height:2.875rem;top:5.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGJnS6USpVE8VSJaNhBpPTBQiVE9wTf1 { width:2.5rem;height:0.125rem;top:10.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLXTpHVQqlVvhV1L2buXe6OvTeUJmf8H { width:18.9375rem;height:15.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATIc7d0fvzHBbeW1GdcD4HrQKgR0wyBA { width:17.5rem;height:11.1875rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBarsk73D1V2UaX7BDOrTmmk4Nlp99TN { width:47.75rem;height:7.9375rem;top:0rem;left:0rem;font-size:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGbCN6TGfK7a5eIu1ahsLgfeKxhBEkiI { width:17.5rem;height:9.75rem;top:16.6875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEZSawwylSpiIyDVv9sVMbR4AcVS5qr { width:17.5rem;height:9.75rem;top:16.6875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTfA3wSosXhzm5MqLtXLJoH2vGsSlLw { width:17.5rem;height:11.1875rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdp7EZ64inwSwTpqeiJNTlN8mtWuMwh5 { width:17.5rem;height:8.375rem;top:33.9375rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBE0MxUmrvQqcpmtc9LJXPdafF5DHpFS { width:17.5rem;height:8.375rem;top:33.9375rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcwnENqoB21DhGnecVmub3HR2oxUOX47 { top:13.9375rem;left:0rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4IO5ETWh40HmAEzcfsGKqefV6b06oM { width:18.9375rem;height:15.0625rem;top:13rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2mnP3WtpTV5gsOKuchFaIv64DbpZxS { width:18.9375rem;height:15.0625rem;top:13rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBB4Dg30vqTHGPzyXWpz2RTcfzhqIcup { top:13.9375rem;left:19.9375rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noo88GZWisQbfBcAekuGwDSG9LEQ6hfB { top:13.9375rem;left:39.875rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTknSMifUR8XSCP8lOHwr9QnMao05BlT { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F61R6o5c7h9D4TrCTW8pUzxgNu2hL2I3 { top:30.5625rem;left:0rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDElGnLhWbm3nAG7WH5ZxNZggXJ7ztue { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIJ7EeGcA2vmXBPsgTpwt9FmWvkTtwA { width:18.9375rem;height:15.0625rem;top:29.6875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6DkMl9HFARUWHEu6U5y7AiCyGa1Sv3y { top:30.5625rem;left:19.9375rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVmvlvsWnSO9beSHkCfQfTvXtMQ20Lm { top:30.5625rem;left:39.875rem;width:7.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { display:block; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgpnCwvwKit3FtFC3Gbgp7y6T84OMPgJ { top:3.375rem;left:1.8125rem;width:12.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAe8IJkfDVKQwxC85E3z8tcgfcT2TCO1 { top:2.6875rem;left:12.3125rem;width:19.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { display:block; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ut9AFnemTsB1EgQBJn2mi5LE2HkvbPpP { top:0.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfvwcT8DUu7J6Gug2iNOuqVd7EBoF2J { top:1.9375rem;left:0rem;width:47.75rem;height:44.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3dRhJsKTJUXfResklTIl5hBuveGE1t0 { top:52.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNpCnXehnCJi3CTkT8DN9yHFph2MxB6i { top:54.4375rem;left:7.75rem;width:32.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O { position:relative;z-index:auto;display:block; }#xJF4offDwG3RBMBp5KLwWcPPSz9fxi8O > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGSeZpUXeTNCGNKkWAHv30AynmD9WSWU { width:15.75rem;height:1.3125rem;top:1.8125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbGwwZqDTRq1vUqbzlcLP9McTQKkwWiD { display:block; }
 }@media only screen and (max-width: 763px) { #zMwXgTGHlueBh32wyVX0dVO3Xt1vxn3Z { width:8.625rem;height:1.6875rem;top:1.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a { width:1.875rem;height:1.875rem;top:1.625rem;left:9.0625rem;display:none; }
#N3d7IyIOcgqIgO0Dv8Fa6IfqWU5dfG6a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d { width:1.875rem;height:1.875rem;top:0.96875rem;left:15.125rem;font-size:1.125rem;display:block; }
#GUs3AMseakxpnV6F1ZsdA7PdTVfnJw6d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n { width:1.5rem;height:1.5rem;top:1.15625rem;left:17.5625rem;font-size:1.125rem;display:block; }
#KG6n4aOtv6kd8GclfTqTmqMFd2cqHu7n > 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 { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv78SFpw8VWZaKhKcZQHc6yQtzwScSkt { width:19.4375rem;height:5.11875rem;top:6.875rem;left:0.28125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGsHlUGftgmbLsvcKLu1lwit3Zl1FK8O { top:15rem;left:0.625rem;width:18.75rem;height:2.875rem;font-size:0.875rem;border-top:0.125rem solid #26e890;border-left:0.125rem solid #26e890;border-right:0.125rem solid #26e890;border-bottom:0.125rem solid #26e890;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeK4K0kEDgU1Sp2IBXbibxqOF6ponzT4 { display:block; }
 }@media only screen and (max-width: 763px) { #uueO5VErSGvUmqoiSUrSE0VrvKK0SWEA { display:flex;width:2.25rem;height:2.25rem;top:21rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #USyLsGaGKVKvN4zPiU0hzfWIWPDUBlV3 { width:20rem;height:3.375rem;top:2rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To5WU87o1CGecSIKZXplII3hQLs2ILRX { width:20rem;height:1.1375rem;top:18.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo { display:block; }#hC6sVc6nO63SNTZpzK51U0aUBqgVAzvo > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQTWi22rbZW6nFPTIrAqrybSu4IA2LQc { width:19.25rem;height:24.7rem;top:1.375rem;left:0.375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q84PTuSglZveoeKPXO7r6GthKILDtTNz { width:20rem;height:27.5625rem;top:27.3115rem;left:0rem;font-size:1.125rem;display:block; }#Q84PTuSglZveoeKPXO7r6GthKILDtTNz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a279759d3ee473ab484fe64d8d85c624b4bbee80.svg); }
 }@media only screen and (max-width: 763px) { #hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT { display:block; }#hmqdDHvKdEiNbCprfHhsmFuC2kXH8PzT > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUl4mmxpMTOJUFfkWzJEEezuOhxwTQeX { width:18.8125rem;height:26rem;top:21.8125rem;left:0.59375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ED5SRNtSS7OxayGkH4aMiuomQ100cpPV { width:19.9375rem;height:40.1875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGw9n1SHHxrsdAfmA7BNGHmraGy5eBD { width:14.875rem;height:3.9rem;top:16.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6lF8uzCOfJyX4oJ3NH7TpHbEys5IQxy { width:18.625rem;height:4.875rem;top:2.25rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igsOPQ2DCTtKnpKOEsGLxJQ5TriKTG7e { width:14.9375rem;height:3.33125rem;top:11rem;left:1.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON60UwJTdn6DzBuEl7ofKBQr90BQRTsa { width:17.8125rem;height:1.58125rem;top:13.125rem;left:0.6875rem;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D9A16cmyNuIvMXSRUOMTBTH9L6GqREqC { display:flex;width:4.1875rem;height:4.1875rem;top:22.016176700592rem;left:14.316964626312rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS { display:block; }#aFAJo0zBGgX6NgvCaI2C1uiiNnQ9qFRS > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTIakSIyhFMMsOnibOlz2ETK5xcEFdcs { width:17.4375rem;height:14.0625rem;top:6.875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GgDav0S6qOhVuqqh9bKw3tmxFrJJtko3 { width:20.3125rem;height:100.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLxXa1x2w2FTUWJm9hTf9fMtUqW1ZRd5 { width:13.8125rem;height:3.33125rem;top:2.375rem;left:1.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8LHPiIztpxOgo7srEKkMQs1KJlvACg { width:18.3125rem;height:1.86875rem;top:4.3564453125rem;left:0.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNlULw5KfwvXscZEc3ZMGUPCentoidsD { top:7.9375rem;left:0.90546876192094rem;width:18.1875rem;height:55.9375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hZy8ZdnwT64Vgl7uRV7fsUMTNDciZica { width:20rem;height:3.7375rem;top:72.1396484375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzUdWSS5IcVD3ikObwv8x6sUUGr5lu57 { width:20rem;height:3.25rem;top:76.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ng611cCDozi140atvmD3gF6DkayK0fJz { width:19.5rem;height:16.25rem;top:82.125rem;left:0.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AubLvUVElx0FxNTRBCpVkUnR2x7vpxak { width:13.875rem;height:6.4375rem;top:65.7021484375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL { display:block; }#od31Lq3knqgas0XLpUGAvm8Q6gDAUAJL > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxyGkeDXbAm2TfGTR5esxTyxLLnQhqA7 { width:12.4375rem;height:2.3125rem;top:4.7109375rem;left:3.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvPkZQF5FeI0CXTaVU1OD3fEOgWXI8KI { width:8.375rem;height:2.875rem;top:8.0859375rem;left:5.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yny9mZTnuWik8Kzfyn0iVGHQwR9koe3v { width:12.4375rem;height:2.875rem;top:12.2734375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddzPoLqrDbOtdyNIweVHMiClZfGPqE9J { width:5.1875rem;height:2.875rem;top:16.3984375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8nstJGZH5V3QUiaxeKWdSSi0nVZ2SzV { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi { display:block; }#e3r14rlW0pTp3K0yOSA8h9DZARtq4uKi > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mlfq4KvXFCuEXWS9TcfnrT9Ellefu4VV { width:19.3125rem;height:19.5rem;top:1.9375rem;left:0.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zerd38RlzWsQSIA5bIgEhXplFtaotg9G { display:flex;width:5.9375rem;height:5.9375rem;top:62.3125rem;left:7.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wa169NMUgW2NJ9C2xSaTxh4gVoe39ICH { top:24.125rem;left:0.625rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcc1zy2vVfeu1qQo1fukVtydni96Erqx { display:block; }
 }@media only screen and (max-width: 763px) { #lwwSbsTKwNHa2sHamTlOCFtwnNnul8XH { width:20rem;height:1.3rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFHThgVJxB2gf3GistLPruUe1ogdvkyM { width:18.625rem;height:17.875rem;top:40.25rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUXrPrOu6ZwJzdSJ7aqIVw4atOUfth6p { width:20rem;height:58.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7w9sBQv2gEa9Adx0UTmiXmJcBLEFmGP { width:20rem;height:5.3625rem;top:33.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN { display:block; }#wsRFUr92u0i6H7aeGHwymLIrWQ6KwyAN > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVRbmlNZCTLtA6T3BsdDvcfv5LuqDRuS { width:16.875rem;height:3.7375rem;top:4.8125rem;left:0.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsN0mGAptAQEEtwXOBfHnemncfrSJaIO { width:18.6875rem;height:37.375rem;top:9.8125rem;left:0.65625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8bKdxVshDlywiBTOHWr2pHBXJtMOUWT { width:13.75rem;height:3.33125rem;top:2.79296875rem;left:1.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7dcxHe9zIZTeSmcO5oXz4rO2R8eIPza { width:20rem;height:47.3125rem;top:1.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVMD1whfiZG69rAILoDb8cDHWTdywtme { display:block; }#kVMD1whfiZG69rAILoDb8cDHWTdywtme > .row .container { width:20rem;height:107.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEhD3AKDPhRT30hna73KtzloXPLPOXtG { width:19.9375rem;height:31.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q21w3TeHgaTTMmeyV5JKQCBTrAAk4xTH { width:16.875rem;height:1.86875rem;top:4.8125rem;left:0.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBhf6TDTw1JlihOeLkFLhCNmuygNkqB { width:18.6875rem;height:24.375rem;top:8rem;left:0.65625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrxTvXtPWblOfhOityyd3Vfg4FSrveeN { width:13.75rem;height:6.6625rem;top:2.79296875rem;left:1.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4n0JNTXThQu8bLWLvU0GiyWx28LDJCK { display:flex;width:4.75rem;height:4.75rem;top:38.8125rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W2QkAMVqLJ0o4RhATL9wrLnbNw3to32Q { width:16rem;height:71.25rem;top:34.625rem;left:2.0000000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AEdNpwx42lK7qhyqTemNalOhrdvZC8rL { width:20rem;height:8.9499509322862rem;top:29.9375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny { display:block; }#sDVUFIh6WVS2PQMyVPhLhE8tt2NFk0Ny > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5kKPSgHgt4eT8U3tR7lEX9wJvQ2w0nn { width:19.9375rem;height:37.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTimOSoXILsRx2FCNbUOeFxfvyFAGBi { width:14.1875rem;height:3.33125rem;top:2.6474609375rem;left:1.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiOQR1m7Nk3qZKSHxf1q9luuTTUDoQRz { width:19.25rem;height:1.70625rem;top:4.958984375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGH1Sr84CCQzgbam2GdTZ5KiHdUkdnEX { width:18.9375rem;height:27.625rem;top:9.419921875rem;left:0.53125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ledBf08QSQmwBIByMZI6q5nQrAD1b671 { display:block; }#ledBf08QSQmwBIByMZI6q5nQrAD1b671 > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mute5FSr7oQbKhTHGp5iaC79wcO1Nypq { width:19rem;height:16.25rem;top:9.75rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQqpGtiO8ySLVTxUWWAZvNaAdryUPzCV { width:20rem;height:26.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opU7cpPOLlREKbzeco4VfmBJCA3gqEKF { width:14.125rem;height:3.33125rem;top:3.1357421875rem;left:1.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62FHWP45DUy4It2DbJmuLzfLA6Z7UUC { width:20rem;height:1.86875rem;top:5.2802734375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL { display:block; }#TeuvkKhrGKD7bccqipN4RpZBpeZFSVkL > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhQulc6kAViOvi2hJEmXaIIZbNpsGk7a { width:19rem;height:16.25rem;top:9.75rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p2aTTTVW6QbrbK7iQ2NZuZWUu2KNm3TC { width:20rem;height:26.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVWDeToXAiEi6p63X5XAX5g95eDgve2M { width:14.125rem;height:3.33125rem;top:3.1357421875rem;left:1.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPzdz9oH2qivHOmWEc41FUNGZNBVJQl6 { width:14.8125rem;height:2.8875rem;top:5.3427734375rem;left:2.59375rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri { display:block; }#GaWNKkzLNTmAgAbtTV0QwmnkBE4iVNri > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZkQWpPwvS03uPOodRWNCdixavwXCaZw { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gp47d1QA1BNQwTaQzWho8M4Jp75OsW6x { width:20rem;height:20rem;top:13.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgegRaU5y3CHPr9czhNPc6r5mdODkRA { top:7.6103515625rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6UzkqaJ0oBi203DLtv2m5HAz7fuVKOT { display:block; }
 }@media only screen and (max-width: 763px) { #fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 { display:block; }#fQsJft9wOn8ZGU3ktIHUX5f65Hpzl257 > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAoEeZxETe4uum4dati26tmAaUe0FUfC { 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) { #ebUhWwI5RJNn8JTGdFZy4tohr98XHS8y { height:11.209rem;width:20rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEiTzs0psid55e1HhNOEy22dnDsE8iqH { height:11.209rem;width:20rem;top:19.978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9bRZtbUu3X3qTCrJHbOOo07AdEfdqoe { height:11.209rem;width:20rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUGwKKFRE8kT6S5kMhTFlkBuqXdh4hzG { width:20rem;height:6.825rem;top:46.408203125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O { display:block; }#hHsgtb4eA4NNR30S7QW3EZOhipTBJ86O > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHyimFagcsZOKOSZ3ava5Izo76LSRSoC { 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) { #XGJnS6USpVE8VSJaNhBpPTBQiVE9wTf1 { width:2.5rem;height:0.125rem;top:23.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLXTpHVQqlVvhV1L2buXe6OvTeUJmf8H { width:18.9375rem;height:14.9375rem;top:9.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATIc7d0fvzHBbeW1GdcD4HrQKgR0wyBA { width:17.5rem;height:11.2rem;top:12.8115234375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBarsk73D1V2UaX7BDOrTmmk4Nlp99TN { width:20rem;height:auto;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #lGbCN6TGfK7a5eIu1ahsLgfeKxhBEkiI { width:17.5rem;height:9.8rem;top:29.6982421875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTEZSawwylSpiIyDVv9sVMbR4AcVS5qr { width:17.5rem;height:9.8rem;top:46.01171875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrTfA3wSosXhzm5MqLtXLJoH2vGsSlLw { width:17.5rem;height:11.2rem;top:61.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdp7EZ64inwSwTpqeiJNTlN8mtWuMwh5 { width:17.5rem;height:8.4rem;top:79.2099609375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBE0MxUmrvQqcpmtc9LJXPdafF5DHpFS { width:17.5rem;height:8.4rem;top:95.5224609375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcwnENqoB21DhGnecVmub3HR2oxUOX47 { width:7.875rem;height:1.25rem;top:10.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4IO5ETWh40HmAEzcfsGKqefV6b06oM { width:18.9375rem;height:15.0625rem;top:26rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ2mnP3WtpTV5gsOKuchFaIv64DbpZxS { width:18.9375rem;height:15.0625rem;top:42.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBB4Dg30vqTHGPzyXWpz2RTcfzhqIcup { width:7.875rem;height:1.25rem;top:26.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noo88GZWisQbfBcAekuGwDSG9LEQ6hfB { width:7.875rem;height:1.25rem;top:43.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTknSMifUR8XSCP8lOHwr9QnMao05BlT { width:18.9375rem;height:15.0625rem;top:58.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F61R6o5c7h9D4TrCTW8pUzxgNu2hL2I3 { width:7.875rem;height:1.25rem;top:59.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDElGnLhWbm3nAG7WH5ZxNZggXJ7ztue { width:18.9375rem;height:15.0625rem;top:74.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHIJ7EeGcA2vmXBPsgTpwt9FmWvkTtwA { width:18.9375rem;height:15.0625rem;top:91.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6DkMl9HFARUWHEu6U5y7AiCyGa1Sv3y { width:7.875rem;height:1.25rem;top:75.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuVmvlvsWnSO9beSHkCfQfTvXtMQ20Lm { width:7.875rem;height:1.25rem;top:92.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T { display:block; }#LVvsmP9G0MtrHlUtxDXKMmGg0KFsIM7T > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgpnCwvwKit3FtFC3Gbgp7y6T84OMPgJ { width:12.1875rem;height:2.5625rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAe8IJkfDVKQwxC85E3z8tcgfcT2TCO1 { width:19.4375rem;height:3.9rem;top:5.0625rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc { display:block; }#Rm8IXP6qDvJngtA9fUc4klarkCv4vQNc > .row .container { width:20rem;height:131.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ut9AFnemTsB1EgQBJn2mi5LE2HkvbPpP { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfvwcT8DUu7J6Gug2iNOuqVd7EBoF2J { width:20rem;height:122.2rem;top:2.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3dRhJsKTJUXfResklTIl5hBuveGE1t0 { width:20rem;height:0.0625rem;top:125.993125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNpCnXehnCJi3CTkT8DN9yHFph2MxB6i { width:20rem;height:2.6rem;top:127.305625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }