.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-input-select option {
  color: #000;
}
.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 {
  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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { background-color: transparent; background-image: none; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container > .video-iframe-container { display: none; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row > .video-iframe-container { display: none; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .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); }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { border-width: 0; border-radius: 0; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row > .video-iframe-container {  }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#s7Mu2Qzp37wM6mgvc3Bhtw1dAXEkTlSn { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:0.6435546875rem;left:12.34375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { position:relative;display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { background-color: transparent; background-image: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row > .video-iframe-container { display: none; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .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); }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { border-width: 0; border-radius: 0; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container > .video-iframe-container {  }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:10.3125rem;top:4.060546875rem;left:56.23046875rem;overflow:hidden;display:block; }
#w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5.3125rem;top:3.8125rem;left:69.68603515625rem;overflow:hidden;display:block; }
#e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.5625rem;top:4.125rem;left:64.56884765625rem;overflow:hidden;display:block; }
#bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:6.25rem;top:4.125rem;left:3.75rem;overflow:hidden;display:block; }
#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { background-color:transparent;background-image:url("https://images.assets-landingi.com/zcGa9WKS/ALASKA_DESTAQUE_01_copiar_2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.adaptive-delivery-prevent-bg, #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.lazyload, #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.lazyloading { background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { background-color: transparent; background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .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); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { border-width: 0; border-radius: 0; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container {  }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;overflow:visible;position:relative;display:block; }#xvabw6kchkWblANLo88nuwQQXsQgqB98 { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.7451171875rem;left:3.75rem;height:8.53125rem;font-style:normal;display:block; }
#OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.3740234375rem;left:3.75rem;height:10.7988625rem;font-style:normal;display:block; }
#J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.50927734375rem;left:3.75rem;display:block; }
#fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010d11, #002431);background-image: -moz-linear-gradient(180deg, #010d11, #002431);background-image: -ms-linear-gradient(180deg, #010d11, #002431);background-image: -o-linear-gradient(180deg, #010d11, #002431);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010d11', endColorstr='#002431' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010d11', endColorstr='#002431' );";background-image: linear-gradient(180deg, #010d11, #002431);background-size:auto !important;position:relative;display:block; }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row .container { background-color: transparent; background-image: none; }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row .container > .video-iframe-container { display: none; }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row > .video-iframe-container { display: none; }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .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); }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row .container { border-width: 0; border-radius: 0; }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row > .video-iframe-container {  }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#JDI3UAwsQqPHfJyD7C2CRFHTakuKqACT { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:3.7685546875rem;left:3.75rem;height:5.3994125rem;font-style:normal;display:block; }
#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002431, #000000);background-image: -moz-linear-gradient(180deg, #002431, #000000);background-image: -ms-linear-gradient(180deg, #002431, #000000);background-image: -o-linear-gradient(180deg, #002431, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002431', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002431', endColorstr='#000000' );";background-image: linear-gradient(180deg, #002431, #000000);background-size:cover !important;position:relative;display:block; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { background-color: transparent; background-image: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .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); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { border-width: 0; border-radius: 0; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container {  }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#vZpuKh6HawxZfD0igknbDL42V34v9UB4 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUH7PbTtQV6JSoeN9wGRKTd2qWUBJZpR { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnnB6JfmW0d6nOqZlElnQW6mWTPlM4Fo { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4990234375rem;left:28.46875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ah8IIgneXuzVUU4F0D8D73wZeaWDcJTN { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:25.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N5lAXxTTAFuHnbhIwUsrTcTGkcNruzye { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.4990234375rem;left:54.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFQUTJ02eWysvmPpmhtsPKLPvhMLcM74 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3125rem;left:50.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKtFf04afBOtPCc9cxsoFSwAK3GLnr7X { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:1.875rem;left:59.375rem;display:block; }
#VXLftkbf3ximw9GnSGDed8bKeyPQnU0r { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:1.875rem;left:34.375rem;display:block; }
#IdUaTJMSPPGvTGdL6zaTmeLwEO0lFroK { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:1.875rem;left:9.375rem;display:block; }
#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { background-color: transparent; background-image: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container > .video-iframe-container { display: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container { display: none; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .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); }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { border-width: 0; border-radius: 0; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row > .video-iframe-container {  }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.1875rem;top:1.375rem;left:14.0625rem;overflow:hidden;display:block; }
#TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:7.6875rem;top:1rem;left:25.9375rem;overflow:hidden;display:block; }
#pLaeJAqHKRpeg9araJSucO6E1KEluKsE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:7.6875rem;top:1.875rem;left:37.375rem;overflow:hidden;display:block; }
#RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:5.25rem;top:1.75rem;left:48.0625rem;overflow:hidden;display:block; }
#zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:0.71875rem;left:56.5rem;overflow:hidden;display:block; }
#R7fmu3mgizmIXA6Iqv9BNZMUQCn6VpDR { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;height:0.1875rem;width:12.5rem;top:7.75rem;left:31.25rem;display:block; }
#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { background-color: transparent; background-image: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container > .video-iframe-container { display: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container { display: none; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .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); }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { border-width: 0; border-radius: 0; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row > .video-iframe-container {  }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.353515625rem;left:20.25rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buDDNW9RlNa4egT7rAPToIhRopqQaPPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #002431);background-image: -moz-linear-gradient(180deg, #000000, #002431);background-image: -ms-linear-gradient(180deg, #000000, #002431);background-image: -o-linear-gradient(180deg, #000000, #002431);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002431' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002431' );";background-image: linear-gradient(180deg, #000000, #002431);background-size:cover !important;position:relative;display:block; }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row .container { background-color: transparent; background-image: none; }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row .container > .video-iframe-container { display: none; }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row > .video-iframe-container { display: none; }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .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); }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row .container { border-width: 0; border-radius: 0; }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row > .video-iframe-container {  }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row .container { font-size:0.875rem;font-family:arial;height:91.8125rem;width:75rem;position:relative;display:block; }#yUhuHTN6cKuaccRdQu2TiHM8g6wO9Q46 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:33.1875rem;width:33.1875rem;top:28.125rem;left:8.625rem;overflow:hidden;display:block; }
#Gdp848vgSBwxm2b48TU43LaslfBTqzVr { position:absolute;display:block;z-index:15008;background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:3.75rem;width:8.125rem;top:33.5625rem;left:44.3125rem;display:block; }
#Pok88r3ai2m5zD6VeTdgoUH3kGiliPPI { position:absolute;display:block;z-index:15007;background-color:#00d8ff;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;height:0.125rem;width:16.25rem;top:37.25rem;left:44.3125rem;display:block; }
#KzV6slUdP4hnAzifwTutrSAsUOvR2LwN { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:38.4375rem;left:44.3125rem;height:4.12543125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPBzBMPvb4ER5ADFoGMA3eu5UuHkglGW { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:43.4375rem;left:44.3125rem;height:9.09765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rD97ImhFfOUwVoI8NGyOkBrVOD17K9yP { z-index:15023;top:55.625rem;left:44.3125rem;background-color:#fe4600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zeiiWstqgMtdkKPT1zkkkwLnOg906kWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DHamaapMoSK0ekZdowQGLgeBO2Gi2ipN { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:17.375rem;top:65.5625rem;left:5.875rem;overflow:hidden;display:block; }
#U2PBGO7HTZ2lyMIS6JPfdlBw6sNeJ9LR { position:absolute;display:block;z-index:15030;background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:8.125rem;top:75rem;left:7.375rem;display:block; }
#bSr6INvDWgygziKHd8zta5ta8n4TcFJh { position:absolute;display:block;z-index:15031;background-color:#00d8ff;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;height:0.125rem;width:14.375rem;top:77.6875rem;left:7.375rem;display:block; }
#BopKT6AAzK7A1a4XitKqGVDZzkgfq7fP { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:82rem;left:7.625rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bHKFIRWNKlW4nZzWHRtGbq3q9CTZQ9y9 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:82rem;left:30.25rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ixTQcIgIARG2SPoxtWxuXgyM2CzuVdAM { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:78.75rem;left:30.0625rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c1TDICS5Pq5a6FPSVC3W1TfFHaNIsU5e { position:absolute;display:block;z-index:15037;background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:8.125rem;top:75rem;left:30.0625rem;display:block; }
#Jwl2vKUIsfupT3XztJKSmQt5VzM3IUhh { position:absolute;display:block;z-index:15038;background-color:#00d8ff;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;height:0.125rem;width:14.375rem;top:77.6875rem;left:30.0625rem;display:block; }
#OHm91dmlHoQxJ16ylpGZJg2fWc7Gb8Ts { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:82rem;left:52.875rem;height:5.249025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d58ktB7wgdUQCXyHy6IdGrTAkFSuFDMq { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:78.75rem;left:52.6875rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHLHPtpzbCzJIv4B2BuKovkJTXU7Jqby { position:absolute;display:block;z-index:15044;background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.75rem;width:8.125rem;top:75rem;left:52.625rem;display:block; }
#vxO1Ga9uGKXJ5BOTovFrvZpCPv2FGMfk { position:absolute;display:block;z-index:15045;background-color:#00d8ff;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;height:0.125rem;width:14.375rem;top:77.6875rem;left:52.625rem;display:block; }
#AFi3KoTaN3y9hwIa9EoGcrEuyQU095Fx { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:17.375rem;top:65.5625rem;left:50.6875rem;overflow:hidden;display:block; }
#WFAlkuOHWKKKGnl75RXg5IdXzL2SObQZ { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:17.3125rem;top:65.59375rem;left:28.6875rem;overflow:hidden;display:block; }
#Mafzcqf4M8ZgVmHEwND549OU5MJXgDZC { color:#ffffff;display:block;width:15.374375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:78.75rem;left:7.3740234375rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SkRKF1tNzlvDeRhDABhRatiNpLFBsSng { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;height:22.5rem;width:40rem;top:0.375rem;left:17.34375rem;display:block; }
#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { position:relative;display:block; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { background-color: transparent; background-image: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row > .video-iframe-container { display: none; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .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); }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { border-width: 0; border-radius: 0; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container > .video-iframe-container {  }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { color:#000102;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.25rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN { position:relative;display:block; }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN { background-color: transparent; background-image: none; }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row .container > .video-iframe-container { display: none; }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row > .video-iframe-container { display: none; }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .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); }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN { border-width: 0; border-radius: 0; }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row .container > .video-iframe-container {  }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#LBn6N9qHUH06ipXozxKGkvBIHn9l78gm { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:11.249132156372rem;left:2.0625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRKGNAWvrls8x3xyyD9qNFLZRUGFVkTh { color:#000000;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.185765266419rem;left:1.5rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U05RDkRC1MKCMRK5mdNSUIASoI04kke0 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/67pr51qt/1623333610446.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:6.25rem;width:6.25rem;top:3.125rem;left:9.375rem;display:block; }#U05RDkRC1MKCMRK5mdNSUIASoI04kke0.adaptive-delivery-prevent-bg, #U05RDkRC1MKCMRK5mdNSUIASoI04kke0.lazyload, #U05RDkRC1MKCMRK5mdNSUIASoI04kke0.lazyloading { background-image: none; }
#cnLbkRmasyqDRCF25PSzRTTUldoIwaT3 { color:#000000;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.250000953674rem;left:26.5rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVkmV4R6mtiDPzQMXUhBPfqqf3I9NvTP { color:#000000;display:block;width:21.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.247396469116rem;left:26.6875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8kO7Ss6goRbCuemTcZczm0S7osQAUHk { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/fzpmLHhK/0_1_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:6.25rem;width:6.25rem;top:3.1875rem;left:34.375rem;display:block; }#s8kO7Ss6goRbCuemTcZczm0S7osQAUHk.adaptive-delivery-prevent-bg, #s8kO7Ss6goRbCuemTcZczm0S7osQAUHk.lazyload, #s8kO7Ss6goRbCuemTcZczm0S7osQAUHk.lazyloading { background-image: none; }
#qmIJu8NoQzbIOl9XnsWHrd24dHlJWX1d { color:#000000;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:15.250000953674rem;left:51.5rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anT67xUwpHQZg30rTg8E86cNPS9gbV8U { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.3125rem;left:52.0625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQgB8fLU805ySgmbBWgHqxm2qnm3Xeuy { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xpsnbBN2/0_2_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;height:6.25rem;width:6.25rem;top:3.1875rem;left:59.375rem;display:block; }#BQgB8fLU805ySgmbBWgHqxm2qnm3Xeuy.adaptive-delivery-prevent-bg, #BQgB8fLU805ySgmbBWgHqxm2qnm3Xeuy.lazyload, #BQgB8fLU805ySgmbBWgHqxm2qnm3Xeuy.lazyloading { background-image: none; }
#DTqSQZXa0GXTErJkmaXPEwVyz4UETE5F { position:absolute;display:block;z-index:15003;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:8.4375rem;display:block; }
#IKNbgNKGX8pkSyRQBM7KJcmXnC3748cm { position:absolute;display:block;z-index:15004;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:33.4375rem;display:block; }
#kiPFaBe2J6oeqTQLKGSpNI6r62HFLC35 { position:absolute;display:block;z-index:15005;height:8.125rem;width:8.125rem;top:2.1875004768372rem;left:58.4375rem;display:block; }
#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd { background-color:rgba(255,255,255,0.7);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row .container { background-color: transparent; background-image: none; }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row .container > .video-iframe-container { display: none; }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row > .video-iframe-container { display: none; }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .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); }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row .container { border-width: 0; border-radius: 0; }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row > .video-iframe-container {  }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Kcm1aqqoe3fnicXhaZK4M9V5i0pR01CX { background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:26.25rem;display:block; }
#m9ziGPUK4yeWi7Vm8TSqX68tOLWP4rid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq { background-color:transparent;background-image:url("https://images.assets-landingi.com/0ak21nf2/bg01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq.adaptive-delivery-prevent-bg, #SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq.lazyload, #SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq.lazyloading { background-image: none; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row .container { background-color: transparent; background-image: none; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row .container > .video-iframe-container { display: none; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row > .video-iframe-container { display: none; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .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); }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row .container { border-width: 0; border-radius: 0; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row > .video-iframe-container {  }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;overflow:visible;position:relative;display:block; }#SGlQmH94ETNfCXDHT4BL59I6kEaKhs9T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:5.8125rem;top:2.0625rem;left:49.6875rem;overflow:hidden;display:block; }
#Fm5gsaZcvSirTK83zX9VyZLu7HhfkG5C { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6rem;top:2.15625rem;left:60.1875rem;overflow:hidden;display:block; }
#gF0AWPXtvgvSipiMZDy9wzCgPFb9yNbZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:4.625rem;top:2.0625rem;left:39.8125rem;overflow:hidden;display:block; }
#P1bMVQlmy5vmeuozdDtug4R4V0SS22k2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:5.5rem;top:1.5rem;left:28.8125rem;overflow:hidden;display:block; }
#LgSMKf46a0CaEe4KrfpEiRQtMlBcKn21 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:5.5rem;top:1.8125rem;left:17.8125rem;overflow:hidden;display:block; }
#fGTNm7noomhsnhcEeLPHc2yhHCHfJXy3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:5.25rem;top:2.15625rem;left:7.75rem;overflow:hidden;display:block; }
#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC { background-color:transparent;background-image:url("https://images.assets-landingi.com/0ak21nf2/bg01.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC.adaptive-delivery-prevent-bg, #e9iMqhp1rlKTO4wRR18z5yTayxKelLEC.lazyload, #e9iMqhp1rlKTO4wRR18z5yTayxKelLEC.lazyloading { background-image: none; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row .container { background-color: transparent; background-image: none; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row .container > .video-iframe-container { display: none; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row > .video-iframe-container { display: none; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .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); }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row .container { border-width: 0; border-radius: 0; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row > .video-iframe-container {  }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;overflow:visible;position:relative;display:block; }#LCrvkVrd3rT0XAp38Tpm7QUy98GBp763 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:7.9375rem;top:2.0625rem;left:49.0625rem;overflow:hidden;display:block; }
#bTci3VTMIB8lZMiQtr8rfy4Jpo0uDSDu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:6rem;top:1.4375rem;left:61.1875rem;overflow:hidden;display:block; }
#K3ZbvMuos8ce4mFMPsiFmLhtEcNiaLTe { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:7.4375rem;top:2.0625rem;left:38.25rem;overflow:hidden;display:block; }
#AkDmbfTuM4HGUiSQqAMhM5cWaH1UMC4f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:5.5rem;top:1.5rem;left:28.1875rem;overflow:hidden;display:block; }
#ec5G7xTQsHo3gzTVXZJEqbuANVlEsLb9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:8.0625rem;top:2.59375rem;left:16.3125rem;overflow:hidden;display:block; }
#hatinIPLNMKf0Xa5VNyXXDJLm3UOy1AW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:5.5rem;top:9.5rem;left:56.9375rem;overflow:hidden;display:block; }
#krXEDiriyJqbfTcqpunGxdCB5FHKsBAD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:6.875rem;top:9.6875rem;left:45.125rem;overflow:hidden;display:block; }
#fd85QC9z6VUxmxbhweOcc9zvzsCKPiZJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:7.3125rem;top:9.90625rem;left:33.84375rem;overflow:hidden;display:block; }
#pLedgw8lgTJhfD8qo5JODK7MHCO5Mq1Q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:5.5rem;top:9.5rem;left:23.625rem;overflow:hidden;display:block; }
#llX2UMMrBp3mOvLywPrKtscshvpW9KJ4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.25rem;top:9.5rem;left:12.5625rem;overflow:hidden;display:block; }
#Co5cngH9lNdFTKidbkPP3zeOrTDQ3y5C { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:5.25rem;top:1.4375rem;left:7.875rem;overflow:hidden;display:block; }
#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #002431);background-image: -moz-linear-gradient(180deg, #000000, #002431);background-image: -ms-linear-gradient(180deg, #000000, #002431);background-image: -o-linear-gradient(180deg, #000000, #002431);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002431' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002431' );";background-image: linear-gradient(180deg, #000000, #002431);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { background-color: transparent; background-image: none; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container > .video-iframe-container { display: none; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row > .video-iframe-container { display: none; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .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); }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { border-width: 0; border-radius: 0; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row > .video-iframe-container {  }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;overflow:visible;position:relative;display:block; }#E9Bf4Jr950WJKfser6rrF6ABBf4OcThF { color:#00d8ff;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:5.9375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdpTBwTl7RRzwGIdNovhcrkuPsQE027G { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.2499997615813rem;left:11.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmCXWzNufgsOkL23fy6pimV1Nk0gMT8U { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:4.625rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rMBKJWXUTzfWEBxkywhxQfVcuwgn6oo7 { color:#00d8ff;display:block;width:53.0625rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:11.75rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QPL73J5AKKWR78ZTsy6c3doBeUgidZSE { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.9375rem;left:19.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eokIOEUeMZ8fqwUsDJ0fTN1c1NI7xUxI { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:5.25rem;left:31.75rem;display:block; }
#xsbbnF7SxcybV72EoWyKh7qGHyoIq1ET { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:5.25rem;left:31.75rem;display:none; }
#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002431, #000000);background-image: -moz-linear-gradient(180deg, #002431, #000000);background-image: -ms-linear-gradient(180deg, #002431, #000000);background-image: -o-linear-gradient(180deg, #002431, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002431', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002431', endColorstr='#000000' );";background-image: linear-gradient(180deg, #002431, #000000);background-size:auto !important;position:relative;display:block; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { background-color: transparent; background-image: none; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container > .video-iframe-container { display: none; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row > .video-iframe-container { display: none; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .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); }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { border-width: 0; border-radius: 0; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row > .video-iframe-container {  }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#WlrCmK96uStvP5EC8AcTMrukvDTV9U63 { position:absolute;display:block;z-index:15040;background-color:rgba(0,216,255,0.18);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:26.4375rem;width:23.75rem;top:9.1874996423719rem;left:0.625rem;display:block; }
#q4XgevORAUvltuqi9bLSJbKU8nmWJSfM { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.4;letter-spacing:0;top:14.312499642372rem;left:2.4375rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPw5JssLRb2k5ntHg4eBhKraQSzeNE3t { color:#00d8ff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:11.062499642372rem;left:0.625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJvvaRPdUVsFWOxy3Nkduz4cHGm5WIZL { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:15.625rem;top:22.125000596046rem;left:4.6875rem;overflow:hidden;display:block; }
#cJv6BkoxmTzR0fkSAwggUnMKzOzMcL3i { position:absolute;display:block;z-index:15044;background-color:rgba(0,216,255,0.18);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:26.4375rem;width:23.75rem;top:9.1874996423719rem;left:25.625rem;display:block; }
#rEAbyfSzETgJVLgQibsRXWTcEnfyhROd { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:13.5625rem;top:22.311630249024rem;left:30.71875rem;overflow:hidden;display:block; }
#EOvOxzhRhquin9WCxT32VimPbIhiFcXw { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:15.687499895692rem;left:26.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntZBa2cof2MGSVJHHBHqXt6K1dyTo51E { color:#00d8ff;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:11.062499642372rem;left:27.53125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzEaCrkoyfb7T990R3TNyFDJwZd8ZID4 { position:absolute;display:block;z-index:15048;background-color:rgba(0,216,255,0.18);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:26.4375rem;width:23.75rem;top:9.1874996423719rem;left:50.625rem;display:block; }
#aOXFwr8384cwzlTZsc2smstsXRhMlszU { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:16.5rem;top:22.748264312744rem;left:54.25rem;overflow:hidden;display:block; }
#e0cCMLuEQ5lsO5hpG0BKr5pOlkfIMD5s { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:15.562500596046rem;left:52.4375rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0flvOWnOJIsL0xDGXSmz2fPS0dCTfp0 { color:#00d8ff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.1;letter-spacing:0;top:11.062499642372rem;left:50.625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xoaD4SuKkcbKIMgCKdnm69tNvIo31yQl { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125076293945rem;left:4.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5bezZRL3GOiZyzAiABEZPNwGdvCOmEP { background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0rem 0rem 3.75rem rgba(0,216,255,0.66) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.25rem;left:26.25rem;display:block; }
#rXfCB2on1A9pvtG6ACtid68th7ycyrfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { position:relative;display:block; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { background-color: transparent; background-image: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container > .video-iframe-container { display: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row > .video-iframe-container { display: none; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .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); }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { border-width: 0; border-radius: 0; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container > .video-iframe-container {  }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { position:relative;display:block; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { background-color: transparent; background-image: none; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container > .video-iframe-container { display: none; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row > .video-iframe-container { display: none; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .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); }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { border-width: 0; border-radius: 0; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container > .video-iframe-container { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { color:#000102;display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.875rem;left:9.78125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbGQsupcT47t2bdr7oQMvud92DzZU1pa { position:relative;display:block; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa { background-color: transparent; background-image: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .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); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa { border-width: 0; border-radius: 0; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container > .video-iframe-container {  }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.7);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#NCT42QssGWGpZdRyghQq1SVDAz0lF3CX { color:#000000;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.125rem;left:2.4375rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7fBOoR8rPHfgDL2KF0f8V8sDPfCtKBW { color:#000000;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I99tbUAcTKg2xqLSrFySaXFk4Ph8NBLH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5rem;left:28.125rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G21R2PgfLp0RALO1pIntK7TgHiDCTlSh { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10.125rem;left:30.25rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#He3FbhG754QU2OfmtePzban9RywnaxyW { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:52.4375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8KWV9NqqW3tiVFhRGrkHmIWVscI5gO8 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:10.125rem;left:57.25rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5eDsaUDAhZThqhkyOyeZt9VDil8KiCL { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:1.875rem;left:59.375rem;display:block; }
#grQBflwSb9iCce8BkWPu6m5Jvpa9Zzkk { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:1.875rem;left:34.375rem;display:block; }
#I2G4eUgbHvh8DKXIFhO8lQfzc0BSlnq0 { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:1.875rem;left:9.375rem;display:block; }
#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { position:relative;display:block; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { background-color: transparent; background-image: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .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); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { border-width: 0; border-radius: 0; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container > .video-iframe-container {  }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.7);background-image:none;font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#TZ3kLAMWN5fE4t83lT0anDWU1J9yFg1u { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10rem;left:5.25rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d96URmR4haidKULuO8w1WoZpf522L1RD { color:#000000;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5rem;left:1.5625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObL5pEWp4n9FnTSaRU05BAsdfzmCAkf9 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.5rem;left:26.5rem;height:6.82225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8WP9RP6rgT2zbztBnT3hFtMIcyvGbpm { color:#000000;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:10rem;left:25.3125rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBnKD4RBQ5Sip1T0AVPzGAyl4t5UWgdT { color:#000000;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:51.6875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNV0VT3oXFsZXkexBkLyOeqoZX6wHRak { color:#000000;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:10rem;left:53.6875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RVNVPAWdnvL0Hq26UDBstxVvTIffQcSw { position:absolute;display:block;z-index:15008;height:6.25rem;width:6.25rem;top:1.875rem;left:59.375rem;display:block; }
#gwnxN1hAxutaRtWXTawBNeqWyHl1XiRB { position:absolute;display:block;z-index:15009;height:6.25rem;width:6.25rem;top:1.875rem;left:34.375rem;display:block; }
#KedJHx0q2O5p1y1XzcG1bf5vOe9lm7US { position:absolute;display:block;z-index:15010;height:6.25rem;width:6.25rem;top:1.875rem;left:9.375rem;display:block; }
#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { position:relative;display:block; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { background-color: transparent; background-image: none; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container > .video-iframe-container { display: none; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row > .video-iframe-container { display: none; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .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); }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { border-width: 0; border-radius: 0; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;position:relative;display:block; }#RadgUS7NnCVJh498xvEpZZK18mkdM4A3 { background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3819446563721rem;left:26.25rem;display:block; }
#LVA3l4sI4TJFRaVa1C4kyoZdiQRr1wNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { position:relative;display:block; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { background-color: transparent; background-image: none; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container > .video-iframe-container { display: none; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row > .video-iframe-container { display: none; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .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); }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { border-width: 0; border-radius: 0; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container > .video-iframe-container {  }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.6875rem;width:75rem;position:relative;display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #002431, #000000);background-image: -moz-linear-gradient(180deg, #002431, #000000);background-image: -ms-linear-gradient(180deg, #002431, #000000);background-image: -o-linear-gradient(180deg, #002431, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002431', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002431', endColorstr='#000000' );";background-image: linear-gradient(180deg, #002431, #000000);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { background-color: transparent; background-image: none; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container > .video-iframe-container { display: none; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row > .video-iframe-container { display: none; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .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); }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { border-width: 0; border-radius: 0; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row > .video-iframe-container {  }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;overflow:visible;position:relative;display:block; }#SANtxgwGTecxOk3BvGybeffR4L9nIVmg { color:#ffffff;display:block;width:53.0625rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11rem;left:7.0625rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yomuwBfqkSne6aQnBZ4X4w2D6MhZ8K7S { color:#00d8ff;display:block;width:35.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.4375rem;left:19.625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDF1RQr0X3q7ohaU1nXQCMAGNcT5ukcA { color:#ffffff;display:block;width:65.8125rem;position:absolute;font-family:montserrat;font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.75rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { background-color: transparent; background-image: none; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container > .video-iframe-container { display: none; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row > .video-iframe-container { display: none; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .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); }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { border-width: 0; border-radius: 0; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row > .video-iframe-container {  }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#CkTkXfxOpCCxQg03adiIBfXm5ShPwSGJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:7.8125009536744rem;left:45.8125rem;overflow:hidden;display:block; }
#Q9ERaDc6NBWBCJRwQlBwTX8oPsIzzpcb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:7.8125009536744rem;left:56.9375rem;overflow:hidden;display:block; }
#CO0waAbdATtDerpWnHSyb6MksMmIiLVz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:7.8125009536744rem;left:34.75rem;overflow:hidden;display:block; }
#dbJRFcklTUxZBoFdeRrL32zbleBtDK2T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:7.8125009536744rem;left:23.6875rem;overflow:hidden;display:block; }
#gpTqzrSNuRnQbJ1GHWkqUePZ3Ox3P85s { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:7.8125009536744rem;left:12.625rem;overflow:hidden;display:block; }
#iOQbhU4hadC5yNTDGQAIDFtd3xsu2neW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:13.875000715256rem;left:56.9375rem;overflow:hidden;display:block; }
#Mn6smhsBEQ6r84cIadkNyfREQDcz6Dkl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:13.875000715256rem;left:45.8125rem;overflow:hidden;display:block; }
#AXTHU8ovTReQv4Zqd2C7WrBVun7iksSu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:13.875000715256rem;left:34.6875rem;overflow:hidden;display:block; }
#OXh6729DsHcVU0F1gPu9mnQyPRUATOlK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:13.875000715256rem;left:23.625rem;overflow:hidden;display:block; }
#Mfw83Mqc3rLULyKO62Q1xxTGe0lRSosy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5rem;width:5.5rem;top:13.875000715256rem;left:12.5625rem;overflow:hidden;display:block; }
#HbGb7Zbqsinb8I6qRT74BOUvwAc29eIG { color:#000000;display:block;width:48.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0416669845581rem;left:13.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qkeHnJiQM9rZMPyPylKedgc4XR9MgtDc { position:absolute;display:block;z-index:15001;background-color:#00d8ff;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;box-shadow: 0rem 0rem 3.75rem rgba(0,216,255,0.6) ;height:2.75rem;width:35.4375rem;top:2.5199661254883rem;left:19.78125rem;display:block; }
#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { background-color: transparent; background-image: none; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container > .video-iframe-container { display: none; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row > .video-iframe-container { display: none; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .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); }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { border-width: 0; border-radius: 0; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row > .video-iframe-container {  }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;overflow:visible;position:relative;display:block; }#wHpDQmtQARIGzaT3ITpQQ2p1xJZgBqFN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:54.9375rem;top:2.2499971389771rem;left:10.03125rem;overflow:hidden;display:block; }
#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #002431);background-image: -moz-linear-gradient(180deg, #000000, #002431);background-image: -ms-linear-gradient(180deg, #000000, #002431);background-image: -o-linear-gradient(180deg, #000000, #002431);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002431' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002431' );";background-image: linear-gradient(180deg, #000000, #002431);background-size:auto !important;position:relative;display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { background-color: transparent; background-image: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container > .video-iframe-container { display: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container { display: none; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .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); }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { border-width: 0; border-radius: 0; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row > .video-iframe-container {  }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { color:#ffffff;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.1875rem;left:10.25rem;height:14.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIU0yTD50pgd1fQio5Jc88zPnqh6O0zg { position:absolute;display:block;z-index:15001;background-color:#002431;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:22.5rem;width:22.5rem;top:10.529527187347rem;left:7.5rem;display:block; }
#LyddowPHNXo56TalT9bZq55yiWwmPe4T { position:absolute;display:block;z-index:15000;height:25rem;width:25rem;top:9.3125rem;left:6.25rem;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-form-header {  }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:29rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00d8ff;border-left:0.0625rem solid #00d8ff;border-right:0.0625rem solid #00d8ff;border-bottom:0.0625rem solid #00d8ff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00d8ff;border-left:0.0625rem solid #00d8ff;border-right:0.0625rem solid #00d8ff;border-bottom:0.0625rem solid #00d8ff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { border-top-left-radius:6.75rem;border-top-right-radius:6.75rem;border-bottom-left-radius:6.75rem;border-bottom-right-radius:6.75rem;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #00d8ff;border-left:0.0625rem solid #00d8ff;border-right:0.0625rem solid #00d8ff;border-bottom:0.0625rem solid #00d8ff;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:montserrat;font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:bold;color:#ffffff;width:29rem;height:3.875rem;font-family:"montserrat bold";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.29); }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.625rem;overflow:hidden;font-style:normal; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:first-of-type{padding-top:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-container:last-of-type{padding-bottom:0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;position:absolute;top:8.875rem;left:41.75rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;position:absolute;top:8.875rem;left:41.75rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #zmwCEih0G1sOyZgEMTACBguigemE11wo { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #vaLc27i44VGsQFszfK4PWby8tsFQ2l0i { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #E3N3x5MTBFfFJGgde8bzAD5Th1fTJQ5q { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #PfH72kTeJiXKxhITawVxQQEoddA4wZe5 { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CDaesbRqQhvPW6oAAkTO9zztvb6tr2Di { position:relative;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ysHd09WEthgOWnlxAfX5ryXwUDWrIt0F { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m { position:relative; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d { position:relative; }
#JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { color:#00d8ff;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6rem;left:44.625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { background-color: transparent; background-image: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container { display: none; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .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); }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { border-width: 0; border-radius: 0; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row > .video-iframe-container {  }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { color:rgba(255,255,255,0.61);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.427734375rem;left:0rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE { position:relative;display:none; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE { border-width: 0; border-radius: 0; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container > .video-iframe-container {  }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#MTQEpTId7yFqQFuEUGaDbg3lZwGb2Alb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#qOuXCbuNZcQs0z1rAf2VHa0SsOHBr1Pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO { display:none; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s7Mu2Qzp37wM6mgvc3Bhtw1dAXEkTlSn { width:47.75rem;height:2.375rem;top:0.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:10.3125rem;height:4.5rem;top:4rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { width:5.3125rem;height:5rem;top:3.8125rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { width:4.5625rem;height:4.375rem;top:4.125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:6.25rem;height:4.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvabw6kchkWblANLo88nuwQQXsQgqB98 { width:41.4375rem;height:8.5rem;top:5.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { width:34.9375rem;height:10.75rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { width:25.625rem;height:3.75rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block; }
 }@media only screen and (max-width: 763px) { #g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi { display:block; }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDI3UAwsQqPHfJyD7C2CRFHTakuKqACT { width:33.5625rem;height:5.375rem;top:3.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntio0DG4qmTcGb0lA1GVgFIZckooTQRF { display:block; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZpuKh6HawxZfD0igknbDL42V34v9UB4 { width:24.375rem;height:2.4375rem;top:9.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUH7PbTtQV6JSoeN9wGRKTd2qWUBJZpR { width:18.75rem;height:1.1875rem;top:12.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnnB6JfmW0d6nOqZlElnQW6mWTPlM4Fo { width:18.0625rem;height:2.4375rem;top:12.4375rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah8IIgneXuzVUU4F0D8D73wZeaWDcJTN { width:24.375rem;height:2.4375rem;top:9.3125rem;left:7.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lAXxTTAFuHnbhIwUsrTcTGkcNruzye { width:16.125rem;height:2.4375rem;top:12.4375rem;left:31.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQUTJ02eWysvmPpmhtsPKLPvhMLcM74 { width:24.375rem;height:2.4375rem;top:9.3125rem;left:23.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtFf04afBOtPCc9cxsoFSwAK3GLnr7X { width:6.25rem;height:6.25rem;top:1.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXLftkbf3ximw9GnSGDed8bKeyPQnU0r { width:6.25rem;height:6.25rem;top:1.875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdUaTJMSPPGvTGdL6zaTmeLwEO0lFroK { width:6.25rem;height:6.25rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { width:9.1875rem;height:2.5rem;top:1.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { width:7.6875rem;height:3.1875rem;top:1rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaeJAqHKRpeg9araJSucO6E1KEluKsE { width:7.6875rem;height:1.75rem;top:1.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { width:5.25rem;height:1.75rem;top:1.75rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { width:3.8125rem;height:3.8125rem;top:0.6875rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7fmu3mgizmIXA6Iqv9BNZMUQCn6VpDR { width:12.5rem;height:0.1875rem;top:7.75rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { width:34.5rem;height:3.125rem;top:1.3125rem;left:6.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buDDNW9RlNa4egT7rAPToIhRopqQaPPi { display:block; }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUhuHTN6cKuaccRdQu2TiHM8g6wO9Q46 { width:33.1875rem;height:33.1875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdp848vgSBwxm2b48TU43LaslfBTqzVr { width:8.125rem;height:3.75rem;top:33.5625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pok88r3ai2m5zD6VeTdgoUH3kGiliPPI { width:16.25rem;height:0.125rem;top:37.25rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzV6slUdP4hnAzifwTutrSAsUOvR2LwN { width:22.0625rem;height:4.125rem;top:38.4375rem;left:25.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPBzBMPvb4ER5ADFoGMA3eu5UuHkglGW { width:21.375rem;height:9.0625rem;top:43.4375rem;left:26.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD97ImhFfOUwVoI8NGyOkBrVOD17K9yP { top:55.625rem;left:30.6875rem;width:15.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeiiWstqgMtdkKPT1zkkkwLnOg906kWK { display:block; }
 }@media only screen and (max-width: 763px) { #DHamaapMoSK0ekZdowQGLgeBO2Gi2ipN { width:17.375rem;height:14.5rem;top:65.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2PBGO7HTZ2lyMIS6JPfdlBw6sNeJ9LR { width:8.125rem;height:2.6875rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSr6INvDWgygziKHd8zta5ta8n4TcFJh { width:14.375rem;height:0.0625rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BopKT6AAzK7A1a4XitKqGVDZzkgfq7fP { width:14.1875rem;height:4.1875rem;top:82rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHKFIRWNKlW4nZzWHRtGbq3q9CTZQ9y9 { width:14.1875rem;height:4.1875rem;top:82rem;left:16.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTQcIgIARG2SPoxtWxuXgyM2CzuVdAM { width:15.375rem;height:2.25rem;top:78.75rem;left:16.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1TDICS5Pq5a6FPSVC3W1TfFHaNIsU5e { width:8.125rem;height:2.6875rem;top:75rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwl2vKUIsfupT3XztJKSmQt5VzM3IUhh { width:14.375rem;height:0.0625rem;top:77.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHm91dmlHoQxJ16ylpGZJg2fWc7Gb8Ts { width:14.1875rem;height:5.1875rem;top:82rem;left:33.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d58ktB7wgdUQCXyHy6IdGrTAkFSuFDMq { width:15.375rem;height:2.25rem;top:78.75rem;left:32.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHLHPtpzbCzJIv4B2BuKovkJTXU7Jqby { width:8.125rem;height:2.6875rem;top:75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxO1Ga9uGKXJ5BOTovFrvZpCPv2FGMfk { width:14.375rem;height:0.0625rem;top:77.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFi3KoTaN3y9hwIa9EoGcrEuyQU095Fx { width:17.375rem;height:14.5rem;top:65.5625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFAlkuOHWKKKGnl75RXg5IdXzL2SObQZ { width:17.3125rem;height:14.4375rem;top:65.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mafzcqf4M8ZgVmHEwND549OU5MJXgDZC { width:15.3125rem;height:2.25rem;top:78.75rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkRKF1tNzlvDeRhDABhRatiNpLFBsSng { width:40rem;height:22.5rem;top:0.375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { display:block; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { width:34.5rem;height:3.125rem;top:3.75rem;left:6.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN { display:block; }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBn6N9qHUH06ipXozxKGkvBIHn9l78gm { width:20.875rem;height:3.0625rem;top:11.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRKGNAWvrls8x3xyyD9qNFLZRUGFVkTh { width:22rem;height:4.8125rem;top:15.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U05RDkRC1MKCMRK5mdNSUIASoI04kke0 { width:6.25rem;height:6.25rem;top:3.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnLbkRmasyqDRCF25PSzRTTUldoIwaT3 { width:22rem;height:2.875rem;top:15.25rem;left:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVkmV4R6mtiDPzQMXUhBPfqqf3I9NvTP { width:21.625rem;height:3.0625rem;top:11.1875rem;left:10.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8kO7Ss6goRbCuemTcZczm0S7osQAUHk { width:6.25rem;height:6.25rem;top:3.1875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmIJu8NoQzbIOl9XnsWHrd24dHlJWX1d { width:22rem;height:3.875rem;top:15.25rem;left:25.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anT67xUwpHQZg30rTg8E86cNPS9gbV8U { width:20.875rem;height:3.0625rem;top:11.3125rem;left:26.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgB8fLU805ySgmbBWgHqxm2qnm3Xeuy { width:6.25rem;height:6.25rem;top:3.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqSQZXa0GXTErJkmaXPEwVyz4UETE5F { width:8.125rem;height:8.125rem;top:2.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKNbgNKGX8pkSyRQBM7KJcmXnC3748cm { width:8.125rem;height:8.125rem;top:2.1875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPFaBe2J6oeqTQLKGSpNI6r62HFLC35 { width:8.125rem;height:8.125rem;top:2.1875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd { display:block; }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kcm1aqqoe3fnicXhaZK4M9V5i0pR01CX { width:22.5rem;height:3.75rem;top:1.875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ziGPUK4yeWi7Vm8TSqX68tOLWP4rid { display:block; }
 }@media only screen and (max-width: 763px) { #SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq { display:block; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGlQmH94ETNfCXDHT4BL59I6kEaKhs9T { width:5.8125rem;height:1.5625rem;top:2.0625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm5gsaZcvSirTK83zX9VyZLu7HhfkG5C { width:6rem;height:1.375rem;top:2.125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF0AWPXtvgvSipiMZDy9wzCgPFb9yNbZ { width:4.625rem;height:1.5625rem;top:2.0625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bMVQlmy5vmeuozdDtug4R4V0SS22k2 { width:5.5rem;height:3.375rem;top:1.5rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgSMKf46a0CaEe4KrfpEiRQtMlBcKn21 { width:5.5rem;height:2.0625rem;top:1.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGTNm7noomhsnhcEeLPHc2yhHCHfJXy3 { width:5.25rem;height:1.375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9iMqhp1rlKTO4wRR18z5yTayxKelLEC { display:block; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCrvkVrd3rT0XAp38Tpm7QUy98GBp763 { width:7.9375rem;height:1.5625rem;top:2.0625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTci3VTMIB8lZMiQtr8rfy4Jpo0uDSDu { width:6rem;height:2.875rem;top:1.4375rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ZbvMuos8ce4mFMPsiFmLhtEcNiaLTe { width:7.4375rem;height:1.5625rem;top:2.0625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkDmbfTuM4HGUiSQqAMhM5cWaH1UMC4f { width:5.5rem;height:4.25rem;top:1.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5G7xTQsHo3gzTVXZJEqbuANVlEsLb9 { width:8.0625rem;height:2.0625rem;top:2.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hatinIPLNMKf0Xa5VNyXXDJLm3UOy1AW { width:5.5rem;height:2.6875rem;top:9.5rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXEDiriyJqbfTcqpunGxdCB5FHKsBAD { width:6.875rem;height:2.3125rem;top:9.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd85QC9z6VUxmxbhweOcc9zvzsCKPiZJ { width:7.3125rem;height:1.875rem;top:9.875rem;left:20.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLedgw8lgTJhfD8qo5JODK7MHCO5Mq1Q { width:5.5rem;height:3.625rem;top:9.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #llX2UMMrBp3mOvLywPrKtscshvpW9KJ4 { width:5.25rem;height:4.5rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co5cngH9lNdFTKidbkPP3zeOrTDQ3y5C { width:5.25rem;height:4.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy { display:block; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9Bf4Jr950WJKfser6rrF6ABBf4OcThF { width:25.1875rem;height:9.75rem;top:3.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdpTBwTl7RRzwGIdNovhcrkuPsQE027G { width:34.5rem;height:2.4375rem;top:9.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmCXWzNufgsOkL23fy6pimV1Nk0gMT8U { width:47.75rem;height:7.3125rem;top:11.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBKJWXUTzfWEBxkywhxQfVcuwgn6oo7 { width:47.75rem;height:4.875rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPL73J5AKKWR78ZTsy6c3doBeUgidZSE { width:35.5625rem;height:2.4375rem;top:22.875rem;left:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eokIOEUeMZ8fqwUsDJ0fTN1c1NI7xUxI { width:6.25rem;height:6.25rem;top:5.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbbnF7SxcybV72EoWyKh7qGHyoIq1ET { width:6.25rem;height:6.25rem;top:5.25rem;left:18.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh { display:block; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlrCmK96uStvP5EC8AcTMrukvDTV9U63 { width:23.75rem;height:26.4375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XgevORAUvltuqi9bLSJbKU8nmWJSfM { width:20.125rem;height:6.5625rem;top:14.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPw5JssLRb2k5ntHg4eBhKraQSzeNE3t { width:23.75rem;height:2.625rem;top:11rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvvaRPdUVsFWOxy3Nkduz4cHGm5WIZL { width:15.625rem;height:11.25rem;top:22.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJv6BkoxmTzR0fkSAwggUnMKzOzMcL3i { width:23.75rem;height:26.4375rem;top:9.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAbyfSzETgJVLgQibsRXWTcEnfyhROd { width:13.5625rem;height:11.25rem;top:22.25rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvOxzhRhquin9WCxT32VimPbIhiFcXw { width:22.5rem;height:5.25rem;top:15.6875rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntZBa2cof2MGSVJHHBHqXt6K1dyTo51E { width:19.9375rem;height:4.125rem;top:11rem;left:11.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzEaCrkoyfb7T990R3TNyFDJwZd8ZID4 { width:23.75rem;height:26.4375rem;top:9.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOXFwr8384cwzlTZsc2smstsXRhMlszU { width:16.5rem;height:11.0625rem;top:22.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cCMLuEQ5lsO5hpG0BKr5pOlkfIMD5s { width:20.125rem;height:6.5625rem;top:15.5625rem;left:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0flvOWnOJIsL0xDGXSmz2fPS0dCTfp0 { width:23.75rem;height:4.125rem;top:11rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoaD4SuKkcbKIMgCKdnm69tNvIo31yQl { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5bezZRL3GOiZyzAiABEZPNwGdvCOmEP { width:22.5rem;height:3.75rem;top:41.25rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXfCB2on1A9pvtG6ACtid68th7ycyrfS { display:block; }
 }@media only screen and (max-width: 763px) { #ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { display:block; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { display:block; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { width:47.75rem;height:4.125rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbGQsupcT47t2bdr7oQMvud92DzZU1pa { display:block; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCT42QssGWGpZdRyghQq1SVDAz0lF3CX { width:20.875rem;height:2.4375rem;top:10.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fBOoR8rPHfgDL2KF0f8V8sDPfCtKBW { width:18.75rem;height:5.8125rem;top:14.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I99tbUAcTKg2xqLSrFySaXFk4Ph8NBLH { width:18.75rem;height:3.875rem;top:14.5rem;left:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21R2PgfLp0RALO1pIntK7TgHiDCTlSh { width:15.25rem;height:2.4375rem;top:10.125rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He3FbhG754QU2OfmtePzban9RywnaxyW { width:20.1875rem;height:3.875rem;top:14.5rem;left:27.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KWV9NqqW3tiVFhRGrkHmIWVscI5gO8 { width:11.25rem;height:2.4375rem;top:10.125rem;left:34.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eDsaUDAhZThqhkyOyeZt9VDil8KiCL { width:6.25rem;height:6.25rem;top:1.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grQBflwSb9iCce8BkWPu6m5Jvpa9Zzkk { width:6.25rem;height:6.25rem;top:1.875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2G4eUgbHvh8DKXIFhO8lQfzc0BSlnq0 { width:6.25rem;height:6.25rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { display:block; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ3kLAMWN5fE4t83lT0anDWU1J9yFg1u { width:14.5rem;height:2.4375rem;top:10rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d96URmR4haidKULuO8w1WoZpf522L1RD { width:22rem;height:6.8125rem;top:14.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObL5pEWp4n9FnTSaRU05BAsdfzmCAkf9 { width:22.1875rem;height:6.8125rem;top:14.5rem;left:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8WP9RP6rgT2zbztBnT3hFtMIcyvGbpm { width:24.375rem;height:2.4375rem;top:10rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnKD4RBQ5Sip1T0AVPzGAyl4t5UWgdT { width:21.6875rem;height:5.8125rem;top:14.4375rem;left:25.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNV0VT3oXFsZXkexBkLyOeqoZX6wHRak { width:17.5625rem;height:2.4375rem;top:10rem;left:30.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVNVPAWdnvL0Hq26UDBstxVvTIffQcSw { width:6.25rem;height:6.25rem;top:1.875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnxN1hAxutaRtWXTawBNeqWyHl1XiRB { width:6.25rem;height:6.25rem;top:1.875rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedJHx0q2O5p1y1XzcG1bf5vOe9lm7US { width:6.25rem;height:6.25rem;top:1.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { display:block; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RadgUS7NnCVJh498xvEpZZK18mkdM4A3 { width:22.5rem;height:3.75rem;top:1.375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVA3l4sI4TJFRaVa1C4kyoZdiQRr1wNK { display:block; }
 }@media only screen and (max-width: 763px) { #gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { display:block; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl { display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SANtxgwGTecxOk3BvGybeffR4L9nIVmg { width:47.75rem;height:4.875rem;top:11rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomuwBfqkSne6aQnBZ4X4w2D6MhZ8K7S { width:35.75rem;height:3.5625rem;top:16.4375rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDF1RQr0X3q7ohaU1nXQCMAGNcT5ukcA { width:47.75rem;height:7.3125rem;top:4.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX { display:block; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkTkXfxOpCCxQg03adiIBfXm5ShPwSGJ { width:5.5rem;height:4.5rem;top:7.8125rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ERaDc6NBWBCJRwQlBwTX8oPsIzzpcb { width:5.5rem;height:4.5rem;top:7.8125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO0waAbdATtDerpWnHSyb6MksMmIiLVz { width:5.5rem;height:4.5rem;top:7.8125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbJRFcklTUxZBoFdeRrL32zbleBtDK2T { width:5.5rem;height:4.5rem;top:7.8125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpTqzrSNuRnQbJ1GHWkqUePZ3Ox3P85s { width:5.5rem;height:4.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQbhU4hadC5yNTDGQAIDFtd3xsu2neW { width:5.5rem;height:4.5rem;top:13.875rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6smhsBEQ6r84cIadkNyfREQDcz6Dkl { width:5.5rem;height:4.5rem;top:13.875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXTHU8ovTReQv4Zqd2C7WrBVun7iksSu { width:5.5rem;height:4.5rem;top:13.875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXh6729DsHcVU0F1gPu9mnQyPRUATOlK { width:5.5rem;height:4.5rem;top:13.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfw83Mqc3rLULyKO62Q1xxTGe0lRSosy { width:5.5rem;height:4.5rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGb7Zbqsinb8I6qRT74BOUvwAc29eIG { width:47.75rem;height:1.6875rem;top:3rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeHnJiQM9rZMPyPylKedgc4XR9MgtDc { width:35.4375rem;height:2.75rem;top:2.5rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l09WzZRcTmBfg46GEn4oFem68Ax5nc8x { display:block; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHpDQmtQARIGzaT3ITpQQ2p1xJZgBqFN { width:47.75rem;height:4.0742320819112rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { width:17rem;height:14.625rem;top:15.1875rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIU0yTD50pgd1fQio5Jc88zPnqh6O0zg { width:22.5rem;height:22.5rem;top:10.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyddowPHNXo56TalT9bZq55yiWwmPe4T { width:25rem;height:25rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-checkbox-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { width:29rem;height:auto;top:8.875rem;left:16.25rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { width:29rem;height:auto;top:8.875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #zmwCEih0G1sOyZgEMTACBguigemE11wo {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #vaLc27i44VGsQFszfK4PWby8tsFQ2l0i {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #E3N3x5MTBFfFJGgde8bzAD5Th1fTJQ5q {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #PfH72kTeJiXKxhITawVxQQEoddA4wZe5 {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CDaesbRqQhvPW6oAAkTO9zztvb6tr2Di {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ysHd09WEthgOWnlxAfX5ryXwUDWrIt0F {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d {  }
 }@media only screen and (max-width: 763px) { #JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { width:25.8125rem;height:1.6875rem;top:6rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:47.75rem;height:0.875rem;top:1.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE { display:none; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MTQEpTId7yFqQFuEUGaDbg3lZwGb2Alb { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qOuXCbuNZcQs0z1rAf2VHa0SsOHBr1Pf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qdHxvB1wiaTM1B96UwfAdlT7TwD5czyO > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7Mu2Qzp37wM6mgvc3Bhtw1dAXEkTlSn { width:18.625rem;height:4.2246125rem;top:1.35595703125rem;left:0.6875rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH { display:block; }#K93TfeLAKRXSSvf5QSawCJ5x2UCX73pH > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrxCtukrlS45lemSLmRdt7T8fpHLxZR8 { width:7.875rem;height:3.4375rem;top:7.34375rem;left:6.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4re3U8FPHutfTTqT8hetOI1WBLJPSzi { width:4.0625rem;height:3.75rem;top:7.1875rem;left:15.93603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9nMGOQVVV9xs9FasMRoAo6liUJ49AXv { width:3.5625rem;height:3.4375rem;top:7.28125rem;left:12.193359375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bS6n3he46NgwUf17Ro8kCkUdpHxTKd3l { width:3.87478125rem;height:2.74956875rem;top:7.6865234375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V { background-color:transparent;background-image:url("https://images.assets-landingi.com/4WHK7GAp/bg02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.adaptive-delivery-prevent-bg, #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.lazyload, #TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V.lazyloading { background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { background-color: transparent; background-image: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.91); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.91); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row > .video-iframe-container { display: none; }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .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); }#TwJ1TyCJP0m1WNMcnxKTa3UM7Aq7ey2V > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvabw6kchkWblANLo88nuwQQXsQgqB98 { width:20rem;height:4.38720625rem;top:2.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OwPDeS834F9s4N6Lu7MmZ7mBXNOcooSo { width:17.9375rem;height:15rem;top:8.25634765625rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J3CsrsAQngwDWIFqWNgOD2weZhGaIrAw { width:18.5rem;height:3.75rem;top:25.623046875rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKTA6PGLlyC2wpQvcEJxwfZUIZLPDxsy { display:block; }
 }@media only screen and (max-width: 763px) { #g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi { display:block; }#g38Z7tt4TrMNNvnCNoU5WkRn1puxeuRi > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDI3UAwsQqPHfJyD7C2CRFHTakuKqACT { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ntio0DG4qmTcGb0lA1GVgFIZckooTQRF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0e2e4a, #000000);background-image: -moz-linear-gradient(180deg, #0e2e4a, #000000);background-image: -ms-linear-gradient(180deg, #0e2e4a, #000000);background-image: -o-linear-gradient(180deg, #0e2e4a, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2e4a', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2e4a', endColorstr='#000000' );";background-image: linear-gradient(180deg, #0e2e4a, #000000);background-size:initial !important;display:block; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { background-color: transparent; background-image: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row > .video-iframe-container { display: none; }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .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); }#ntio0DG4qmTcGb0lA1GVgFIZckooTQRF > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZpuKh6HawxZfD0igknbDL42V34v9UB4 { width:20rem;height:2.193575rem;top:8.7500057220456rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUH7PbTtQV6JSoeN9wGRKTd2qWUBJZpR { width:18.75rem;height:0.974825rem;top:10.940755844116rem;left:0.62500005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnnB6JfmW0d6nOqZlElnQW6mWTPlM4Fo { width:18.75rem;height:0.974825rem;top:22.875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah8IIgneXuzVUU4F0D8D73wZeaWDcJTN { width:20rem;height:2.193575rem;top:20.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lAXxTTAFuHnbhIwUsrTcTGkcNruzye { width:18.75rem;height:1.94921875rem;top:34.75rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFQUTJ02eWysvmPpmhtsPKLPvhMLcM74 { width:20rem;height:2.193575rem;top:32.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKtFf04afBOtPCc9cxsoFSwAK3GLnr7X { width:6.25rem;height:6.25rem;top:25.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXLftkbf3ximw9GnSGDed8bKeyPQnU0r { width:6.25rem;height:6.25rem;top:13.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdUaTJMSPPGvTGdL6zaTmeLwEO0lFroK { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT { display:block; }#WF8LZ6CEdTRZRXzFcBTK0JRZTMciXFNT > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQLMdWvV6HeBRyg6Oes2kLEuxPydwfcK { width:9.1875rem;height:2.5rem;top:3.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgssPPkPzRqgvpoP5rbqyTONQ8qWcCul { width:8.1875rem;height:3.25rem;top:6.9375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLaeJAqHKRpeg9araJSucO6E1KEluKsE { width:8.875rem;height:1.8125rem;top:11.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkArykO4lIcZKidTA8HJPo5ITHzqKi70 { width:8.0625rem;height:2.5625rem;top:15.25rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUs6kGQcwemV8VvBWeX0lonNxr9PcEa { width:5.0625rem;height:5.0625rem;top:19.0625rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7fmu3mgizmIXA6Iqv9BNZMUQCn6VpDR { width:12.5rem;height:0.1875rem;top:20.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 { display:block; }#V5kENJtHEf4AUa8qynbAi2q9X30UHOz5 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNQMvQRgmvwUhPBabtSVtukfoOFOp0MF { width:13.9365rem;height:4.5rem;top:2.625rem;left:3.03125rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #buDDNW9RlNa4egT7rAPToIhRopqQaPPi { display:block; }#buDDNW9RlNa4egT7rAPToIhRopqQaPPi > .row .container { width:20rem;height:110.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUhuHTN6cKuaccRdQu2TiHM8g6wO9Q46 { width:20rem;height:20rem;top:14.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Gdp848vgSBwxm2b48TU43LaslfBTqzVr { width:20rem;height:1.4375rem;top:19.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15003;box-shadow: 0.1875rem 0.25rem 0.3125rem rgba(1,177,205,0.21) ;display:none; }
 }@media only screen and (max-width: 763px) { #Pok88r3ai2m5zD6VeTdgoUH3kGiliPPI { width:16.25rem;height:0.125rem;top:36.3125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzV6slUdP4hnAzifwTutrSAsUOvR2LwN { width:20rem;height:3.375rem;top:36.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPBzBMPvb4ER5ADFoGMA3eu5UuHkglGW { width:19.375rem;height:8.39844375rem;top:40.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD97ImhFfOUwVoI8NGyOkBrVOD17K9yP { top:102.88671875rem;left:2.15625rem;width:15.6875rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeiiWstqgMtdkKPT1zkkkwLnOg906kWK { display:block; }
 }@media only screen and (max-width: 763px) { #DHamaapMoSK0ekZdowQGLgeBO2Gi2ipN { width:11.875rem;height:9.875rem;top:50.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2PBGO7HTZ2lyMIS6JPfdlBw6sNeJ9LR { width:18.125rem;height:0.8125rem;top:57.5625rem;left:0.9375rem;z-index:15002;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSr6INvDWgygziKHd8zta5ta8n4TcFJh { width:14.375rem;height:0.125rem;top:82.0625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BopKT6AAzK7A1a4XitKqGVDZzkgfq7fP { width:16.75rem;height:3.1494125rem;top:61.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHKFIRWNKlW4nZzWHRtGbq3q9CTZQ9y9 { width:16.0625rem;height:4.19921875rem;top:77.875rem;left:2rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTQcIgIARG2SPoxtWxuXgyM2CzuVdAM { width:14.375rem;height:1.85595625rem;top:75.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c1TDICS5Pq5a6FPSVC3W1TfFHaNIsU5e { width:18.125rem;height:0.8125rem;top:73.75rem;left:0.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwl2vKUIsfupT3XztJKSmQt5VzM3IUhh { width:14.375rem;height:0.125rem;top:125.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHm91dmlHoQxJ16ylpGZJg2fWc7Gb8Ts { width:18.4375rem;height:4.19921875rem;top:95.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d58ktB7wgdUQCXyHy6IdGrTAkFSuFDMq { width:20rem;height:1.85595625rem;top:92.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eHLHPtpzbCzJIv4B2BuKovkJTXU7Jqby { width:18.125rem;height:0.8125rem;top:91.3125rem;left:1.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vxO1Ga9uGKXJ5BOTovFrvZpCPv2FGMfk { width:14.375rem;height:0.125rem;top:168.4375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFi3KoTaN3y9hwIa9EoGcrEuyQU095Fx { width:11.875rem;height:9.875rem;top:66.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFAlkuOHWKKKGnl75RXg5IdXzL2SObQZ { width:11.875rem;height:9.875rem;top:84rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mafzcqf4M8ZgVmHEwND549OU5MJXgDZC { width:16.875rem;height:1.85595625rem;top:59rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:15033;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SkRKF1tNzlvDeRhDABhRatiNpLFBsSng { height:11.25rem;width:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx { display:block; }#uVnCf2p2mgUANDJLr9mZSfMS0q4Su4dx > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykOlVlSnEIZNwBaItbPNr7mdFLx2P6V { width:20rem;height:4.38671875rem;top:2.02734375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN { display:block; }#EIkrnUQTATGX3MrAvSuLXnUnrS7lFEVN > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBn6N9qHUH06ipXozxKGkvBIHn9l78gm { width:18.125rem;height:2.47411875rem;top:8.625rem;left:0.93663197755812rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRKGNAWvrls8x3xyyD9qNFLZRUGFVkTh { width:18.125rem;height:5.84765625rem;top:11.721351623535rem;left:0.93663197755812rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U05RDkRC1MKCMRK5mdNSUIASoI04kke0 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnLbkRmasyqDRCF25PSzRTTUldoIwaT3 { width:18.125rem;height:3.8984375rem;top:30.28466796875rem;left:0.9365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVkmV4R6mtiDPzQMXUhBPfqqf3I9NvTP { width:18.125rem;height:2.47411875rem;top:27.1875rem;left:0.9365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8kO7Ss6goRbCuemTcZczm0S7osQAUHk { width:6.25rem;height:6.25rem;top:19.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmIJu8NoQzbIOl9XnsWHrd24dHlJWX1d { width:18.125rem;height:4.87305rem;top:46.65966796875rem;left:0.9365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anT67xUwpHQZg30rTg8E86cNPS9gbV8U { width:18.125rem;height:1.6494125rem;top:43.5625rem;left:0.9365234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQgB8fLU805ySgmbBWgHqxm2qnm3Xeuy { width:6.25rem;height:6.25rem;top:36.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqSQZXa0GXTErJkmaXPEwVyz4UETE5F { width:8.125rem;height:8.125rem;top:0.3125rem;left:5.9374998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKNbgNKGX8pkSyRQBM7KJcmXnC3748cm { width:8.125rem;height:8.125rem;top:18.810546875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPFaBe2J6oeqTQLKGSpNI6r62HFLC35 { width:8.125rem;height:8.125rem;top:35.43701171875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd { display:block; }#A6rwavUczHmWuldK9uwUbo5cbJqX1Wgd > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kcm1aqqoe3fnicXhaZK4M9V5i0pR01CX { width:19.625rem;height:3.75rem;top:1.5625rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ziGPUK4yeWi7Vm8TSqX68tOLWP4rid { display:block; }
 }@media only screen and (max-width: 763px) { #SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq { display:block; }#SrsOaM6XcglCtoVKlNJpbz3cmZqxT6wq > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGlQmH94ETNfCXDHT4BL59I6kEaKhs9T { width:4.625rem;height:1.25rem;top:5.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm5gsaZcvSirTK83zX9VyZLu7HhfkG5C { width:5.375rem;height:1.25rem;top:5.25rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF0AWPXtvgvSipiMZDy9wzCgPFb9yNbZ { width:3.6875rem;height:1.25rem;top:2rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bMVQlmy5vmeuozdDtug4R4V0SS22k2 { width:3.75rem;height:2.3125rem;top:4.71875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgSMKf46a0CaEe4KrfpEiRQtMlBcKn21 { width:4.6875rem;height:1.625rem;top:1.8125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGTNm7noomhsnhcEeLPHc2yhHCHfJXy3 { width:4.75rem;height:1.25rem;top:2rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9iMqhp1rlKTO4wRR18z5yTayxKelLEC { display:block; }#e9iMqhp1rlKTO4wRR18z5yTayxKelLEC > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCrvkVrd3rT0XAp38Tpm7QUy98GBp763 { width:6.25rem;height:1.25rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTci3VTMIB8lZMiQtr8rfy4Jpo0uDSDu { width:3.75rem;height:1.8125rem;top:7.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ZbvMuos8ce4mFMPsiFmLhtEcNiaLTe { width:5.75rem;height:1.25rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkDmbfTuM4HGUiSQqAMhM5cWaH1UMC4f { width:3.75rem;height:2.875rem;top:3.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5G7xTQsHo3gzTVXZJEqbuANVlEsLb9 { width:4.6875rem;height:1.25rem;top:3.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hatinIPLNMKf0Xa5VNyXXDJLm3UOy1AW { width:3.75rem;height:1.8125rem;top:7.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXEDiriyJqbfTcqpunGxdCB5FHKsBAD { width:3.75rem;height:1.3125rem;top:8.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd85QC9z6VUxmxbhweOcc9zvzsCKPiZJ { width:5.0625rem;height:1.25rem;top:1.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLedgw8lgTJhfD8qo5JODK7MHCO5Mq1Q { width:3.75rem;height:2.4375rem;top:4.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llX2UMMrBp3mOvLywPrKtscshvpW9KJ4 { width:3.8125rem;height:3.25rem;top:11.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co5cngH9lNdFTKidbkPP3zeOrTDQ3y5C { width:4.75rem;height:3.9375rem;top:10.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy { display:block; }#XXenOMPuS2SA3EcCcSzl4lkS3C65qOWy > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9Bf4Jr950WJKfser6rrF6ABBf4OcThF { width:8.1875rem;height:3.412325rem;top:3.8376741409302rem;left:1.8125000596046rem;font-size:2.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdpTBwTl7RRzwGIdNovhcrkuPsQE027G { width:10.375rem;height:1.70605625rem;top:5.1901044845581rem;left:3.7499998211861rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmCXWzNufgsOkL23fy6pimV1Nk0gMT8U { width:20rem;height:2.193575rem;top:7.1874942779544rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBKJWXUTzfWEBxkywhxQfVcuwgn6oo7 { width:16.3125rem;height:1.462675rem;top:9.3784723281863rem;left:1.8437500596046rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QPL73J5AKKWR78ZTsy6c3doBeUgidZSE { width:11.625rem;height:0.974825rem;top:11.215277671814rem;left:4.6866319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eokIOEUeMZ8fqwUsDJ0fTN1c1NI7xUxI { width:6.25rem;height:6.25rem;top:20.730035781861rem;left:9.3750002980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsbbnF7SxcybV72EoWyKh7qGHyoIq1ET { width:3.125rem;height:3.125rem;top:3.2925348281861rem;left:10.625000298023rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh { display:block; }#lr5NtHgaltqUqZeFG0Mlx4Qmnv96rzTh > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlrCmK96uStvP5EC8AcTMrukvDTV9U63 { width:20rem;height:22.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4XgevORAUvltuqi9bLSJbKU8nmWJSfM { width:17.3125rem;height:4.19921875rem;top:11.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPw5JssLRb2k5ntHg4eBhKraQSzeNE3t { width:20rem;height:1.8374rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvvaRPdUVsFWOxy3Nkduz4cHGm5WIZL { width:15.625rem;height:11.25rem;top:18rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJv6BkoxmTzR0fkSAwggUnMKzOzMcL3i { width:20rem;height:22.5rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAbyfSzETgJVLgQibsRXWTcEnfyhROd { width:13.5625rem;height:11.25rem;top:41.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOvOxzhRhquin9WCxT32VimPbIhiFcXw { width:20rem;height:4.19921875rem;top:36.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntZBa2cof2MGSVJHHBHqXt6K1dyTo51E { width:14.875rem;height:2.88671875rem;top:32.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzEaCrkoyfb7T990R3TNyFDJwZd8ZID4 { width:20rem;height:22.5rem;top:55.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOXFwr8384cwzlTZsc2smstsXRhMlszU { width:16.5rem;height:11.0625rem;top:64.87500190735rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cCMLuEQ5lsO5hpG0BKr5pOlkfIMD5s { width:20rem;height:4.19921875rem;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0flvOWnOJIsL0xDGXSmz2fPS0dCTfp0 { width:19.375rem;height:1.4433625rem;top:57.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoaD4SuKkcbKIMgCKdnm69tNvIo31yQl { width:20rem;height:4.3994125rem;top:1.875rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r5bezZRL3GOiZyzAiABEZPNwGdvCOmEP { width:17rem;height:3.25rem;top:79.1875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXfCB2on1A9pvtG6ACtid68th7ycyrfS { display:block; }
 }@media only screen and (max-width: 763px) { #ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs { display:block; }#ssHcHJSRZtk0Mor3FXtAAidWgI6t70bs > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc { display:block; }#Q8hBp32Eu9zPbzhvl9WaHg0HqlIUxbpc > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyR7UBKKoarf7Ck7z8PrNRO0UaOWdDUT { width:20rem;height:4.94921875rem;top:1.6805553436279rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbGQsupcT47t2bdr7oQMvud92DzZU1pa { display:block; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa { background-color: transparent; background-image: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row > .video-iframe-container { display: none; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .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); }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa { border-width: 0; border-radius: 0; }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container > .video-iframe-container {  }#vbGQsupcT47t2bdr7oQMvud92DzZU1pa > .row .container { width:20rem;height:54.6875rem;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCT42QssGWGpZdRyghQq1SVDAz0lF3CX { width:18.75rem;height:2.88671875rem;top:9.375rem;left:0.62413197755814rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7fBOoR8rPHfgDL2KF0f8V8sDPfCtKBW { width:18.75rem;height:4.87305rem;top:12.885416030884rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I99tbUAcTKg2xqLSrFySaXFk4Ph8NBLH { width:18.75rem;height:3.8984375rem;top:31.618068695068rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21R2PgfLp0RALO1pIntK7TgHiDCTlSh { width:20rem;height:2.88671875rem;top:28.106771469116rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He3FbhG754QU2OfmtePzban9RywnaxyW { width:18.75rem;height:3.8984375rem;top:48.562501907349rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8KWV9NqqW3tiVFhRGrkHmIWVscI5gO8 { width:16.25rem;height:2.88671875rem;top:45.051214218139rem;left:1.8750000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eDsaUDAhZThqhkyOyeZt9VDil8KiCL { width:6.25rem;height:6.25rem;top:37.392374038696rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #grQBflwSb9iCce8BkWPu6m5Jvpa9Zzkk { width:6.25rem;height:6.25rem;top:20.606771469116rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2G4eUgbHvh8DKXIFhO8lQfzc0BSlnq0 { width:6.25rem;height:6.25rem;top:1.875rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { display:block; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { background-color: transparent; background-image: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row > .video-iframe-container { display: none; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .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); }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy { border-width: 0; border-radius: 0; }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container > .video-iframe-container {  }#QGrmhQNtKBm9fM8Lxg7sugJqQAUlrSSy > .row .container { width:20rem;height:61.25rem;background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZ3kLAMWN5fE4t83lT0anDWU1J9yFg1u { width:17.4375rem;height:2.88671875rem;top:8.1250009536744rem;left:1.2803819775581rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d96URmR4haidKULuO8w1WoZpf522L1RD { width:18.75rem;height:6.82225rem;top:11.636284828186rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObL5pEWp4n9FnTSaRU05BAsdfzmCAkf9 { width:18.75rem;height:7.796875rem;top:31.12847161293rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8WP9RP6rgT2zbztBnT3hFtMIcyvGbpm { width:20rem;height:2.886725rem;top:27.618055582046rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnKD4RBQ5Sip1T0AVPzGAyl4t5UWgdT { width:18.75rem;height:6.82225rem;top:52.788196563721rem;left:0.62413197755814rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNV0VT3oXFsZXkexBkLyOeqoZX6wHRak { width:16.25rem;height:2.886725rem;top:49.276910781861rem;left:1.8750000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVNVPAWdnvL0Hq26UDBstxVvTIffQcSw { width:6.25rem;height:6.25rem;top:41.77693772316rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnxN1hAxutaRtWXTawBNeqWyHl1XiRB { width:6.25rem;height:6.25rem;top:20.334198951721rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #KedJHx0q2O5p1y1XzcG1bf5vOe9lm7US { width:6.25rem;height:6.25rem;top:0.625rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg { display:block; }#Zw2DF8S5CR06ppKiX8XU6hETTU7UNhrg > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RadgUS7NnCVJh498xvEpZZK18mkdM4A3 { width:19rem;height:3.75rem;top:0.625rem;left:0.49913197755814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVA3l4sI4TJFRaVa1C4kyoZdiQRr1wNK { display:block; }
 }@media only screen and (max-width: 763px) { #gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ { display:block; }#gZlbpz4eh9LOwOJUJel43mZaSLiF5LzQ > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl { display:block; }#esJtpg9mCXkVa2MZuB1v2VJUElrMmDXl > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SANtxgwGTecxOk3BvGybeffR4L9nIVmg { width:16.3125rem;height:1.462675rem;top:4.0668401718139rem;left:1.8437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yomuwBfqkSne6aQnBZ4X4w2D6MhZ8K7S { width:15.625rem;height:3.65625rem;top:6.3974609375rem;left:2.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDF1RQr0X3q7ohaU1nXQCMAGNcT5ukcA { width:20rem;height:2.193575rem;top:1.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX { display:block; }#ge7R6zGzdZk5pOX5PFMrwSIqk7ibPzaX > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkTkXfxOpCCxQg03adiIBfXm5ShPwSGJ { width:3.75rem;height:3.0625rem;top:5.6875rem;left:15.624999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ERaDc6NBWBCJRwQlBwTX8oPsIzzpcb { width:3.75rem;height:3.0625rem;top:13.062492370606rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO0waAbdATtDerpWnHSyb6MksMmIiLVz { width:3.75rem;height:3.0625rem;top:5.6875rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbJRFcklTUxZBoFdeRrL32zbleBtDK2T { width:3.75rem;height:3.0625rem;top:5.6875rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpTqzrSNuRnQbJ1GHWkqUePZ3Ox3P85s { width:3.75rem;height:3.0625rem;top:5.6875rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOQbhU4hadC5yNTDGQAIDFtd3xsu2neW { width:3.75rem;height:3.0625rem;top:13.062492370606rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6smhsBEQ6r84cIadkNyfREQDcz6Dkl { width:3.75rem;height:3.0625rem;top:9.375rem;left:15.624999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXTHU8ovTReQv4Zqd2C7WrBVun7iksSu { width:3.75rem;height:3.0625rem;top:9.375rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXh6729DsHcVU0F1gPu9mnQyPRUATOlK { width:3.75rem;height:3.0625rem;top:9.375rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfw83Mqc3rLULyKO62Q1xxTGe0lRSosy { width:3.75rem;height:3.0625rem;top:9.375rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbGb7Zbqsinb8I6qRT74BOUvwAc29eIG { width:20rem;height:0.974825rem;top:2.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkeHnJiQM9rZMPyPylKedgc4XR9MgtDc { width:17.9375rem;height:2.0625rem;top:1.875rem;left:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #l09WzZRcTmBfg46GEn4oFem68Ax5nc8x { display:block; }#l09WzZRcTmBfg46GEn4oFem68Ax5nc8x > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHpDQmtQARIGzaT3ITpQQ2p1xJZgBqFN { width:20rem;height:1.7064846416382rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq { display:block; }#oA1x0CyGhC7Li1rdtNIseQKFg5EraeWq > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaQvWpxm3qIxEBDoQ1nytseOby5tyM9W { width:19.375rem;height:2.4375rem;top:2.625rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIU0yTD50pgd1fQio5Jc88zPnqh6O0zg { width:17.125rem;height:8.8125rem;top:1.875rem;left:1.4375rem;background-color:#00d8ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #LyddowPHNXo56TalT9bZq55yiWwmPe4T { width:20rem;height:25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-text {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-select {padding-top: 0; padding-bottom: 0;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.31);box-shadow: 0.125rem 0.125rem 0.5rem rgba(1,177,205,0.48) ;font-size:1.25rem;overflow:hidden; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-moz-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-moz-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;text-align:center;text-align-last:center; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy  { width:17.5rem;height:auto;top:6.93701171875rem;left:0rem; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy {display:block;}#dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy { width:17.5rem;height:auto;top:6.93701171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #HPV7iCgQZgU1DoE7VpBVrl0VRUo6SLwp {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #oloTNdkvKtt42qcUrerQuBCIdaZV0Bb5 { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #qmPv3M10GgeKO3nNM3qqvXd9quEmVV6m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #LOkAaQnEqJ2V9a9munuBArc3hxFpJdmG {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #Wir2FIhmip4CXxmvClry8HakEkqOT4FT { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MppHUKoyhVCOvIN4f53eN6MFyWxQl2IU {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #hMISZLEWtB6dxzixboQFtxWdecPrzLnk {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #xAOpmFUGQDbrW7A0UBX5h2Nng8dJvsWD { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JIbphylvHoLLf8qTq06BIykOJi4KU0Ey {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #zmwCEih0G1sOyZgEMTACBguigemE11wo {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #vaLc27i44VGsQFszfK4PWby8tsFQ2l0i {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #E3N3x5MTBFfFJGgde8bzAD5Th1fTJQ5q {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #su2AKrXbSetRD1cW4D5ulcTXQHXs4UUe {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #JOVlL3cTvaZAtQntkgnzJR0wRozHzidH { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #cmFFmtDwU2X4smZyFiQR6K0MzOKCLSIF {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CdvmG3WTWv9yog1dLWVk426frFuqhitV {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #c1EFoD28Tt5sGW8Z4HcEJrRiFVTAieLi { display:block; }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ZEHO9EtHgE3oXxgGbZg7FSXtdWimHHAX {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #PfH72kTeJiXKxhITawVxQQEoddA4wZe5 {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #CDaesbRqQhvPW6oAAkTO9zztvb6tr2Di {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #ysHd09WEthgOWnlxAfX5ryXwUDWrIt0F {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #MGq1dHeXVEdsrPTXO3tZniI0sFR1aF2m {  }
 }@media only screen and (max-width: 763px) { #dN39WRzK0R7lOsC3ZpwnalbeEKQJOEwy #pGptCvFdlUGrK1m8gDgerfwuFB4oKu4d {  }
 }@media only screen and (max-width: 763px) { #JxqVGx9SGp5RTXfVSfUuhh1QqHLpWUlz { width:20rem;height:1.29980625rem;top:5.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#01b1cd;display:block; }
 }@media only screen and (max-width: 763px) { #tVLpIHRNACz1hU5szgTF6fh67qAXhSKV { display:block; }#tVLpIHRNACz1hU5szgTF6fh67qAXhSKV > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzoUwpt3n8rsHXiev95dGKqlD4q7KXK0 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container { background-color: transparent; background-image: none; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container > .video-iframe-container { display: none; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row > .video-iframe-container { display: none; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .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); }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container { border-width: 0; border-radius: 0; }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row > .video-iframe-container {  }#akDd9GoHU95C2wWGX2rD4aAmgVQXbOLE > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTQEpTId7yFqQFuEUGaDbg3lZwGb2Alb { top:0rem;left:0rem;width:20rem;height:1.4375rem;z-index:15000;background-color:transparent;background-image:none;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOuXCbuNZcQs0z1rAf2VHa0SsOHBr1Pf { display:block; }
 }