.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/jiS5rQAT/LD0.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; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fec02d;background-image:url("https://images.assets-landingi.com/6QDZraF7/LD.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#rFAqvnxo6bbp2E9tUoxVH7ts7xEfKXLM { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:11.5625rem;left:45.34375rem;height:0;text-align:center;text-align-last:center;display:none; }
#T7AuVmwQ2rfiemEdnaNdEiKQhTulqfPP { color:#000000;display:block;width:13.375rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:20.21875rem;left:0.84218692779544rem;height:2.4500875rem;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; }
#tZFOk8cNIVfqLP0vyqgcE6sTkJEB33tk { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:prompt;font-size:3rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:19.34375rem;left:14.15468788147rem;height:4.20030625rem;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; }
#FCw2nynVMxTRgamHi7nhMlwHKth1Wm6U { color:#ff0000;display:block;width:31.5rem;position:absolute;font-family:prompt;font-size:3.4375rem;font-weight:700;z-index:100017;line-height:1;letter-spacing:0;top:11.75rem;left:0.8125rem;height:3.4375rem;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; }
#cqinnGMamTX2k9HOTL4ra4cTaGmC7Gdr { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:7.625rem;top:5.75rem;left:11.3125rem;overflow:hidden;display:block; }
#xAwfwLCiNV75vGikZwV1PpCvQUXOyTTA { z-index:100022;top:25.4375rem;left:18.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff4a00, #ff9e00);background-image: -moz-linear-gradient(180deg, #ff4a00, #ff9e00);background-image: -ms-linear-gradient(180deg, #ff4a00, #ff9e00);background-image: -o-linear-gradient(180deg, #ff4a00, #ff9e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff9e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff9e00' );";background-image: linear-gradient(180deg, #ff4a00, #ff9e00);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SKBqwCcfat0QHUCvkbBfABOTX6uxqLKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c5tDtFzzzAzCxyqaXEHnovCfCkU4P2e7 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.625rem;width:48.5rem;top:3.9375rem;left:33.78031886435rem;overflow:hidden;display:block; }
#X36E5v0QNBdwFP24BSg7LPf7GO2NKANE { z-index:100002;top:0.5625rem;left:42rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tmh27PHfDw9PAqWhdmgCGR4WAV7Qy4hR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZE6xDgOssX8iyP3tA3rHQohshfG8ktOX { z-index:100003;top:0.5625rem;left:56rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qA0WNP3z7uUw2Afh6xDkLdP0UKQr8DKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TeZFiosetPmoHWqfvzw2JULAmoahtmha { color:#000000;display:block;width:30rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100017;line-height:1.4;letter-spacing:0;top:8rem;left:0.75rem;height:2.625rem;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; }
#VzCTy4WQ4buQNQvtH5sc6SR3Whyb56E7 { color:#fec02d;display:block;width:30rem;position:absolute;font-family:prompt;font-size:2.3125rem;font-weight:700;z-index:100017;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.98);top:15.875rem;left:0.75rem;height:3.2375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wsVPMVkveiqQNXT5gOMC0BQ6PEMqTgTv { z-index:100023;top:25.375rem;left:2.46484375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -moz-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -ms-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -o-linear-gradient(180deg, #ff9e00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );";background-image: linear-gradient(180deg, #ff9e00, #ff4a00);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hRM9k4nyxeJfE9L6EJhmkEJbtEDUhwce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container { background-color: transparent; background-image: none; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container > .video-iframe-container { display: none; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row > .video-iframe-container { display: none; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .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); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container { border-width: 0; border-radius: 0; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row > .video-iframe-container {  }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#E1DwhZ4oPJOnThT17fsyELTrDmSM3kN4 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:12.074219226837rem;left:54.218748092651rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rg6BFQZgMcT32rIIDoBgDpHSE7VyMdc9 { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:100001;line-height:1.4;letter-spacing:0;top:11rem;left:30.8125rem;height:1.4875rem;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:left;text-align-last:left;display:block; }
#knReK9eMIM2qiDr55U4DDCapxFzi9W1L { position:absolute;display:block;z-index:99999;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:17.5rem;width:17.5rem;top:6.125rem;left:3.5rem;display:block; }
#RZQAyHMOLBpA2Qhe8PCVteik8q5t3WNy { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:11.5rem;left:3.875rem;height:7.35rem;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; }
#dbLalFAEgm0lWWE1V9FVTlun8iJGXZaP { position:absolute;display:block;z-index:100000;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:17.5rem;width:17.5rem;top:6.3125rem;left:28.6875rem;display:block; }
#KVEzdSNJ2KF21nEciIRkOBiP1hFoCO0g { position:absolute;display:block;z-index:100001;background-color:#ff904f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:17.5rem;width:17.5rem;top:6.3125rem;left:53.6875rem;display:block; }
#aFtTqNgz9BlCR02HsFSAVangrhqJB4ab { box-sizing:content-box;color:#ffffff;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:12.625rem;left:22.3125rem;display:block; }
#dwMTtSGKTE7kMnnOdtmsU7gkugDT6vPu { box-sizing:content-box;color:#ffffff;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:12.625rem;left:47.625rem;display:block; }
#Q4gACpM88EIzyxg7Kvz4TQ36OSN9iZXG { position:absolute;display:block;z-index:99999;background-color:#130b43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.6875rem;width:6.6875rem;top:2.6874999525026rem;left:9rem;display:block; }
#pzVkKvUAxu6AxzMedRfyn9SohlCCvMVc { position:absolute;display:block;z-index:100012;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:5.5625rem;width:5.4375rem;top:3.3125rem;left:9.75rem;overflow:hidden;display:block; }
#sEiqve0iIMP4SuzMUEp9sArnBZHyf0Cy { 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:5.9375rem;width:5.875rem;top:2.875rem;left:34.5rem;overflow:hidden;display:block; }
#gJv35FoGJ7b1ROzkxVaReCpRynLAsNRz { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:4.5rem;top:4.0625001909211rem;left:59.874998092651rem;overflow:hidden;display:block; }
#qKeQ9l7aMGKcHGwayUaaqDNcGTWguVKa { position:absolute;display:block;z-index:100000;background-color:#130b43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.6875rem;width:6.6875rem;top:2.5624999525026rem;left:34.062501907349rem;display:block; }
#L5s8dcuKxrqxflm33LodiimofzU9yuQd { position:absolute;display:block;z-index:100001;background-color:#130b43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.8125rem;width:6.8125rem;top:2.6249999525026rem;left:59.062498092651rem;display:block; }
#mTHVyFKRL1AUzhsDMnEurVt0KVgJf1Dl { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:12.485938072204rem;left:29.156251907349rem;height:6.3rem;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; }
#VXJrBkIA2KGD6wPSKSuevyW0o6qk2C6F { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:4.5rem;top:4.4375001909211rem;left:60.249998092651rem;overflow:hidden;display:block; }
#puitiTfIFdHQ5g0AAk40FVtMT07WB5BP { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:4.5rem;top:4.625rem;left:60.624998092651rem;overflow:hidden;display:block; }
#LMez7FZIGM1unGmHBNteX51DVl8kTHzU { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:4.5rem;top:5.0000001909211rem;left:60.937498092651rem;overflow:hidden;display:block; }
#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b { position:relative;display:block; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b { background-color: transparent; background-image: none; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container > .video-iframe-container { display: none; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row > .video-iframe-container { display: none; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .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); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b { border-width: 0; border-radius: 0; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container > .video-iframe-container {  }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#fFu4dPMCDRKG8JP8aiQQCmttFWCRA8Dx { position:absolute;display:block;z-index:100019;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:44rem;width:57.625rem;top:1rem;left:8.6875rem;display:block; }
#RTONqIJ83NdV7TDBycZ98kx7IIcDBnFZ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.875rem;width:50.75rem;top:8.6242179870606rem;left:12.125rem;overflow:hidden;display:block; }
#fQ9Rr0UgE1s3u5qtXZk906gdaz5dsAhg { color:#000000;display:block;width:43.8125rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100021;line-height:1.4;letter-spacing:0;top:4rem;left:15.8125rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DzMxg796iSJVxcc4uQAueuw9l0tyOdm1 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:10.5625rem;top:26.811719655991rem;left:18.8125rem;overflow:hidden;display:block; }
#onpnt1AcJvOweHJ5GTgpZ3pVvC2BgRBm { position:absolute;display:block;z-index:100019;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:44rem;width:57.625rem;top:1rem;left:8.6875rem;display:none; }
#oATCAAyo2pdONur7IqM9aygmnQqnfx4x { color:#000000;display:block;width:43.8125rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100021;line-height:1.4;letter-spacing:0;top:4rem;left:15.8125rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HKKRB8ZK/LD0.1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm.adaptive-delivery-prevent-bg, #QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm.lazyload, #QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm.lazyloading { background-image: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container { background-color: transparent; background-image: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container > .video-iframe-container { display: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row > .video-iframe-container { display: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .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); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container { border-width: 0; border-radius: 0; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row > .video-iframe-container {  }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#zFtDuPw5BZgXME6xf2mBSsqsew9h9iTP { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.7609376907349rem;left:13.625rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEw4WLhCvqqpFkeTVLyKWTXyJah6z2ts { color:#000000;display:block;width:31.625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.4687509536744rem;left:5.5867185592651rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XapW08HZAe23HB6xAlXoaH53SzRzFxI4 { color:#000000;display:block;width:31.625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:12.599999904633rem;left:5.5867185592651rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EbZciv7Zzao6P6y594TSa21V8zRrXyJC { color:#000000;display:block;width:31.625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:18.224999904633rem;left:5.5867185592651rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pea5zppeqEnnw43fEJ7mHL4sm5tTUxZi { color:#000000;display:block;width:31.625rem;position:absolute;font-family:prompt;font-size:1.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:25.599999904633rem;left:5.5867185592651rem;height:4.63125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HWzaRnFlEmyQ5dRaIZx6xoXaNvRXfbE3 { position:absolute;display:block;z-index:100006;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.4375rem;width:33.625rem;top:5.4992189407349rem;left:3.7734375rem;display:block; }
#Rp6Wnu6caxeQSv0dT2pWnylOfg0R3yAt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.8125rem;width:30.5625rem;top:8.311718940735rem;left:41.02499961853rem;overflow:hidden;display:block; }
#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row .container { background-color: transparent; background-image: none; }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row .container > .video-iframe-container { display: none; }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row > .video-iframe-container { display: none; }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .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); }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row .container { border-width: 0; border-radius: 0; }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row > .video-iframe-container {  }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row .container { font-size:0.875rem;font-family:prompt;height:28.125rem;width:75rem;position:relative;display:block; }#xwrcBXoEbPF6VxTKxmTxOOccxo4HsITo { 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:#040022;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.1875rem;width:14.1875rem;position:absolute;display:block;z-index:100000;top:7rem;left:2.25rem;display:block; }
#DgbFgF3cOUP4e1ilkXMU3uyZa7LdaIdK { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #ffee7b;top:17.625001907349rem;left:2.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffee7b;display:block; }
#utHtR2Q5JLXdFq5gUKlkzaBQQaHSrrDT { display:block;width:11.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:14.437501907349rem;left:3.5625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#kOIXMqfrUpJtbKB9fkKyofdmMNvISSZw { 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:#040022;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.1875rem;width:14.1875rem;position:absolute;display:block;z-index:100005;top:7rem;left:21rem;display:block; }
#hShgHxKUdPCUbaTh0BKTbxRoMDBW4Q3E { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:15.3125rem;left:21.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#nd37CsA2UxldebrATv8swcB9Dgyu6PWt { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.3125rem #ffee7b;top:17.625000476837rem;left:21.71875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffee7b;display:block; }
#NzEFCKg7nWI4KhEMPIySwIFB7vLCZFoV { 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:#040022;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.1875rem;width:14.1875rem;position:absolute;display:block;z-index:100008;top:7rem;left:39.75rem;display:block; }
#uBmxXSP8ACwhKPVwGEFEC70fA3NsfQbA { display:block;width:7.6875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:14.6875rem;left:43.0625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#APxt6ar2wuMrL03DF7Pcnw76N4NvKywg { display:block;width:12.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffee7b;top:17.750001907349rem;left:40.500001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;color:#ffee7b;display:block; }
#lO5smA1vWtFl9pQJVGz0441tdCvdUF3q { display:block;width:12.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:12.887503623963rem;left:59.187498092651rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#nDdsFEBG0a5JakgThGkb2Xniox0tQtCs { display:block;width:8.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffee7b;top:17.000003814698rem;left:61.468748092651rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#ffee7b;display:block; }
#s4FWa9qzXGRCa1wHcoylu99cccM4n1WV { 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:#040022;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.1875rem;width:14.1875rem;position:absolute;display:block;z-index:100011;top:7rem;left:58.5rem;display:block; }
#T7MI1c79LmkLzqmItaaXkUA8qux7S0Wi { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.1875rem;top:7.5625rem;left:5.75rem;overflow:hidden;display:block; }
#zbAoSLu7tWFdT3uAGV3Q9IqFT94nuSST { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:8.1875rem;left:24.8125rem;overflow:hidden;display:block; }
#H4yTcuQ8fNPLvulWRnRazJSlWAUMhFpI { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:7.875rem;left:43.5625rem;overflow:hidden;display:block; }
#bKUT9uN1hTEoPyucqO9Dh6QD07xTTqLH { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.5625rem;top:7.25rem;left:62.312498092651rem;overflow:hidden;display:block; }
#BwvghafXLeN77gCaTACqVwMhdiHfwu7p { display:block;width:42.625rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.3124995231628rem;left:16.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#mNKpwTRVa9gsFpK2TuWzrqIc8IwsCH9S { z-index:100023;top:23.624999523163rem;left:27.875001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -moz-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -ms-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -o-linear-gradient(180deg, #ff9e00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );";background-image: linear-gradient(180deg, #ff9e00, #ff4a00);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AMUBXl69uti8d93XBZM58pCnfSUKr6Nu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 { position:relative;display:block; }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 { background-color: transparent; background-image: none; }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row .container > .video-iframe-container { display: none; }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row > .video-iframe-container { display: none; }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .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); }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 { border-width: 0; border-radius: 0; }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row .container > .video-iframe-container {  }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:57.3125rem;width:75rem;position:relative;display:block; }#OwNRXlPm7SRi86PZQsmteuAOqw4MT3Jq { color:#fec02d;display:block;width:60.625rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.79);top:0.68751192092894rem;left:7.9992179870606rem;height:10.481775rem;text-align:center;text-align-last:center;font-style:italic;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; }
#x2FdZT41DRwXrLcafVvbufizHGDTTw5Z { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -o-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );";background-image: linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:19.25rem;width:28rem;top:12.8125rem;left:43.3125rem;display:block; }
#xN1NCLTKeCtLTtgLKTwCgc9QoAdRvQtN { position:absolute;display:block;z-index:100072;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:3.1875rem;width:17.375rem;top:12.8125rem;left:48.625rem;display:block; }
#qWinkpvBCqpJ5AuOZXU2ybS0XFziJIJD { color:#000000;display:block;width:20.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:12.875012397766rem;left:47.812501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#aPPyIxfFlpOT5dQbffMlImaLvfO85TRt { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:16.6875rem;left:42.75rem;height:;display:block; }#aPPyIxfFlpOT5dQbffMlImaLvfO85TRt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aPPyIxfFlpOT5dQbffMlImaLvfO85TRt li:before{  }
#q5DFiJQVJGVFWN2xUeIrJGKb0DuPJ7Rl { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -o-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );";background-image: linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:19.25rem;width:28rem;top:12.625rem;left:3.0625rem;display:block; }
#tH83JQ8JFMGP3VETfLTDnsr703XenJdr { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:16.5rem;left:3rem;height:;display:block; }#tH83JQ8JFMGP3VETfLTDnsr703XenJdr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tH83JQ8JFMGP3VETfLTDnsr703XenJdr li:before{  }
#cTyzIqIF8GkHtEawCG5XpDvwi1ToSLqw { position:absolute;display:block;z-index:100076;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:3.1875rem;width:17.375rem;top:12.625rem;left:8.375rem;display:block; }
#Ln0E0qxhoRAFdM6A9672agvCQOOAWIPu { color:#000000;display:block;width:20.4984375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:13.390643119812rem;left:6.0015621185303rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#xdpQHkNKvPXmIXQpZGedpN5Dc5htvzTS { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -o-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );";background-image: linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:19.25rem;width:28rem;top:36.3125rem;left:3.375rem;display:block; }
#x8V5t4D9q2wa08s3Ff9nJzNavF0LDZ4e { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:40.1875rem;left:2.8125rem;height:;display:block; }#x8V5t4D9q2wa08s3Ff9nJzNavF0LDZ4e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x8V5t4D9q2wa08s3Ff9nJzNavF0LDZ4e li:before{  }
#LNf8SSwKaZvA3URWN6czuNtL2AtHEfSW { position:absolute;display:block;z-index:100076;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:3.1875rem;width:17.375rem;top:36.3125rem;left:8.6875rem;display:block; }
#ksADbyg1F50UmQqZ7bf8TAwrxbKhyTK5 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:36.5rem;left:7.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oadelnHPFuGRDWP6C2wagS5V0asSg62T { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-image: -o-linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5fff', endColorstr='#02ffffff' );";background-image: linear-gradient(267deg, #7c5fff, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:19.25rem;width:28rem;top:36.3125rem;left:43.1875rem;display:block; }
#SR8xctw2Un1p9dD9Figqud6rRlMQMobS { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:40.1875rem;left:42.625rem;height:;display:block; }#SR8xctw2Un1p9dD9Figqud6rRlMQMobS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SR8xctw2Un1p9dD9Figqud6rRlMQMobS li:before{  }
#TWU4Ukf2lPsXTzVHiGhlLW6wdFmdHn31 { position:absolute;display:block;z-index:100080;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -moz-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -ms-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-image: -o-linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cffca', endColorstr='#02ffffff' );";background-image: linear-gradient(180deg, #0cffca, rgba(255,255,255,0.01));background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1.25rem #ffffff ;height:3.1875rem;width:17.375rem;top:36.3125rem;left:48.5rem;display:block; }
#JPcanlplfgiU1GCOqUrGUR2RKWKLtHTI { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:36.750000953674rem;left:48.750001907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#XBkrRf2cTLByitAf4BG9zJrz3qg37HvG { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:prompt;font-size:1.6875rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:7.8179626464844rem;left:5.90625rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:italic;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; }
#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL { position:relative;display:block; }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL { background-color: transparent; background-image: none; }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row .container > .video-iframe-container { display: none; }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row > .video-iframe-container { display: none; }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .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); }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL { border-width: 0; border-radius: 0; }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row .container > .video-iframe-container {  }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#JnIgIKaPdLO1bIihN2VQ44WZtcF4QTod { color:#fec02d;display:block;width:54.75rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.79);top:1rem;left:10.125rem;height:6.98785rem;text-align:center;text-align-last:center;font-style:italic;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; }
#V5X9MpXVBtaGz5cshxTOQTzF1HTKhpqw { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:12.5625rem;width:24.25rem;top:9.375rem;left:7rem;overflow:hidden;display:block; }
#Cb8c1eDklSCT9hCgcmuw23ZgCeDMFvzd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:12.5625rem;width:24rem;top:9.375rem;left:40.9375rem;overflow:hidden;display:block; }
#cTk3TqmghsDgPCUdLQEDbp6Q2bdqunq1 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:12.5625rem;width:24rem;top:25.6875rem;left:7.125rem;overflow:hidden;display:block; }
#J3KIEacCQC3s1b35kZNtCzuK7NvivB6z { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:12.5625rem;width:24rem;top:25.6875rem;left:40.9375rem;overflow:hidden;display:block; }
#ei3w0cmnbCdqTTzTEGcksWhKOnl6ewMp { z-index:100004;top:22.375rem;left:10.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -moz-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -ms-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -o-linear-gradient(180deg, #ff9e00, #fec02d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );";background-image: linear-gradient(180deg, #ff9e00, #fec02d);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NgTvqlgT6NA7Zcsy2ftu0HoxU5gXfWoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#en0RLqvmzHuH85HVZaV8kJBuA4lJTwWs { z-index:100005;top:22.375rem;left:44.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -moz-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -ms-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -o-linear-gradient(180deg, #ff9e00, #fec02d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );";background-image: linear-gradient(180deg, #ff9e00, #fec02d);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dC0IVLTcBKISKGq3lEtFMONz96TelN4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OxEKXr8Lofzs6gE1nmould4V9C7hsHkI { z-index:100005;top:38.8125rem;left:10.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -moz-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -ms-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -o-linear-gradient(180deg, #ff9e00, #fec02d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );";background-image: linear-gradient(180deg, #ff9e00, #fec02d);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fR60GNurx51Nlg7LU7WbzLNBnKgZlHSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UaSb8Mh7S7hHD5Oa3qpZulzaEzM5t65k { z-index:100006;top:38.8125rem;left:44.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -moz-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -ms-linear-gradient(180deg, #ff9e00, #fec02d);background-image: -o-linear-gradient(180deg, #ff9e00, #fec02d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#fec02d' );";background-image: linear-gradient(180deg, #ff9e00, #fec02d);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U29qQGT8eRQCyWXmWDvAFopp07RyoNzl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container { background-color: transparent; background-image: none; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container > .video-iframe-container { display: none; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row > .video-iframe-container { display: none; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .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); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container { border-width: 0; border-radius: 0; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row > .video-iframe-container {  }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#TWFzIoqCTrk8FoUTQ54cJoRrd8kxaZHs { color:#e85664;display:block;width:35.375rem;position:absolute;font-family:prompt;font-size:2.75rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:0rem;left:24.187501907349rem;height:3.3rem;font-style:normal;display:block; }
#RUG1E9NiWZeQGnK5XoRd8D64x7DPBr54 { color:#003099;display:block;width:41.6875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:4.125rem;left:32.125rem;height:4.875rem;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:left;text-align-last:left;display:none; }
#Ff8hAOF8SnmXHxALa8mFaZEBlnQGE77I { color:#003099;display:block;width:41.6875rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:4.125rem;left:32.125rem;height:4.875rem;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:left;text-align-last:left;display:none; }
#wtWaZb4EG42I622hBTJGlAVoBBZdvOws { color:#000000;display:block;width:35.75rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:normal;z-index:100010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.5625rem;left:27.1875rem;height:1.5625rem;display:none; }
#UkswT1CVn2DkxpTz6sva8wQamOWSEUzT { position:absolute;display:block;z-index:100028;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:21.0625rem;top:6.25rem;left:2rem;display:block; }
#heOTTgw69gUATNTJ4nIgByW25IoHeJlO { color:#000000;display:block;width:18rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100042;line-height:1.5;letter-spacing:0;top:22.125rem;left:4.25rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTdhwO1Hrp2stl2baUWC8uqzgvqk91CK { color:#000000;display:block;width:17.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:20.27734375rem;left:3.84375rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#L8mczmZQfCnlRTDIQhttzAKx1OBBdncK { position:absolute;display:block;z-index:100039;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.1875rem;width:16.375rem;top:17.71875rem;left:4.34375rem;display:block; }
#GqViVkPBKBD8PsAuvmvwt1vk3SWvESvI { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:18.35000038147rem;left:4.8125rem;height:1.3rem;font-style:italic;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:left;text-align-last:left;display:block; }
#ixXK9CvtJw5QtHRNTuDKhLNigTk9iapZ { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11.25rem;width:11.25rem;top:6.4375rem;left:7.03125rem;overflow:hidden;display:block; }
#ihlbJvbXA3EPooViMVnrWhUsNRUs7uSW { position:absolute;display:block;z-index:100034;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:21.0625rem;top:5.875rem;left:26.8125rem;display:block; }
#exeNufsS3fLEird1m5VFWbMMl2R8zAqn { color:#000000;display:block;width:18rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100048;line-height:1.5;letter-spacing:0;top:21.515619277954rem;left:28.906251907349rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEcAmoXTPlAXoA5nfbnUpI7kslu36Kvh { color:#000000;display:block;width:19.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:20.156249523163rem;left:27.562501907349rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#gT7IMnD23QwyI1qazaJdcWfcoMdlalMT { position:absolute;display:block;z-index:100045;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.1875rem;width:16.375rem;top:17.343749523163rem;left:29.187501907349rem;display:block; }
#aANmNE8Me2RHCpzK8avdTcV8vcAAFQWU { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:17.912499904633rem;left:31.875001907349rem;height:1.3rem;font-style:italic;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:left;text-align-last:left;display:block; }
#KLTWTNSRzOOPseqUcxgyrMsufsgGiF7g { position:absolute;display:block;z-index:100040;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:21.0625rem;top:5.875rem;left:51.5rem;display:block; }
#bRUJbT7GcvVm9tFu8K4ssIdwCkhVXOWe { color:#000000;display:block;width:18rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100054;line-height:1.5;letter-spacing:0;top:21.5rem;left:54.062498092651rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMGZQyHMETrL6SqBZl5zRhQgMDK4gyTV { color:#000000;display:block;width:17.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:20.1875rem;left:53.375001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#tJ87RNlRfa0Gi7NVFLR1GzS7BbQkVEDi { position:absolute;display:block;z-index:100051;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.1875rem;width:16.375rem;top:17.59375rem;left:53.843751907349rem;display:block; }
#oExOSOTqRVTCPyUaWbBRIVVG12CTx0Lt { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:18.112500190735rem;left:57.374998092651rem;height:1.3rem;font-style:italic;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:left;text-align-last:left;display:block; }
#AterD21EguVRVNDBeHEKzzVSiqyI5uKo { position:absolute;display:block;z-index:100009;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:21.0625rem;top:32.4375rem;left:14.25rem;display:block; }
#dUF0BlBx4Una9P6iFWlXszEw37FBEDPU { color:#000000;display:block;width:18rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100054;line-height:1.5;letter-spacing:0;top:49.625001907349rem;left:16.1875rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFo3dN7MBFb8XRRNctoI2rKe9wQeoLq6 { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:47.062502861023rem;left:15.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#sc9ORxVNBOer6fbNGbTBqS8wWFFMA8Zb { position:absolute;display:block;z-index:100051;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.1875rem;width:16.375rem;top:44.25rem;left:16.6875rem;display:block; }
#O5ur5Jmzcn3q42yNVGzEL6NUD5KoCTlh { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:44.818748474121rem;left:19.25rem;height:1.3rem;font-style:italic;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:left;text-align-last:left;display:block; }
#uu8QHQq1663uPi9twhvlbzGik53700TM { position:absolute;display:block;z-index:100046;background-color:#fec02d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:24.375rem;width:21.0625rem;top:32.4375rem;left:40.375rem;display:block; }
#iCZFTshzVFIQAiW9UwTeiVL4Z32wnmrt { color:#000000;display:block;width:18rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100060;line-height:1.5;letter-spacing:0;top:48.9375rem;left:42.750001907349rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BhpQOfFBsnNNyX4KU8xXArkrCxKM5Hbk { color:#000000;display:block;width:20.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:47.025000572204rem;left:40.968751907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Tg8TvUaEkReCmxcT5kEKgtvyySaWtuX9 { position:absolute;display:block;z-index:100057;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.1875rem;width:16.375rem;top:44.15625rem;left:42.750001907349rem;display:block; }
#Z0q7VinSAoRkvoCBxklEykW87CQgVIIa { color:#000000;display:block;width:16.875rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:44.81875038147rem;left:46.312501907349rem;height:1.3rem;font-style:italic;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:left;text-align-last:left;display:block; }
#rkwGeVaCzhKzTaOFdpb7K1LVoalXOQiC { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11.25rem;width:11.25rem;top:32.937500953674rem;left:19.28125rem;overflow:hidden;display:block; }
#OZr1evImpMvLvDHg4rLtE4qqfdERpFDD { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11.25rem;width:11.25rem;top:32.749218940735rem;left:45.062501907349rem;overflow:hidden;display:block; }
#Z1BTJKzgT5II91h2dFgRWh5o3BJVevbf { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11.25rem;width:11.25rem;top:6.2500004768369rem;left:31.875001907349rem;overflow:hidden;display:block; }
#w7M4dwIalQGnQ3oXFE8PgEWJ9XFmUbGG { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:11.25rem;width:11.25rem;top:6.1867179870606rem;left:56.812498092651rem;overflow:hidden;display:block; }
#TIoX0WyCoei2zZPcvCo7WGgAPdDh49lK { color:#000000;display:block;width:47rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:3.0500001907349rem;left:23.312501907349rem;height:2.175rem;font-style:normal;display:block; }
#KAKlDoSJq0Md3TDehOoW88x6Lka3tTqn { z-index:100024;top:57.750001907349rem;left:27.625001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -moz-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -ms-linear-gradient(180deg, #ff9e00, #ff4a00);background-image: -o-linear-gradient(180deg, #ff9e00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );";background-image: linear-gradient(180deg, #ff9e00, #ff4a00);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IJbDomPDJwwp3BF50WDs6Md22FO4aRWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo { position:relative;display:block; }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo { background-color: transparent; background-image: none; }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row .container > .video-iframe-container { display: none; }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row > .video-iframe-container { display: none; }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .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); }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo { border-width: 0; border-radius: 0; }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row .container > .video-iframe-container {  }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#nsOmBnO133VRzXakTFIMyNKOzs5mvfmq { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:prompt;font-size:2.6875rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:1rem;left:10.125rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:italic;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; }
#EmOcgMKL2IV44PFBNx2kgsyqn4mVLtJq { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:6.96875rem;left:13.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#S81Vox73HDAnK5Q6z0GJvNM7OHvvdRxE { position:absolute;display:block;z-index:100090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10rem;top:10.625rem;left:14.4375rem;overflow:hidden;display:block; }
#Oi8D19UtlFX1biTHVSuRGJsATMwCKdK3 { box-sizing:content-box;color:#000000;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100091;top:12.90625rem;left:16.375rem;display:block; }
#fkzMOlETHDCBG5ttA8d8NALdbWOgKVn0 { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.25rem;top:14.5625rem;left:18.3125rem;overflow:hidden;display:block; }
#peF5DpCaiHBOqha1OK6yE3Mr05bIP02Z { position:absolute;display:block;z-index:100070;background-color:#5cb7b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.9375rem;width:12.9375rem;top:6rem;left:12.9375rem;display:block; }
#pmC8oGkTPG1LtLZoBRST8Wgn5vXIvRcL { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100088;line-height:1.3;letter-spacing:0;top:12.125rem;left:12.125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Po2f6A9IlsO6Clv3QonWcDfcOzLD3xTG { position:absolute;display:block;z-index:100071;background-color:#5cb7b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.9375rem;width:12.9375rem;top:6rem;left:31rem;display:block; }
#nDouOfaiyrLIT1DGzHDwBKcOTHFLuOFX { position:absolute;display:block;z-index:100072;background-color:#5cb7b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.9375rem;width:12.9375rem;top:6.0625rem;left:49.1875rem;display:block; }
#E10wivdHO8OZR5XX5pqG8ES33zoh8nps { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:6.7031269073488rem;left:31.312501907349rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#HI0APZCOXNrTneOxPrBvLqdwHCH8y2ff { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:7.5625019073488rem;left:49.500001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#wq1eiq5rcNGszQX0sl1fDAvldKzKG5Km { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10rem;top:10.625rem;left:32.5rem;overflow:hidden;display:block; }
#NSUiaur3dcLJUqzbBlAfh5cRyTTNVidQ { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:12.125rem;left:30.1875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#dMkeX56GX5PuBHdXcBD2xC1lgJgi1K36 { box-sizing:content-box;color:rgba(0,0,0,0.97);font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:13rem;left:34.4375rem;display:block; }
#BAQBOwvmMQQmI56o93RBMeKqfkwemfwf { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.25rem;top:14.625rem;left:36.375rem;overflow:hidden;display:block; }
#K5kWSaMh4bfh31KxQu7GDIildWlx7FAX { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10rem;top:10.625rem;left:50.6875rem;overflow:hidden;display:block; }
#ekTB8dRTzPmP0ZcT4CN9yiDp6f4vLrs5 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:12.125rem;left:48.375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#lHP0SBtWhktzf5SbCF0S3iifyFFc6L05 { box-sizing:content-box;color:rgba(0,0,0,0.97);font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100093;top:12.96875rem;left:52.625rem;display:block; }
#y2BGQsXpDGxmaEeJgDHiw4o1W1u0aJ4O { position:absolute;display:block;z-index:100094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.25rem;top:14.5625rem;left:54.5625rem;overflow:hidden;display:block; }
#GTq13l7ORyQgJVqSLG9EsoK2Tg9kQavO { position:absolute;display:block;z-index:100071;background-color:#5cb7b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.9375rem;width:12.9375rem;top:23.5625rem;left:12.9375rem;display:block; }
#wWqRV4kTbcEzdUxNX4XuTo6lnAk15nN3 { position:absolute;display:block;z-index:100072;background-color:#5cb7b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.9375rem;width:12.9375rem;top:23.5625rem;left:31rem;display:block; }
#BXevZka4HwcF3l7qEEGNwbr1tuWBzgCg { position:absolute;display:block;z-index:100073;background-color:#5cb7b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:12.9375rem;width:12.9375rem;top:23.5625rem;left:49.1875rem;display:block; }
#OQZI1Nz6Gc2a3wTfy8KTVT5G3SIhKgSr { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:24.59375rem;left:13.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#aUDzMz4Xdo5w32aC37fTFG7QQiip2HaC { position:absolute;display:block;z-index:100091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10rem;top:28.25rem;left:14.4375rem;overflow:hidden;display:block; }
#kNZfsJp29nswMBSVeDdNu233sy36T3qh { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:29.75rem;left:12.125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#P2KRz0Sg4T0iFdJFarnuIH9BvRhIUAvT { box-sizing:content-box;color:#000000;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100092;top:30.5625rem;left:16.375rem;display:block; }
#FKnHkUPTUkmbaQ3ADvuWi7uymaAxHVaM { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.25rem;top:32.21875rem;left:18.3125rem;overflow:hidden;display:block; }
#TxvEJH7ymoTTD0xBXhcFqm5q3sRzzRNn { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100081;line-height:1.3;letter-spacing:0;top:24.59375rem;left:31.3125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#AtlRr6saXBWftk9TCIeJe9aM8HSAK5oq { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10rem;top:28.25rem;left:32.5rem;overflow:hidden;display:block; }
#QaAip8ZnuE5aHMOyvwrvaXrV5GLUgdZS { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:29.75rem;left:30.1875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#qPBwf0mNpC6IqZW2A6MPSAwLehpDiDZO { box-sizing:content-box;color:#000000;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100093;top:30.5625rem;left:34.4375rem;display:block; }
#QdFHLiW50HRW5hEhg7xp5nx8k6dklL56 { position:absolute;display:block;z-index:100094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.25rem;top:32.21875rem;left:36.375rem;overflow:hidden;display:block; }
#hhaH9AvFJGZqWidVr8KXJE5UHDs2awbT { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:normal;z-index:100082;line-height:1.3;letter-spacing:0;top:25.203125rem;left:49.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QawAm3OcezTanBTIFvvCQ9UBNZaqfrgI { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10rem;top:28.25rem;left:50.6875rem;overflow:hidden;display:block; }
#EkFEiu5R9y27ayhp2ReStcUwKISlo2po { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100091;line-height:1.3;letter-spacing:0;top:29.75rem;left:48.375rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#vlTu0KlJJDEGpJ17PKcvJbOZyVQqEv2q { box-sizing:content-box;color:#000000;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100094;top:30.5625rem;left:52.625rem;display:block; }
#h38C6uUs8ErlSlkoNvtwf9PTfwdIbPn9 { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.25rem;top:32.21875rem;left:54.5625rem;overflow:hidden;display:block; }
#y40RlO77gZ9PVgboFL7pVl37xHWOycJR { position:absolute;display:block;z-index:100096;background-color:#5cb7b5;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:1.5625rem;width:1.25rem;top:28.25rem;left:41.3125rem;display:block; }
#PXDmGVi6kMW2faX4Mc9oDRRxk1bL3OiW { position:absolute;display:block;z-index:100097;background-color:#5cb7b5;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:1.5625rem;width:1.1875rem;top:10.625rem;left:59.0625rem;display:block; }
#Z01P8S0anlwPRc1DXZnT5qDG1tXztDTy { position:absolute;display:block;z-index:100097;background-color:#5cb7b5;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:1.5625rem;width:1.25rem;top:10.625rem;left:41.3125rem;display:block; }
#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Ef34oUuo/LD0.2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV.adaptive-delivery-prevent-bg, #AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV.lazyload, #AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV.lazyloading { background-image: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container { background-color: transparent; background-image: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container > .video-iframe-container { display: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row > .video-iframe-container { display: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .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); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container { border-width: 0; border-radius: 0; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row > .video-iframe-container {  }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#GMRsFtz4rwF6577d3TiqaThkStTITM2A { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;top:7.2804698944094rem;left:0.75rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#fr5WTVUfqkQFLJsxplZDH8eu9P5x2upb { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:16.312500238419rem;left:16.8125rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#mflfuf6m1f30pK3gkv2pJVWlxTFbqGmd { position:absolute;display:block;z-index:100017;background-color:#fec02d;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;height:17.375rem;width:43.1875rem;top:11.750000238419rem;left:7.4375rem;display:block; }
#kWTsGHtSbcZ3wDupUq73Nr7JF0BTA2rQ { color:#000000;display:block;width:17.125rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:23.900000810623rem;left:17.84375rem;height:2.35625rem;display:block; }
#AfXqSZ3lltAp9pvyk7vhiuZn8ZBaGxo3 { position:absolute;display:block;z-index:100023;background-color:#000000;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.5625rem;width:6.5625rem;top:9.9679691791537rem;left:6.25rem;display:block; }
#QRvs5XfMQnzLdvFNROXrGxdHvfOGPbvp { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100024;line-height:.9;letter-spacing:0;top:10.999219179154rem;left:5.3125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wcUELQouAJDucEHT9rXsO9t2GFXwTqLU { color:#ffb300;display:block;width:20.375rem;position:absolute;font-family:prompt;font-size:4.0625rem;font-weight:700;z-index:100019;line-height:1.1;letter-spacing:0;top:2.8742198944092rem;left:11.125rem;height:8.9375rem;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:left;text-align-last:left;display:block; }
#ZxqaKJfJrNncO3QFfrDh64MsIxrPsEXs { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:33.4375rem;top:8.7500002384187rem;left:38.33749961853rem;overflow:hidden;display:block; }
#SRB9DwEz6ihbC4mCLRGfDKw1L1KMN1W2 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.375rem;width:25.75rem;top:11.125000238419rem;left:42.11874961853rem;overflow:hidden;display:block; }
#sALsv01ZsxfgAVF2ZJhqp6C5HO1bCyb7 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:19.187501192093rem;left:10.5625rem;height:4.7125rem;display:block; }
#ROl8CR1vfWczFmnzqpi704sv1pTWK3Wd { position:absolute;display:block;z-index:100025;background-color:#fec02d;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;height:17.375rem;width:43.1875rem;top:31.9375rem;left:7.4375rem;display:block; }
#hVDEM2ZaLSpADBA7U6uxhONwClkd20m2 { position:absolute;display:block;z-index:100031;background-color:#000000;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:6.5625rem;width:6.5625rem;top:29.875019311905rem;left:6.25rem;display:block; }
#wVoGBUyCVK14kvx2OFhIUoPPANZnlkTc { color:#ff0000;display:block;width:8.1875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100032;line-height:1.1;letter-spacing:0;top:30.593750953674rem;left:5.4375rem;height:5.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D6ILfNvSMGcwdcoQ9TuvMpIZcm4CTzKc { color:#ff0000;display:block;width:31.4375rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:700;z-index:100027;line-height:1.1;letter-spacing:0;top:33.750000953674rem;left:12.25rem;height:2.75rem;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:left;text-align-last:left;display:block; }
#Motd8CSRmm2uhUkoqoOM9tG5WLqH70PC { color:#000000;display:block;width:29.625rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:41.211730957031rem;left:10.71875rem;height:4.7125rem;text-align:center;text-align-last:center;display:block; }
#OuHPCykigGKvTuKTqwvTorQUS0ndX9s9 { color:#000000;display:block;width:32.875rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:36.49999332428rem;left:9.30624961853rem;height:4.7125rem;text-align:center;text-align-last:center;display:block; }
#CJXWMd72iPQoeTBh7HlTa7eznV6Gpe1g { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:33.4375rem;top:28.375012636185rem;left:38.33749961853rem;overflow:hidden;display:block; }
#KysprOGTxPr8aNdsL3S3Wy88pN1sOXFT { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:13.6875rem;width:26.0625rem;top:30.593750953674rem;left:41.814270775273rem;overflow:hidden;display:block; }
#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HKKRB8ZK/LD0.1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ.adaptive-delivery-prevent-bg, #xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ.lazyload, #xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ.lazyloading { background-image: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container { background-color: transparent; background-image: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container > .video-iframe-container { display: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row > .video-iframe-container { display: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .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); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container { border-width: 0; border-radius: 0; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row > .video-iframe-container {  }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container { font-size:0.875rem;font-family:arial;height:75.125rem;width:75rem;position:relative;display:block; }#ntklFKXa6orTR1NZNKtKw5rOhGcT24bU { position:absolute;display:block;z-index:100007;background-color:#0b0b0b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:32.25rem;width:26.1875rem;top:0.68685913085938rem;left:42.8125rem;display:block; }
#IJuII2uO0OXUHVxChGq1gssZtQkwbqFC { position:absolute;display:block;z-index:100006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:16.5625rem;width:28.3125rem;top:11.5rem;left:6.4375rem;display:block; }
#iSqzudqcTKv1Q5gZGOr0AoNH7BnvUabr { color:#333333;display:block;width:21.75rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:22.3125rem;left:9.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-container { padding-top:0;padding-right:0.544375rem;padding-bottom:0;padding-left:0.484375rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number { 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-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.619375rem;padding-right:0.121875rem;padding-bottom:0.9775rem;padding-left:0.121875rem;display:block;width:5.20375rem;height:3.24375rem;position:relative;font-family:prompt;font-size:3.18125rem;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; }#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.adaptive-delivery-prevent-bg, #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.lazyload, #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.lazyloading { background-image: none; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.121875rem;padding-bottom:0;padding-left:0.121875rem;display:block;width:5.20375rem;height:0.771875rem;position:relative;font-family:prompt;font-size:0.705625rem;font-weight:700;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; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG { top:31.4375rem;left:11.5625rem;z-index:100012;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:19.5rem;height:4.5625rem;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; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #zV7Obhd9HpfUaGD6IbhUaMtQgoiZDFUF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #vuOPw1LRDx0N9XUb984G1urb57p7o4G0 { display:block; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #l5otnURnz7aL8KK3ZuJpH1ssaM6Qbtam { display:block; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #ZkvTdLsLI0M7FlhFEe3ZoieIn2KItAOt { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #fxlxRDFylGTRObxn4OIy4s8pgFOsgvqy { display:block; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #gKxPclrBTHdI1zC0A5pxgQfw69GLiEkQ { display:block; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #ig1oGWJ4n3bZfbyGpJN7uImM0oEQzQ6U { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #sUOavSgTp2ULRhoevfXdlNiRzc57aXBw { display:block; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #MXgX4xTUMAOKJwnqP8D6n3niJXKsAVU7 { display:block; }
#Tyl4aeBllhDz3RTMm36BDr4hG7G8dsQD { color:#000000;display:block;width:16.625rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:29.625rem;left:12.9375rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-form-header {  }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:22.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .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;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.125rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .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;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .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;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-button { border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #ff9e00, #ff4a00);background-image: -moz-linear-gradient(top, #ff9e00, #ff4a00);background-image: -ms-linear-gradient(top, #ff9e00, #ff4a00);background-image: -o-linear-gradient(top, #ff9e00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );";background-image: linear-gradient(to bottom, #ff9e00, #ff4a00);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:22.125rem;height:4.0625rem;font-family:prompt;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv [class*="-text"]:-moz-placeholder { color:#686868;font-family:prompt;font-size:0.8125rem; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv [class*="-text"]::-moz-placeholder { color:#686868;font-family:prompt;font-size:0.8125rem; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv [class*="-text"]:-ms-input-placeholder { color:#686868;font-family:prompt;font-size:0.8125rem; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv [class*="-text"]::-webkit-input-placeholder { color:#686868;font-family:prompt;font-size:0.8125rem; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-container:first-of-type{padding-top:0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-container:last-of-type{padding-bottom:0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.593751907349rem;top:4.8929748535156rem;z-index:100018;position:absolute; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.125rem;display:block;vertical-align:top; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#a5a5a5;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv {display:block;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:43.593751907349rem;top:4.8929748535156rem;z-index:100018;position:absolute; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #yrtBnx70aW3BCvDalJDzpKDWykv2p50b { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #aRP9IgZS2fQmfHTg5bISgf1NPo6qhxTd { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #DNzoVoIRQTEw5WiFaTOoimc1LFq3NmKa { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #kaqXd26EgXyRN45Da2gVAOE3wiMTE0Cc { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #VNFOryTK1Z0gPdEVDqQN8CbmqmbMTn27 { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #rOllTBBkBtKBWSTPpraeAlxImV6i9vBk { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #rOaHnwRI44JZIL6oPH4CBdH72JCpTu09 { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #G3HKl46eD69a5SBgXJcy3vpQKxu5UVJc { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #y7RFJpT0MM6GQ5T4Wlaa7z4BsLIk7fuv { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #eTI1JIV0LSGNv5Sgc9P18HQNneb7teaT { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #hJIG0TKZqrVsTTIZOTsxBdekqGnaqtKU { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #dohlSZKvFQRRvRFXGP0RFqSFQDgGzkf2 { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #P9nMCDzMe6UvLoQ9dkFm38coGuTUCKAT { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #lB716L3es0PvsF0TaTXkv51aCCWlB1W9 { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #QMqRh0i5wkzq8ZNfzp32URcBITP1zXTz { position:relative; }
#wpWgPHZ4gabVlFBTRTBDP23uCIvAE9xk { position:relative;display:block; }
#PErAIfBSdPJ4IdrGlPUk00eNtRH8dw0G { position:relative;display:block; }
#QA5Kq3r9phL1Zi9bR38gv0Zagh6voOXa { position:relative;display:block; }
#q03iix4ukHxQOGOOGnafc21iAWx3q63I { position:relative;display:block; }
#rByQTpspoeThP15p3WtLT5aktXPBV7hU { position:relative;display:block; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #AzxgteEi9T0UhHATgJ4WOSwvKeLfdMyF { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #NTazs5pBrXDwmdb4H2sPwoefVKmZbD8k { position:relative;z-index:2; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #sQNht9TgSQRdaSyHwHQc4xHgUMSJIWDx { position:relative; }
#vLKmRf5VIXPVAwm31Cuxaw3U4ERwCDF9 { position:relative;display:block; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #LDSiwLH61VLW53Xd0KGzu0CQQ5SfFviQ { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #xEPsH7yybQJcBba0NaCaKXIkfTWpsVWR { position:relative; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #N2kir6U2nEV9grtsuLgn5zV5Vrz0raOV { position:relative;display:block;z-index:100000; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #lVMVdTIA1G2hmXozvLIuXxKnUU9u4N3E { position:relative;display:block;z-index:100000; }
#SmrqtIvXrmgrkOFNJdVCNA18ceryBLxe { display:block;width:31.9375rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:12.125rem;left:4.625rem;height:7.3125rem;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:#000000;text-align:center;text-align-last:center;display:block; }
#eOwr3LUDrW9LJUQsG6MtWke1VHlEBGnT { color:#01002e;display:block;width:17.8125rem;position:absolute;font-family:prompt;font-size:2.25rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:19.125rem;left:11.6875rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uMR6GoGRTcyzhTsZcU2TkJG8PmdpirXK { color:#0088e1;display:block;width:25.9375rem;position:absolute;font-family:prompt;font-size:2.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:8.125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3T00rNeBmRacSHohhAkdoPVrRU15P9T { position:absolute;display:block;z-index:100020;background-color:#00e3e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:2.8125rem;width:13.25rem;top:19.0625rem;left:13.75rem;display:block; }
#oN4hibeqOfWl8aTBQPVEhhT7oQ0f2BQJ { position:absolute;display:block;z-index:100032;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0088e1;border-left:0.25rem solid #0088e1;border-right:0.25rem solid #0088e1;border-bottom:0.25rem solid #0088e1;height:2.3125rem;width:26.4375rem;top:42.25rem;left:9.875rem;display:block; }
#lqXH6TKt3UD3J9TA7PlbD8qAandZr3Bz { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:42.9375rem;left:7.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T9IOCRkP88i7XqPaRF2bq9CTU7kTOt8r { position:absolute;display:block;z-index:100068;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0088e1;border-left:0.25rem solid #0088e1;border-right:0.25rem solid #0088e1;border-bottom:0.25rem solid #0088e1;height:2.3125rem;width:26.4375rem;top:45.9375rem;left:9.75rem;display:block; }
#f3rfWyythqxxv7cVJM0TPNebvx9KXdbQ { color:#050505;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:46.5625rem;left:8.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihGQUDCvePhPameJnTVJpaN2e0bcJfrx { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:50.0625rem;left:8.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOJtN2KLdqe8x6WVAcVzy1ZATdTXviZ3 { position:absolute;display:block;z-index:100033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0088e1;border-left:0.25rem solid #0088e1;border-right:0.25rem solid #0088e1;border-bottom:0.25rem solid #0088e1;height:2.3125rem;width:26.4375rem;top:49.5rem;left:9.75rem;display:block; }
#B3vvu7OOaZXtpMaHakuHzFIsIs3HnlDb { color:rgba(0,0,0,0);display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:52.75rem;left:8.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzCC3EN9TcTP0gkaKHwHVWNdqB5gaBbI { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0088e1;border-left:0.25rem solid #0088e1;border-right:0.25rem solid #0088e1;border-bottom:0.25rem solid #0088e1;height:3.1875rem;width:26.4375rem;top:52.75rem;left:9.6875rem;display:block; }
#vJWfBtG4y9zW2ThpazPWt8TlphB2ZOP7 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:54.875rem;left:8.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVlzhQRMekqdWrgBu7W9lmucRHaK9let { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:57.4375rem;left:8.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XxxxMTRkN2Z5dMZwcxfTGT2eWMf48JKT { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0088e1;border-left:0.25rem solid #0088e1;border-right:0.25rem solid #0088e1;border-bottom:0.25rem solid #0088e1;height:2.3125rem;width:26.4375rem;top:56.875rem;left:9.8125rem;display:block; }
#rdAcu3AGevKbtbRgQ6ZbuGiUEygXuwhN { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0088e1;border-left:0.25rem solid #0088e1;border-right:0.25rem solid #0088e1;border-bottom:0.25rem solid #0088e1;height:4.125rem;width:26.4375rem;top:60.125rem;left:9.8125rem;display:block; }
#XnopXQ532asib5lXlpvuIPIqbDcBA533 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:60.8125rem;left:8.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FKuf0sp32udhVpidyKMzFfCOJrScDidt { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:62.6875rem;left:8.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTXzo7FyveFSCvXIuwoVdb5CC8osQZb7 { box-sizing:content-box;color:#f56601;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:40.4375rem;left:34.6875rem;display:block; }
#DdeF7qLTcI3IvAJfTHg13ZDzcs9vn8Qn { position:absolute;display:block;z-index:99996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #0088e1;border-left:0.25rem solid #0088e1;border-right:0.25rem solid #0088e1;border-bottom:0.25rem solid #0088e1;height:25rem;width:26.8125rem;top:41.1875rem;left:38rem;display:block; }
#TemP1NHMZCkVRl43nswNQNP4MPsi9Rv1 { position:absolute;display:block;z-index:99997;background-color:rgba(253,253,253,0.85);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:23.0625rem;width:24.375rem;top:42.1875rem;left:39.5625rem;display:block; }
#Cmw9Cf9uNXrtXBfvmn7LkKO4sBdXPWRm { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:60.375rem;left:39.5625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brZ8kc4cMkXOEBgmTiARgpIZ93g2JcM3 { position:absolute;display:block;z-index:100043;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(144,138,138,0.64);border-left:0.125rem solid rgba(144,138,138,0.64);border-right:0.125rem solid rgba(144,138,138,0.64);border-bottom:0.125rem solid rgba(144,138,138,0.64);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.1875rem;width:18.6875rem;top:56.125rem;left:42.0625rem;display:block; }
#FC3cPDQ7TR5XFOaKWwdEi9eXSrpIG3Eq { position:absolute;display:block;z-index:100017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f5be01, #ffd255);background-image: -moz-linear-gradient(180deg, #f5be01, #ffd255);background-image: -ms-linear-gradient(180deg, #f5be01, #ffd255);background-image: -o-linear-gradient(180deg, #f5be01, #ffd255);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5be01', endColorstr='#ffd255' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5be01', endColorstr='#ffd255' );";background-image: linear-gradient(180deg, #f5be01, #ffd255);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:3.9375rem;width:15.6875rem;top:59.5rem;left:43.875rem;display:block; }
#WxpUnwu2sfsgWlfr2tQkTgSxW6whx2LB { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:56.875rem;left:42.375rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y60sD88CpMx8A2bt4cS3kb0c8baLqQZc { position:absolute;display:block;z-index:100042;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(144,138,138,0.64);border-left:0.125rem solid rgba(144,138,138,0.64);border-right:0.125rem solid rgba(144,138,138,0.64);border-bottom:0.125rem solid rgba(144,138,138,0.64);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.1875rem;width:18.6875rem;top:53.125rem;left:42.0625rem;display:block; }
#nhdl44GVmHTRAqqdKltHzGLuWE8N59TW { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:53.875rem;left:42.375rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvXqd5NeMztG5JDcTPBkhgCF82JA3UOQ { position:absolute;display:block;z-index:100041;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(144,138,138,0.64);border-left:0.125rem solid rgba(144,138,138,0.64);border-right:0.125rem solid rgba(144,138,138,0.64);border-bottom:0.125rem solid rgba(144,138,138,0.64);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.1875rem;width:18.6875rem;top:49.9375rem;left:42.0625rem;display:block; }
#F3A4NQqIUTkE33EpTvzEtSByGFaC4Olq { color:#020202;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:50.6875rem;left:42.375rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NmziHwETh87XbLsJb9m0wepqE7bSCE3A { position:absolute;display:block;z-index:100040;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(144,138,138,0.64);border-left:0.125rem solid rgba(144,138,138,0.64);border-right:0.125rem solid rgba(144,138,138,0.64);border-bottom:0.125rem solid rgba(144,138,138,0.64);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.1875rem;width:18.6875rem;top:46.625rem;left:42.0625rem;display:block; }
#kZMsWhJGt0t72CRJoZDXRQtM6KsPpGE3 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:47.375rem;left:42.5625rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ac0Q0NZm29L86O2pXGhAFoqJW1yXOJV7 { position:absolute;display:block;z-index:100037;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(144,138,138,0.64);border-left:0.125rem solid rgba(144,138,138,0.64);border-right:0.125rem solid rgba(144,138,138,0.64);border-bottom:0.125rem solid rgba(144,138,138,0.64);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.1875rem;width:18.6875rem;top:43.3125rem;left:42.0625rem;display:block; }
#DT6CfBZVmfN4yaReG4fr6D3DZuyCBp91 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:44.0625rem;left:42.75rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#foJt8TySrfEMkov7taoJHl4qW2FrdXfi { color:#0088e1;display:block;width:39.4375rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:37.75rem;left:17.125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEaMpfb5dXdSHP6Thi7IepXFWzsLPkDl { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:53.125rem;left:9.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xOLlW6cSK6bQncCgmvoEp0Q4dhIoElab { box-sizing:content-box;color:#f56601;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100039;top:43.875rem;left:34.6875rem;display:block; }
#pAFtxmtWfUEFg9dOCJ8tclNrTTh36ETx { box-sizing:content-box;color:#f56601;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100041;top:46.9375rem;left:34.6875rem;display:block; }
#s3t3g3s5zoziOoAFwLNagDOrOgggfEBx { box-sizing:content-box;color:#f56601;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100042;top:50.5rem;left:34.6875rem;display:block; }
#H32i0p6dNLItiRJu7L5TFSxTNWTgolWP { box-sizing:content-box;color:#f56601;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100043;top:53.1875rem;left:34.6875rem;display:block; }
#PvVhc8blId1N4yQrT6OKFLeG2Abu7EDk { box-sizing:content-box;color:#f56601;font-size:5.6875rem;font-weight:400;line-height:1;height:8.125rem;width:8.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:57.125rem;left:34.6875rem;display:block; }
#iL0gVioDEqXqoHWO9P0wGPkNReg21eu0 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:39.75rem;left:8.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q9E3hrurwZI7t7ZDxNMmdMBHFQ2Du24R { color:#ffffff;display:block;width:44.625rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.6875rem;height:2rem;text-align:center;text-align-last:center;display:none; }
#sw81n5cg1Pd5ykirS1D8yWNLU4DUycNO { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.5484371185302rem;left:4.46875rem;height:7.55625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJ61kyox0Dzv5U6eesR3fyS35lqUu5lK { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.524218559265rem;left:5.25rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eiPxOaWgLMUNGTLLXAvZT4LIQOP9CPpu { color:#ffb300;display:block;width:23.3125rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:700;z-index:100020;line-height:1.1;letter-spacing:0;top:1.5476565361023rem;left:44.250001907349rem;height:3.575rem;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; }
#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HKKRB8ZK/LD0.1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm.adaptive-delivery-prevent-bg, #ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm.lazyload, #ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm.lazyloading { background-image: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container { background-color: transparent; background-image: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container > .video-iframe-container { display: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row > .video-iframe-container { display: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .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); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container { border-width: 0; border-radius: 0; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row > .video-iframe-container {  }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container { font-size:0.875rem;font-family:prompt;height:20.9375rem;width:75rem;position:relative;display:block; }#MwvC76PevT7O6HR2rBrKqSd5NeXxUSmT { 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:3.75rem;overflow:hidden;display:block; }
#ThApdgDWhSABLHzTyQ7fDsOHuCQqoLGS { color:#000000;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:3.75rem;height:2.6rem;display:block; }
#aMJNfbixKDfVtdGSGwQLEyBHUxMl3RgD { color:#000000;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.408855438233rem;left:0rem;height:1.95rem;display:block; }
#UXB2USkReT0d2LwR8fGBFRG1U5tQHZwu { color:#000000;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:50.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#rcXTKT7h9rzREihadokJlUnC5RT0Bmt4 { color:#000000;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:56.3125rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#DzcJhi6zRc45cXotrMxpHXMr1QwqCi5Z { 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:65.5625rem;overflow:hidden;display:block; }
#L6UVgbxQ8U9vlKDcoOTVHJvQTGglFD5o { position:absolute;display:block;z-index:100009;height:5.9375rem;width:10.625rem;top:1.6548843383789rem;left:42.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFAqvnxo6bbp2E9tUoxVH7ts7xEfKXLM { top:12.1875rem;left:10.1875rem;width:37.5625rem;height:4.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7AuVmwQ2rfiemEdnaNdEiKQhTulqfPP { top:20.1875rem;left:0rem;width:13.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZFOk8cNIVfqLP0vyqgcE6sTkJEB33tk { top:19.3125rem;left:0.52968788146973rem;width:17.9375rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCw2nynVMxTRgamHi7nhMlwHKth1Wm6U { top:11.75rem;left:0rem;width:31.5rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqinnGMamTX2k9HOTL4ra4cTaGmC7Gdr { top:5.75rem;left:0rem;width:7.625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwfwLCiNV75vGikZwV1PpCvQUXOyTTA { top:25.4375rem;left:5.125rem;width:15rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKBqwCcfat0QHUCvkbBfABOTX6uxqLKo { display:block; }
 }@media only screen and (max-width: 763px) { #c5tDtFzzzAzCxyqaXEHnovCfCkU4P2e7 { top:3.9375rem;left:0rem;width:47.75rem;height:31.135953608248rem;display:block; }
 }@media only screen and (max-width: 763px) { #X36E5v0QNBdwFP24BSg7LPf7GO2NKANE { top:0.5625rem;left:28.375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmh27PHfDw9PAqWhdmgCGR4WAV7Qy4hR { display:block; }
 }@media only screen and (max-width: 763px) { #ZE6xDgOssX8iyP3tA3rHQohshfG8ktOX { top:0.5625rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA0WNP3z7uUw2Afh6xDkLdP0UKQr8DKk { display:block; }
 }@media only screen and (max-width: 763px) { #TeZFiosetPmoHWqfvzw2JULAmoahtmha { top:8rem;left:0rem;width:30rem;height:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzCTy4WQ4buQNQvtH5sc6SR3Whyb56E7 { top:15.875rem;left:0rem;width:30rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsVPMVkveiqQNXT5gOMC0BQ6PEMqTgTv { top:25.375rem;left:0rem;width:15rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRM9k4nyxeJfE9L6EJhmkEJbtEDUhwce { display:block; }
 }@media only screen and (max-width: 763px) { #WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k { display:block; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1DwhZ4oPJOnThT17fsyELTrDmSM3kN4 { top:12.0625rem;left:31.0625rem;width:16.5625rem;height:5.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg6BFQZgMcT32rIIDoBgDpHSE7VyMdc9 { top:11rem;left:17.125001907349rem;width:13.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knReK9eMIM2qiDr55U4DDCapxFzi9W1L { top:6.125rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZQAyHMOLBpA2Qhe8PCVteik8q5t3WNy { top:11.5rem;left:0rem;width:16.875rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbLalFAEgm0lWWE1V9FVTlun8iJGXZaP { top:6.3125rem;left:14rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVEzdSNJ2KF21nEciIRkOBiP1hFoCO0g { top:6.3125rem;left:29.875rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFtTqNgz9BlCR02HsFSAVangrhqJB4ab { top:12.625rem;left:10.9375rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwMTtSGKTE7kMnnOdtmsU7gkugDT6vPu { top:12.625rem;left:26.8125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gACpM88EIzyxg7Kvz4TQ36OSN9iZXG { top:2.625rem;left:4.4375rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVkKvUAxu6AxzMedRfyn9SohlCCvMVc { top:3.3125rem;left:5.1875rem;width:5.4375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEiqve0iIMP4SuzMUEp9sArnBZHyf0Cy { top:2.875rem;left:20.8125rem;width:5.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJv35FoGJ7b1ROzkxVaReCpRynLAsNRz { top:4.0625rem;left:37.062498092651rem;width:4.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKeQ9l7aMGKcHGwayUaaqDNcGTWguVKa { top:2.5rem;left:20.375001907349rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5s8dcuKxrqxflm33LodiimofzU9yuQd { top:2.5625rem;left:36.249998092651rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHVyFKRL1AUzhsDMnEurVt0KVgJf1Dl { top:12.4375rem;left:14.875rem;width:16.875rem;height:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXJrBkIA2KGD6wPSKSuevyW0o6qk2C6F { top:4.4375rem;left:37.437498092651rem;width:4.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puitiTfIFdHQ5g0AAk40FVtMT07WB5BP { top:4.625rem;left:37.812498092651rem;width:4.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMez7FZIGM1unGmHBNteX51DVl8kTHzU { top:5rem;left:38.124998092651rem;width:4.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b { display:block; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFu4dPMCDRKG8JP8aiQQCmttFWCRA8Dx { top:1rem;left:0rem;width:47.375rem;height:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTONqIJ83NdV7TDBycZ98kx7IIcDBnFZ { top:8.5625rem;left:0rem;width:47.75rem;height:31.872536945812rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9Rr0UgE1s3u5qtXZk906gdaz5dsAhg { top:4rem;left:2.1875rem;width:43.8125rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzMxg796iSJVxcc4uQAueuw9l0tyOdm1 { top:26.75rem;left:5.1875rem;width:10.5625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onpnt1AcJvOweHJ5GTgpZ3pVvC2BgRBm { top:1rem;left:0rem;width:47.375rem;height:44rem;display:none; }
 }@media only screen and (max-width: 763px) { #oATCAAyo2pdONur7IqM9aygmnQqnfx4x { top:20.125rem;left:0rem;width:13.75rem;height:1.625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm { display:block; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFtDuPw5BZgXME6xf2mBSsqsew9h9iTP { top:1.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEw4WLhCvqqpFkeTVLyKWTXyJah6z2ts { top:7.4375rem;left:0rem;width:31.625rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XapW08HZAe23HB6xAlXoaH53SzRzFxI4 { top:12.5625rem;left:0rem;width:31.625rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbZciv7Zzao6P6y594TSa21V8zRrXyJC { top:18.1875rem;left:0rem;width:31.625rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pea5zppeqEnnw43fEJ7mHL4sm5tTUxZi { top:25.5625rem;left:0rem;width:31.625rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWzaRnFlEmyQ5dRaIZx6xoXaNvRXfbE3 { top:5.4375rem;left:0rem;width:33.625rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6Wnu6caxeQSv0dT2pWnylOfg0R3yAt { top:8.25rem;left:17.1875rem;width:30.5625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs { display:block; }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwrcBXoEbPF6VxTKxmTxOOccxo4HsITo { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgbFgF3cOUP4e1ilkXMU3uyZa7LdaIdK { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utHtR2Q5JLXdFq5gUKlkzaBQQaHSrrDT { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIXMqfrUpJtbKB9fkKyofdmMNvISSZw { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hShgHxKUdPCUbaTh0BKTbxRoMDBW4Q3E { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd37CsA2UxldebrATv8swcB9Dgyu6PWt { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzEFCKg7nWI4KhEMPIySwIFB7vLCZFoV { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmxXSP8ACwhKPVwGEFEC70fA3NsfQbA { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APxt6ar2wuMrL03DF7Pcnw76N4NvKywg { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5smA1vWtFl9pQJVGz0441tdCvdUF3q { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDdsFEBG0a5JakgThGkb2Xniox0tQtCs { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FWa9qzXGRCa1wHcoylu99cccM4n1WV { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MI1c79LmkLzqmItaaXkUA8qux7S0Wi { top:7.5625rem;left:2.34375rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbAoSLu7tWFdT3uAGV3Q9IqFT94nuSST { top:8.1875rem;left:14.59375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4yTcuQ8fNPLvulWRnRazJSlWAUMhFpI { top:7.875rem;left:26.53125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKUT9uN1hTEoPyucqO9Dh6QD07xTTqLH { top:7.25rem;left:38.468748092651rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwvghafXLeN77gCaTACqVwMhdiHfwu7p { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNKpwTRVa9gsFpK2TuWzrqIc8IwsCH9S { top:23.5625rem;left:4.125rem;width:19.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMUBXl69uti8d93XBZM58pCnfSUKr6Nu { display:block; }
 }@media only screen and (max-width: 763px) { #Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 { display:block; }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwNRXlPm7SRi86PZQsmteuAOqw4MT3Jq { top:0.6875rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2FdZT41DRwXrLcafVvbufizHGDTTw5Z { top:12.8125rem;left:19.375rem;width:28rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN1NCLTKeCtLTtgLKTwCgc9QoAdRvQtN { top:12.8125rem;left:30rem;width:17.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWinkpvBCqpJ5AuOZXU2ybS0XFziJIJD { top:12.875rem;left:27rem;width:20.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPPyIxfFlpOT5dQbffMlImaLvfO85TRt { top:16.6875rem;left:18.875rem;width:28.875rem;height:14.875rem;font-size:0.875rem;display:block; }#aPPyIxfFlpOT5dQbffMlImaLvfO85TRt li:before{  }
 }@media only screen and (max-width: 763px) { #q5DFiJQVJGVFWN2xUeIrJGKb0DuPJ7Rl { top:12.625rem;left:0rem;width:28rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH83JQ8JFMGP3VETfLTDnsr703XenJdr { top:16.5rem;left:0rem;width:27.625rem;height:14.25rem;font-size:0.9375rem;display:block; }#tH83JQ8JFMGP3VETfLTDnsr703XenJdr li:before{  }
 }@media only screen and (max-width: 763px) { #cTyzIqIF8GkHtEawCG5XpDvwi1ToSLqw { top:12.625rem;left:0rem;width:17.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln0E0qxhoRAFdM6A9672agvCQOOAWIPu { top:13.375rem;left:0rem;width:20.4375rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpQHkNKvPXmIXQpZGedpN5Dc5htvzTS { top:36.3125rem;left:0rem;width:28rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8V5t4D9q2wa08s3Ff9nJzNavF0LDZ4e { top:40.1875rem;left:0rem;width:28.875rem;height:12.9375rem;font-size:0.9375rem;display:block; }#x8V5t4D9q2wa08s3Ff9nJzNavF0LDZ4e li:before{  }
 }@media only screen and (max-width: 763px) { #LNf8SSwKaZvA3URWN6czuNtL2AtHEfSW { top:36.3125rem;left:0rem;width:17.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksADbyg1F50UmQqZ7bf8TAwrxbKhyTK5 { top:36.5rem;left:0rem;width:20.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oadelnHPFuGRDWP6C2wagS5V0asSg62T { top:36.3125rem;left:19.375rem;width:28rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR8xctw2Un1p9dD9Figqud6rRlMQMobS { top:40.1875rem;left:18.875rem;width:28.875rem;height:;font-size:0.9375rem;display:block; }#SR8xctw2Un1p9dD9Figqud6rRlMQMobS li:before{  }
 }@media only screen and (max-width: 763px) { #TWU4Ukf2lPsXTzVHiGhlLW6wdFmdHn31 { top:36.3125rem;left:30rem;width:17.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPcanlplfgiU1GCOqUrGUR2RKWKLtHTI { top:36.75rem;left:30.3125rem;width:17.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBkrRf2cTLByitAf4BG9zJrz3qg37HvG { top:7.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzkt89RkyDJCKnd2g76m2fTLglVI9IhL { display:block; }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnIgIKaPdLO1bIihN2VQ44WZtcF4QTod { top:1rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5X9MpXVBtaGz5cshxTOQTzF1HTKhpqw { top:9.375rem;left:0rem;width:24.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8c1eDklSCT9hCgcmuw23ZgCeDMFvzd { top:9.375rem;left:23.75rem;width:24rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTk3TqmghsDgPCUdLQEDbp6Q2bdqunq1 { top:25.6875rem;left:0rem;width:24rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3KIEacCQC3s1b35kZNtCzuK7NvivB6z { top:25.6875rem;left:23.75rem;width:24rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei3w0cmnbCdqTTzTEGcksWhKOnl6ewMp { top:22.375rem;left:0rem;width:17.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTvqlgT6NA7Zcsy2ftu0HoxU5gXfWoM { display:block; }
 }@media only screen and (max-width: 763px) { #en0RLqvmzHuH85HVZaV8kJBuA4lJTwWs { top:22.375rem;left:30.125rem;width:17.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC0IVLTcBKISKGq3lEtFMONz96TelN4e { display:block; }
 }@media only screen and (max-width: 763px) { #OxEKXr8Lofzs6gE1nmould4V9C7hsHkI { top:38.8125rem;left:0rem;width:17.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR60GNurx51Nlg7LU7WbzLNBnKgZlHSM { display:block; }
 }@media only screen and (max-width: 763px) { #UaSb8Mh7S7hHD5Oa3qpZulzaEzM5t65k { top:38.8125rem;left:30.125rem;width:17.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U29qQGT8eRQCyWXmWDvAFopp07RyoNzl { display:block; }
 }@media only screen and (max-width: 763px) { #oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 { display:block; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWFzIoqCTrk8FoUTQ54cJoRrd8kxaZHs { top:0rem;left:10.562501907349rem;width:35.375rem;height:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUG1E9NiWZeQGnK5XoRd8D64x7DPBr54 { top:25.25rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ff8hAOF8SnmXHxALa8mFaZEBlnQGE77I { top:30.3125rem;left:0rem;width:20rem;height:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wtWaZb4EG42I622hBTJGlAVoBBZdvOws { top:12.5625rem;left:12rem;width:35.75rem;height:1.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkswT1CVn2DkxpTz6sva8wQamOWSEUzT { top:6.25rem;left:0rem;width:21.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heOTTgw69gUATNTJ4nIgByW25IoHeJlO { top:22.125rem;left:0rem;width:18rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdhwO1Hrp2stl2baUWC8uqzgvqk91CK { top:20.25rem;left:0rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mczmZQfCnlRTDIQhttzAKx1OBBdncK { top:17.6875rem;left:0rem;width:16.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqViVkPBKBD8PsAuvmvwt1vk3SWvESvI { top:18.3125rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXK9CvtJw5QtHRNTuDKhLNigTk9iapZ { top:6.4375rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihlbJvbXA3EPooViMVnrWhUsNRUs7uSW { top:5.875rem;left:13.1875rem;width:21.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exeNufsS3fLEird1m5VFWbMMl2R8zAqn { top:21.5rem;left:15.281251907349rem;width:18rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcAmoXTPlAXoA5nfbnUpI7kslu36Kvh { top:20.125rem;left:13.937501907349rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7IMnD23QwyI1qazaJdcWfcoMdlalMT { top:17.3125rem;left:15.562501907349rem;width:16.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aANmNE8Me2RHCpzK8avdTcV8vcAAFQWU { top:17.875rem;left:18.250001907349rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTWTNSRzOOPseqUcxgyrMsufsgGiF7g { top:5.875rem;left:26.4375rem;width:21.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUJbT7GcvVm9tFu8K4ssIdwCkhVXOWe { top:21.5rem;left:29.75rem;width:18rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGZQyHMETrL6SqBZl5zRhQgMDK4gyTV { top:20.1875rem;left:30.125rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ87RNlRfa0Gi7NVFLR1GzS7BbQkVEDi { top:17.5625rem;left:31.125rem;width:16.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oExOSOTqRVTCPyUaWbBRIVVG12CTx0Lt { top:18.0625rem;left:30.875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AterD21EguVRVNDBeHEKzzVSiqyI5uKo { top:32.4375rem;left:0.625rem;width:21.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUF0BlBx4Una9P6iFWlXszEw37FBEDPU { top:49.625rem;left:2.5625rem;width:18rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFo3dN7MBFb8XRRNctoI2rKe9wQeoLq6 { top:47.0625rem;left:1.625rem;width:19.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc9ORxVNBOer6fbNGbTBqS8wWFFMA8Zb { top:44.25rem;left:3.0625rem;width:16.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ur5Jmzcn3q42yNVGzEL6NUD5KoCTlh { top:44.8125rem;left:5.625rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu8QHQq1663uPi9twhvlbzGik53700TM { top:32.4375rem;left:26.4375rem;width:21.0625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCZFTshzVFIQAiW9UwTeiVL4Z32wnmrt { top:48.9375rem;left:29.125001907349rem;width:18rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhpQOfFBsnNNyX4KU8xXArkrCxKM5Hbk { top:47rem;left:27.125rem;width:20.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8TvUaEkReCmxcT5kEKgtvyySaWtuX9 { top:44.125rem;left:29.125001907349rem;width:16.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0q7VinSAoRkvoCBxklEykW87CQgVIIa { top:44.8125rem;left:30.875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkwGeVaCzhKzTaOFdpb7K1LVoalXOQiC { top:32.9375rem;left:5.65625rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZr1evImpMvLvDHg4rLtE4qqfdERpFDD { top:32.6875rem;left:31.437501907349rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BTJKzgT5II91h2dFgRWh5o3BJVevbf { top:6.25rem;left:18.250001907349rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7M4dwIalQGnQ3oXFE8PgEWJ9XFmUbGG { top:6.125rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoX0WyCoei2zZPcvCo7WGgAPdDh49lK { top:3rem;left:0.75rem;width:47rem;height:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAKlDoSJq0Md3TDehOoW88x6Lka3tTqn { top:57.75rem;left:14.000001907349rem;width:19.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbDomPDJwwp3BF50WDs6Md22FO4aRWQ { display:block; }
 }@media only screen and (max-width: 763px) { #sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo { display:block; }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsOmBnO133VRzXakTFIMyNKOzs5mvfmq { top:1rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOcgMKL2IV44PFBNx2kgsyqn4mVLtJq { top:6.9375rem;left:0rem;width:12.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S81Vox73HDAnK5Q6z0GJvNM7OHvvdRxE { top:10.625rem;left:0.8125rem;width:10rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi8D19UtlFX1biTHVSuRGJsATMwCKdK3 { top:12.875rem;left:2.75rem;width:6.0625rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzMOlETHDCBG5ttA8d8NALdbWOgKVn0 { top:14.5625rem;left:4.6875rem;width:2.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peF5DpCaiHBOqha1OK6yE3Mr05bIP02Z { top:6rem;left:0rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmC8oGkTPG1LtLZoBRST8Wgn5vXIvRcL { top:12.125rem;left:0rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po2f6A9IlsO6Clv3QonWcDfcOzLD3xTG { top:6rem;left:17.375rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDouOfaiyrLIT1DGzHDwBKcOTHFLuOFX { top:6.0625rem;left:34.8125rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E10wivdHO8OZR5XX5pqG8ES33zoh8nps { top:6.6875rem;left:17.687501907349rem;width:12.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0APZCOXNrTneOxPrBvLqdwHCH8y2ff { top:7.5625rem;left:35.4375rem;width:12.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1eiq5rcNGszQX0sl1fDAvldKzKG5Km { top:10.625rem;left:18.875rem;width:10rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSUiaur3dcLJUqzbBlAfh5cRyTTNVidQ { top:12.125rem;left:16.5625rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMkeX56GX5PuBHdXcBD2xC1lgJgi1K36 { top:13rem;left:20.8125rem;width:6.0625rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAQBOwvmMQQmI56o93RBMeKqfkwemfwf { top:14.625rem;left:22.75rem;width:2.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5kWSaMh4bfh31KxQu7GDIildWlx7FAX { top:10.625rem;left:37.0625rem;width:10rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekTB8dRTzPmP0ZcT4CN9yiDp6f4vLrs5 { top:12.125rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHP0SBtWhktzf5SbCF0S3iifyFFc6L05 { top:12.9375rem;left:39rem;width:6.0625rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2BGQsXpDGxmaEeJgDHiw4o1W1u0aJ4O { top:14.5625rem;left:40.9375rem;width:2.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTq13l7ORyQgJVqSLG9EsoK2Tg9kQavO { top:23.5625rem;left:0rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWqRV4kTbcEzdUxNX4XuTo6lnAk15nN3 { top:23.5625rem;left:17.375rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXevZka4HwcF3l7qEEGNwbr1tuWBzgCg { top:23.5625rem;left:34.8125rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQZI1Nz6Gc2a3wTfy8KTVT5G3SIhKgSr { top:24.5625rem;left:0rem;width:12.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUDzMz4Xdo5w32aC37fTFG7QQiip2HaC { top:28.25rem;left:0.8125rem;width:10rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNZfsJp29nswMBSVeDdNu233sy36T3qh { top:29.75rem;left:0rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2KRz0Sg4T0iFdJFarnuIH9BvRhIUAvT { top:30.5625rem;left:2.75rem;width:6.0625rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKnHkUPTUkmbaQ3ADvuWi7uymaAxHVaM { top:32.1875rem;left:4.6875rem;width:2.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxvEJH7ymoTTD0xBXhcFqm5q3sRzzRNn { top:24.5625rem;left:17.6875rem;width:12.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtlRr6saXBWftk9TCIeJe9aM8HSAK5oq { top:28.25rem;left:18.875rem;width:10rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaAip8ZnuE5aHMOyvwrvaXrV5GLUgdZS { top:29.75rem;left:16.5625rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPBwf0mNpC6IqZW2A6MPSAwLehpDiDZO { top:30.5625rem;left:20.8125rem;width:6.0625rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdFHLiW50HRW5hEhg7xp5nx8k6dklL56 { top:32.1875rem;left:22.75rem;width:2.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhaH9AvFJGZqWidVr8KXJE5UHDs2awbT { top:25.1875rem;left:35.4375rem;width:12.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QawAm3OcezTanBTIFvvCQ9UBNZaqfrgI { top:28.25rem;left:37.0625rem;width:10rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFEiu5R9y27ayhp2ReStcUwKISlo2po { top:29.75rem;left:33.1875rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTu0KlJJDEGpJ17PKcvJbOZyVQqEv2q { top:30.5625rem;left:39rem;width:6.0625rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h38C6uUs8ErlSlkoNvtwf9PTfwdIbPn9 { top:32.1875rem;left:40.9375rem;width:2.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y40RlO77gZ9PVgboFL7pVl37xHWOycJR { top:28.25rem;left:27.6875rem;width:1.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXDmGVi6kMW2faX4Mc9oDRRxk1bL3OiW { top:10.625rem;left:45.4375rem;width:1.1875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z01P8S0anlwPRc1DXZnT5qDG1tXztDTy { top:10.625rem;left:27.6875rem;width:1.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV { display:block; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMRsFtz4rwF6577d3TiqaThkStTITM2A { top:7.25rem;left:0rem;width:45.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr5WTVUfqkQFLJsxplZDH8eu9P5x2upb { top:16.3125rem;left:3.1875rem;width:24.6875rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mflfuf6m1f30pK3gkv2pJVWlxTFbqGmd { top:11.75rem;left:0rem;width:43.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTsGHtSbcZ3wDupUq73Nr7JF0BTA2rQ { top:23.875rem;left:4.21875rem;width:17.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXqSZ3lltAp9pvyk7vhiuZn8ZBaGxo3 { top:9.9375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvs5XfMQnzLdvFNROXrGxdHvfOGPbvp { top:10.9375rem;left:0rem;width:8.1875rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcUELQouAJDucEHT9rXsO9t2GFXwTqLU { top:2.8125rem;left:0rem;width:20.375rem;height:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqaKJfJrNncO3QFfrDh64MsIxrPsEXs { top:8.75rem;left:14.3125rem;width:33.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRB9DwEz6ihbC4mCLRGfDKw1L1KMN1W2 { top:11.125rem;left:22rem;width:25.75rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sALsv01ZsxfgAVF2ZJhqp6C5HO1bCyb7 { top:19.1875rem;left:0rem;width:29.9375rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROl8CR1vfWczFmnzqpi704sv1pTWK3Wd { top:31.9375rem;left:0rem;width:43.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVDEM2ZaLSpADBA7U6uxhONwClkd20m2 { top:29.875rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVoGBUyCVK14kvx2OFhIUoPPANZnlkTc { top:30.5625rem;left:0rem;width:8.1875rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ILfNvSMGcwdcoQ9TuvMpIZcm4CTzKc { top:33.75rem;left:0rem;width:31.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Motd8CSRmm2uhUkoqoOM9tG5WLqH70PC { top:41.1875rem;left:0rem;width:29.625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuHPCykigGKvTuKTqwvTorQUS0ndX9s9 { top:36.4375rem;left:0rem;width:32.875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXWMd72iPQoeTBh7HlTa7eznV6Gpe1g { top:28.375rem;left:14.3125rem;width:33.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysprOGTxPr8aNdsL3S3Wy88pN1sOXFT { top:30.5625rem;left:21.4375rem;width:26.0625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ { display:block; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntklFKXa6orTR1NZNKtKw5rOhGcT24bU { width:26.1875rem;height:32.25rem;top:0.625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJuII2uO0OXUHVxChGq1gssZtQkwbqFC { top:11.5rem;left:0rem;width:28.3125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSqzudqcTKv1Q5gZGOr0AoNH7BnvUabr { top:22.3125rem;left:0rem;width:21.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-container { padding-top:0;padding-right:0.544375rem;padding-bottom:0;padding-left:0.484375rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number { 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-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;color:#ffffff;padding-top:0.619375rem;padding-right:0.121875rem;padding-bottom:0.9775rem;padding-left:0.121875rem;display:block;width:5.20375rem;height:3.24375rem;position:relative;font-family:prompt;font-size:3.18125rem;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; }#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.adaptive-delivery-prevent-bg, #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.lazyload, #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.lazyloading { background-image: none; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.121875rem;padding-bottom:0;padding-left:0.121875rem;display:block;width:5.20375rem;height:0.771875rem;position:relative;font-family:prompt;font-size:0.705625rem;font-weight:700;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; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG { top:31.4375rem;left:0rem;width:19.5rem;height:4.5625rem;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) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #zV7Obhd9HpfUaGD6IbhUaMtQgoiZDFUF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #vuOPw1LRDx0N9XUb984G1urb57p7o4G0 {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #l5otnURnz7aL8KK3ZuJpH1ssaM6Qbtam {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #ZkvTdLsLI0M7FlhFEe3ZoieIn2KItAOt { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #fxlxRDFylGTRObxn4OIy4s8pgFOsgvqy {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #gKxPclrBTHdI1zC0A5pxgQfw69GLiEkQ {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #ig1oGWJ4n3bZfbyGpJN7uImM0oEQzQ6U { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #sUOavSgTp2ULRhoevfXdlNiRzc57aXBw {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #MXgX4xTUMAOKJwnqP8D6n3niJXKsAVU7 {  }
 }@media only screen and (max-width: 763px) { #Tyl4aeBllhDz3RTMm36BDr4hG7G8dsQD { top:29.625rem;left:0rem;width:16.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-regular-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-button { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-checkbox-label { width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv  { width:22.125rem;height:auto;top:4.875rem;left:23.125rem; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv {display:block;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv { width:22.125rem;height:auto;top:4.875rem;left:23.125rem; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #yrtBnx70aW3BCvDalJDzpKDWykv2p50b {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #aRP9IgZS2fQmfHTg5bISgf1NPo6qhxTd {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #DNzoVoIRQTEw5WiFaTOoimc1LFq3NmKa {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #kaqXd26EgXyRN45Da2gVAOE3wiMTE0Cc {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #VNFOryTK1Z0gPdEVDqQN8CbmqmbMTn27 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #rOllTBBkBtKBWSTPpraeAlxImV6i9vBk {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #rOaHnwRI44JZIL6oPH4CBdH72JCpTu09 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #G3HKl46eD69a5SBgXJcy3vpQKxu5UVJc {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #y7RFJpT0MM6GQ5T4Wlaa7z4BsLIk7fuv {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #eTI1JIV0LSGNv5Sgc9P18HQNneb7teaT {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #hJIG0TKZqrVsTTIZOTsxBdekqGnaqtKU {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #dohlSZKvFQRRvRFXGP0RFqSFQDgGzkf2 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #P9nMCDzMe6UvLoQ9dkFm38coGuTUCKAT {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #lB716L3es0PvsF0TaTXkv51aCCWlB1W9 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #QMqRh0i5wkzq8ZNfzp32URcBITP1zXTz {  }
 }@media only screen and (max-width: 763px) { #wpWgPHZ4gabVlFBTRTBDP23uCIvAE9xk { display:block; }
 }@media only screen and (max-width: 763px) { #PErAIfBSdPJ4IdrGlPUk00eNtRH8dw0G { display:block; }
 }@media only screen and (max-width: 763px) { #QA5Kq3r9phL1Zi9bR38gv0Zagh6voOXa { display:block; }
 }@media only screen and (max-width: 763px) { #q03iix4ukHxQOGOOGnafc21iAWx3q63I { display:block; }
 }@media only screen and (max-width: 763px) { #rByQTpspoeThP15p3WtLT5aktXPBV7hU { display:block; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #AzxgteEi9T0UhHATgJ4WOSwvKeLfdMyF {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #NTazs5pBrXDwmdb4H2sPwoefVKmZbD8k {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #sQNht9TgSQRdaSyHwHQc4xHgUMSJIWDx {  }
 }@media only screen and (max-width: 763px) { #vLKmRf5VIXPVAwm31Cuxaw3U4ERwCDF9 { display:block; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #LDSiwLH61VLW53Xd0KGzu0CQQ5SfFviQ {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #xEPsH7yybQJcBba0NaCaKXIkfTWpsVWR {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #N2kir6U2nEV9grtsuLgn5zV5Vrz0raOV {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #lVMVdTIA1G2hmXozvLIuXxKnUU9u4N3E {  }
 }@media only screen and (max-width: 763px) { #SmrqtIvXrmgrkOFNJdVCNA18ceryBLxe { width:31.9375rem;height:7.3125rem;top:12.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOwr3LUDrW9LJUQsG6MtWke1VHlEBGnT { top:19.125rem;left:0rem;width:17.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMR6GoGRTcyzhTsZcU2TkJG8PmdpirXK { top:23.9375rem;left:0rem;width:25.9375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3T00rNeBmRacSHohhAkdoPVrRU15P9T { top:19.0625rem;left:0.125rem;width:13.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN4hibeqOfWl8aTBQPVEhhT7oQ0f2BQJ { top:42.25rem;left:0rem;width:26.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqXH6TKt3UD3J9TA7PlbD8qAandZr3Bz { top:42.9375rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9IOCRkP88i7XqPaRF2bq9CTU7kTOt8r { top:45.9375rem;left:0rem;width:26.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3rfWyythqxxv7cVJM0TPNebvx9KXdbQ { top:46.5625rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGQUDCvePhPameJnTVJpaN2e0bcJfrx { top:50.0625rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOJtN2KLdqe8x6WVAcVzy1ZATdTXviZ3 { top:49.5rem;left:0rem;width:26.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3vvu7OOaZXtpMaHakuHzFIsIs3HnlDb { top:52.75rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzCC3EN9TcTP0gkaKHwHVWNdqB5gaBbI { top:52.75rem;left:0rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJWfBtG4y9zW2ThpazPWt8TlphB2ZOP7 { top:54.875rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVlzhQRMekqdWrgBu7W9lmucRHaK9let { top:57.4375rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxxxMTRkN2Z5dMZwcxfTGT2eWMf48JKT { top:56.875rem;left:0rem;width:26.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdAcu3AGevKbtbRgQ6ZbuGiUEygXuwhN { top:60.125rem;left:0rem;width:26.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnopXQ532asib5lXlpvuIPIqbDcBA533 { top:60.8125rem;left:0rem;width:29.9375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKuf0sp32udhVpidyKMzFfCOJrScDidt { top:62.6875rem;left:0rem;width:29.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXzo7FyveFSCvXIuwoVdb5CC8osQZb7 { top:40.4375rem;left:21.0625rem;width:8.125rem;height:8.125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdeF7qLTcI3IvAJfTHg13ZDzcs9vn8Qn { top:41.1875rem;left:20.4375rem;width:26.8125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TemP1NHMZCkVRl43nswNQNP4MPsi9Rv1 { top:42.1875rem;left:23.375rem;width:24.375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmw9Cf9uNXrtXBfvmn7LkKO4sBdXPWRm { top:60.375rem;left:23.3125rem;width:24.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brZ8kc4cMkXOEBgmTiARgpIZ93g2JcM3 { top:56.125rem;left:28.4375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC3cPDQ7TR5XFOaKWwdEi9eXSrpIG3Eq { top:59.5rem;left:30.25rem;width:15.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxpUnwu2sfsgWlfr2tQkTgSxW6whx2LB { top:56.875rem;left:28.75rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y60sD88CpMx8A2bt4cS3kb0c8baLqQZc { top:53.125rem;left:28.4375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhdl44GVmHTRAqqdKltHzGLuWE8N59TW { top:53.875rem;left:28.75rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvXqd5NeMztG5JDcTPBkhgCF82JA3UOQ { top:49.9375rem;left:28.4375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3A4NQqIUTkE33EpTvzEtSByGFaC4Olq { top:50.6875rem;left:28.75rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmziHwETh87XbLsJb9m0wepqE7bSCE3A { top:46.625rem;left:28.4375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMsWhJGt0t72CRJoZDXRQtM6KsPpGE3 { top:47.375rem;left:28.9375rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0Q0NZm29L86O2pXGhAFoqJW1yXOJV7 { top:43.3125rem;left:28.4375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6CfBZVmfN4yaReG4fr6D3DZuyCBp91 { top:44.0625rem;left:29.125rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foJt8TySrfEMkov7taoJHl4qW2FrdXfi { top:37.75rem;left:3.5rem;width:39.4375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaMpfb5dXdSHP6Thi7IepXFWzsLPkDl { top:53.125rem;left:0rem;width:29.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOLlW6cSK6bQncCgmvoEp0Q4dhIoElab { top:43.875rem;left:21.0625rem;width:8.125rem;height:8.125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAFtxmtWfUEFg9dOCJ8tclNrTTh36ETx { top:46.9375rem;left:21.0625rem;width:8.125rem;height:8.125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3t3g3s5zoziOoAFwLNagDOrOgggfEBx { top:50.5rem;left:21.0625rem;width:8.125rem;height:8.125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H32i0p6dNLItiRJu7L5TFSxTNWTgolWP { top:53.1875rem;left:21.0625rem;width:8.125rem;height:8.125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvVhc8blId1N4yQrT6OKFLeG2Abu7EDk { top:57.125rem;left:21.0625rem;width:8.125rem;height:8.125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL0gVioDEqXqoHWO9P0wGPkNReg21eu0 { top:52.4375rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9E3hrurwZI7t7ZDxNMmdMBHFQ2Du24R { top:91.9375rem;left:0rem;width:20rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sw81n5cg1Pd5ykirS1D8yWNLU4DUycNO { top:1.5rem;left:0rem;width:33.6875rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ61kyox0Dzv5U6eesR3fyS35lqUu5lK { top:6.5rem;left:0rem;width:33.6875rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiPxOaWgLMUNGTLLXAvZT4LIQOP9CPpu { top:1.5rem;left:24.4375rem;width:23.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm { display:block; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwvC76PevT7O6HR2rBrKqSd5NeXxUSmT { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThApdgDWhSABLHzTyQ7fDsOHuCQqoLGS { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMJNfbixKDfVtdGSGwQLEyBHUxMl3RgD { top:12.375rem;left:0rem;width:35.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXB2USkReT0d2LwR8fGBFRG1U5tQHZwu { 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) { #rcXTKT7h9rzREihadokJlUnC5RT0Bmt4 { top:9.8125rem;left:32.875rem;width:14.875rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzcJhi6zRc45cXotrMxpHXMr1QwqCi5Z { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6UVgbxQ8U9vlKDcoOTVHJvQTGglFD5o { top:1.625rem;left:23.875rem;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) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#fec02d;background-image:url("https://images.assets-landingi.com/jiS5rQAT/LD0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFAqvnxo6bbp2E9tUoxVH7ts7xEfKXLM { width:20rem;height:0;top:3.8125rem;left:0rem;font-size:1.125rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #T7AuVmwQ2rfiemEdnaNdEiKQhTulqfPP { width:10.25rem;height:1.575rem;top:28.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tZFOk8cNIVfqLP0vyqgcE6sTkJEB33tk { width:9.625rem;height:2.1875rem;top:28.06875038147rem;left:9.4687503576281rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FCw2nynVMxTRgamHi7nhMlwHKth1Wm6U { width:20rem;height:1.875rem;top:22.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ff0042;display:block; }
 }@media only screen and (max-width: 763px) { #cqinnGMamTX2k9HOTL4ra4cTaGmC7Gdr { width:6.1875rem;height:0.9375rem;top:2rem;left:6.3437498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwfwLCiNV75vGikZwV1PpCvQUXOyTTA { top:31.6875rem;left:1.5000001192093rem;width:17rem;height:2.75rem;font-family:prompt;font-size:1.25rem;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;color:#e9d320;display:block; }
 }@media only screen and (max-width: 763px) { #SKBqwCcfat0QHUCvkbBfABOTX6uxqLKo { display:block; }
 }@media only screen and (max-width: 763px) { #c5tDtFzzzAzCxyqaXEHnovCfCkU4P2e7 { width:20rem;height:13.0390625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X36E5v0QNBdwFP24BSg7LPf7GO2NKANE { top:2.875rem;left:0rem;width:11.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmh27PHfDw9PAqWhdmgCGR4WAV7Qy4hR { display:block; }
 }@media only screen and (max-width: 763px) { #ZE6xDgOssX8iyP3tA3rHQohshfG8ktOX { top:2.875rem;left:8.5625003576281rem;width:11.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qA0WNP3z7uUw2Afh6xDkLdP0UKQr8DKk { display:block; }
 }@media only screen and (max-width: 763px) { #TeZFiosetPmoHWqfvzw2JULAmoahtmha { width:20rem;height:1.75rem;top:19.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VzCTy4WQ4buQNQvtH5sc6SR3Whyb56E7 { width:20rem;height:2.275rem;top:24.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#fec02d;display:block; }
 }@media only screen and (max-width: 763px) { #wsVPMVkveiqQNXT5gOMC0BQ6PEMqTgTv { top:35.4375rem;left:1.5000001192093rem;width:17rem;height:2.6875rem;font-family:prompt;font-size:1.125rem;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;color:#e9d320;display:block; }
 }@media only screen and (max-width: 763px) { #hRM9k4nyxeJfE9L6EJhmkEJbtEDUhwce { display:block; }
 }@media only screen and (max-width: 763px) { #WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Ef34oUuo/LD0.2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k.adaptive-delivery-prevent-bg, #WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k.lazyload, #WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k.lazyloading { background-image: none; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container { background-color: transparent; background-image: none; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container > .video-iframe-container { display: none; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row > .video-iframe-container { display: none; }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .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); }#WllRVhr4kvFZeJlpQBgE9mmq0C3oQz0k > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1DwhZ4oPJOnThT17fsyELTrDmSM3kN4 { width:15.25rem;height:6.0375rem;top:45.16796875rem;left:2.3750001192093rem;font-size:1.4375rem;font-family:prompt;text-align:center;text-align-last:center;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rg6BFQZgMcT32rIIDoBgDpHSE7VyMdc9 { width:12.3125rem;height:1.4rem;top:18.375rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #knReK9eMIM2qiDr55U4DDCapxFzi9W1L { width:18.5rem;height:12.875rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZQAyHMOLBpA2Qhe8PCVteik8q5t3WNy { width:16.1875rem;height:7rem;top:8.5625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbLalFAEgm0lWWE1V9FVTlun8iJGXZaP { width:17.8125rem;height:13.9375rem;top:21.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVEzdSNJ2KF21nEciIRkOBiP1hFoCO0g { width:17.25rem;height:17.25rem;top:39.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFtTqNgz9BlCR02HsFSAVangrhqJB4ab { width:4.9375rem;height:4.9375rem;top:3.375rem;left:8.1875rem;font-size:3.4375rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #dwMTtSGKTE7kMnnOdtmsU7gkugDT6vPu { width:4.9375rem;height:4.9375rem;top:29.5625rem;left:7.8125rem;font-size:3.4375rem;z-index:99997;display:none; }
 }@media only screen and (max-width: 763px) { #Q4gACpM88EIzyxg7Kvz4TQ36OSN9iZXG { width:5.625rem;height:5.625rem;top:1.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzVkKvUAxu6AxzMedRfyn9SohlCCvMVc { width:5.4375rem;height:5.5625rem;top:1.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEiqve0iIMP4SuzMUEp9sArnBZHyf0Cy { width:5.875rem;height:5.9375rem;top:18.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJv35FoGJ7b1ROzkxVaReCpRynLAsNRz { width:4.5rem;height:3.125rem;top:37.312500953674rem;left:7.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKeQ9l7aMGKcHGwayUaaqDNcGTWguVKa { width:6.3125rem;height:6.3125rem;top:18.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5s8dcuKxrqxflm33LodiimofzU9yuQd { width:6.3125rem;height:6.3125rem;top:36.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHVyFKRL1AUzhsDMnEurVt0KVgJf1Dl { width:16.875rem;height:5.775rem;top:26.125rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXJrBkIA2KGD6wPSKSuevyW0o6qk2C6F { width:4.5rem;height:3.125rem;top:37.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puitiTfIFdHQ5g0AAk40FVtMT07WB5BP { width:4.5rem;height:3.125rem;top:37.968750953674rem;left:8.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMez7FZIGM1unGmHBNteX51DVl8kTHzU { width:4.5rem;height:3.125rem;top:38.312500953674rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b { background-color:#00c3ff;background-image:url("https://images.assets-landingi.com/Ef34oUuo/LD0.2.jpg");background-position:center right !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; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b.adaptive-delivery-prevent-bg, #pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b.lazyload, #pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b.lazyloading { background-image: none; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container { background-color: transparent; background-image: none; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container > .video-iframe-container { display: none; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row > .video-iframe-container { display: none; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .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); }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container { border-width: 0; border-radius: 0; }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row > .video-iframe-container {  }#pIXB5mhcRV00K3TfnTl0kMcBnoHFUW7b > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFu4dPMCDRKG8JP8aiQQCmttFWCRA8Dx { width:19.625rem;height:19.6875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTONqIJ83NdV7TDBycZ98kx7IIcDBnFZ { width:19.0625rem;height:12.6875rem;top:6.1875042915344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9Rr0UgE1s3u5qtXZk906gdaz5dsAhg { width:13.75rem;height:3.3rem;top:2.25rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DzMxg796iSJVxcc4uQAueuw9l0tyOdm1 { width:20rem;height:0;top:22.374218940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onpnt1AcJvOweHJ5GTgpZ3pVvC2BgRBm { width:4.1875rem;height:2.3125rem;top:13.011719942093rem;left:2.4624999761581rem;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #oATCAAyo2pdONur7IqM9aygmnQqnfx4x { width:6.8125rem;height:0.675rem;top:13.074219703674rem;left:1.1499999761581rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#5885e3;line-height:1.2;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HKKRB8ZK/LD0.1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm.adaptive-delivery-prevent-bg, #QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm.lazyload, #QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm.lazyloading { background-image: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container { background-color: transparent; background-image: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container > .video-iframe-container { display: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row > .video-iframe-container { display: none; }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .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); }#QNl6t4KoQbVJGRBCOTX4SybqJVz3LlWm > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFtDuPw5BZgXME6xf2mBSsqsew9h9iTP { width:20rem;height:7.06875rem;top:1.5273436307907rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEw4WLhCvqqpFkeTVLyKWTXyJah6z2ts { width:19.4375rem;height:3.4125rem;top:23.1875rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XapW08HZAe23HB6xAlXoaH53SzRzFxI4 { width:19.4375rem;height:4.55rem;top:27.75rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbZciv7Zzao6P6y594TSa21V8zRrXyJC { width:19.1875rem;height:5.6875rem;top:33.1875rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pea5zppeqEnnw43fEJ7mHL4sm5tTUxZi { width:19.4375rem;height:4.55rem;top:39.625rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWzaRnFlEmyQ5dRaIZx6xoXaNvRXfbE3 { width:19.75rem;height:24rem;top:21.4375rem;left:0rem;z-index:100006;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp6Wnu6caxeQSv0dT2pWnylOfg0R3yAt { width:20rem;height:12.964875rem;top:8.59531211853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs { display:block; }#I7EgDdkQRmnlAyOCgv4nSHOMMbgogOZs > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwrcBXoEbPF6VxTKxmTxOOccxo4HsITo { width:15.625rem;height:15.625rem;top:6.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgbFgF3cOUP4e1ilkXMU3uyZa7LdaIdK { width:16.625rem;height:1.625rem;top:19.250003814698rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utHtR2Q5JLXdFq5gUKlkzaBQQaHSrrDT { width:17.5rem;height:2.6rem;top:15.999221801757rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIXMqfrUpJtbKB9fkKyofdmMNvISSZw { width:15.625rem;height:15.625rem;top:23rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hShgHxKUdPCUbaTh0BKTbxRoMDBW4Q3E { width:12.875rem;height:1.3rem;top:32.624987602234rem;left:3.5624998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd37CsA2UxldebrATv8swcB9Dgyu6PWt { width:16.5rem;height:1.625rem;top:34.75rem;left:1.7500001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzEFCKg7nWI4KhEMPIySwIFB7vLCZFoV { width:15.625rem;height:15.625rem;top:39.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmxXSP8ACwhKPVwGEFEC70fA3NsfQbA { width:12.875rem;height:2.6rem;top:47.875000953674rem;left:3.5624998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APxt6ar2wuMrL03DF7Pcnw76N4NvKywg { width:15.9375rem;height:1.625rem;top:51.312501907349rem;left:2.0312501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO5smA1vWtFl9pQJVGz0441tdCvdUF3q { width:12.875rem;height:3.9rem;top:62.625rem;left:3.5624998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDdsFEBG0a5JakgThGkb2Xniox0tQtCs { width:9.375rem;height:3.25rem;top:67.337501525881rem;left:5.3124998807907rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4FWa9qzXGRCa1wHcoylu99cccM4n1WV { width:15.625rem;height:15.625rem;top:55.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MI1c79LmkLzqmItaaXkUA8qux7S0Wi { width:8.75rem;height:8.75rem;top:6.624218940735rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbAoSLu7tWFdT3uAGV3Q9IqFT94nuSST { width:7.5rem;height:7.5rem;top:23.74999332428rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4yTcuQ8fNPLvulWRnRazJSlWAUMhFpI { width:7.5rem;height:7.5rem;top:39.500003814698rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKUT9uN1hTEoPyucqO9Dh6QD07xTTqLH { width:7.5rem;height:7.5rem;top:55.125rem;left:6.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwvghafXLeN77gCaTACqVwMhdiHfwu7p { width:12.8125rem;height:6.09375rem;top:0.59296798706055rem;left:3.5937498807907rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNKpwTRVa9gsFpK2TuWzrqIc8IwsCH9S { top:71.937502861025rem;left:0rem;width:19.75rem;height:3.5625rem;font-family:prompt;font-size:1.25rem;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;color:#e9d320;display:block; }
 }@media only screen and (max-width: 763px) { #AMUBXl69uti8d93XBZM58pCnfSUKr6Nu { display:block; }
 }@media only screen and (max-width: 763px) { #Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 { display:block; }#Pq8KIa3wJmbhW0uQHG5fMt80l5S2lwU4 > .row .container { width:20rem;height:105.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwNRXlPm7SRi86PZQsmteuAOqw4MT3Jq { width:20rem;height:9.375rem;top:2.6867160797119rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2FdZT41DRwXrLcafVvbufizHGDTTw5Z { width:19.625rem;height:21.4375rem;top:34.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN1NCLTKeCtLTtgLKTwCgc9QoAdRvQtN { width:17.375rem;height:3.1875rem;top:34.75rem;left:1.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWinkpvBCqpJ5AuOZXU2ybS0XFziJIJD { width:12.9375rem;height:2.925rem;top:34.9375rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPPyIxfFlpOT5dQbffMlImaLvfO85TRt { width:20rem;height:16.6625rem;top:38.875rem;left:0rem;font-size:0.875rem;display:block; }#aPPyIxfFlpOT5dQbffMlImaLvfO85TRt li:before{  }
 }@media only screen and (max-width: 763px) { #q5DFiJQVJGVFWN2xUeIrJGKb0DuPJ7Rl { width:19.625rem;height:20.9375rem;top:12rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH83JQ8JFMGP3VETfLTDnsr703XenJdr { width:20rem;height:15.875rem;top:16.065613746643rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }#tH83JQ8JFMGP3VETfLTDnsr703XenJdr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tH83JQ8JFMGP3VETfLTDnsr703XenJdr li:before{  }
 }@media only screen and (max-width: 763px) { #cTyzIqIF8GkHtEawCG5XpDvwi1ToSLqw { width:17.375rem;height:3.1875rem;top:12rem;left:1.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln0E0qxhoRAFdM6A9672agvCQOOAWIPu { width:12.9375rem;height:2.19375rem;top:12.434374809265rem;left:3.5312498807907rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpQHkNKvPXmIXQpZGedpN5Dc5htvzTS { width:19.625rem;height:20rem;top:57.8125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8V5t4D9q2wa08s3Ff9nJzNavF0LDZ4e { width:20rem;height:14.65625rem;top:62.480451583862rem;left:0rem;font-size:0.9375rem;display:block; }#x8V5t4D9q2wa08s3Ff9nJzNavF0LDZ4e li:before{  }
 }@media only screen and (max-width: 763px) { #LNf8SSwKaZvA3URWN6czuNtL2AtHEfSW { width:17.375rem;height:3.1875rem;top:57.812501907349rem;left:1.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksADbyg1F50UmQqZ7bf8TAwrxbKhyTK5 { width:20rem;height:2.925rem;top:58.131252288818rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oadelnHPFuGRDWP6C2wagS5V0asSg62T { width:19.625rem;height:17.9375rem;top:79.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR8xctw2Un1p9dD9Figqud6rRlMQMobS { width:20rem;height:12.53125rem;top:83.9375rem;left:0rem;font-size:0.9375rem;display:block; }#SR8xctw2Un1p9dD9Figqud6rRlMQMobS li:before{  }
 }@media only screen and (max-width: 763px) { #TWU4Ukf2lPsXTzVHiGhlLW6wdFmdHn31 { width:17.375rem;height:3.1875rem;top:79.625rem;left:1.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPcanlplfgiU1GCOqUrGUR2RKWKLtHTI { width:15.9375rem;height:2.6rem;top:80.125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBkrRf2cTLByitAf4BG9zJrz3qg37HvG { width:20rem;height:6.075rem;top:99.47966861725rem;left:0rem;font-size:1.6875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzkt89RkyDJCKnd2g76m2fTLglVI9IhL { display:block; }#rzkt89RkyDJCKnd2g76m2fTLglVI9IhL > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnIgIKaPdLO1bIihN2VQ44WZtcF4QTod { width:20rem;height:4.725rem;top:2.625rem;left:0rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5X9MpXVBtaGz5cshxTOQTzF1HTKhpqw { width:20rem;height:10.360125rem;top:8.2249879837038rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb8c1eDklSCT9hCgcmuw23ZgCeDMFvzd { width:20rem;height:10.46875rem;top:22.959370046854rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTk3TqmghsDgPCUdLQEDbp6Q2bdqunq1 { width:20rem;height:10.46875rem;top:37.677328109741rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3KIEacCQC3s1b35kZNtCzuK7NvivB6z { width:20rem;height:10.46875rem;top:52.396886825561rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei3w0cmnbCdqTTzTEGcksWhKOnl6ewMp { top:19.115631580352rem;left:1.1875rem;width:17.625rem;height:2.5625rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #NgTvqlgT6NA7Zcsy2ftu0HoxU5gXfWoM { display:block; }
 }@media only screen and (max-width: 763px) { #en0RLqvmzHuH85HVZaV8kJBuA4lJTwWs { top:34.178124427796rem;left:1.1875rem;width:17.625rem;height:2.5625rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #dC0IVLTcBKISKGq3lEtFMONz96TelN4e { display:block; }
 }@media only screen and (max-width: 763px) { #OxEKXr8Lofzs6gE1nmould4V9C7hsHkI { top:48.740637779236rem;left:1.1875rem;width:17.625rem;height:2.5625rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #fR60GNurx51Nlg7LU7WbzLNBnKgZlHSM { display:block; }
 }@media only screen and (max-width: 763px) { #UaSb8Mh7S7hHD5Oa3qpZulzaEzM5t65k { top:63.489837646488rem;left:1.1875rem;width:17.625rem;height:2.5625rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #U29qQGT8eRQCyWXmWDvAFopp07RyoNzl { display:block; }
 }@media only screen and (max-width: 763px) { #oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Ef34oUuo/LD0.2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1.adaptive-delivery-prevent-bg, #oMcFNWO0kTdD79o1opn062f8Sq7LKOz1.lazyload, #oMcFNWO0kTdD79o1opn062f8Sq7LKOz1.lazyloading { background-image: none; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container { background-color: transparent; background-image: none; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container > .video-iframe-container { display: none; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row > .video-iframe-container { display: none; }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .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); }#oMcFNWO0kTdD79o1opn062f8Sq7LKOz1 > .row .container { width:20rem;height:143.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWFzIoqCTrk8FoUTQ54cJoRrd8kxaZHs { width:20rem;height:2.1rem;top:2.6234378814698rem;left:0rem;font-size:1.75rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #RUG1E9NiWZeQGnK5XoRd8D64x7DPBr54 { width:20rem;height:0;top:34.3125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;z-index:100045;display:none; }
 }@media only screen and (max-width: 763px) { #Ff8hAOF8SnmXHxALa8mFaZEBlnQGE77I { width:20rem;height:0;top:26.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:100046;display:none; }
 }@media only screen and (max-width: 763px) { #wtWaZb4EG42I622hBTJGlAVoBBZdvOws { width:20rem;height:0;top:22.8125rem;left:2.5rem;font-size:0.8125rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #UkswT1CVn2DkxpTz6sva8wQamOWSEUzT { width:19.75rem;height:24.375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heOTTgw69gUATNTJ4nIgByW25IoHeJlO { width:18rem;height:8.4375rem;top:24.6875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdhwO1Hrp2stl2baUWC8uqzgvqk91CK { width:17.625rem;height:1.2rem;top:23.025000763126rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #L8mczmZQfCnlRTDIQhttzAKx1OBBdncK { width:16.375rem;height:2.1875rem;top:20.25rem;left:1.625rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #GqViVkPBKBD8PsAuvmvwt1vk3SWvESvI { width:16.875rem;height:1.3rem;top:20.75rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixXK9CvtJw5QtHRNTuDKhLNigTk9iapZ { width:9.5625rem;height:9.5625rem;top:10.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihlbJvbXA3EPooViMVnrWhUsNRUs7uSW { width:19.75rem;height:24.375rem;top:36.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exeNufsS3fLEird1m5VFWbMMl2R8zAqn { width:18rem;height:7.03125rem;top:53.1875rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcAmoXTPlAXoA5nfbnUpI7kslu36Kvh { width:17.625rem;height:2.4rem;top:50rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #gT7IMnD23QwyI1qazaJdcWfcoMdlalMT { width:16.375rem;height:2.1875rem;top:46.6875rem;left:1.8125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #aANmNE8Me2RHCpzK8avdTcV8vcAAFQWU { width:16.875rem;height:1.3rem;top:47.25rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLTWTNSRzOOPseqUcxgyrMsufsgGiF7g { width:19.75rem;height:24.375rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUJbT7GcvVm9tFu8K4ssIdwCkhVXOWe { width:18rem;height:8.4375rem;top:77.625rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGZQyHMETrL6SqBZl5zRhQgMDK4gyTV { width:17.625rem;height:1.2rem;top:76.375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #tJ87RNlRfa0Gi7NVFLR1GzS7BbQkVEDi { width:16.375rem;height:2.1875rem;top:73.625rem;left:1.625rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #oExOSOTqRVTCPyUaWbBRIVVG12CTx0Lt { width:16.875rem;height:1.3rem;top:74.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AterD21EguVRVNDBeHEKzzVSiqyI5uKo { width:19.75rem;height:24.375rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUF0BlBx4Una9P6iFWlXszEw37FBEDPU { width:18rem;height:5.625rem;top:105.5625rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFo3dN7MBFb8XRRNctoI2rKe9wQeoLq6 { width:17.625rem;height:1.125rem;top:103.9375rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #sc9ORxVNBOer6fbNGbTBqS8wWFFMA8Zb { width:16.375rem;height:2.1875rem;top:100.4375rem;left:1.625rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #O5ur5Jmzcn3q42yNVGzEL6NUD5KoCTlh { width:16.875rem;height:1.3rem;top:101rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uu8QHQq1663uPi9twhvlbzGik53700TM { width:19.75rem;height:24.375rem;top:114.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCZFTshzVFIQAiW9UwTeiVL4Z32wnmrt { width:18rem;height:5.625rem;top:131.4375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhpQOfFBsnNNyX4KU8xXArkrCxKM5Hbk { width:17.625rem;height:1.05rem;top:129.8125rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #Tg8TvUaEkReCmxcT5kEKgtvyySaWtuX9 { width:16.375rem;height:2.1875rem;top:126.5rem;left:1.6875rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #Z0q7VinSAoRkvoCBxklEykW87CQgVIIa { width:16.875rem;height:1.3rem;top:127.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkwGeVaCzhKzTaOFdpb7K1LVoalXOQiC { width:11.25rem;height:11.25rem;top:88.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZr1evImpMvLvDHg4rLtE4qqfdERpFDD { width:11.25rem;height:11.25rem;top:114.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BTJKzgT5II91h2dFgRWh5o3BJVevbf { width:9.4375rem;height:9.4375rem;top:37.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7M4dwIalQGnQ3oXFE8PgEWJ9XFmUbGG { width:10.0625rem;height:10.0625rem;top:63.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoX0WyCoei2zZPcvCo7WGgAPdDh49lK { width:20rem;height:4.2rem;top:5.41015625rem;left:0rem;font-size:1.75rem;z-index:100013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAKlDoSJq0Md3TDehOoW88x6Lka3tTqn { top:140.00000476837rem;left:0.24921876192093rem;width:19.75rem;height:3.5625rem;font-family:prompt;font-size:1.25rem;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;color:#e9d320;display:block; }
 }@media only screen and (max-width: 763px) { #IJbDomPDJwwp3BF50WDs6Md22FO4aRWQ { display:block; }
 }@media only screen and (max-width: 763px) { #sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo { display:block; }#sn1i91A1mRPckIgTJmJ3zgcwsaoaAtHo > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsOmBnO133VRzXakTFIMyNKOzs5mvfmq { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmOcgMKL2IV44PFBNx2kgsyqn4mVLtJq { width:12.3125rem;height:3.65625rem;top:6.3125rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S81Vox73HDAnK5Q6z0GJvNM7OHvvdRxE { width:10rem;height:1.5rem;top:10rem;left:5rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #Oi8D19UtlFX1biTHVSuRGJsATMwCKdK3 { width:6.0625rem;height:6rem;top:12.25rem;left:6.9375rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzMOlETHDCBG5ttA8d8NALdbWOgKVn0 { width:2.25rem;height:2.6875rem;top:13.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #peF5DpCaiHBOqha1OK6yE3Mr05bIP02Z { width:12.9375rem;height:12.9375rem;top:5.375rem;left:3.5rem;z-index:100064;display:block; }
 }@media only screen and (max-width: 763px) { #pmC8oGkTPG1LtLZoBRST8Wgn5vXIvRcL { width:14.5625rem;height:1.4625rem;top:11.5rem;left:2.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po2f6A9IlsO6Clv3QonWcDfcOzLD3xTG { width:12.9375rem;height:12.9375rem;top:20.0625rem;left:3.5rem;z-index:100065;display:block; }
 }@media only screen and (max-width: 763px) { #nDouOfaiyrLIT1DGzHDwBKcOTHFLuOFX { width:12.9375rem;height:12.9375rem;top:34.8125rem;left:3.5625rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #E10wivdHO8OZR5XX5pqG8ES33zoh8nps { width:12.3125rem;height:3.65625rem;top:21.625rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0APZCOXNrTneOxPrBvLqdwHCH8y2ff { width:12.3125rem;height:2.4375rem;top:36.9375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1eiq5rcNGszQX0sl1fDAvldKzKG5Km { width:10rem;height:1.5rem;top:24.6875rem;left:5rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #NSUiaur3dcLJUqzbBlAfh5cRyTTNVidQ { width:14.5625rem;height:1.4625rem;top:26.1875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMkeX56GX5PuBHdXcBD2xC1lgJgi1K36 { width:6.0625rem;height:6rem;top:27.0625rem;left:7rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAQBOwvmMQQmI56o93RBMeKqfkwemfwf { width:2.25rem;height:2.6875rem;top:28.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5kWSaMh4bfh31KxQu7GDIildWlx7FAX { width:10rem;height:1.5rem;top:39.0625rem;left:5rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #ekTB8dRTzPmP0ZcT4CN9yiDp6f4vLrs5 { width:14.5625rem;height:1.4625rem;top:40.5rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHP0SBtWhktzf5SbCF0S3iifyFFc6L05 { width:6.0625rem;height:6rem;top:41.1875rem;left:7rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2BGQsXpDGxmaEeJgDHiw4o1W1u0aJ4O { width:2.25rem;height:2.6875rem;top:42.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTq13l7ORyQgJVqSLG9EsoK2Tg9kQavO { width:12.9375rem;height:12.9375rem;top:49.5rem;left:3.5625rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #wWqRV4kTbcEzdUxNX4XuTo6lnAk15nN3 { width:12.9375rem;height:12.9375rem;top:64.3125rem;left:3.53125rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #BXevZka4HwcF3l7qEEGNwbr1tuWBzgCg { width:12.9375rem;height:12.9375rem;top:79.25rem;left:3.5625rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #OQZI1Nz6Gc2a3wTfy8KTVT5G3SIhKgSr { width:12.3125rem;height:3.65625rem;top:50.75rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUDzMz4Xdo5w32aC37fTFG7QQiip2HaC { width:10rem;height:1.5rem;top:55.25rem;left:5rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #kNZfsJp29nswMBSVeDdNu233sy36T3qh { width:14.5625rem;height:1.4625rem;top:56.75rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2KRz0Sg4T0iFdJFarnuIH9BvRhIUAvT { width:6.0625rem;height:6rem;top:57.25rem;left:7rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKnHkUPTUkmbaQ3ADvuWi7uymaAxHVaM { width:2.25rem;height:2.6875rem;top:58.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxvEJH7ymoTTD0xBXhcFqm5q3sRzzRNn { width:12.3125rem;height:3.65625rem;top:66.0625rem;left:3.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtlRr6saXBWftk9TCIeJe9aM8HSAK5oq { width:10rem;height:1.5rem;top:70rem;left:5rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #QaAip8ZnuE5aHMOyvwrvaXrV5GLUgdZS { width:14.5625rem;height:1.4625rem;top:71.5rem;left:2.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPBwf0mNpC6IqZW2A6MPSAwLehpDiDZO { width:6.0625rem;height:6rem;top:72.125rem;left:7rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdFHLiW50HRW5hEhg7xp5nx8k6dklL56 { width:2.25rem;height:2.6875rem;top:73.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhaH9AvFJGZqWidVr8KXJE5UHDs2awbT { width:12.3125rem;height:2.4375rem;top:80.875rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QawAm3OcezTanBTIFvvCQ9UBNZaqfrgI { width:10rem;height:1.5rem;top:83.9375rem;left:5rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #EkFEiu5R9y27ayhp2ReStcUwKISlo2po { width:14.5625rem;height:1.4625rem;top:85.4375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlTu0KlJJDEGpJ17PKcvJbOZyVQqEv2q { width:6.0625rem;height:6rem;top:86.25rem;left:7rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h38C6uUs8ErlSlkoNvtwf9PTfwdIbPn9 { width:2.25rem;height:2.6875rem;top:87.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y40RlO77gZ9PVgboFL7pVl37xHWOycJR { width:1.25rem;height:1.5625rem;top:70rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXDmGVi6kMW2faX4Mc9oDRRxk1bL3OiW { width:1.1875rem;height:1.5625rem;top:39.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z01P8S0anlwPRc1DXZnT5qDG1tXztDTy { width:1.25rem;height:1.5625rem;top:24.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV { position:relative;z-index:auto;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/Ef34oUuo/LD0.2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV.adaptive-delivery-prevent-bg, #AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV.lazyload, #AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV.lazyloading { background-image: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container { background-color: transparent; background-image: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container > .video-iframe-container { display: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row > .video-iframe-container { display: none; }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .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); }#AgtFK45FN9s3yHM5OWtyVNM39ly0i7iV > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMRsFtz4rwF6577d3TiqaThkStTITM2A { width:20rem;height:2.75rem;top:4.5rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fr5WTVUfqkQFLJsxplZDH8eu9P5x2upb { width:11.25rem;height:1.58125rem;top:8.0710940361025rem;left:6.6874998807906rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mflfuf6m1f30pK3gkv2pJVWlxTFbqGmd { width:18.9375rem;height:20.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWTsGHtSbcZ3wDupUq73Nr7JF0BTA2rQ { width:9.5rem;height:1.4625rem;top:9.65234375rem;left:6.6874998807906rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfXqSZ3lltAp9pvyk7vhiuZn8ZBaGxo3 { width:5.6875rem;height:5.6875rem;top:6.0179686546326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvs5XfMQnzLdvFNROXrGxdHvfOGPbvp { width:5rem;height:3.6rem;top:7.0625004768369rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcUELQouAJDucEHT9rXsO9t2GFXwTqLU { width:20rem;height:2.40625rem;top:2.125rem;left:0.0625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxqaKJfJrNncO3QFfrDh64MsIxrPsEXs { width:20rem;height:11.214875rem;top:15.503125369549rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRB9DwEz6ihbC4mCLRGfDKw1L1KMN1W2 { width:15.625rem;height:8rem;top:17.110156238079rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sALsv01ZsxfgAVF2ZJhqp6C5HO1bCyb7 { width:20rem;height:2.925rem;top:11.705518245697rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROl8CR1vfWczFmnzqpi704sv1pTWK3Wd { width:19.75rem;height:24.8125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVDEM2ZaLSpADBA7U6uxhONwClkd20m2 { width:6.5625rem;height:6.5625rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVoGBUyCVK14kvx2OFhIUoPPANZnlkTc { width:6.5rem;height:4.4rem;top:29.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6ILfNvSMGcwdcoQ9TuvMpIZcm4CTzKc { width:13.25rem;height:1.2375rem;top:31.625rem;left:6.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Motd8CSRmm2uhUkoqoOM9tG5WLqH70PC { width:20rem;height:4.3875rem;top:37.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuHPCykigGKvTuKTqwvTorQUS0ndX9s9 { width:16.25rem;height:2.925rem;top:33.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJXWMd72iPQoeTBh7HlTa7eznV6Gpe1g { width:20rem;height:11.214875rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KysprOGTxPr8aNdsL3S3Wy88pN1sOXFT { width:15.6875rem;height:8.1875rem;top:43.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HKKRB8ZK/LD0.1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ.adaptive-delivery-prevent-bg, #xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ.lazyload, #xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ.lazyloading { background-image: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container { background-color: transparent; background-image: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container > .video-iframe-container { display: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row > .video-iframe-container { display: none; }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .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); }#xC6dmZ4kEZzET1bJqaIzxZXSvNb9SdZQ > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntklFKXa6orTR1NZNKtKw5rOhGcT24bU { width:19.75rem;height:30.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJuII2uO0OXUHVxChGq1gssZtQkwbqFC { width:18.1875rem;height:13.875rem;top:6.75rem;left:0.9375rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #iSqzudqcTKv1Q5gZGOr0AoNH7BnvUabr { width:15.75rem;height:1.3rem;top:15.75rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-container { padding-top:0;padding-right:0.38625rem;padding-bottom:0;padding-left:0.321875rem;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;background-color:;background-image:url("/editor/dist/images/counters/partials/3-bk.png");background-position:top !important;background-repeat:no-repeat !important;background-size:contain !important;padding-top:0.43125rem;padding-right:0.064375rem;padding-bottom:0.800625rem;padding-left:0.064375rem;display:block;width:3.7325rem;height:2.6475rem;position:relative;font-size:2.64875rem;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; }#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.adaptive-delivery-prevent-bg, #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.lazyload, #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-number.lazyloading { background-image: none; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG .widget-text.counter-label { background-color:;background-image:none;padding-top:0;padding-right:0.064375rem;padding-bottom:0;padding-left:0.064375rem;display:block;width:3.7325rem;height:0.676875rem;position:relative;font-size:0.615625rem;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; }
#OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG { top:23.6875rem;left:3.125rem;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.8125rem;height:4.8125rem;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) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #zV7Obhd9HpfUaGD6IbhUaMtQgoiZDFUF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #vuOPw1LRDx0N9XUb984G1urb57p7o4G0 {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #l5otnURnz7aL8KK3ZuJpH1ssaM6Qbtam {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #ZkvTdLsLI0M7FlhFEe3ZoieIn2KItAOt { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #fxlxRDFylGTRObxn4OIy4s8pgFOsgvqy {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #gKxPclrBTHdI1zC0A5pxgQfw69GLiEkQ {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #ig1oGWJ4n3bZfbyGpJN7uImM0oEQzQ6U { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #sUOavSgTp2ULRhoevfXdlNiRzc57aXBw {  }
 }@media only screen and (max-width: 763px) { #OHXu4ETMgOxexWC1ZTCfpR0X4SLFIUJG #MXgX4xTUMAOKJwnqP8D6n3niJXKsAVU7 {  }
 }@media only screen and (max-width: 763px) { #Tyl4aeBllhDz3RTMm36BDr4hG7G8dsQD { width:16.625rem;height:1.7875rem;top:21.25rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-text {padding-top: 0; padding-bottom: 0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-select {padding-top: 0; padding-bottom: 0;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.625rem;overflow:hidden;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #ff9e00, #ff4a00);background-image: -moz-linear-gradient(89deg, #ff9e00, #ff4a00);background-image: -ms-linear-gradient(89deg, #ff9e00, #ff4a00);background-image: -o-linear-gradient(89deg, #ff9e00, #ff4a00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e00', endColorstr='#ff4a00' );";background-image: linear-gradient(89deg, #ff9e00, #ff4a00);background-size:initial !important; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv  { width:17.5rem;height:auto;top:33.8125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv {display:block;}#c3VQyA1KiLmIJGEzaz6J6uAxibBArImv { width:17.5rem;height:auto;top:33.8125rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #yrtBnx70aW3BCvDalJDzpKDWykv2p50b {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #aRP9IgZS2fQmfHTg5bISgf1NPo6qhxTd {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #DNzoVoIRQTEw5WiFaTOoimc1LFq3NmKa {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #kaqXd26EgXyRN45Da2gVAOE3wiMTE0Cc {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #VNFOryTK1Z0gPdEVDqQN8CbmqmbMTn27 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #rOllTBBkBtKBWSTPpraeAlxImV6i9vBk {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #rOaHnwRI44JZIL6oPH4CBdH72JCpTu09 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #G3HKl46eD69a5SBgXJcy3vpQKxu5UVJc {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #y7RFJpT0MM6GQ5T4Wlaa7z4BsLIk7fuv {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #eTI1JIV0LSGNv5Sgc9P18HQNneb7teaT {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #hJIG0TKZqrVsTTIZOTsxBdekqGnaqtKU {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #dohlSZKvFQRRvRFXGP0RFqSFQDgGzkf2 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #P9nMCDzMe6UvLoQ9dkFm38coGuTUCKAT {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #lB716L3es0PvsF0TaTXkv51aCCWlB1W9 {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #QMqRh0i5wkzq8ZNfzp32URcBITP1zXTz {  }
 }@media only screen and (max-width: 763px) { #wpWgPHZ4gabVlFBTRTBDP23uCIvAE9xk { display:block; }
 }@media only screen and (max-width: 763px) { #PErAIfBSdPJ4IdrGlPUk00eNtRH8dw0G { display:block; }
 }@media only screen and (max-width: 763px) { #QA5Kq3r9phL1Zi9bR38gv0Zagh6voOXa { display:block; }
 }@media only screen and (max-width: 763px) { #q03iix4ukHxQOGOOGnafc21iAWx3q63I { display:block; }
 }@media only screen and (max-width: 763px) { #rByQTpspoeThP15p3WtLT5aktXPBV7hU { display:block; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #AzxgteEi9T0UhHATgJ4WOSwvKeLfdMyF {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #NTazs5pBrXDwmdb4H2sPwoefVKmZbD8k {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #sQNht9TgSQRdaSyHwHQc4xHgUMSJIWDx {  }
 }@media only screen and (max-width: 763px) { #vLKmRf5VIXPVAwm31Cuxaw3U4ERwCDF9 { display:block; }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #LDSiwLH61VLW53Xd0KGzu0CQQ5SfFviQ {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #xEPsH7yybQJcBba0NaCaKXIkfTWpsVWR {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #N2kir6U2nEV9grtsuLgn5zV5Vrz0raOV {  }
 }@media only screen and (max-width: 763px) { #c3VQyA1KiLmIJGEzaz6J6uAxibBArImv #lVMVdTIA1G2hmXozvLIuXxKnUU9u4N3E {  }
 }@media only screen and (max-width: 763px) { #SmrqtIvXrmgrkOFNJdVCNA18ceryBLxe { width:20rem;height:4.3875rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOwr3LUDrW9LJUQsG6MtWke1VHlEBGnT { width:17.8125rem;height:2.6rem;top:12.375rem;left:1.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMR6GoGRTcyzhTsZcU2TkJG8PmdpirXK { width:17.1875rem;height:2.03125rem;top:17.5rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3T00rNeBmRacSHohhAkdoPVrRU15P9T { width:11.3125rem;height:2.25rem;top:12.3125rem;left:4rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #oN4hibeqOfWl8aTBQPVEhhT7oQ0f2BQJ { width:19.5rem;height:2.3125rem;top:57.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqXH6TKt3UD3J9TA7PlbD8qAandZr3Bz { width:20rem;height:1.4625rem;top:63.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #T9IOCRkP88i7XqPaRF2bq9CTU7kTOt8r { width:19.5rem;height:2.3125rem;top:61.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3rfWyythqxxv7cVJM0TPNebvx9KXdbQ { width:20rem;height:1.38125rem;top:68rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #ihGQUDCvePhPameJnTVJpaN2e0bcJfrx { width:20rem;height:1.21875rem;top:73.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #yOJtN2KLdqe8x6WVAcVzy1ZATdTXviZ3 { width:19.5rem;height:2.3125rem;top:64.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3vvu7OOaZXtpMaHakuHzFIsIs3HnlDb { width:20rem;height:1.4625rem;top:77.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #xzCC3EN9TcTP0gkaKHwHVWNdqB5gaBbI { width:19.5rem;height:3.1875rem;top:68.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJWfBtG4y9zW2ThpazPWt8TlphB2ZOP7 { width:20rem;height:1.21875rem;top:79.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #SVlzhQRMekqdWrgBu7W9lmucRHaK9let { width:20rem;height:1.38125rem;top:83.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #XxxxMTRkN2Z5dMZwcxfTGT2eWMf48JKT { width:19.5rem;height:2.3125rem;top:72.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdAcu3AGevKbtbRgQ6ZbuGiUEygXuwhN { width:19.5rem;height:4.125rem;top:75.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnopXQ532asib5lXlpvuIPIqbDcBA533 { width:20rem;height:2.4375rem;top:89.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #FKuf0sp32udhVpidyKMzFfCOJrScDidt { width:20rem;height:2.4375rem;top:91.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0088e1;display:block; }
 }@media only screen and (max-width: 763px) { #qTXzo7FyveFSCvXIuwoVdb5CC8osQZb7 { width:8.125rem;height:8.125rem;top:55.78125rem;left:11.875rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdeF7qLTcI3IvAJfTHg13ZDzcs9vn8Qn { width:19.5rem;height:39.6875rem;top:59.6875rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #TemP1NHMZCkVRl43nswNQNP4MPsi9Rv1 { width:19.125rem;height:38.625rem;top:60.3125rem;left:0.4375rem;z-index:99987;background-color:rgba(255,255,255,0.8);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Cmw9Cf9uNXrtXBfvmn7LkKO4sBdXPWRm { width:20rem;height:0;top:75.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #brZ8kc4cMkXOEBgmTiARgpIZ93g2JcM3 { width:18.6875rem;height:2.1875rem;top:80.6875rem;left:0.5625rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #FC3cPDQ7TR5XFOaKWwdEi9eXSrpIG3Eq { width:15.6875rem;height:3.9375rem;top:94.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxpUnwu2sfsgWlfr2tQkTgSxW6whx2LB { width:18.3125rem;height:1.05625rem;top:86.8125rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y60sD88CpMx8A2bt4cS3kb0c8baLqQZc { width:18.6875rem;height:2.1875rem;top:86.125rem;left:0.5625rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #nhdl44GVmHTRAqqdKltHzGLuWE8N59TW { width:18.3125rem;height:1.05625rem;top:81.375rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvXqd5NeMztG5JDcTPBkhgCF82JA3UOQ { width:18.6875rem;height:2.1875rem;top:74.375rem;left:0.5625rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #F3A4NQqIUTkE33EpTvzEtSByGFaC4Olq { width:18.3125rem;height:1.05625rem;top:75.125rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NmziHwETh87XbLsJb9m0wepqE7bSCE3A { width:18.6875rem;height:2.1875rem;top:69.9375rem;left:0.5rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #kZMsWhJGt0t72CRJoZDXRQtM6KsPpGE3 { width:18.3125rem;height:1.05625rem;top:70.6875rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ac0Q0NZm29L86O2pXGhAFoqJW1yXOJV7 { width:18.6875rem;height:2.1875rem;top:65rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6CfBZVmfN4yaReG4fr6D3DZuyCBp91 { width:18.3125rem;height:1.05625rem;top:65.6875rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foJt8TySrfEMkov7taoJHl4qW2FrdXfi { width:20rem;height:0;top:53.09375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEaMpfb5dXdSHP6Thi7IepXFWzsLPkDl { width:20rem;height:1.4625rem;top:76.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #xOLlW6cSK6bQncCgmvoEp0Q4dhIoElab { width:8.125rem;height:8.125rem;top:59.25rem;left:11.875rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAFtxmtWfUEFg9dOCJ8tclNrTTh36ETx { width:8.125rem;height:8.125rem;top:62.3125rem;left:11.875rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3t3g3s5zoziOoAFwLNagDOrOgggfEBx { width:8.125rem;height:8.125rem;top:65.875rem;left:11.875rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H32i0p6dNLItiRJu7L5TFSxTNWTgolWP { width:8.125rem;height:8.125rem;top:68.5625rem;left:11.875rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvVhc8blId1N4yQrT6OKFLeG2Abu7EDk { width:8.125rem;height:8.125rem;top:72.5rem;left:11.875rem;font-size:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iL0gVioDEqXqoHWO9P0wGPkNReg21eu0 { width:20rem;height:1.70625rem;top:61.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#0088e1;z-index:100045;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q9E3hrurwZI7t7ZDxNMmdMBHFQ2Du24R { width:20rem;height:2.03125rem;top:95.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #sw81n5cg1Pd5ykirS1D8yWNLU4DUycNO { width:20rem;height:4.3875rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ61kyox0Dzv5U6eesR3fyS35lqUu5lK { width:20rem;height:2.35625rem;top:91.290623664856rem;left:0rem;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eiPxOaWgLMUNGTLLXAvZT4LIQOP9CPpu { width:20rem;height:3.025rem;top:30.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HKKRB8ZK/LD0.1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm.adaptive-delivery-prevent-bg, #ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm.lazyload, #ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm.lazyloading { background-image: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container { background-color: transparent; background-image: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container > .video-iframe-container { display: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row > .video-iframe-container { display: none; }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .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); }#ZJF3SswSTFA9tf0gdTmpAWyOxIHks3vm > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwvC76PevT7O6HR2rBrKqSd5NeXxUSmT { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThApdgDWhSABLHzTyQ7fDsOHuCQqoLGS { width:19.0625rem;height:3.9rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMJNfbixKDfVtdGSGwQLEyBHUxMl3RgD { width:20rem;height:2.925rem;top:9.025rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXB2USkReT0d2LwR8fGBFRG1U5tQHZwu { width:20rem;height:0.975rem;top:23.897569656372rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcXTKT7h9rzREihadokJlUnC5RT0Bmt4 { width:14.9375rem;height:2.275rem;top:21.0125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzcJhi6zRc45cXotrMxpHXMr1QwqCi5Z { width:5.6875rem;height:5.6875rem;top:14.075rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6UVgbxQ8U9vlKDcoOTVHJvQTGglFD5o { width:10.625rem;height:5.9375rem;top:1.625rem;left:4.6875rem;display:none; }
 }