.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;
}
.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/MuEfFttg/therock_7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283891;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { background-color: transparent; background-image: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .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); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { border-width: 0; border-radius: 0; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container {  }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#d626sIzETTbt6gLiTv310bxb4KmivwSg { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:mitr;font-size:2.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:11.125rem;height:3.4121125rem;display:block; }
#JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { color:#ff0000;display:block;width:25.375rem;position:absolute;font-family:prompt;font-size:3.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5rem;left:28.0625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NrXsm0t299l5SPalB9KOeWoZMR34mKkg { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.8125rem;height:2.4375rem;display:none; }
#KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { z-index:100004;top:6.625rem;left:21.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#go16zPiTRblfX3SlhJweTwmo6TGnFeVW { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:4.875rem;left:1.875rem;display:none; }
#RbhgxZbKQ8T91xpcVACGoRFU3nmlMWVs { color:#fed401;display:block;width:16.5625rem;position:absolute;font-family:mitr;font-size:2.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:11.5rem;height:3.375rem;display:none; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.459375rem;margin-bottom:0;margin-left:0.459375rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.653125rem;padding-right:0.114375rem;padding-bottom:0;padding-left:0.114375rem;display:block;width:4.936875rem;height:3.154375rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:3.428125rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.114375rem;padding-bottom:0.435625rem;padding-left:0.114375rem;display:block;width:4.936875rem;height:0.815rem;position:relative;font-family:arial;font-size:0.653125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L { top:0.8125rem;left:31.3125rem;z-index:100016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.25rem;height:6.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #gWngs8qxSpRwXz1DXibG2y6IAcCQpdc8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #Nn2NEusbig2gPbEyqIyI142yk72zkAlB { display:block; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #NfO1okTUfkS1ym2H27TNXfOCwnTTJyKx { display:block; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #y0Lz09nwO6ezS0OTiFQIVKmMNZhAFDv6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #EAwOMCsBgLiA8G1finzAAzx651Tdit2J { display:block; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #bbNuKx3Q4N9fUbmCVBpCvQABxAF4DawH { display:block; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #SxeKbnvOTBxTVVsfyELdEDuuJqfBNGen { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #LMtlBnPI9MdsxXVQ9FWHNdUqAraiF2DF { display:block; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #cqORd7F3RM4RWtJ48W2395JwRrS8pNai { display:block; }
#xdtWUuWwJZwEb5no4QEDsSVV24Qpt1fG { box-sizing:content-box;color:#f5b112;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100006;top:0.84375rem;left:26.125rem;display:block; }
#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/DrisZ2e9/thumb_collage_slope.png");background-position:top left !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;display:block; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5.adaptive-delivery-prevent-bg, #gX4KsneAoeifwW907NFMAEWqTwGDDbP5.lazyload, #gX4KsneAoeifwW907NFMAEWqTwGDDbP5.lazyloading { background-image: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container { background-color: transparent; background-image: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container > .video-iframe-container { display: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row > .video-iframe-container { display: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .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); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container { border-width: 0; border-radius: 0; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row > .video-iframe-container {  }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container { width:60rem;height:57.625rem;font-size:0.875rem;font-family:prompt;position:relative;display:block; }#Cz0A2Gw8eVfVSTqvHydxZl9tdyQnQBPf { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:3.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.6875rem;left:4.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffeb00;text-align:center;text-align-last:center;display:block; }
#S83Uo65hwILZdQ7p3yF3gs9FfFMwwxbp { display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:43.5625rem;left:9.1875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IBJ84WhV9HV2WwErfg8k2f9vm2tsG4gh { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:42.75rem;left:23.75rem;display:block; }
#D5qdrPms7VL0efQWF6A1A4APb8AuT5fX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:6.25rem;top:51.6875rem;left:26.875rem;overflow:hidden;display:block; }
#BTtpcyvwZTqSDGFRAUW1d9FE5exfV0cM { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.125rem;left:4.6875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#uHJv9lUiHH22Knm999V7KCI4nLxxu2KR { position:absolute;display:block;z-index:100000;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;height:7.5rem;width:40rem;top:16.5rem;left:9.875rem;display:none; }
#XJ3nVnXOH58MsWBw7lcgrRbZ1NkMqKT5 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:4.6875rem;top:26.25rem;left:22.9375rem;overflow:hidden;display:block; }
#PvvQlU1LZQpdJKLhdSdZIJIXIhtlTRyZ { display:block;width:15.6875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:22.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#r1fCCF7BDwwx7x0XTZDWaF6RGmfFXMfa { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:0.125rem;top:26.0625rem;left:29.125rem;display:block; }
#GFZce59hG4rv1sF5kBLGBmT0ZUVEwThz { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:4.0625rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fed401;text-align:center;text-align-last:center;display:none; }
#sBbAT77pA3QV9MSdECwTKTpXAEfN4yDD { position:absolute;display:block;z-index:100002;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;height:7.5rem;width:40rem;top:24.0625rem;left:9.25rem;display:none; }
#gQR4oMNonoMfxDZZqbUtLzkTsT2t9oyS { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:3.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.0625rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffeb00;text-align:center;text-align-last:center;display:none; }
#dNJdK9AuoErulI9wHtncLrnsHXm5rmU2 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:25.0625rem;left:13.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#D67fxf8XTN670hbORZbkhTvsIy2nVX0D { color:#ffffff;display:block;width:48rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:29.0625rem;left:6rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dnfrGsCQ6CNKEogt7TfUiHwcMB5fA4Ti { position:absolute;display:block;z-index:100008;background-color:#f52209;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:4.8125rem;width:28.4375rem;top:23.6875rem;left:15.8125rem;display:none; }
#gxv2oCK1OT56mCNlZ4PpKTx256ZAns8e { display:block;width:28.4375rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:24.46875rem;left:15.78125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#P2KcNXc3grgK5pP3oMCpomhbdUMBm29c { position:absolute;display:block;z-index:100002;background-color:#f52209;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:4.8125rem;width:28.4375rem;top:24.5625rem;left:15.0625rem;display:none; }
#VLAV7kKUSTyrWXveB09wt4LW4efdSHvM { display:block;width:26.1875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:25.375rem;left:16.1875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#U7cTrm32hl0FoT8oUQkraSCBC4v8vGLi { position:absolute;display:block;z-index:100008;background-color:#ea0000;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:4.8125rem;width:43.8125rem;top:32.9375rem;left:8.0625rem;display:block; }
#Ues4LM5nNHpk5EQWQ7SzgWswMJw2nJqR { display:block;width:51.75rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:33.6875rem;left:4.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#zLh0UL6TwIkUqfkrltdLc7dulTaKWigk { color:#ffffff;display:block;width:48rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:38.3125rem;left:6rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eq3SxKschrQe4pltLA4kXchaI66e5M3D { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.0625rem;width:6.0625rem;top:25.75rem;left:30.9375rem;overflow:hidden;display:block; }
#DZMvxJOQBZzqbsmeDGDtCgS3iVyDnpJn { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.125rem;width:6.125rem;top:25.75rem;left:30.9375rem;overflow:hidden;display:none; }
#kADWzkSivJQZQ0buEU9k7kEU9ztODScb { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.0625rem;width:6.0625rem;top:25.75rem;left:30.9375rem;overflow:hidden;display:none; }
#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283891;background-image:none;position:relative;display:block; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container { background-color: transparent; background-image: none; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container > .video-iframe-container { display: none; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row > .video-iframe-container { display: none; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .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); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container { border-width: 0; border-radius: 0; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row > .video-iframe-container {  }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#OXXhkGhvaFhEf7UEVPCAQS2v0Jcs9QZX { color:#ffeb00;display:block;width:59.5rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mAIvWxSJIS3OLyJHot2Ud6rCPEd76OdX { color:#ffeb00;display:block;width:52.625rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.6875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hTP75DXkacTJTTxS2smTR7Px0CBsGSNW { color:#ffeb00;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:6.824225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Oc4IGosbeeDnMu3tQuV2SUtwgQrN54RW { color:#d3c62a;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTtuMVGFmXreD43JNSAmvJaNAn8JThMN { color:#ffeb00;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KcGCJXN5I4Mm0UyGPNdCOHGMEpXem4Bz { z-index:100012;top:13.0625rem;left:19.4375rem;background-color:#fca927;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cFH17CrEGNMNSC51ahy61dI1mATrGt0w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qMJJTsQTQw419HWMtnoaL7mlhzdQFxxs { color:#ffeb00;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:9.99316875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/637pdwp6/thumb_collage_slope.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q.adaptive-delivery-prevent-bg, #E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q.lazyload, #E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q.lazyloading { background-image: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container { background-color: transparent; background-image: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container > .video-iframe-container { display: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.86); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row > .video-iframe-container { display: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .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); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container { border-width: 0; border-radius: 0; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row > .video-iframe-container {  }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#Gts3FXdU3vcqrREKIBIi903sWUS2zORB { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:15rem;left:0.0625rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n1kwJqTLQnITW3H6iMs2D7Wz6PKXmPis { color:#ffeb00;display:block;width:59.9375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:11.21875rem;left:0rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uxffcSvixBCMyUAcibls3wfTEIW88drC { color:#f6f6f6;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:0rem;height:11.3745rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#s3Jhtpixvzp2owzsU9IHbCp3J1q1lh3u { color:#f6f6f6;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:6.8125rem;left:0rem;height:5.77441875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FgoT2UTbllyis3oZnZ4QZLKMOaT41cRA { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:13.4375rem;left:22.5rem;height:13.646475rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MNZKDJlnAxL3SvPT2EgiiIspdH8v1Tcg { color:#ffb0bb;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRl86H7UqKVmLHyz7hERT0GRx1sPBEqJ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:17.6875rem;top:13.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#TKx9i3EEsII4iqr7BZyTyTmaT9JIxlaZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:16.75rem;top:14.625rem;left:1.9375rem;overflow:hidden;display:block; }
#aKLn0WaSkLe0uUmcB795smX77y4HVgo9 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:7.5625rem;top:21.75rem;left:12.6875rem;overflow:hidden;display:block; }
#uA0nSLGTOkrbKydQRLs4d2uqRUKs7vK5 { color:#ffb0bb;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO > .row .container { border-width: 0; border-radius: 0; }#G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO > .row > .video-iframe-container {  }#G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:none; }#zvSN5zt6LUbsMn4CsqwiO4KxJsds0qTC { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:9.875rem;left:21.375rem;height:6.33691875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JgKGbObHJZHL5CQUIC4HZXTViErF9vTP { background-color:#f5b112;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:20.9375rem;left:22.625rem;display:block; }
#urvLZX6nzxhMSZiO5S1ZMLZy9BmaJI7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ycmfTaRhuANxPqQuGL1uW3n58VaAiuNl { position:absolute;display:block;z-index:100005;background-color:#a2db2a;background-image:none;border-top:0.25rem solid #e69e38;border-left:0.25rem solid #e69e38;border-right:0.25rem solid #e69e38;border-bottom:0.25rem solid #e69e38;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:20.25rem;width:17.1875rem;top:6.5625rem;left:21.1875rem;display:block; }
#RSidnf0I5HvbTLCME3buTwMnWbIk2y0Z { color:#ffc3a0;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:12.25rem;left:38.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#lntSSBWBvbTxSBM5lTTlFd4AuMrcTVqp { color:#ffeb00;display:block;width:15.25rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.3125rem;left:22.625rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#HEohoNZgNF0vaRBt2MsSRvMXpKabsfbL { color:#ffb0bb;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrZnGEzQh1sb6sIBb21zndGQQ7nExAk8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w76efkyfoFpfFRnpGOQ0MF7TdVDpBKHK { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.6875rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJETdnOsSvM22XWWku37PnfGPXht24SE { position:absolute;display:block;z-index:100010;background-color:#cadb2a;background-image:none;border-top:0.25rem solid #e69e38;border-left:0.25rem solid #e69e38;border-right:0.25rem solid #e69e38;border-bottom:0.25rem solid #e69e38;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.5rem;width:17.1875rem;top:8.375rem;left:1.6875rem;display:block; }
#o9k2TlfBLVcKgIq2JO86kCLcmMdiTTdm { background-color:#f5b112;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:20.25rem;left:2.9375rem;display:block; }
#ppp0dUoTDBkhkNZrIo7TVmq0uB7RXCmX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZaZlcPsfrTF2k8lqqhWxUQ5Idw4v4WSS { position:absolute;display:block;z-index:100015;background-color:#cadb2a;background-image:none;border-top:0.25rem solid #e69e38;border-left:0.25rem solid #e69e38;border-right:0.25rem solid #e69e38;border-bottom:0.25rem solid #e69e38;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:17.5rem;width:17.1875rem;top:8.375rem;left:40.5625rem;display:block; }
#Zohikel73NeikEuCLacume3mtKLMGCII { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:9.625rem;left:40.5rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m615D4VKicTfKZ6actqmAT15SMftUOxw { background-color:#f5b112;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;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:prompt;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:20.25rem;left:41.8125rem;display:block; }
#NT5bIqVTs5ilrpVnGFBkzHQDIEAoV1a6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cT2kSCd4LKb3i8KVKsGvEOIP88pNgbHd { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.6875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SX2t3kMkDfmW2kIsEOaPtQO38XxNe92q { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:16.8125rem;left:1.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBkP3KqHXAum6CFz8uh8Wx6ewPpuX4sn { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:13.5625rem;left:40.5625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWbTerm0NMpBbAhqysUcn6aQqIbk1zJh { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:16.8125rem;left:40.5625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heyfb6vTXnzqA1ayOUirmTO8TcOK33um { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:14.875rem;left:21.375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhbBzKCzNZWDgPldZmTV5wTP8Do88zJk { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:17.599609375rem;left:21.375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5KSk3d7r6HfA3lCy5m8NAr5X5RpXio5 { color:#fff300;display:block;width:60rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100028;line-height:1.3;letter-spacing:0;top:19.30615234375rem;left:0rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXE4ZObdKtiEXh2Nic2b3pB5b1tT7xSR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sokEbpuogfr60FIyTfzEFaOytCbPcpJa { color:#fff300;display:block;width:18.8125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:25.75rem;left:20.84375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8zLshc8vpLkP8eDnbPB0SXMLfwXHEnr { color:#fff300;display:block;width:18.8125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:24.8125rem;left:40rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QHW42NtgEF6c4lk9UUwUEOgn67N3WoDT { color:#fff300;display:block;width:18.8125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.15625rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container { background-color: transparent; background-image: none; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container > .video-iframe-container { display: none; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row > .video-iframe-container { display: none; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .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); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container { border-width: 0; border-radius: 0; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row > .video-iframe-container {  }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;position:relative;display:block; }#da3isRQUmJ97PspJftueqdx0qHSmARtu { color:rgba(255,0,0,0.94);display:block;width:20.125rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:10.650390625rem;left:20rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VZDdquLAIWl77BAfE8dhu5et1EfHOpJK { color:#000000;display:block;width:20.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:15.361328125rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#iAi4m2XcAekQP8Cb3D6MtnIwbGx6DCLA { color:rgba(255,0,0,0.94);display:block;width:20.125rem;position:absolute;font-family:prompt;font-size:3.625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:16.0390625rem;left:20rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ORobiTQCyp6GEvlRPLvJmHvXtiWnfUXU { color:#ff0000;display:block;width:6.4980625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:28.9375rem;left:27.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xn6KqRz87OJECVIWPnhB8gRlBiDztA0Q { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:28.9375rem;left:20rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#L9TZby0oGHzdb1Bx3dilEQ75m3BQJXmC { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Iwndpxp9vMxPnIRJ9qVvFxDbNLdQBNVT { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #7c1edc;border-left:0.3125rem solid #7c1edc;border-right:0.3125rem solid #7c1edc;border-bottom:0.3125rem solid #7c1edc;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:24.625rem;width:18.75rem;top:5.1875rem;left:21.375rem;display:none; }
#AZ2mwvxuRnI11HflTrdO3Cen4JxzuF24 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:20.75rem;left:22.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nJyZOfT9D01aggHA1WPTbUr4E5Q29CkS { background-color:transparent;background-image: -webkit-linear-gradient(175deg, #f32525, #4c2e2e);background-image: -moz-linear-gradient(175deg, #f32525, #4c2e2e);background-image: -ms-linear-gradient(175deg, #f32525, #4c2e2e);background-image: -o-linear-gradient(175deg, #f32525, #4c2e2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32525', endColorstr='#4c2e2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f32525', endColorstr='#4c2e2e' );";background-image: linear-gradient(175deg, #f32525, #4c2e2e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.3125rem 0.3125rem 0.375rem #000000 ;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:prompt;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1230625rem;height:4.936525rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:22.6875rem;left:21.4375rem;display:block; }
#BQ1ezclZ6ABhQI4R0wHWnE7cdCw22trp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#obhOIhxgg6WRug0Ag1Ll1Z3yq7EHqPIp { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:7.837890625rem;left:24.09375rem;height:3.25rem;font-style:normal;display:block; }
#qkTzQB8G7FD8su2vT9JPr2gPNT7z73qn { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:39.0625rem;left:16.75rem;overflow:hidden;display:none; }
#X7GtU7ZkiBNcLKs2frDRacMzn4T1xkoF { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:6.25rem;left:36.5625rem;overflow:hidden;display:block; }
#ynvdLbu2GJtRh5mbcXLQoZuO0JrvFAK3 { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#tIA2MuMTT1eyBGOCXD7CW2Mrd1X79OQI { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#Z7WCMDztdWvhTnE3XrFyoiGyWblqJbKc { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:0rem;left:36.5009765625rem;overflow:hidden;display:none; }
#e4iuGaL6K1EfLcemghkyvPGSUVL6dJ8T { position:absolute;display:block;z-index:100010;background-color:#f0ff6a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #7c1edc;border-left:0.3125rem solid #7c1edc;border-right:0.3125rem solid #7c1edc;border-bottom:0.3125rem solid #7c1edc;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:25.6875rem;width:20.125rem;top:7.1875rem;left:19.5625rem;display:block; }
#mBgN0ebLJI27MmQ3LZ9z7T5Rr3nGvJh3 { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:33.125rem;left:20rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OvMaQUuwgaWbNiMBfDcBcERHenVeREKI { color:#4d4d4d;display:block;width:19.810875rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:33.125rem;left:20rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uhPrLD4XrBWZopWHgnl2N33eFdCxlExC { color:#000000;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:1.8125rem;left:-0.03125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dm4mfylWaqx8rbXpcidg0Qda7CAhZwmL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:34.875rem;left:0rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cteBPN5b9ydcw7CHI37FLbvbzuq7xTD8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H39VASUlhWLl2M5Dnb9VrAe6wsRBUbyU { color:#fff300;display:block;width:18.8125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:30.8623046875rem;left:20.59375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/637pdwp6/thumb_collage_slope.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP.adaptive-delivery-prevent-bg, #rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP.lazyload, #rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP.lazyloading { background-image: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container { background-color: transparent; background-image: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container > .video-iframe-container { display: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row > .video-iframe-container { display: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .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); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container { border-width: 0; border-radius: 0; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row > .video-iframe-container {  }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:60rem;position:relative;display:block; }#iab6HlDqcHWiHxissPCQ3QFBPRrO31vZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:16.875rem;top:40.3125rem;left:3.5rem;overflow:hidden;display:none; }
#NXPmDfUTNc86Ed2X2KiVSdgqt371tGbw { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:26.875rem;left:14.0625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#oZR8ECukXvLf9EBTlKxwLTRwQEf9w1cq { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:16.8125rem;top:40.3125rem;left:21.375rem;overflow:hidden;display:none; }
#iWnmxbso1eTIgPVty3elbVsEDG5pkl7k { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:16.9375rem;top:40.25rem;left:39.5625rem;overflow:hidden;display:none; }
#XJlqWugEG0Esvxaf6Hx9PSA72B4GVmUa { z-index:100003;top:28.0625rem;left:18.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0becb2;border-left:0.0625rem solid #0becb2;border-right:0.0625rem solid #0becb2;border-bottom:0.0625rem solid #0becb2;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#00ae81;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#tkScstexxPwLonwF2zXptS2G2ZmKi4Rv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yUxUe2wzb2tfJbg3Z7Km9BQHmwTzuJw3 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:47rem;top:31.125rem;left:6.5rem;display:block; }
#UyUB9MVEJkzs4r2qgNBzrFiH3JdS8LFX { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.5rem;left:12.71875rem;height:3.875rem;text-align:center;text-align-last:center;display:none; }
#eTKnnehsGdsKFQvK6AOlii0y5ufx3UnM { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:37.5rem;left:13.3125rem;height:2rem;text-align:center;text-align-last:center;display:none; }
#uH5HTNUovHG02PEiGXri8yA7LiINg5W6 { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.8125rem;left:4.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#F4W60T6Bbw00bo6XsrEqRLUSxDlEfaE5 { position:absolute;display:block;z-index:99999;background-color:#2c2c2c;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.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;height:19.8125rem;width:59.375rem;top:3.3125rem;left:0.4375rem;display:block; }
#Bhl8ERLFHBfIL5vlcTUGnVEUxewTMAB7 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:20.6875rem;top:4.5rem;left:2rem;overflow:hidden;display:block; }
#shSWboXVdAx3bTTMXEin6rA8UfQauwNm { position:absolute;display:block;z-index:99998;background-color:#d9d9d9;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.25rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.25rem;height:20rem;width:59.8125rem;top:3.6875rem;left:0rem;display:block; }
#CzwVpw56B3lOTe5zuOEnnrtLSi3FKqLt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:16.875rem;top:12.1875rem;left:2rem;overflow:hidden;display:block; }
#p3pmztf7fnMf2HIVMTT3wCcGXaJrwslm { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:16.8125rem;top:12.1875rem;left:21.375rem;overflow:hidden;display:block; }
#cI88kIBXISq425wdinFzdxN98wai4KeN { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:16.9375rem;top:12.125rem;left:40.6875rem;overflow:hidden;display:block; }
#o4t2QB9WewvD9uob1886fEonLOwmUm0B { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283891;background-image:none;position:relative;display:block; }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row .container { background-color: transparent; background-image: none; }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row .container > .video-iframe-container { display: none; }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row > .video-iframe-container { display: none; }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .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); }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row .container { border-width: 0; border-radius: 0; }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row > .video-iframe-container {  }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:block; }#FE4K9nAtodvmReEatg5ONlwSEmTsTRHS { display:block;width:60rem;position:absolute;font-family:prompt;font-size:3rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:3.3116254806519rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#CRkAz3K4hSN74T7KzfaJELbZ5p3gbWd5 { display:block;width:60rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:7.6855411529544rem;left:0rem;height:1.13720625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#a0sxITw9yX3WBQfJTrt66E468gVsVoJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT.adaptive-delivery-prevent-bg, #a0sxITw9yX3WBQfJTrt66E468gVsVoJT.lazyload, #a0sxITw9yX3WBQfJTrt66E468gVsVoJT.lazyloading { background-image: none; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container { background-color: transparent; background-image: none; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container > .video-iframe-container { display: none; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row > .video-iframe-container { display: none; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .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); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container { border-width: 0; border-radius: 0; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row > .video-iframe-container {  }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container { font-size:0.875rem;font-family:arial;height:83.5rem;width:60rem;position:relative;display:block; }#iwSBOAXtokokKTW5WRVlVHnOuRSNGTX6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1870625rem;top:2.75rem;left:3.1875rem;display:block; }
#g87dPJFLnR01BPqCeqxf8BpwtRszeaOH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:26.1875rem;top:18.6875rem;left:3.1875rem;display:block; }
#geffVxTbcz5beRHlRmgD4fc6iTopkTrG { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:26.0625rem;top:34.75rem;left:3.1875rem;display:block; }
#sDuSZy22xSuHafhwlCL9PPdMkmIyJqFp { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:26rem;top:51.4375rem;left:3.1875rem;display:block; }
#mUGdhkCvuKrfAuZim1pJzMuFEOzt0C3E { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.49925rem;width:26.06175rem;top:66.872817993162rem;left:3.2492408752441rem;display:block; }
#rSbIvppGyZU29LbKzHfFbiXKrP2176a7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5621875rem;width:26.1865rem;top:2.7495665550232rem;left:31.331382751465rem;display:block; }
#TN0sN6KiONG6k8T9cDeEK4F6UrOkTdDZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4998125rem;width:26.1870625rem;top:18.687067508697rem;left:31.331382751465rem;display:block; }
#B46D0sbdGaGrb8f4APLB7m4BuFZHh2yy { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.437375rem;width:26.0623125rem;top:34.749350547791rem;left:31.392688751221rem;display:block; }
#ZZ9ihOWcTE9R1Q8T6awUBtTMgKkqI7qA { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.437375rem;width:25.999875rem;top:51.436634063721rem;left:31.423610687256rem;display:block; }
#Bw6n1NRuhGxZivvCkgTL5Jlm213Gn1h7 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.499rem;width:26.0615rem;top:66.87109375rem;left:31.3916015625rem;display:block; }
#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { background-color: transparent; background-image: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container > .video-iframe-container { display: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row > .video-iframe-container { display: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .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); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { border-width: 0; border-radius: 0; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row > .video-iframe-container {  }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { position:absolute;display:block;z-index:100000;height:15.875rem;width:39.5rem;top:4.875rem;left:10.25rem;display:block; }
#y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:1.94970625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283891;background-image:none;position:relative;display:block; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { background-color: transparent; background-image: none; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container > .video-iframe-container { display: none; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row > .video-iframe-container { display: none; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .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); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { border-width: 0; border-radius: 0; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row > .video-iframe-container {  }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#rQcqZlsx7gBqtNAFXRZ59A0E5maKnlBD { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.375rem;left:3.125rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#IS2Xtp9fAi2FAV9ZbeVTIEbMKHHaIRLu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:22.5rem;top:3.0625rem;left:33rem;overflow:hidden;display:block; }
#v09pDoWUbuaLiDbGiORs7XBXUXSIciVh { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:25.4375rem;top:1.5625rem;left:31.4375rem;overflow:hidden;display:block; }
#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283891;background-image:none;position:relative;display:block; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { background-color: transparent; background-image: none; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container > .video-iframe-container { display: none; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row > .video-iframe-container { display: none; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .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); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { border-width: 0; border-radius: 0; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row > .video-iframe-container {  }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#HTlMHEbZ8yL3K8QOv3FSTxhV7DkSUc5r { color:#000000;display:block;width:23.875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:33.125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#rMVJxBhoy10WvygBTwKL37aHDTI0yGJk { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:2.0625rem;left:5.875rem;overflow:hidden;display:block; }
#toHK8FPe7fud85q5der7pumDziImzevR { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21rem;width:28rem;top:0rem;left:0.9375rem;overflow:hidden;display:block; }
#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#283891;background-image:none;position:relative;display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { background-color: transparent; background-image: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container > .video-iframe-container { display: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container { display: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .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); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { border-width: 0; border-radius: 0; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container {  }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:22.75rem;top:0rem;left:35.4375rem;overflow:hidden;display:block; }
#zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.0185546875rem;left:3rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { z-index:100005;top:10.0625rem;left:6.375rem;background-color:#f5b112;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:none; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { border-width: 0; border-radius: 0; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row > .video-iframe-container {  }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:none; }#QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.3125rem;top:3.3125rem;left:2.5rem;overflow:hidden;display:block; }
#pizDSstFbDFqFLmsTbxMCmHyODeUN69A { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.125rem;top:3.3125rem;left:21.4375rem;overflow:hidden;display:block; }
#AmZrgToLKauInL4uQRaF67ZVW9oeogLL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.25rem;top:3.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20549d;background-image:none;position:relative;display:none; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { border-width: 0; border-radius: 0; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row > .video-iframe-container {  }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { font-size:0.875rem;font-family:prompt;height:8.9375rem;width:60rem;position:relative;display:none; }#ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.94970625rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { border-width: 0; border-radius: 0; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row > .video-iframe-container {  }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:none; }#bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.9375rem;width:18.75rem;top:4rem;left:1.9375rem;overflow:hidden;display:block; }
#J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:18.75rem;top:2.875rem;left:20.625rem;overflow:hidden;display:block; }
#I52FLkhtNASksWsL4IFvWl6aWXEEA67S { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:18.75rem;top:3.625rem;left:39.375rem;overflow:hidden;display:block; }
#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { background-color: transparent; background-image: none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container > .video-iframe-container { display: none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row > .video-iframe-container { display: none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .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); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { border-width: 0; border-radius: 0; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row > .video-iframe-container {  }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:25.9375rem;width:45.8125rem;top:1.09375rem;left:7.09375rem;overflow:hidden;display:block; }
#nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { position:absolute;display:block;z-index:100001;background-color:#c53ed7;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:24.75rem;top:3.1875rem;left:17.625rem;display:none; }
#gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { z-index:100004;top:28.5rem;left:22.75rem;background-color:#f5b112;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mBatw0X0cD2sXuQANrb2TqKBgXLyN3Nh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5rem;top:2.625rem;left:4.0625rem;display:none; }
#Mif7BbW7HdlLQm9937leJTwCfhkNOcHl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.75rem;width:28rem;display:none; }
#Q8T7Wo94O2q13bwz4DkMkeoubCCDMywJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.75rem;width:28rem;display:none; }
#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435ef5;background-image:none;position:relative;display:none; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { border-width: 0; border-radius: 0; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row > .video-iframe-container {  }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:none; }#SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { display:block;width:60rem;position:absolute;font-family:mitr;font-size:3rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffeb00;text-align:center;text-align-last:center;display:block; }
#MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { display:block;width:60rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:1.75rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { position:relative;display:none; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { border-width: 0; border-radius: 0; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .row .container > .video-iframe-container {  }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .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:35.5625rem;width:60rem;position:relative;display:none; }#EKnOaFIeidCTu8U42wClX7rtgnGPo6zJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { border-width: 0; border-radius: 0; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container {  }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:none; }#xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:35.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.375rem;left:37.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#L8MIm2B9C81XEF0ER4isQvl742AtJx41 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.875rem;left:41.625rem;display:block; }
#xtNrT9yu3SryJFNkDq7EL6F141i4UTES { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:8.5rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { color:#ff1010;display:block;width:16.9375rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.375rem;left:8.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.875rem;left:14.8125rem;display:block; }
#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { border-width: 0; border-radius: 0; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row > .video-iframe-container {  }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { font-size:0.875rem;font-family:prompt;height:21.25rem;width:60rem;position:relative;display:none; }#x55EOJxaGOZ3U75NIirab4swbskTSM8h { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100000;top:4.4375rem;left:0.4375rem;display:block; }
#T4WvvMrbsOb1v330v89fvPRnTegV9iwP { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#LlxWzWkOeeBrbX43UdiNTyNe9tEiDFM8 { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:9.75rem;left:1.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#hxQpTB6FkHI102Z8L5TThZG20MV1QcJP { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100001;top:1.1875rem;left:4.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#w6gxU2N982oqfunQQCVcESG2DVsI5cGv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100005;top:4.4375rem;left:15.406251907349rem;display:block; }
#NGv5SFZfG0axn0UXqJiigHqmXl8CKxtL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100006;top:1.25rem;left:19.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#D1IoE7oSTsFPT0TXC5nTDRh5ToJBdalf { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.75rem;left:16.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#RpUcgTIvMB1PgJRMds5id5w8UCQnKtSO { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:12.125rem;left:16.093751907349rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#NUTKkAk5LUTJ1pH3aJn996hWQvkzVNNA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100008;top:4.4375rem;left:30.4375rem;display:block; }
#HndNiuoonEFe7rHTygrsk78HVboc5uVq { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:9.75rem;left:31.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#x6nLSTkUnGZ3ef4UqoatSnDzzelyZhl0 { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:12.125rem;left:31.093751907349rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#lgG4em3tbpTG5VtL27T1FphrWdiDBUQy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100008;top:1.25rem;left:34.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#CNcDbTm248CW2eLoT4R9nb1gcL0T9eP6 { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:9.875rem;left:46.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#I6zyMt8MO3fpI9BNKuxIR0gLFfigzElM { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:12.25rem;left:46.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#II9pK6bZItiE71r6m6zN3Vv9VcpQwFM2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.9375rem;width:14.1875rem;position:absolute;display:block;z-index:100011;top:4.4375rem;left:45.4375rem;display:block; }
#adbTIrZm3tWIyRUUwFsTiLp8CKodFHOk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:6.6875rem;width:6.625rem;position:absolute;display:block;z-index:100011;top:1.25rem;left:49.1875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#FdTJgEMaI6zBHWInlAZGfbsPODoTa2cP { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:5.1875rem;overflow:hidden;display:block; }
#RIBwcxz5I8bBmRVDsxLc5fMwGGlFL19T { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:20.1875rem;overflow:hidden;display:block; }
#UgqP4yJrHAhmoVzWZTHhBJxcMWPmTmEq { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:35.1875rem;overflow:hidden;display:block; }
#f7Cx87JT40JS0mWRhPTu9acvrRPUWC2S { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:2.21875rem;left:50.1875rem;overflow:hidden;display:block; }
#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { background-color:transparent;background-image:url("https://images.assets-landingi.com/NibclACU/thumb_collage_slope.png");background-position:center left !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;display:none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.adaptive-delivery-prevent-bg, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyload, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyloading { background-image: none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { border-width: 0; border-radius: 0; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row > .video-iframe-container {  }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:60rem;height:23.125rem;font-size:0.875rem;font-family:prompt;position:relative;display:none; }#KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { display:block;width:33.75rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:8.5rem;left:13.125rem;height:1.6875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.8125rem;left:20.0625rem;z-index:100016;display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 { display:block; }
#IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.5625rem;left:22.375rem;height:1.25rem;display:block; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-form-header {  }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { display:none;width:25.9375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:25.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:25.9375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:25.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#ff1010;background-image:none;overflow:hidden; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:39.4375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:12.09375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:first-of-type{padding-top:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:last-of-type{padding-bottom:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:40.9375rem;height:auto;left:8.28125rem;top:2rem;z-index:100009;position:absolute; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:26.5625rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:40.9375rem;height:auto;left:8.28125rem;top:2rem;z-index:100009;position:absolute; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 { position:relative; }
#ZiUh2We89lwc67EtNhxkzoT63LTlObbH { position:relative;display:block; }
#MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { position:relative;display:block; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD { position:relative; }
#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { background-color: transparent; background-image: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .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); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { border-width: 0; border-radius: 0; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container {  }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { background-color: transparent; background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .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); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { border-width: 0; border-radius: 0; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container {  }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { font-size:0.875rem;font-family:prompt;height:16.0625rem;width:60rem;position:relative;display:block; }#ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.5996125rem;display:block; }
#Ru2spXTHqKo587wz8P84VAs06AANI8BQ { color:#9b9b9b;display:block;width:36.9375rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#NzIHlny5KqE12T8u577Eva23ULWo2I7L { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#VsosSFOyrXaQTVVWGlpMcsog995UeXSN { position:absolute;display:block;z-index:100008;height:5.9375rem;width:10.625rem;top:10.125rem;left:33.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d626sIzETTbt6gLiTv310bxb4KmivwSg { top:1.6875rem;left:5rem;width:16.5625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { top:2.5rem;left:21.9375rem;width:25.375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrXsm0t299l5SPalB9KOeWoZMR34mKkg { top:3.6875rem;left:16.6875rem;width:16.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { top:6.625rem;left:15rem;width:8.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block; }
 }@media only screen and (max-width: 763px) { #go16zPiTRblfX3SlhJweTwmo6TGnFeVW { top:4.875rem;left:0rem;width:16.3125rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbhgxZbKQ8T91xpcVACGoRFU3nmlMWVs { top:0.125rem;left:0rem;width:11.9375rem;height:2.5625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.459375rem;margin-bottom:0;margin-left:0.459375rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.653125rem;padding-right:0.114375rem;padding-bottom:0;padding-left:0.114375rem;display:block;width:4.936875rem;height:3.154375rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:3.428125rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.114375rem;padding-bottom:0.435625rem;padding-left:0.114375rem;display:block;width:4.936875rem;height:0.815rem;position:relative;font-family:arial;font-size:0.653125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L { top:0.8125rem;left:25.1875rem;width:18.25rem;height:6.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #gWngs8qxSpRwXz1DXibG2y6IAcCQpdc8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #Nn2NEusbig2gPbEyqIyI142yk72zkAlB {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #NfO1okTUfkS1ym2H27TNXfOCwnTTJyKx {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #y0Lz09nwO6ezS0OTiFQIVKmMNZhAFDv6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #EAwOMCsBgLiA8G1finzAAzx651Tdit2J {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #bbNuKx3Q4N9fUbmCVBpCvQABxAF4DawH {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #SxeKbnvOTBxTVVsfyELdEDuuJqfBNGen { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #LMtlBnPI9MdsxXVQ9FWHNdUqAraiF2DF {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #cqORd7F3RM4RWtJ48W2395JwRrS8pNai {  }
 }@media only screen and (max-width: 763px) { #xdtWUuWwJZwEb5no4QEDsSVV24Qpt1fG { top:0.8125rem;left:20rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX4KsneAoeifwW907NFMAEWqTwGDDbP5 { display:block; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cz0A2Gw8eVfVSTqvHydxZl9tdyQnQBPf { width:47.75rem;height:9.25rem;top:10.6875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S83Uo65hwILZdQ7p3yF3gs9FfFMwwxbp { width:41.625rem;height:5.8125rem;top:43.5625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBJ84WhV9HV2WwErfg8k2f9vm2tsG4gh { top:42.75rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qdrPms7VL0efQWF6A1A4APb8AuT5fX { top:51.6875rem;left:20.75rem;width:6.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtpcyvwZTqSDGFRAUW1d9FE5exfV0cM { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHJv9lUiHH22Knm999V7KCI4nLxxu2KR { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ3nVnXOH58MsWBw7lcgrRbZ1NkMqKT5 { top:26.25rem;left:16.8125rem;width:4.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvvQlU1LZQpdJKLhdSdZIJIXIhtlTRyZ { width:15.6875rem;height:;top:21.1875rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1fCCF7BDwwx7x0XTZDWaF6RGmfFXMfa { top:26.0625rem;left:23rem;width:0.125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFZce59hG4rv1sF5kBLGBmT0ZUVEwThz { width:47.75rem;height:6.5rem;top:24.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBbAT77pA3QV9MSdECwTKTpXAEfN4yDD { top:24.0625rem;left:3.125rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQR4oMNonoMfxDZZqbUtLzkTsT2t9oyS { width:20rem;height:;top:20.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNJdK9AuoErulI9wHtncLrnsHXm5rmU2 { top:25.6875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D67fxf8XTN670hbORZbkhTvsIy2nVX0D { top:29.0625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnfrGsCQ6CNKEogt7TfUiHwcMB5fA4Ti { top:23.6875rem;left:9.6875rem;width:28.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxv2oCK1OT56mCNlZ4PpKTx256ZAns8e { width:28.4375rem;height:3.25rem;top:24.4375rem;left:9.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2KcNXc3grgK5pP3oMCpomhbdUMBm29c { top:24.5625rem;left:8.9375rem;width:28.4375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLAV7kKUSTyrWXveB09wt4LW4efdSHvM { width:20rem;height:;top:22rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7cTrm32hl0FoT8oUQkraSCBC4v8vGLi { top:32.9375rem;left:1.9375rem;width:43.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ues4LM5nNHpk5EQWQ7SzgWswMJw2nJqR { width:47.75rem;height:3.25rem;top:33.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLh0UL6TwIkUqfkrltdLc7dulTaKWigk { top:38.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3SxKschrQe4pltLA4kXchaI66e5M3D { top:25.75rem;left:24.8125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZMvxJOQBZzqbsmeDGDtCgS3iVyDnpJn { top:25.75rem;left:24.8125rem;width:6.125rem;height:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kADWzkSivJQZQ0buEU9k7kEU9ztODScb { top:25.75rem;left:24.8125rem;width:6.0625rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aydBbEdKGOWlxSGTqLonnNEozT3KsGOs { display:block; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXXhkGhvaFhEf7UEVPCAQS2v0Jcs9QZX { top:4.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAIvWxSJIS3OLyJHot2Ud6rCPEd76OdX { top:3rem;left:0rem;width:19.875rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTP75DXkacTJTTxS2smTR7Px0CBsGSNW { top:4rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc4IGosbeeDnMu3tQuV2SUtwgQrN54RW { top:7.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTtuMVGFmXreD43JNSAmvJaNAn8JThMN { top:2.25rem;left:0rem;width:20rem;height:4.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcGCJXN5I4Mm0UyGPNdCOHGMEpXem4Bz { top:13.0625rem;left:13.3125rem;width:21.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFH17CrEGNMNSC51ahy61dI1mATrGt0w { display:block; }
 }@media only screen and (max-width: 763px) { #qMJJTsQTQw419HWMtnoaL7mlhzdQFxxs { top:2.3125rem;left:0rem;width:47.75rem;height:9.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q { display:block; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gts3FXdU3vcqrREKIBIi903sWUS2zORB { top:15rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1kwJqTLQnITW3H6iMs2D7Wz6PKXmPis { top:11.1875rem;left:0rem;width:47.75rem;height:14.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxffcSvixBCMyUAcibls3wfTEIW88drC { top:2.1875rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Jhtpixvzp2owzsU9IHbCp3J1q1lh3u { top:6.8125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgoT2UTbllyis3oZnZ4QZLKMOaT41cRA { top:13.4375rem;left:12.125rem;width:35.625rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNZKDJlnAxL3SvPT2EgiiIspdH8v1Tcg { top:3.75rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRl86H7UqKVmLHyz7hERT0GRx1sPBEqJ { top:13.4375rem;left:0rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKx9i3EEsII4iqr7BZyTyTmaT9JIxlaZ { top:14.625rem;left:0rem;width:16.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKLn0WaSkLe0uUmcB795smX77y4HVgo9 { top:21.75rem;left:6.5625rem;width:7.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA0nSLGTOkrbKydQRLs4d2uqRUKs7vK5 { top:1.8125rem;left:0rem;width:20rem;height:4.375rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO { display:block; }#G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvSN5zt6LUbsMn4CsqwiO4KxJsds0qTC { top:9.875rem;left:6.125rem;width:17.75rem;height:6.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgKGbObHJZHL5CQUIC4HZXTViErF9vTP { width:15.25rem;height:3.875rem;top:20.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #urvLZX6nzxhMSZiO5S1ZMLZy9BmaJI7x { display:block; }
 }@media only screen and (max-width: 763px) { #ycmfTaRhuANxPqQuGL1uW3n58VaAiuNl { top:6.5625rem;left:6.1875rem;width:17.1875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSidnf0I5HvbTLCME3buTwMnWbIk2y0Z { top:12.25rem;left:29.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lntSSBWBvbTxSBM5lTTlFd4AuMrcTVqp { top:7.3125rem;left:8.625rem;width:15.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEohoNZgNF0vaRBt2MsSRvMXpKabsfbL { top:0.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrZnGEzQh1sb6sIBb21zndGQQ7nExAk8 { top:27.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w76efkyfoFpfFRnpGOQ0MF7TdVDpBKHK { top:9.625rem;left:0rem;width:17.75rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJETdnOsSvM22XWWku37PnfGPXht24SE { top:8.375rem;left:0rem;width:17.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9k2TlfBLVcKgIq2JO86kCLcmMdiTTdm { width:15.25rem;height:3.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppp0dUoTDBkhkNZrIo7TVmq0uB7RXCmX { display:block; }
 }@media only screen and (max-width: 763px) { #ZaZlcPsfrTF2k8lqqhWxUQ5Idw4v4WSS { top:8.375rem;left:30.0625rem;width:17.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zohikel73NeikEuCLacume3mtKLMGCII { top:9.625rem;left:30rem;width:17.75rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m615D4VKicTfKZ6actqmAT15SMftUOxw { width:15.25rem;height:3.875rem;top:20.25rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5bIqVTs5ilrpVnGFBkzHQDIEAoV1a6 { display:block; }
 }@media only screen and (max-width: 763px) { #cT2kSCd4LKb3i8KVKsGvEOIP88pNgbHd { top:13.5625rem;left:0rem;width:17.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX2t3kMkDfmW2kIsEOaPtQO38XxNe92q { top:16.8125rem;left:0rem;width:17.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBkP3KqHXAum6CFz8uh8Wx6ewPpuX4sn { top:13.5625rem;left:30rem;width:17.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWbTerm0NMpBbAhqysUcn6aQqIbk1zJh { top:16.8125rem;left:30rem;width:17.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heyfb6vTXnzqA1ayOUirmTO8TcOK33um { top:14.875rem;left:6.125rem;width:17.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhbBzKCzNZWDgPldZmTV5wTP8Do88zJk { top:17.5625rem;left:6.125rem;width:17.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5KSk3d7r6HfA3lCy5m8NAr5X5RpXio5 { top:19.25rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXE4ZObdKtiEXh2Nic2b3pB5b1tT7xSR { top:62.75rem;left:0rem;width:20rem;height:5.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sokEbpuogfr60FIyTfzEFaOytCbPcpJa { top:25.75rem;left:5.0625rem;width:18.8125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8zLshc8vpLkP8eDnbPB0SXMLfwXHEnr { top:24.8125rem;left:28.9375rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHW42NtgEF6c4lk9UUwUEOgn67N3WoDT { top:24.8125rem;left:0rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x { display:block; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #da3isRQUmJ97PspJftueqdx0qHSmARtu { top:10.625rem;left:11.625rem;width:20.125rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZDdquLAIWl77BAfE8dhu5et1EfHOpJK { top:15.3125rem;left:11.5rem;width:20.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAi4m2XcAekQP8Cb3D6MtnIwbGx6DCLA { top:16rem;left:11.625rem;width:20.125rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORobiTQCyp6GEvlRPLvJmHvXtiWnfUXU { top:28.9375rem;left:21.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn6KqRz87OJECVIWPnhB8gRlBiDztA0Q { top:28.9375rem;left:11.5625rem;width:20.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9TZby0oGHzdb1Bx3dilEQ75m3BQJXmC { display:none; }
 }@media only screen and (max-width: 763px) { #Iwndpxp9vMxPnIRJ9qVvFxDbNLdQBNVT { top:5.1875rem;left:12.375rem;width:18.75rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ2mwvxuRnI11HflTrdO3Cen4JxzuF24 { top:20.75rem;left:16.09375rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJyZOfT9D01aggHA1WPTbUr4E5Q29CkS { width:17.0625rem;height:4.875rem;top:22.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ1ezclZ6ABhQI4R0wHWnE7cdCw22trp { display:block; }
 }@media only screen and (max-width: 763px) { #obhOIhxgg6WRug0Ag1Ll1Z3yq7EHqPIp { top:7.8125rem;left:17.90625rem;width:11.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTzQB8G7FD8su2vT9JPr2gPNT7z73qn { top:39.0625rem;left:10.625rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7GtU7ZkiBNcLKs2frDRacMzn4T1xkoF { top:6.25rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynvdLbu2GJtRh5mbcXLQoZuO0JrvFAK3 { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIA2MuMTT1eyBGOCXD7CW2Mrd1X79OQI { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7WCMDztdWvhTnE3XrFyoiGyWblqJbKc { top:0rem;left:28.25rem;width:3.5rem;height:2.6401155403935rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4iuGaL6K1EfLcemghkyvPGSUVL6dJ8T { top:7.1875rem;left:0rem;width:20.125rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBgN0ebLJI27MmQ3LZ9z7T5Rr3nGvJh3 { top:33.125rem;left:12rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvMaQUuwgaWbNiMBfDcBcERHenVeREKI { top:33.125rem;left:12rem;width:19.75rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhPrLD4XrBWZopWHgnl2N33eFdCxlExC { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm4mfylWaqx8rbXpcidg0Qda7CAhZwmL { top:34.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cteBPN5b9ydcw7CHI37FLbvbzuq7xTD8 { top:62.75rem;left:0rem;width:20rem;height:5.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H39VASUlhWLl2M5Dnb9VrAe6wsRBUbyU { top:30.8125rem;left:12.9375rem;width:18.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP { display:block; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iab6HlDqcHWiHxissPCQ3QFBPRrO31vZ { top:40.3125rem;left:0rem;width:16.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXPmDfUTNc86Ed2X2KiVSdgqt371tGbw { top:26.875rem;left:7.9375rem;width:34.5625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZR8ECukXvLf9EBTlKxwLTRwQEf9w1cq { top:40.3125rem;left:15.25rem;width:16.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWnmxbso1eTIgPVty3elbVsEDG5pkl7k { top:40.25rem;left:30.8125rem;width:16.9375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJlqWugEG0Esvxaf6Hx9PSA72B4GVmUa { top:28.0625rem;left:12.4375rem;width:22.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkScstexxPwLonwF2zXptS2G2ZmKi4Rv { display:block; }
 }@media only screen and (max-width: 763px) { #yUxUe2wzb2tfJbg3Z7Km9BQHmwTzuJw3 { top:31.125rem;left:0.375rem;width:47rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUB9MVEJkzs4r2qgNBzrFiH3JdS8LFX { top:1.25rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTKnnehsGdsKFQvK6AOlii0y5ufx3UnM { top:37.5rem;left:7.1875rem;width:34.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH5HTNUovHG02PEiGXri8yA7LiINg5W6 { top:8.8125rem;left:0rem;width:24.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4W60T6Bbw00bo6XsrEqRLUSxDlEfaE5 { top:3.3125rem;left:0rem;width:47.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhl8ERLFHBfIL5vlcTUGnVEUxewTMAB7 { top:4.5rem;left:0rem;width:20.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shSWboXVdAx3bTTMXEin6rA8UfQauwNm { top:3.6875rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzwVpw56B3lOTe5zuOEnnrtLSi3FKqLt { top:12.1875rem;left:0rem;width:16.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3pmztf7fnMf2HIVMTT3wCcGXaJrwslm { top:12.1875rem;left:15.25rem;width:16.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI88kIBXISq425wdinFzdxN98wai4KeN { top:12.125rem;left:30.8125rem;width:16.9375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4t2QB9WewvD9uob1886fEonLOwmUm0B { display:none; }
 }@media only screen and (max-width: 763px) { #gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU { display:block; }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE4K9nAtodvmReEatg5ONlwSEmTsTRHS { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRkAz3K4hSN74T7KzfaJELbZ5p3gbWd5 { width:47.75rem;height:1.125rem;top:7.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0sxITw9yX3WBQfJTrt66E468gVsVoJT { display:block; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwSBOAXtokokKTW5WRVlVHnOuRSNGTX6 { top:2.75rem;left:0rem;width:26.125rem;height:14.527675581693rem;display:block; }
 }@media only screen and (max-width: 763px) { #g87dPJFLnR01BPqCeqxf8BpwtRszeaOH { top:18.6875rem;left:0rem;width:26.125rem;height:14.465448408446rem;display:block; }
 }@media only screen and (max-width: 763px) { #geffVxTbcz5beRHlRmgD4fc6iTopkTrG { top:34.75rem;left:0rem;width:26rem;height:14.402856615276rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDuSZy22xSuHafhwlCL9PPdMkmIyJqFp { top:51.4375rem;left:0rem;width:25.9375rem;height:14.402739015573rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUGdhkCvuKrfAuZim1pJzMuFEOzt0C3E { top:66.8125rem;left:0rem;width:26rem;height:14.464895872303rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSbIvppGyZU29LbKzHfFbiXKrP2176a7 { top:2.6875rem;left:21.625rem;width:26.125rem;height:14.527987643919rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0sN6KiONG6k8T9cDeEK4F6UrOkTdDZ { top:18.625rem;left:21.625rem;width:26.125rem;height:14.465448408446rem;display:block; }
 }@media only screen and (max-width: 763px) { #B46D0sbdGaGrb8f4APLB7m4BuFZHh2yy { top:34.6875rem;left:21.75rem;width:26rem;height:14.402856615276rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9ihOWcTE9R1Q8T6awUBtTMgKkqI7qA { top:51.375rem;left:21.8125rem;width:25.9375rem;height:14.402739015573rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw6n1NRuhGxZivvCkgTL5Jlm213Gn1h7 { top:66.8125rem;left:21.75rem;width:26rem;height:14.464785219577rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { display:block; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { top:4.875rem;left:4.125rem;width:39.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { width:47.75rem;height:1.9375rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhox3FK7dwzxhudb0ILCiUMIrD88GEm { display:block; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQcqZlsx7gBqtNAFXRZ59A0E5maKnlBD { top:6.375rem;left:0rem;width:25.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS2Xtp9fAi2FAV9ZbeVTIEbMKHHaIRLu { top:3.0625rem;left:25.25rem;width:22.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v09pDoWUbuaLiDbGiORs7XBXUXSIciVh { top:1.5625rem;left:22.3125rem;width:25.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 { display:block; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTlMHEbZ8yL3K8QOv3FSTxhV7DkSUc5r { top:8.0625rem;left:23.875rem;width:23.875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMVJxBhoy10WvygBTwKL37aHDTI0yGJk { top:2.0625rem;left:0rem;width:17.5rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toHK8FPe7fud85q5der7pumDziImzevR { top:0rem;left:0rem;width:28rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { top:0rem;left:25rem;width:22.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { top:6rem;left:0rem;width:20.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { top:10.0625rem;left:0.25rem;width:13.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block; }
 }@media only screen and (max-width: 763px) { #CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { display:block; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { top:3.3125rem;left:0rem;width:17.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDSstFbDFqFLmsTbxMCmHyODeUN69A { top:3.3125rem;left:15.3125rem;width:17.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZrgToLKauInL4uQRaF67ZVW9oeogLL { top:3.3125rem;left:30.4375rem;width:17.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { display:block; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { width:47.75rem;height:1.9375rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { display:block; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { top:4rem;left:0rem;width:18.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { top:2.875rem;left:14.5rem;width:18.75rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #I52FLkhtNASksWsL4IFvWl6aWXEEA67S { top:3.625rem;left:29rem;width:18.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { display:block; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { top:1.0625rem;left:0.96875rem;width:45.8125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { top:3.1875rem;left:11.5rem;width:24.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { top:28.5rem;left:16.625rem;width:14.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block; }
 }@media only screen and (max-width: 763px) { #mBatw0X0cD2sXuQANrb2TqKBgXLyN3Nh { top:2.625rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mif7BbW7HdlLQm9937leJTwCfhkNOcHl { width:28rem;height:69.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8T7Wo94O2q13bwz4DkMkeoubCCDMywJ { width:28rem;height:69.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { display:block; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { width:47.75rem;height:1.75rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { display:block; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKnOaFIeidCTu8U42wClX7rtgnGPo6zJ { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { top:8.8125rem;left:28.9375rem;width:16.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { top:5.375rem;left:31.75rem;width:11.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { top:0.875rem;left:35.5rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { top:8.8125rem;left:2.375rem;width:16.3125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { top:5.375rem;left:2.0625rem;width:16.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { top:0.875rem;left:8.6875rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf { display:block; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x55EOJxaGOZ3U75NIirab4swbskTSM8h { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WvvMrbsOb1v330v89fvPRnTegV9iwP { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxWzWkOeeBrbX43UdiNTyNe9tEiDFM8 { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQpTB6FkHI102Z8L5TThZG20MV1QcJP { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gxU2N982oqfunQQCVcESG2DVsI5cGv { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGv5SFZfG0axn0UXqJiigHqmXl8CKxtL { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IoE7oSTsFPT0TXC5nTDRh5ToJBdalf { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpUcgTIvMB1PgJRMds5id5w8UCQnKtSO { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUTKkAk5LUTJ1pH3aJn996hWQvkzVNNA { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HndNiuoonEFe7rHTygrsk78HVboc5uVq { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6nLSTkUnGZ3ef4UqoatSnDzzelyZhl0 { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgG4em3tbpTG5VtL27T1FphrWdiDBUQy { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNcDbTm248CW2eLoT4R9nb1gcL0T9eP6 { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6zyMt8MO3fpI9BNKuxIR0gLFfigzElM { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #II9pK6bZItiE71r6m6zN3Vv9VcpQwFM2 { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbTIrZm3tWIyRUUwFsTiLp8CKodFHOk { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTJgEMaI6zBHWInlAZGfbsPODoTa2cP { top:2.1875rem;left:3.65625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBwcxz5I8bBmRVDsxLc5fMwGGlFL19T { top:2.1875rem;left:15.59375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqP4yJrHAhmoVzWZTHhBJxcMWPmTmEq { top:2.1875rem;left:27.53125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Cx87JT40JS0mWRhPTu9acvrRPUWC2S { top:2.1875rem;left:39.46875rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { display:block; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { width:33.75rem;height:1.6875rem;top:8.5rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 {  }
 }@media only screen and (max-width: 763px) { #IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { top:12.5625rem;left:16.25rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { width:23.375rem;height:auto; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-textarea { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { width:36.875rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { width:10.8125rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { width:38.375rem;height:auto;top:20.0625rem;left:3.4375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:24rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG {display:inline-block;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { width:38.375rem;height:auto;top:20.0625rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 {  }
 }@media only screen and (max-width: 763px) { #ZiUh2We89lwc67EtNhxkzoT63LTlObbH { display:block; }
 }@media only screen and (max-width: 763px) { #MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD {  }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { top:11.375rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsosSFOyrXaQTVVWGlpMcsog995UeXSN { top:10.75rem;left:25.25rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#283891;background-image:none;display:block; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { background-color: transparent; background-image: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row > .video-iframe-container { display: none; }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .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); }#WaiTTg5WZAvbxU0yIaZWlUlOSQOccx5n > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d626sIzETTbt6gLiTv310bxb4KmivwSg { width:11.9375rem;height:2.5625rem;top:1.25rem;left:4rem;font-size:2rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #JIaw2S5vz9TqxL2Cwolu1TkABxa67A0C { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NrXsm0t299l5SPalB9KOeWoZMR34mKkg { width:6.25rem;height:1.8125rem;top:1.125rem;left:13.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KugDTi0RWsM8D63xeGhKhQTyEGfhi6Vb { top:9.4375rem;left:5.9375rem;width:8.125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S94lD9KaQW9cHCXOTU0kbgJvnnfb9DIc { display:block; }
 }@media only screen and (max-width: 763px) { #go16zPiTRblfX3SlhJweTwmo6TGnFeVW { top:4.875rem;left:1.875rem;width:16.3125rem;height:2.4375rem;z-index:100007;color:#ff0000;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #RbhgxZbKQ8T91xpcVACGoRFU3nmlMWVs { width:11.9375rem;height:2.5996125rem;top:0.125rem;left:3.4375rem;font-size:2rem;font-family:prompt;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.3275rem;margin-bottom:0;margin-left:0.3275rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.420625rem;padding-right:0.065625rem;padding-bottom:0;padding-left:0.065625rem;display:block;width:3.796875rem;height:2.40875rem;position:relative;font-size:2.590625rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.065625rem;padding-bottom:0.301875rem;padding-left:0.065625rem;display:block;width:3.796875rem;height:0.66125rem;position:relative;font-size:0.4825rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L { top:2.375rem;left:2.53125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.75rem;height:4.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #gWngs8qxSpRwXz1DXibG2y6IAcCQpdc8 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #Nn2NEusbig2gPbEyqIyI142yk72zkAlB {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #NfO1okTUfkS1ym2H27TNXfOCwnTTJyKx {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #y0Lz09nwO6ezS0OTiFQIVKmMNZhAFDv6 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #EAwOMCsBgLiA8G1finzAAzx651Tdit2J {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #bbNuKx3Q4N9fUbmCVBpCvQABxAF4DawH {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #SxeKbnvOTBxTVVsfyELdEDuuJqfBNGen { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #LMtlBnPI9MdsxXVQ9FWHNdUqAraiF2DF {  }
 }@media only screen and (max-width: 763px) { #nJnzT3HrhdNMQt5PFWrP9sn0I8XMLK0L #cqORd7F3RM4RWtJ48W2395JwRrS8pNai {  }
 }@media only screen and (max-width: 763px) { #xdtWUuWwJZwEb5no4QEDsSVV24Qpt1fG { width:2.4375rem;height:2.4375rem;top:0.125rem;left:14.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX4KsneAoeifwW907NFMAEWqTwGDDbP5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/DrisZ2e9/thumb_collage_slope.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5.adaptive-delivery-prevent-bg, #gX4KsneAoeifwW907NFMAEWqTwGDDbP5.lazyload, #gX4KsneAoeifwW907NFMAEWqTwGDDbP5.lazyloading { background-image: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container { background-color: transparent; background-image: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container > .video-iframe-container { display: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row > .video-iframe-container { display: none; }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .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); }#gX4KsneAoeifwW907NFMAEWqTwGDDbP5 > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cz0A2Gw8eVfVSTqvHydxZl9tdyQnQBPf { width:20rem;height:auto;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #S83Uo65hwILZdQ7p3yF3gs9FfFMwwxbp { width:19.6875rem;height:3.32421875rem;top:31.23828125rem;left:0rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #IBJ84WhV9HV2WwErfg8k2f9vm2tsG4gh { width:12.5rem;height:0.125rem;top:30.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5qdrPms7VL0efQWF6A1A4APb8AuT5fX { width:4.75rem;height:3.4375rem;top:35.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtpcyvwZTqSDGFRAUW1d9FE5exfV0cM { width:20rem;height:2.5625rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHJv9lUiHH22Knm999V7KCI4nLxxu2KR { width:19.75rem;height:3.4375rem;top:15.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJ3nVnXOH58MsWBw7lcgrRbZ1NkMqKT5 { width:2.75rem;height:3.3125rem;top:18rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvvQlU1LZQpdJKLhdSdZIJIXIhtlTRyZ { width:9.6875rem;height:2.111325rem;top:14.625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1fCCF7BDwwx7x0XTZDWaF6RGmfFXMfa { width:0.125rem;height:3.25rem;top:18rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFZce59hG4rv1sF5kBLGBmT0ZUVEwThz { width:20rem;height:2.5625rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBbAT77pA3QV9MSdECwTKTpXAEfN4yDD { width:19.75rem;height:4rem;top:18.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQR4oMNonoMfxDZZqbUtLzkTsT2t9oyS { width:20rem;height:;top:9.33154296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:prompt;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #dNJdK9AuoErulI9wHtncLrnsHXm5rmU2 { width:20rem;height:5.5rem;top:36.3125rem;left:0rem;font-size:1.0625rem;font-family:prompt;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #D67fxf8XTN670hbORZbkhTvsIy2nVX0D { width:20rem;height:1.375rem;top:24.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnfrGsCQ6CNKEogt7TfUiHwcMB5fA4Ti { width:20rem;height:4.8125rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxv2oCK1OT56mCNlZ4PpKTx256ZAns8e { width:20rem;height:2rem;top:43.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2KcNXc3grgK5pP3oMCpomhbdUMBm29c { width:17.625rem;height:3.6875rem;top:20.1875rem;left:1.1875rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #VLAV7kKUSTyrWXveB09wt4LW4efdSHvM { width:20rem;height:2rem;top:21.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #U7cTrm32hl0FoT8oUQkraSCBC4v8vGLi { width:18.75rem;height:5.0625rem;top:22.609375rem;left:0.8125rem;background-color:#ea0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ues4LM5nNHpk5EQWQ7SzgWswMJw2nJqR { width:20rem;height:4.0625rem;top:23.265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zLh0UL6TwIkUqfkrltdLc7dulTaKWigk { width:20rem;height:1.05615rem;top:28.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq3SxKschrQe4pltLA4kXchaI66e5M3D { width:6.0625rem;height:6.0625rem;top:25.75rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZMvxJOQBZzqbsmeDGDtCgS3iVyDnpJn { width:3.9375rem;height:3.9375rem;top:17.6875rem;left:10.625rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #kADWzkSivJQZQ0buEU9k7kEU9ztODScb { width:3.6875rem;height:3.6875rem;top:17.8125rem;left:11.25rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #aydBbEdKGOWlxSGTqLonnNEozT3KsGOs { background-color:#283891;background-image:none;display:block; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container { background-color: transparent; background-image: none; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container > .video-iframe-container { display: none; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row > .video-iframe-container { display: none; }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .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); }#aydBbEdKGOWlxSGTqLonnNEozT3KsGOs > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXXhkGhvaFhEf7UEVPCAQS2v0Jcs9QZX { width:19.875rem;height:4.5rem;top:3rem;left:0rem;font-size:1.1875rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #mAIvWxSJIS3OLyJHot2Ud6rCPEd76OdX { width:19.875rem;height:4.5rem;top:3rem;left:0rem;font-size:1.1875rem;font-family:prompt;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #hTP75DXkacTJTTxS2smTR7Px0CBsGSNW { width:20rem;height:4.5rem;top:2rem;left:0rem;font-size:1.1875rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #Oc4IGosbeeDnMu3tQuV2SUtwgQrN54RW { width:20rem;height:auto;top:7.6875rem;left:0rem;font-size:1.5rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #PTtuMVGFmXreD43JNSAmvJaNAn8JThMN { width:20rem;height:4.63036875rem;top:1.96875rem;left:0rem;font-size:1.1875rem;font-family:prompt;z-index:100005;display:none; }
 }@media only screen and (max-width: 763px) { #KcGCJXN5I4Mm0UyGPNdCOHGMEpXem4Bz { top:7.375rem;left:3.28125rem;width:13.4375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFH17CrEGNMNSC51ahy61dI1mATrGt0w { display:block; }
 }@media only screen and (max-width: 763px) { #qMJJTsQTQw419HWMtnoaL7mlhzdQFxxs { width:20rem;height:5.52344375rem;top:1.125rem;left:0rem;font-size:1.0625rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q { background-color:transparent;background-image:url("https://images.assets-landingi.com/637pdwp6/thumb_collage_slope.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q.adaptive-delivery-prevent-bg, #E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q.lazyload, #E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q.lazyloading { background-image: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container { background-color: transparent; background-image: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container > .video-iframe-container { display: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row > .video-iframe-container { display: none; }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .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); }#E5XTdbJE8r7hhE2nlFOJaBMd6Jgb6T8Q > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gts3FXdU3vcqrREKIBIi903sWUS2zORB { width:20rem;height:auto;top:15rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n1kwJqTLQnITW3H6iMs2D7Wz6PKXmPis { width:20rem;height:9.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #uxffcSvixBCMyUAcibls3wfTEIW88drC { width:20rem;height:7.87353125rem;top:2.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3Jhtpixvzp2owzsU9IHbCp3J1q1lh3u { width:20rem;height:3.41015625rem;top:7.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgoT2UTbllyis3oZnZ4QZLKMOaT41cRA { width:19.125rem;height:7.347675rem;top:22.25rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNZKDJlnAxL3SvPT2EgiiIspdH8v1Tcg { width:20rem;height:4.38671875rem;top:2.3125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRl86H7UqKVmLHyz7hERT0GRx1sPBEqJ { width:12.1875rem;height:9.1875rem;top:11.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKx9i3EEsII4iqr7BZyTyTmaT9JIxlaZ { width:10.6875rem;height:5.375rem;top:12.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKLn0WaSkLe0uUmcB795smX77y4HVgo9 { width:5.6875rem;height:3.875rem;top:16.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA0nSLGTOkrbKydQRLs4d2uqRUKs7vK5 { width:20rem;height:4.386725rem;top:1.875rem;left:0rem;font-size:1.6875rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO { display:none; }#G0Jtt8n0bxhWX8pK6ULEIcLluKrIToSO > .row .container { width:20rem;height:71.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zvSN5zt6LUbsMn4CsqwiO4KxJsds0qTC { width:14.625rem;height:5.60595rem;top:7.0625rem;left:2.6875rem;font-size:1.4375rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #JgKGbObHJZHL5CQUIC4HZXTViErF9vTP { width:15rem;height:3.875rem;top:16.8125rem;left:2.5rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #urvLZX6nzxhMSZiO5S1ZMLZy9BmaJI7x { display:block; }
 }@media only screen and (max-width: 763px) { #ycmfTaRhuANxPqQuGL1uW3n58VaAiuNl { width:16.25rem;height:18.125rem;top:4.3125rem;left:1.75rem;background-color:#cadb2a;background-image:none;border-top:0.25rem solid #e69e38;border-left:0.25rem solid #e69e38;border-right:0.25rem solid #e69e38;border-bottom:0.25rem solid #e69e38;display:block; }
 }@media only screen and (max-width: 763px) { #RSidnf0I5HvbTLCME3buTwMnWbIk2y0Z { width:12.5rem;height:1.25rem;top:29.375rem;left:3.75rem;font-size:1rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #lntSSBWBvbTxSBM5lTTlFd4AuMrcTVqp { width:15.25rem;height:1.4624rem;top:5.125rem;left:2.375rem;font-size:1.125rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #HEohoNZgNF0vaRBt2MsSRvMXpKabsfbL { width:20rem;height:2.1933625rem;top:1.1748046875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrZnGEzQh1sb6sIBb21zndGQQ7nExAk8 { width:20rem;height:5.199225rem;top:62.9375rem;left:0rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #w76efkyfoFpfFRnpGOQ0MF7TdVDpBKHK { width:17.75rem;height:3.7373rem;top:27.4375rem;left:1.125rem;font-size:1.4375rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #rJETdnOsSvM22XWWku37PnfGPXht24SE { width:17.1875rem;height:17.5rem;top:25.4375rem;left:1.125rem;background-color:#cadb2a;background-image:none;border-top:0.25rem solid #e69e38;border-left:0.25rem solid #e69e38;border-right:0.25rem solid #e69e38;border-bottom:0.25rem solid #e69e38;display:block; }
 }@media only screen and (max-width: 763px) { #o9k2TlfBLVcKgIq2JO86kCLcmMdiTTdm { width:15.25rem;height:3.875rem;top:36.75rem;left:2.375rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ppp0dUoTDBkhkNZrIo7TVmq0uB7RXCmX { display:block; }
 }@media only screen and (max-width: 763px) { #ZaZlcPsfrTF2k8lqqhWxUQ5Idw4v4WSS { width:17.1875rem;height:17.5rem;top:45.8125rem;left:1.125rem;background-color:#cadb2a;background-image:none;border-top:0.25rem solid #e69e38;border-left:0.25rem solid #e69e38;border-right:0.25rem solid #e69e38;border-bottom:0.25rem solid #e69e38;display:block; }
 }@media only screen and (max-width: 763px) { #Zohikel73NeikEuCLacume3mtKLMGCII { width:17.75rem;height:3.7373rem;top:47.1875rem;left:1.125rem;font-size:1.4375rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #m615D4VKicTfKZ6actqmAT15SMftUOxw { width:15.25rem;height:3.875rem;top:56.5625rem;left:2.375rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NT5bIqVTs5ilrpVnGFBkzHQDIEAoV1a6 { display:block; }
 }@media only screen and (max-width: 763px) { #cT2kSCd4LKb3i8KVKsGvEOIP88pNgbHd { width:17.75rem;height:1.86865rem;top:31.125rem;left:1.125rem;font-size:1.4375rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #SX2t3kMkDfmW2kIsEOaPtQO38XxNe92q { width:17.75rem;height:1.70605625rem;top:33.5625rem;left:1.125rem;font-size:1.3125rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #TBkP3KqHXAum6CFz8uh8Wx6ewPpuX4sn { width:17.75rem;height:1.86865rem;top:50.9375rem;left:1.125rem;font-size:1.4375rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #hWbTerm0NMpBbAhqysUcn6aQqIbk1zJh { width:17.75rem;height:1.70605625rem;top:53.3125rem;left:1.125rem;font-size:1.3125rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #heyfb6vTXnzqA1ayOUirmTO8TcOK33um { width:17.75rem;height:1.86865rem;top:11.3125rem;left:1.125rem;font-size:1.4375rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #dhbBzKCzNZWDgPldZmTV5wTP8Do88zJk { width:17.75rem;height:1.70605625rem;top:13.25rem;left:1.125rem;font-size:1.3125rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #t5KSk3d7r6HfA3lCy5m8NAr5X5RpXio5 { width:20rem;height:1.13720625rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXE4ZObdKtiEXh2Nic2b3pB5b1tT7xSR { width:20rem;height:5.199225rem;top:64.375rem;left:0rem;font-size:1rem;color:#ffffff;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #sokEbpuogfr60FIyTfzEFaOytCbPcpJa { width:18.8125rem;height:1.13720625rem;top:61.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8zLshc8vpLkP8eDnbPB0SXMLfwXHEnr { width:18.8125rem;height:1.13720625rem;top:21.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHW42NtgEF6c4lk9UUwUEOgn67N3WoDT { width:17.4375rem;height:1.13720625rem;top:41.48828125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x { background-color:#000000;background-image:none;display:block; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container { background-color: transparent; background-image: none; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container > .video-iframe-container { display: none; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row > .video-iframe-container { display: none; }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .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); }#pqUDBsbtVTBlmiXq48SxZmayyGTNyS7x > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #da3isRQUmJ97PspJftueqdx0qHSmARtu { width:19.1875rem;height:4.386725rem;top:8.86328125rem;left:0.25rem;font-size:1.6875rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #VZDdquLAIWl77BAfE8dhu5et1EfHOpJK { width:12.5rem;height:1.0556625rem;top:13.25rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAi4m2XcAekQP8Cb3D6MtnIwbGx6DCLA { width:19.75rem;height:3.57470625rem;top:13.9375rem;left:0rem;font-size:2.75rem;font-weight:700;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #ORobiTQCyp6GEvlRPLvJmHvXtiWnfUXU { width:6.4980625rem;height:1.29980625rem;top:26.5625rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn6KqRz87OJECVIWPnhB8gRlBiDztA0Q { width:11.6230625rem;height:1.29980625rem;top:26.625rem;left:4.125rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L9TZby0oGHzdb1Bx3dilEQ75m3BQJXmC { top:6.0625rem;left:0rem;width:19.125rem;height:22.125rem;z-index:100011;background-color:#f0ff6a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #7c1edc;border-left:0.3125rem solid #7c1edc;border-right:0.3125rem solid #7c1edc;border-bottom:0.3125rem solid #7c1edc;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwndpxp9vMxPnIRJ9qVvFxDbNLdQBNVT { width:18.75rem;height:25.75rem;top:80.867004291537rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZ2mwvxuRnI11HflTrdO3Cen4JxzuF24 { width:15.4375rem;height:1.625rem;top:17.5rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJyZOfT9D01aggHA1WPTbUr4E5Q29CkS { width:17.0625rem;height:4.875rem;top:19.6875rem;left:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(359deg, #4c1818, #ff0000);background-image: -moz-linear-gradient(359deg, #4c1818, #ff0000);background-image: -ms-linear-gradient(359deg, #4c1818, #ff0000);background-image: -o-linear-gradient(359deg, #4c1818, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1818', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c1818', endColorstr='#ff0000' );";background-image: linear-gradient(359deg, #4c1818, #ff0000);background-size:auto !important;color:#ffffff;box-shadow: 0.3125rem 0.3125rem 0.375rem #000000 ;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ1ezclZ6ABhQI4R0wHWnE7cdCw22trp { display:block; }
 }@media only screen and (max-width: 763px) { #obhOIhxgg6WRug0Ag1Ll1Z3yq7EHqPIp { width:10.5625rem;height:2.5996125rem;top:6.625rem;left:4.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkTzQB8G7FD8su2vT9JPr2gPNT7z73qn { width:3.5rem;height:2.6401155403935rem;top:35.9375rem;left:17.90625rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #X7GtU7ZkiBNcLKs2frDRacMzn4T1xkoF { width:3.5rem;height:2.6401155403935rem;top:6.25rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynvdLbu2GJtRh5mbcXLQoZuO0JrvFAK3 { width:3.5rem;height:2.6401155403935rem;top:43.125rem;left:14.65625rem;z-index:100035;display:none; }
 }@media only screen and (max-width: 763px) { #tIA2MuMTT1eyBGOCXD7CW2Mrd1X79OQI { width:3.0625rem;height:3.0625rem;top:24.125rem;left:11.71875rem;z-index:100036;display:none; }
 }@media only screen and (max-width: 763px) { #Z7WCMDztdWvhTnE3XrFyoiGyWblqJbKc { width:5.75rem;height:5.75rem;top:58.375rem;left:12.90625rem;z-index:100038;display:none; }
 }@media only screen and (max-width: 763px) { #e4iuGaL6K1EfLcemghkyvPGSUVL6dJ8T { width:19.375rem;height:25.6875rem;top:7.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBgN0ebLJI27MmQ3LZ9z7T5Rr3nGvJh3 { width:18.625rem;height:0;top:74.375rem;left:3.875rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #OvMaQUuwgaWbNiMBfDcBcERHenVeREKI { width:16.25rem;height:0;top:76rem;left:1.25rem;font-size:1.0625rem;color:#4d4d4d;font-weight:400;font-style:normal;z-index:100030;display:none; }
 }@media only screen and (max-width: 763px) { #uhPrLD4XrBWZopWHgnl2N33eFdCxlExC { width:20rem;height:2.5996125rem;top:1.7998046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm4mfylWaqx8rbXpcidg0Qda7CAhZwmL { width:20rem;height:auto;top:34.875rem;left:0rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #cteBPN5b9ydcw7CHI37FLbvbzuq7xTD8 { width:20rem;height:5.199225rem;top:28.8125rem;left:0rem;font-size:1rem;color:#ffffff;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #H39VASUlhWLl2M5Dnb9VrAe6wsRBUbyU { width:18.8125rem;height:1.13720625rem;top:25.4248046875rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP { background-color:transparent;background-image:url("https://images.assets-landingi.com/637pdwp6/thumb_collage_slope.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP.adaptive-delivery-prevent-bg, #rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP.lazyload, #rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP.lazyloading { background-image: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container { background-color: transparent; background-image: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container > .video-iframe-container { display: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row > .video-iframe-container { display: none; }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .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); }#rTTbUmzT9TSCiKCinxKPOelHGbQEH1pP > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iab6HlDqcHWiHxissPCQ3QFBPRrO31vZ { width:16.4375rem;height:8.625rem;top:23.0625rem;left:1.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXPmDfUTNc86Ed2X2KiVSdgqt371tGbw { width:20rem;height:auto;top:26.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZR8ECukXvLf9EBTlKxwLTRwQEf9w1cq { width:16.4375rem;height:8.8125rem;top:32.875rem;left:1.78125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #iWnmxbso1eTIgPVty3elbVsEDG5pkl7k { width:16.625rem;height:8.75rem;top:43.125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJlqWugEG0Esvxaf6Hx9PSA72B4GVmUa { top:40.154296875rem;left:0.5625rem;width:18.875rem;height:3.4375rem;font-size:0.875rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #tkScstexxPwLonwF2zXptS2G2ZmKi4Rv { display:block; }
 }@media only screen and (max-width: 763px) { #yUxUe2wzb2tfJbg3Z7Km9BQHmwTzuJw3 { height:11.25rem;width:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyUB9MVEJkzs4r2qgNBzrFiH3JdS8LFX { width:20rem;height:4.875rem;top:1.5rem;left:0rem;font-size:1.25rem;z-index:100004;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #eTKnnehsGdsKFQvK6AOlii0y5ufx3UnM { width:20rem;height:1.5rem;top:20.375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uH5HTNUovHG02PEiGXri8yA7LiINg5W6 { width:20rem;height:1.625rem;top:25.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4W60T6Bbw00bo6XsrEqRLUSxDlEfaE5 { width:20rem;height:16.0625rem;top:67.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bhl8ERLFHBfIL5vlcTUGnVEUxewTMAB7 { width:14.125rem;height:2.875rem;top:22.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shSWboXVdAx3bTTMXEin6rA8UfQauwNm { width:20rem;height:20rem;top:3.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzwVpw56B3lOTe5zuOEnnrtLSi3FKqLt { width:14.75rem;height:7.875rem;top:28.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3pmztf7fnMf2HIVMTT3wCcGXaJrwslm { width:14.6875rem;height:7.8125rem;top:36.9375rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cI88kIBXISq425wdinFzdxN98wai4KeN { width:14.6875rem;height:7.9375rem;top:45.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4t2QB9WewvD9uob1886fEonLOwmUm0B { top:21.4375rem;left:1.1875rem;width:17.625rem;height:33.5rem;z-index:99998;background-color:#2c2c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU { display:block; }#gu0ppnC0IZcBXdLUNnoepOGVWNlWBfMU > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FE4K9nAtodvmReEatg5ONlwSEmTsTRHS { width:20rem;height:4.2246125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRkAz3K4hSN74T7KzfaJELbZ5p3gbWd5 { width:20rem;height:1.625rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0sxITw9yX3WBQfJTrt66E468gVsVoJT { background-color:#ffffff;background-image:none;display:block; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container { background-color: transparent; background-image: none; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container > .video-iframe-container { display: none; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row > .video-iframe-container { display: none; }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .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); }#a0sxITw9yX3WBQfJTrt66E468gVsVoJT > .row .container { width:20rem;height:126.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwSBOAXtokokKTW5WRVlVHnOuRSNGTX6 { height:11.209rem;width:20rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g87dPJFLnR01BPqCeqxf8BpwtRszeaOH { height:11.20987654321rem;width:20rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geffVxTbcz5beRHlRmgD4fc6iTopkTrG { height:11.20987654321rem;width:20rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDuSZy22xSuHafhwlCL9PPdMkmIyJqFp { height:11.20987654321rem;width:20rem;top:39.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUGdhkCvuKrfAuZim1pJzMuFEOzt0C3E { height:11.209283950618rem;width:20rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSbIvppGyZU29LbKzHfFbiXKrP2176a7 { height:11.121904416398rem;width:20rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0sN6KiONG6k8T9cDeEK4F6UrOkTdDZ { height:11.074027489719rem;width:20rem;top:76.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B46D0sbdGaGrb8f4APLB7m4BuFZHh2yy { height:11.079120473289rem;width:20rem;top:89.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9ihOWcTE9R1Q8T6awUBtTMgKkqI7qA { height:11.105726469839rem;width:20rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw6n1NRuhGxZivvCkgTL5Jlm213Gn1h7 { height:11.126rem;width:20rem;top:114.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { display:block; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { width:20rem;height:12.8125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #HKhox3FK7dwzxhudb0ILCiUMIrD88GEm { display:block; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQcqZlsx7gBqtNAFXRZ59A0E5maKnlBD { width:19.1875rem;height:4.3857375rem;top:1.25rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #IS2Xtp9fAi2FAV9ZbeVTIEbMKHHaIRLu { width:18.375rem;height:9.4375rem;top:7.6416015625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v09pDoWUbuaLiDbGiORs7XBXUXSIciVh { width:20rem;height:15.266625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 { display:block; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTlMHEbZ8yL3K8QOv3FSTxhV7DkSUc5r { width:20rem;height:2.9248rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #rMVJxBhoy10WvygBTwKL37aHDTI0yGJk { width:13.125rem;height:7.25rem;top:6.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toHK8FPe7fud85q5der7pumDziImzevR { width:20rem;height:15rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { width:14.9375rem;height:10.4375rem;top:5.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #t2ekpG1MpOqOVkVFAWstKwCfztU5TTVE { top:10.0625rem;left:3.1875rem;width:13.625rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTI6yFc5l8ALRo398oMCBWm3KW677gLU { display:block; }
 }@media only screen and (max-width: 763px) { #CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { display:none; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { width:20rem;height:60.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { width:17.3125rem;height:18.625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDSstFbDFqFLmsTbxMCmHyODeUN69A { width:17.125rem;height:18.625rem;top:21.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZrgToLKauInL4uQRaF67ZVW9oeogLL { width:17.25rem;height:18.625rem;top:41rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { background-color:#20549d;background-image:none;display:none; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { width:15.625rem;height:1.29980625rem;top:3.09375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:prompt;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { display:none; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { width:20rem;height:91.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { width:16.625rem;height:28.25rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { width:16.6875rem;height:30.5rem;top:30.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I52FLkhtNASksWsL4IFvWl6aWXEEA67S { width:16.625rem;height:28rem;top:62.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { display:block; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { width:20rem;height:11.323328785812rem;top:1.0625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { width:12.5rem;height:0.125rem;top:1rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { top:28.25rem;left:1.9375rem;width:16.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block; }
 }@media only screen and (max-width: 763px) { #mBatw0X0cD2sXuQANrb2TqKBgXLyN3Nh { top:26.3125rem;left:2.3125rem;width:14.6875rem;height:1.29980625rem;z-index:100005;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mif7BbW7HdlLQm9937leJTwCfhkNOcHl { top:1.375rem;left:9.6875rem;width:9.6875rem;height:25rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q8T7Wo94O2q13bwz4DkMkeoubCCDMywJ { top:1.3125rem;left:0.3125rem;width:9.75rem;height:25rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { display:none; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { width:15.5rem;height:3.75rem;top:4.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { display:none; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .row .container { width:20rem;height:16.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EKnOaFIeidCTu8U42wClX7rtgnGPo6zJ { width:20rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:20rem;height:22.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { width:10.375rem;height:2rem;top:19rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { width:6.75rem;height:1.625rem;top:8.5rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { width:3.125rem;height:3.125rem;top:11.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { width:9.5625rem;height:2rem;top:15.75rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { width:7.1875rem;height:1.625rem;top:1.25rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { width:3.125rem;height:3.125rem;top:4.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf { display:none; }#JXOPWA3ifCvDBiT0pkecPxpQmDV5Zbdf > .row .container { width:20rem;height:62.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x55EOJxaGOZ3U75NIirab4swbskTSM8h { width:18.75rem;height:11.1875rem;top:4.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WvvMrbsOb1v330v89fvPRnTegV9iwP { width:16.625rem;height:2.5996125rem;top:11.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #LlxWzWkOeeBrbX43UdiNTyNe9tEiDFM8 { width:17.5rem;height:1.625rem;top:9.28125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #hxQpTB6FkHI102Z8L5TThZG20MV1QcJP { width:7.1875rem;height:7.1875rem;top:1.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gxU2N982oqfunQQCVcESG2DVsI5cGv { width:18.75rem;height:11rem;top:18.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGv5SFZfG0axn0UXqJiigHqmXl8CKxtL { width:6.625rem;height:6.6875rem;top:16.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1IoE7oSTsFPT0TXC5nTDRh5ToJBdalf { width:12.875rem;height:1.625rem;top:24.625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #RpUcgTIvMB1PgJRMds5id5w8UCQnKtSO { width:16.5rem;height:2.5996125rem;top:27.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #NUTKkAk5LUTJ1pH3aJn996hWQvkzVNNA { width:18.75rem;height:11.25rem;top:34.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HndNiuoonEFe7rHTygrsk78HVboc5uVq { width:12.875rem;height:1.625rem;top:39.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #x6nLSTkUnGZ3ef4UqoatSnDzzelyZhl0 { width:15.9375rem;height:2.5996125rem;top:42.1875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #lgG4em3tbpTG5VtL27T1FphrWdiDBUQy { width:6.625rem;height:6.6875rem;top:31.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNcDbTm248CW2eLoT4R9nb1gcL0T9eP6 { width:12.875rem;height:1.625rem;top:55.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #I6zyMt8MO3fpI9BNKuxIR0gLFfigzElM { width:15.6875rem;height:1.29980625rem;top:57.9375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #II9pK6bZItiE71r6m6zN3Vv9VcpQwFM2 { width:18.75rem;height:10.0625rem;top:50.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbTIrZm3tWIyRUUwFsTiLp8CKodFHOk { width:6.625rem;height:6.6875rem;top:47.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTJgEMaI6zBHWInlAZGfbsPODoTa2cP { width:4.625rem;height:4.625rem;top:2.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIBwcxz5I8bBmRVDsxLc5fMwGGlFL19T { width:4.625rem;height:4.625rem;top:17.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgqP4yJrHAhmoVzWZTHhBJxcMWPmTmEq { width:4.625rem;height:4.625rem;top:32.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7Cx87JT40JS0mWRhPTu9acvrRPUWC2S { width:4.625rem;height:4.625rem;top:48.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { background-color:transparent;background-image:url("https://images.assets-landingi.com/NibclACU/thumb_collage_slope.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.adaptive-delivery-prevent-bg, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyload, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyloading { background-image: none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:20rem;height:37.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { width:20rem;height:1.75rem;top:19.25rem;left:0rem;font-size:0.9375rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#ffffff; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.125rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 {  }
 }@media only screen and (max-width: 763px) { #IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { width:15.3125rem;height:1.25rem;top:22.25rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-form-header {  }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { display:none;width:16.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#ff1010;background-image:none;overflow:hidden; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:first-of-type{padding-top:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:last-of-type{padding-bottom:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:25.1875rem;z-index:100004; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:17.5rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:8.125rem;left:0rem;top:7.375rem;z-index:100004; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 {  }
 }@media only screen and (max-width: 763px) { #ZiUh2We89lwc67EtNhxkzoT63LTlObbH { display:block; }
 }@media only screen and (max-width: 763px) { #MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD {  }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { background-color: transparent; background-image: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .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); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:20rem;height:6.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { width:19.0625rem;height:3.8994125rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { width:20rem;height:2.92383125rem;top:8.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { width:20rem;height:0.9746125rem;top:23.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { width:11.1875rem;height:2.2744125rem;top:19.875rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { width:5.6875rem;height:5.6875rem;top:12.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsosSFOyrXaQTVVWGlpMcsog995UeXSN { width:10.625rem;height:5.9375rem;top:8.8125rem;left:4.6875rem;z-index:99999;display:none; }
 }