.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#050d9e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container { background-color: transparent; background-image: none; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container > .video-iframe-container { display: none; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row > .video-iframe-container { display: none; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .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); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container { border-width: 0; border-radius: 0; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Bne4zi92w5rVFFusConB1kEtl6pJNPHO { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:14rem;top:1.5rem;left:0rem;display:block; }#Bne4zi92w5rVFFusConB1kEtl6pJNPHO.adaptive-delivery-prevent-bg, #Bne4zi92w5rVFFusConB1kEtl6pJNPHO.lazyload, #Bne4zi92w5rVFFusConB1kEtl6pJNPHO.lazyloading { background-image: none; }
#JPgpmaw4eZV7Vnb9OLJd8gW3qriHglEo { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:5.375rem;left:28.875rem;height:1.2375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mRLuHZVwPThHfGBUpNigDaOTfc28CHOP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.3369140625rem;left:73.8125rem; }
#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL { background-color:#04053b;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL > .row .container { border-width: 0; border-radius: 0; }#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;overflow:visible;position:relative;display:none; }#EhIHmq6coU1OrXeGyhzeoPwoTeMoOAI7 { z-index:15003;top:13.37343788147rem;left:2.50390625rem;background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XFAueJDrVlTR5KznKDpISk9gz1pbx5iT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pd32VnTTW2oyLSvOMz8tsLThzaWaOFIq { z-index:15003;top:20.3125rem;left:2.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #007aff;border-left:0.0625rem solid #007aff;border-right:0.0625rem solid #007aff;border-bottom:0.0625rem solid #007aff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#007aff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:11.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sdEdEJsQVQc41y4oPzr486XxC7Wau6bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JF0lweG3gKA5yQbn5fTB23CJyaUp7q1l { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"bebas neue";font-size:9.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.93593788147rem;left:7.4242181777956rem;height:12.91875rem;display:block; }
#zDBKwGNX8XAQW4DhWv1TNKgfiJKEnttR { color:#ffffff;display:block;width:6.99925rem;position:absolute;font-family:"bebas neue";font-size:4.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.3125rem;left:15.217968940735rem;height:5.7693125rem;display:block; }
#weTNA7u0R0Szlc9fbQCmmzUlgl0XrT6e { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:25.731250762939rem;left:15.217968940735rem;height:0.975rem;font-style:normal;display:block; }
#pHvRszymvgP3f3oRHePAN4vzB3cG7LMC { color:#ffffff;display:block;width:2.37413125rem;position:absolute;font-family:"bebas neue";font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.9375rem;height:2.92535rem;font-style:normal;display:block; }
#ymCWgnc7ASnThFeN3wfVID1JtVGeb9yI { color:#ffffff;display:block;width:11.4359375rem;position:absolute;font-family:"bebas neue";font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.8125rem;left:9.1445302963256rem;height:2.275rem;display:block; }
#XoqziDXHG9pOHN4yTnzldLQOqhlp71Sd { color:#b524fd;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:3.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.625rem;left:6.125rem;height:5.11875rem;font-style:normal;display:block; }
#lpCF0w8fhiayCV7lcW5q18LmcicCmCrk { color:#007aff;display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:6.375rem;font-weight:700;z-index:15019;line-height:.8;letter-spacing:0;top:7.6875rem;left:2.5rem;height:5.1rem;font-style:normal;display:block; }
#NK82rmN0FQKx5k9PwWIMEm5S8Fy8ztTA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.0625rem;width:43.375rem;top:0rem;left:31.625000953674rem;overflow:hidden;display:block; }
#CciLSEMmILrXlSnyuQrn5GFbWQtapBS1 { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:36.21875rem;left:2.6875rem;height:0.8941rem;display:block; }
#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle { background-color:#04053b;background-image:url("https://images.assets-landingi.com/uc/06b09636-f8c4-4811-aa61-335e3d63d388/MKTCampanhadeSetembroApresentaoFranquias1_page0022.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle.adaptive-delivery-prevent-bg, #Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle.lazyload, #Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle.lazyloading { background-image: none; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container { background-color: transparent; background-image: none; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container > .video-iframe-container { display: none; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row > .video-iframe-container { display: none; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .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); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container { border-width: 0; border-radius: 0; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#E427BoKu0OBi4DCe5IZ18gGJrH36TQTa { z-index:15003;top:4.375rem;left:31.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:none; }
#hxK4sGFwxiEXOK7KwF86gwZeWkPdo8TZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnt677mnA3J6iUI5aUSSZFsSewI9rGVU { z-index:15003;top:4.375rem;left:31.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:none; }
#DFCzKX9AssAesosGFbopAoOfx51kFkmW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVGd3GmfiBqUruC3wceuprVogmLTn0oE { z-index:15003;top:4.375rem;left:31.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ff004c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;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:none; }
#c2HbQf4aNtIUmkLkyuqzhKS7qo5IZra4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7p5UZPfGSVTZRuVd6X5vQxBP3HdmclG { color:#000676;display:block;width:1.6875rem;position:absolute;font-family:figtree;font-size:1.4375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.25rem;height:1.86805625rem;display:block; }
#M7ERNviXRyZZUNgftwgBpafVVc9IlPFB { color:#000676;display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:6.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.9375rem;left:5.0625rem;height:8.612rem;font-style:normal;display:block; }
#PebZANl3mnmBA3t8CXGn5S5dcsdRzLXu { color:#000676;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:19.0625rem;left:12.75rem;height:3.57465rem;font-style:normal;display:block; }
#gtQ36VcyDhVOZkFnkBShfzJt5XEK7Vn3 { color:#000676;display:block;width:4.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:22.625rem;left:13rem;height:1.29948125rem;font-style:normal;display:block; }
#WyrXgMXBhTWyKQw2kgRGfDpwWVyJV4mX { box-sizing:content-box;height:7.6875rem;width:19.5625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15036;background-color:#ff5777;background-image:none;top:25.555555343628rem;left:1.25rem;display:block; }
#TUTSXlPa9iDsrorm9n1geXKnFTX1SSQs { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:8.9375rem;top:23.9375rem;left:12.75rem;overflow:hidden;display:block; }
#x6hNixNsosi7HQN8fEM4PJ9DgDwexPqK { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"bebas neue";font-size:7.75rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.930555939674rem;left:0rem;height:10.074625rem;font-style:normal;display:block; }
#uJV4uzVdVsfDrJuvKTgzNNXgudLk40s7 { background-color:#2247ab;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:5.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.549479484558rem;left:29.531251907349rem;display:block; }
#aMSNSti9thhzVfpzm7h0THr5F1MmAC1C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQOxcgP4V5lqR00OQSQd56hTka5mkRV5 { color:#ffffff;display:block;width:62.75rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:35.75rem;left:0.625rem;height:0.82465rem;font-style:normal;display:block; }
#ZRSC29S1PuWtfRSTvZCPoIVxbQ3Gn6Fq { box-sizing:content-box;height:7.6875rem;width:19.5rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15017;background-color:#04ceff;background-image:none;top:18.399305343628rem;left:1.28125rem;display:block; }
#BeoBAQFQ2EIZGozPQWVFXhqmJ0V9qyTm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:27.625rem;left:2.5rem;height:3.89930625rem;display:block; }
#ku32vTOTulFXT6tboVENJZhnm6B0d4fi { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.25rem;height:15.274275rem;font-style:normal;display:block; }
#GfEV7yCiN8C0C07VvRmLU1sNPLUJrDcP { z-index:15003;top:18.406250596046rem;left:1.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #fea858;border-left:0.125rem solid #fea858;border-right:0.125rem solid #fea858;border-bottom:0.125rem solid #fea858;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fea858;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:7.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W7Xqyrgl6HexGQiSiEWtOadvCUvctLVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tql980h1GVPTk7htAugvkA5ChzWM9xEy { z-index:15004;top:26.000000596046rem;left:1.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #fea858;border-left:0.125rem solid #fea858;border-right:0.125rem solid #fea858;border-bottom:0.125rem solid #fea858;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#fea858;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.7152775rem;height:6.9652775rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pT9yNpIyMCpRweFOA1bvr3IhKRJQolt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPd20itB3GfsFagd1hgmieqycZTLC3sC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.9375rem;width:67.5rem;display:none; }
#ucsHVZVP80TTKfBsifgqL6sleNHtATpW { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.25rem;height:15.274275rem;font-style:normal;display:none; }
#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/a017f6ae-e90c-415b-8cd5-d6bf86801258/01.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui.adaptive-delivery-prevent-bg, #T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui.lazyload, #T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui.lazyloading { background-image: none; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui > .row .container { border-width: 0; border-radius: 0; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;overflow:visible;position:relative;display:none; }#tGp9TitmJweGlLGD8bRuAcliESKTMxIz { z-index:15003;top:26.810983657837rem;left:16.002607345581rem;background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kv7LAtdhyWmZdhdB5F7yK1hb7OZDNFLW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUbEoCDl4L3IPxDogc2alOFbTXWIGBmz { color:#007aff;display:block;width:29.24925rem;position:absolute;font-family:"archivo black";font-size:5.5625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:9.2296009063719rem;left:1.3107643127441rem;height:6.11875rem;font-style:normal;display:block; }
#RGQ4f7t6pH1AiFgAHKaEIaCKhzZAH0l7 { color:#ffffff;display:block;width:7.686625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.728082656861rem;left:1.3107643127441rem;height:1.95rem;font-style:normal;display:block; }
#u1sPCFFE0BlkXb3BXCsmtayf3TZ4R5h5 { color:#00ea8d;display:block;width:33.311625rem;position:absolute;font-family:"archivo black";font-size:4.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.230253100395rem;left:1.3107643127441rem;height:5.7693125rem;font-style:normal;display:block; }
#HvbmWQHCusFg75AZ8ZhHEQMw6bKKGmFE { z-index:15003;top:26.749132156372rem;left:1.3107643127441rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #007aff;border-left:0.0625rem solid #007aff;border-right:0.0625rem solid #007aff;border-bottom:0.0625rem solid #007aff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#007aff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:11.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TeLg7L1b93q8wuxx8ZOGNTyC8OVodf5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rtv96TaLF0S1F5llIuGzGJi8Lhs5nwt4 { color:#ffffff;display:block;width:6.9998125rem;position:absolute;font-family:"bebas neue";font-size:8.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.422527313233rem;left:4.2610683441162rem;height:10.724625rem;display:block; }
#QqE1GcTNmBmKGnyQ4ucwlErQ4shd8rne { color:#ffffff;display:block;width:6.9998125rem;position:absolute;font-family:"bebas neue";font-size:2.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.819661974907rem;left:11.192491531372rem;height:3.16875rem;display:block; }
#hPgNxNTIcq3intF0A6hyUl7VcvMsR2nl { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.917535781861rem;left:11.255426406861rem;height:0.975rem;font-style:normal;display:block; }
#xfS3c8KZn9PIgcLFgvd21LfTrciGdDU1 { color:#ffffff;display:block;width:8.5623125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:30.891929507256rem;left:11.192491531372rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5GSKHCsG5BWQATA1kUaSd2X4OTnJCJ3 { color:#ffffff;display:block;width:2.37413125rem;position:absolute;font-family:"bebas neue";font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.034940719604rem;left:2.5043411254883rem;height:2.92535rem;font-style:normal;display:block; }
#NWiLP6iSygTxeLz91swEXi2LkzR9ewc8 { color:#007aff;display:block;width:11.436625rem;position:absolute;font-family:"bebas neue";font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.358074188233rem;left:2.6236991882324rem;height:2.2744125rem;display:block; }
#r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 { z-index:;position:relative;display:none; }#r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 { border-width: 0; border-radius: 0; }#r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 > .row .container { background-color:#0c077c;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3 { box-sizing:content-box;height:29.1875rem;width:26.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c69edb82-2c97-4489-a5fa-84f8ac26f6c4/download4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }#TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3.adaptive-delivery-prevent-bg, #TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3.lazyload, #TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3.lazyloading { background-image: none; }
#GaDLZ5FiRZVAdPF5JBaT122dTXEdebvN { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"bebas neue";font-size:5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7942714691163rem;left:26.6875rem;height:6.5rem;display:block; }
#lbduKlmiwrex0MMwDfZKP1TkorbJPMBe { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:"bebas neue";font-size:4.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.546876907349rem;left:26.6875rem;height:5.6875rem;display:block; }
#TNPy6urQb2KCsilES8DIAnIl0mJ77cUT { color:#ffffff;display:block;width:61.375rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:26.5615234375rem;left:10.4375rem;height:0.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Od3GtdwRtZuhDT6DPGWmE9hK9I6gUTuO { color:#ffffff;display:block;width:7rem;position:absolute;font-family:"bebas neue";font-size:14.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.0403652191162rem;left:52.708335876465rem;height:18.93125rem;display:block; }
#hECgTGTiogFMBFoETkTsUuz6MJtKXAnu { color:#ffffff;display:block;width:7rem;position:absolute;font-family:"bebas neue";font-size:4.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:63.9375rem;height:6.41875rem;display:block; }
#iMrT1aXcQuSLvmhn8cCHt7SfNV8zsL5q { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"bebas neue";font-size:1.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.546224594116rem;left:65.62500190735rem;height:2.51875rem;display:block; }
#yHxBAUxKwFrsCH99Tr6VvgelqWlTyD0b { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:6rem;width:5.6875rem;top:17.994791030884rem;left:26.6875rem;overflow:hidden;display:block; }
#aEFfMcJG8TE6Boo7FTuGlTakEwDiwkkc { box-sizing:content-box;height:13.0625rem;width:15.25rem;position:absolute;display:block;z-index:15003;background-color:#00d0ff;background-image:none;top:0rem;left:59.625rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vwpGKrdoRNLdPARVQoSO911LKTa1Ckb9 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:14.2802734375rem;left:64.875rem;height:0.89375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWPWMTmbRKu96LQiZdHhTpVDDgfZXgnN { background-color:#04ceff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4995625rem;height:3.729166875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.183379173279rem;left:56.318361282349rem;display:block; }
#JFTTtsRq6oiTksAhVwmsEdToKtx7ENiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg { z-index:;position:relative;display:none; }#QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg { border-width: 0; border-radius: 0; }#QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg > .row .container { background-color:#0912a0;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;border-top:0.125rem solid #ff00eb;border-left:0.125rem solid #ff00eb;border-right:0.125rem solid #ff00eb;border-bottom:0.125rem solid #ff00eb;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#XgROO4dn5GRUGg7AIuIe8D3ftPr6QL3m { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:figtree;font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.6484375rem;left:46.84375rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsOqeUdnbblOgFf8mfFbPGCDZfr5CICK { box-sizing:content-box;height:23.6875rem;width:29.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4eaa1d0-fcae-451d-b594-ff6a78f8af82/bluefriday67360dab55114.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.375rem;left:15.96875rem;display:block; }#WsOqeUdnbblOgFf8mfFbPGCDZfr5CICK.adaptive-delivery-prevent-bg, #WsOqeUdnbblOgFf8mfFbPGCDZfr5CICK.lazyload, #WsOqeUdnbblOgFf8mfFbPGCDZfr5CICK.lazyloading { background-image: none; }
#V6rsfVq4tyWPko4Zrvpr0HraTmzV3dk2 { color:#ff5bf2;display:block;width:18.25rem;position:absolute;font-family:"barlow condensed";font-size:5.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.404296875rem;left:49.65625rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSM63FFkA0AeyZ834c1FV61zMRuHCcCm { background-color:transparent;background-image:none;border-top:0.1875rem solid #ff54f2;border-left:0.1875rem solid #ff54f2;border-right:0.1875rem solid #ff54f2;border-bottom:0.1875rem solid #ff54f2;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0rem 1.6875rem #ff54f2 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:5.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.375rem;left:46.59375rem;display:block; }
#WfxPWd7a6n6JrLz4ZbhxeZh9trJVyT3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1 { box-sizing:content-box;height:29.1875rem;width:21.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7876f52d-f62e-49ab-a8d8-da1e95904364/03.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1.adaptive-delivery-prevent-bg, #VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1.lazyload, #VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1.lazyloading { background-image: none; }
#LOHy4PsWIqwPE47zmNI7JZsrXUyzJN2c { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:24.53125rem;left:46.84375rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDGURdTVTZza7AsuF3TmTT196S2q9cHo { z-index:;position:relative;display:none; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo { border-width: 0; border-radius: 0; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/f4b8e838-2124-4c03-92f9-d519ae491893/Desktop4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:none; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container.adaptive-delivery-prevent-bg, #XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container.lazyload, #XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container.lazyloading { background-image: none; }#mWNS9PAi5DTgSalhtavnL940d0DhcmFC { color:#ffffff;display:block;width:44.936rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:27.786458015442rem;left:0rem;height:0.89323125rem;display:block; }
#r1uVnLERAxoVQqLOgLD8kWpWRd60M1pp { z-index:15004;top:19.93923664093rem;left:49.727647781372rem;background-color:#007aff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:5.56206875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JGyX3MGui4J9ckF7ixcIfa5dEiTgZdWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container { background-color: transparent; background-image: none; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container > .video-iframe-container { display: none; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row > .video-iframe-container { display: none; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .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); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container { border-width: 0; border-radius: 0; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#VMpE8WMSXI2JOeeyy4EqlCMTg6VyOQy9 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5148c833-dcfc-4362-aef0-4a280775127b/3A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:10.5rem;top:4.5rem;left:10.3125rem;display:block; }#VMpE8WMSXI2JOeeyy4EqlCMTg6VyOQy9.adaptive-delivery-prevent-bg, #VMpE8WMSXI2JOeeyy4EqlCMTg6VyOQy9.lazyload, #VMpE8WMSXI2JOeeyy4EqlCMTg6VyOQy9.lazyloading { background-image: none; }
#D8Fby304aBadaAuRUc4DxJ6f66QHwGGe { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6e00163d-aa8e-41da-b897-6ba28de2e88b/2A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:10.5rem;top:4.5rem;left:31.5rem;display:block; }#D8Fby304aBadaAuRUc4DxJ6f66QHwGGe.adaptive-delivery-prevent-bg, #D8Fby304aBadaAuRUc4DxJ6f66QHwGGe.lazyload, #D8Fby304aBadaAuRUc4DxJ6f66QHwGGe.lazyloading { background-image: none; }
#l5EeVTA8knhdXTvceslhWfxFUTHWNHzl { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/16e5e852-58ab-4a76-a5f0-6deb5d9e5d85/1A.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:10.9375rem;top:4.5rem;left:52.5625rem;display:block; }#l5EeVTA8knhdXTvceslhWfxFUTHWNHzl.adaptive-delivery-prevent-bg, #l5EeVTA8knhdXTvceslhWfxFUTHWNHzl.lazyload, #l5EeVTA8knhdXTvceslhWfxFUTHWNHzl.lazyloading { background-image: none; }
#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { background-color: transparent; background-image: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container > .video-iframe-container { display: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container { display: none; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .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); }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { border-width: 0; border-radius: 0; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9411830f-da33-4467-bc59-777e3725a62d/6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.adaptive-delivery-prevent-bg, #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.lazyload, #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh.lazyloading { background-image: none; }
#y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/75ff5e50-7120-4468-958c-8f39f1ec2c18/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.adaptive-delivery-prevent-bg, #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.lazyload, #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O.lazyloading { background-image: none; }
#GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/b273301c-d7e5-4c3c-9a85-1f9c57cd74f1/7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.adaptive-delivery-prevent-bg, #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.lazyload, #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob.lazyloading { background-image: none; }
#KunHCexRxm15AJbQop7FlLbneGWCJaJI { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/6b026d48-7b24-45fa-81bc-2690e8eedbd3/9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#KunHCexRxm15AJbQop7FlLbneGWCJaJI.adaptive-delivery-prevent-bg, #KunHCexRxm15AJbQop7FlLbneGWCJaJI.lazyload, #KunHCexRxm15AJbQop7FlLbneGWCJaJI.lazyloading { background-image: none; }
#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/c0564df8-916c-4061-b8d8-4ca42a8330ea/divider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.adaptive-delivery-prevent-bg, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyload, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyloading { background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { background-color: transparent; background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .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); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { border-width: 0; border-radius: 0; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:url("https://images.assets-landingi.com/uc/15a0ad76-1c57-462b-a9ad-2136ea4574f4/divider2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.adaptive-delivery-prevent-bg, #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.lazyload, #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ.lazyloading { background-image: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { background-color: transparent; background-image: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container > .video-iframe-container { display: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container { display: none; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .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); }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { border-width: 0; border-radius: 0; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { color:#050d9e;display:block;width:35.125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:18.4375rem;left:40rem;height:9.84375rem;font-style:normal;display:block; }
#KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:18.4375rem;left:37.5rem;height:12.65625rem;font-style:normal;display:block; }
#pTtwVGZM5zivUgl87SZIsa3ygZRNEeuH { color:#050d9e;display:block;width:36.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:37.5rem;height:4.8125rem;font-style:normal;display:block; }
#lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:oswald;font-size:16rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.875rem;left:0rem;height:16.0004375rem;font-style:normal;display:block; }
#F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { background-color:#2229bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #050d9e;border-left:0.0625rem solid #050d9e;border-right:0.0625rem solid #050d9e;border-bottom:0.375rem solid #050d9e;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.125rem;left:37.5rem;display:block; }
#Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThlTcpCUcNi0zs6xUnu7V38gyfezukys { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.875rem;width:23.0625rem;top:9.25rem;left:8.25390625rem;overflow:hidden;display:block; }
#ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { color:#deff00;display:block;width:2.5rem;position:absolute;font-family:"font awesome 2022";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:18.4375rem;left:37.5rem;height:15.46875rem;font-style:normal;display:none; }
#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { background-color: transparent; background-image: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { display: none; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .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); }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { border-width: 0; border-radius: 0; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { position:absolute;display:block;z-index:15000;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/dbaa268a-73ad-47ef-b140-97607c1fe41c/p10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0rem;display:block; }#KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.adaptive-delivery-prevent-bg, #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.lazyload, #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m.lazyloading { background-image: none; }
#SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { position:absolute;display:block;z-index:15001;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/71017def-e134-4354-8ba3-04b6accac256/thumb_3650_360_300_0_0_crop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.adaptive-delivery-prevent-bg, #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.lazyload, #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge.lazyloading { background-image: none; }
#tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { position:absolute;display:block;z-index:15002;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/74482651-2385-4146-961d-a6ecd009b9a7/p9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.adaptive-delivery-prevent-bg, #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.lazyload, #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK.lazyloading { background-image: none; }
#F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { position:absolute;display:block;z-index:15003;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/3da41fad-86d3-4692-84c7-38653f4f07f1/ps4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.adaptive-delivery-prevent-bg, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyload, #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE.lazyloading { background-image: none; }
#oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection *:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="text"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="email"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="tel"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection textarea:focus-visible { outline: none; } #rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row .container { background-color: transparent; background-image: none; }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row .container > .video-iframe-container { display: none; }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row > .video-iframe-container { display: none; }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .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); }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row .container { border-width: 0; border-radius: 0; }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04ceff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { background-color: transparent; background-image: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .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); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { border-width: 0; border-radius: 0; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { color:#050d9e;display:block;width:31.25rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:21.375rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEqwpdhp3XoRfG8GSSUuHFIRFBXdKWMD { background-color:transparent;background-image:none;border-top:0.125rem solid #ddff00;border-left:0.125rem solid #ddff00;border-right:0.125rem solid #ddff00;border-bottom:0.125rem solid #ddff00;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#050d9e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.4375rem;left:27.75rem;display:block; }
#X3x3DTV27lMrfVaPnPsJUd7Fg8LXDqPC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050d9e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { background-color: transparent; background-image: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { display: none; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .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); }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { border-width: 0; border-radius: 0; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4173d3d1-7935-432d-ada0-eb0374b85b28/LogoBluefitBranco.crop_1343x1003_219,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:11rem;top:4.625rem;left:0rem;display:block; }#QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.adaptive-delivery-prevent-bg, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyload, #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP.lazyloading { background-image: none; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.9375rem;left:71.75rem; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }#kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:5.703125rem;left:64.375rem;height:1.71875rem;font-style:normal;display:block; }
#JO2eeABXh8kD171CbdIlg1J9fTlFwJln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2229bf;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { background-color: transparent; background-image: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container > .video-iframe-container { display: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { display: none; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .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); }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { border-width: 0; border-radius: 0; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { background-color:transparent;background-image:none;border-top:0.125rem solid #ddff00;border-left:0.125rem solid #ddff00;border-right:0.125rem solid #ddff00;border-bottom:0.125rem solid #ddff00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ddff00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:62.75rem;display:block; }
#s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.65625rem;left:39.9375rem;height:1.375rem;font-style:normal;display:block; }
#F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { position:absolute;display:block;z-index:15005;background-color:#ed1c24;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.3125rem;left:72.90625rem;display:block; }
#TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt { display:block; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bne4zi92w5rVFFusConB1kEtl6pJNPHO { width:14rem;height:5.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPgpmaw4eZV7Vnb9OLJd8gW3qriHglEo { width:44.5625rem;height:1.1875rem;top:5.375rem;left:3.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRLuHZVwPThHfGBUpNigDaOTfc28CHOP { width:1.1875rem;height:1.1875rem;top:5.3125rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of8hTF5IewDbKFw7RzdTL59UgTT2osfL { display:none; }#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EhIHmq6coU1OrXeGyhzeoPwoTeMoOAI7 { top:13.3125rem;left:0rem;width:22.1875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFAueJDrVlTR5KznKDpISk9gz1pbx5iT { display:block; }
 }@media only screen and (max-width: 763px) { #pd32VnTTW2oyLSvOMz8tsLThzaWaOFIq { top:20.3125rem;left:0rem;width:22.3125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEdEJsQVQc41y4oPzr486XxC7Wau6bT { display:block; }
 }@media only screen and (max-width: 763px) { #JF0lweG3gKA5yQbn5fTB23CJyaUp7q1l { width:8.625rem;height:12.875rem;top:18.875rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDBKwGNX8XAQW4DhWv1TNKgfiJKEnttR { width:6.9375rem;height:5.75rem;top:20.3125rem;left:1.5929689407349rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTNA7u0R0Szlc9fbQCmmzUlgl0XrT6e { width:5.3125rem;height:0.9375rem;top:25.6875rem;left:1.5929689407349rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvRszymvgP3f3oRHePAN4vzB3cG7LMC { width:2.3125rem;height:2.875rem;top:21.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymCWgnc7ASnThFeN3wfVID1JtVGeb9yI { width:11.375rem;height:2.25rem;top:28.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoqziDXHG9pOHN4yTnzldLQOqhlp71Sd { width:16.875rem;height:5.0625rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpCF0w8fhiayCV7lcW5q18LmcicCmCrk { width:24.125rem;height:5.0625rem;top:7.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK82rmN0FQKx5k9PwWIMEm5S8Fy8ztTA { width:43.375rem;height:37.0625rem;top:0rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CciLSEMmILrXlSnyuQrn5GFbWQtapBS1 { width:25.6875rem;height:0.875rem;top:36.1875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle { display:block; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E427BoKu0OBi4DCe5IZ18gGJrH36TQTa { top:17.375rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxK4sGFwxiEXOK7KwF86gwZeWkPdo8TZ { display:block; }
 }@media only screen and (max-width: 763px) { #bnt677mnA3J6iUI5aUSSZFsSewI9rGVU { top:16.6875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFCzKX9AssAesosGFbopAoOfx51kFkmW { display:block; }
 }@media only screen and (max-width: 763px) { #SVGd3GmfiBqUruC3wceuprVogmLTn0oE { top:15.1875rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2HbQf4aNtIUmkLkyuqzhKS7qo5IZra4 { display:block; }
 }@media only screen and (max-width: 763px) { #b7p5UZPfGSVTZRuVd6X5vQxBP3HdmclG { width:1.6875rem;height:1.8125rem;top:19.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ERNviXRyZZUNgftwgBpafVVc9IlPFB { width:8.6875rem;height:8.5625rem;top:17.9375rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PebZANl3mnmBA3t8CXGn5S5dcsdRzLXu { width:5.3125rem;height:3.5625rem;top:19.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtQ36VcyDhVOZkFnkBShfzJt5XEK7Vn3 { width:4.75rem;height:1.25rem;top:22.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyrXgMXBhTWyKQw2kgRGfDpwWVyJV4mX { width:19.5625rem;height:7.6875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTSXlPa9iDsrorm9n1geXKnFTX1SSQs { width:8.9375rem;height:9.25rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6hNixNsosi7HQN8fEM4PJ9DgDwexPqK { width:5.625rem;height:10.0625rem;top:20.875rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJV4uzVdVsfDrJuvKTgzNNXgudLk40s7 { width:20.5rem;height:5.625rem;top:26.5rem;left:15.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMSNSti9thhzVfpzm7h0THr5F1MmAC1C { display:block; }
 }@media only screen and (max-width: 763px) { #oQOxcgP4V5lqR00OQSQd56hTka5mkRV5 { width:47.75rem;height:0.8125rem;top:35.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRSC29S1PuWtfRSTvZCPoIVxbQ3Gn6Fq { width:19.5rem;height:7.6875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeoBAQFQ2EIZGozPQWVFXhqmJ0V9qyTm { width:12.5rem;height:3.875rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku32vTOTulFXT6tboVENJZhnm6B0d4fi { width:23.125rem;height:15.25rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfEV7yCiN8C0C07VvRmLU1sNPLUJrDcP { top:18.375rem;left:0rem;width:18.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Xqyrgl6HexGQiSiEWtOadvCUvctLVU { display:block; }
 }@media only screen and (max-width: 763px) { #Tql980h1GVPTk7htAugvkA5ChzWM9xEy { top:26rem;left:0rem;width:18.6875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9yNpIyMCpRweFOA1bvr3IhKRJQolt8 { display:block; }
 }@media only screen and (max-width: 763px) { #IPd20itB3GfsFagd1hgmieqycZTLC3sC { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucsHVZVP80TTKfBsifgqL6sleNHtATpW { width:19.5rem;height:6.0625rem;top:12.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui { display:none; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tGp9TitmJweGlLGD8bRuAcliESKTMxIz { top:26.75rem;left:2.3776073455811rem;width:13.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv7LAtdhyWmZdhdB5F7yK1hb7OZDNFLW { display:block; }
 }@media only screen and (max-width: 763px) { #lUbEoCDl4L3IPxDogc2alOFbTXWIGBmz { width:29.1875rem;height:6.0625rem;top:9.1875rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQ4f7t6pH1AiFgAHKaEIaCKhzZAH0l7 { width:7.625rem;height:1.9375rem;top:15.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1sPCFFE0BlkXb3BXCsmtayf3TZ4R5h5 { width:33.25rem;height:5.75rem;top:18.1875rem;left:0rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvbmWQHCusFg75AZ8ZhHEQMw6bKKGmFE { top:26.6875rem;left:0rem;width:14.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLg7L1b93q8wuxx8ZOGNTyC8OVodf5L { display:block; }
 }@media only screen and (max-width: 763px) { #Rtv96TaLF0S1F5llIuGzGJi8Lhs5nwt4 { width:6.9375rem;height:10.6875rem;top:26.375rem;left:0rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqE1GcTNmBmKGnyQ4ucwlErQ4shd8rne { width:6.9375rem;height:3.125rem;top:26.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgNxNTIcq3intF0A6hyUl7VcvMsR2nl { width:5.3125rem;height:0.9375rem;top:29.875rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfS3c8KZn9PIgcLFgvd21LfTrciGdDU1 { width:8.5rem;height:1.75rem;top:30.875rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5GSKHCsG5BWQATA1kUaSd2X4OTnJCJ3 { width:2.3125rem;height:2.875rem;top:28rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWiLP6iSygTxeLz91swEXi2LkzR9ewc8 { width:11.375rem;height:2.25rem;top:35.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 { display:none; }#r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3 { width:26.6875rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaDLZ5FiRZVAdPF5JBaT122dTXEdebvN { width:29.25rem;height:6.5rem;top:6.75rem;left:13.0625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbduKlmiwrex0MMwDfZKP1TkorbJPMBe { width:30.75rem;height:5.6875rem;top:11.5rem;left:13.0625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNPy6urQb2KCsilES8DIAnIl0mJ77cUT { width:47.75rem;height:0.6875rem;top:26.5rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od3GtdwRtZuhDT6DPGWmE9hK9I6gUTuO { width:7rem;height:18.875rem;top:2rem;left:39.083335876465rem;font-size:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hECgTGTiogFMBFoETkTsUuz6MJtKXAnu { width:7rem;height:6.375rem;top:6.4375rem;left:40.75rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMrT1aXcQuSLvmhn8cCHt7SfNV8zsL5q { width:9.375rem;height:2.5rem;top:11.5rem;left:38.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxBAUxKwFrsCH99Tr6VvgelqWlTyD0b { width:5.6875rem;height:6rem;top:17.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEFfMcJG8TE6Boo7FTuGlTakEwDiwkkc { width:15.25rem;height:13.0625rem;top:0rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwpGKrdoRNLdPARVQoSO911LKTa1Ckb9 { width:8.5625rem;height:0.875rem;top:14.25rem;left:39.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWPWMTmbRKu96LQiZdHhTpVDDgfZXgnN { width:16.4375rem;height:3.6875rem;top:20.125rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTTtsRq6oiTksAhVwmsEdToKtx7ENiM { display:block; }
 }@media only screen and (max-width: 763px) { #QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg { display:none; }#QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XgROO4dn5GRUGg7AIuIe8D3ftPr6QL3m { width:23.875rem;height:5.5rem;top:4.625rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsOqeUdnbblOgFf8mfFbPGCDZfr5CICK { width:29.4375rem;height:23.6875rem;top:1.375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rsfVq4tyWPko4Zrvpr0HraTmzV3dk2 { width:18.25rem;height:6.8125rem;top:9.375rem;left:29.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSM63FFkA0AeyZ834c1FV61zMRuHCcCm { width:24.375rem;height:5.125rem;top:18.375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfxPWd7a6n6JrLz4ZbhxeZh9trJVyT3C { display:block; }
 }@media only screen and (max-width: 763px) { #VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1 { width:21.625rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOHy4PsWIqwPE47zmNI7JZsrXUyzJN2c { width:23.875rem;height:1rem;top:24.5rem;left:23.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDGURdTVTZza7AsuF3TmTT196S2q9cHo { display:none; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mWNS9PAi5DTgSalhtavnL940d0DhcmFC { width:44.875rem;height:0.875rem;top:27.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1uVnLERAxoVQqLOgLD8kWpWRd60M1pp { top:19.9375rem;left:25.5625rem;width:22.1875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGyX3MGui4J9ckF7ixcIfa5dEiTgZdWP { display:block; }
 }@media only screen and (max-width: 763px) { #sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh { display:block; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMpE8WMSXI2JOeeyy4EqlCMTg6VyOQy9 { width:10.5rem;height:9.3125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Fby304aBadaAuRUc4DxJ6f66QHwGGe { width:10.5rem;height:9.3125rem;top:4.5rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5EeVTA8knhdXTvceslhWfxFUTHWNHzl { width:10.9375rem;height:8.375rem;top:4.5rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunHCexRxm15AJbQop7FlLbneGWCJaJI { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { width:35.125rem;height:9.8125rem;top:18.4375rem;left:12.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { width:2.5rem;height:12.625rem;top:18.4375rem;left:23.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTtwVGZM5zivUgl87SZIsa3ygZRNEeuH { width:36.1875rem;height:4.8125rem;top:0rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { width:47.75rem;height:16rem;top:1.875rem;left:0rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { width:18.5rem;height:4.375rem;top:34.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block; }
 }@media only screen and (max-width: 763px) { #ThlTcpCUcNi0zs6xUnu7V38gyfezukys { width:23.0625rem;height:37.875rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { width:2.5rem;height:16.25rem;top:10.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection { display:block; } #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection *:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="text"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="email"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="tel"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection textarea:focus-visible { outline: none; } #rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { width:31.25rem;height:8.5rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEqwpdhp3XoRfG8GSSUuHFIRFBXdKWMD { width:18.5rem;height:4.375rem;top:12.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3x3DTV27lMrfVaPnPsJUd7Fg8LXDqPC { display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:11rem;height:3.875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:3.25rem;height:3.25rem;top:4.9375rem;left:44.5rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.6875rem;top:5.6875rem;left:41.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:12.25rem;height:3.4375rem;top:0.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:22.25rem;height:1.375rem;top:1.625rem;left:25.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.625rem;height:0.625rem;top:0.3125rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#050d9e;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt { background-color:#0006a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container { background-color: transparent; background-image: none; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container > .video-iframe-container { display: none; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row > .video-iframe-container { display: none; }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .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); }#oCCQxdhFx4hFRaiJPr5IKApXhyefc0Pt > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bne4zi92w5rVFFusConB1kEtl6pJNPHO { width:8.25rem;height:2.8125rem;top:1.65625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e26d3d7-7ae8-4f48-b0e0-e9acb70a4946/bflogo.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Bne4zi92w5rVFFusConB1kEtl6pJNPHO.adaptive-delivery-prevent-bg, #Bne4zi92w5rVFFusConB1kEtl6pJNPHO.lazyload, #Bne4zi92w5rVFFusConB1kEtl6pJNPHO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JPgpmaw4eZV7Vnb9OLJd8gW3qriHglEo { width:10.0625rem;height:1.2361125rem;top:3.375rem;left:9.9375rem;font-size:0.5625rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #mRLuHZVwPThHfGBUpNigDaOTfc28CHOP { width:0.6875rem;height:0.6875rem;top:2.25rem;left:19.3125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of8hTF5IewDbKFw7RzdTL59UgTT2osfL { background-color:#04053b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL > .row .container { border-width: 0; border-radius: 0; }#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Of8hTF5IewDbKFw7RzdTL59UgTT2osfL > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EhIHmq6coU1OrXeGyhzeoPwoTeMoOAI7 { top:22.27499961853rem;left:0rem;width:10rem;height:3.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFAueJDrVlTR5KznKDpISk9gz1pbx5iT { display:block; }
 }@media only screen and (max-width: 763px) { #pd32VnTTW2oyLSvOMz8tsLThzaWaOFIq { top:18rem;left:10.25rem;width:9.375rem;height:7.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdEdEJsQVQc41y4oPzr486XxC7Wau6bT { display:block; }
 }@media only screen and (max-width: 763px) { #JF0lweG3gKA5yQbn5fTB23CJyaUp7q1l { width:3.81171875rem;height:3.9rem;top:19.05624961853rem;left:12.206249773503rem;font-size:4.875rem;font-weight:400;font-style:normal;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #zDBKwGNX8XAQW4DhWv1TNKgfiJKEnttR { width:2.375rem;height:2.6rem;top:19.05624961853rem;left:16.017968714238rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTNA7u0R0Szlc9fbQCmmzUlgl0XrT6e { width:3.06171875rem;height:0.73125rem;top:21.59375rem;left:16.017968714238rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvRszymvgP3f3oRHePAN4vzB3cG7LMC { width:2.3125rem;height:1.7875rem;top:18.71875rem;left:10.987499773503rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymCWgnc7ASnThFeN3wfVID1JtVGeb9yI { width:8.18675rem;height:1.54375rem;top:23.065626144409rem;left:10.843750536442rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoqziDXHG9pOHN4yTnzldLQOqhlp71Sd { width:7.8125rem;height:2.6rem;top:17.625rem;left:0.81171876192094rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpCF0w8fhiayCV7lcW5q18LmcicCmCrk { width:7.125rem;height:2.05rem;top:20.22500038147rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK82rmN0FQKx5k9PwWIMEm5S8Fy8ztTA { width:20rem;height:17.0890625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CciLSEMmILrXlSnyuQrn5GFbWQtapBS1 { width:20rem;height:0.65rem;top:27.550000190735rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle { background-color:#04053b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container { background-color: transparent; background-image: none; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container > .video-iframe-container { display: none; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row > .video-iframe-container { display: none; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .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); }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container { border-width: 0; border-radius: 0; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qt8LTsWS05kF8llnxOEEEk6zRTsiCIle > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E427BoKu0OBi4DCe5IZ18gGJrH36TQTa { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxK4sGFwxiEXOK7KwF86gwZeWkPdo8TZ { display:block; }
 }@media only screen and (max-width: 763px) { #bnt677mnA3J6iUI5aUSSZFsSewI9rGVU { top:62.012499237061rem;left:0.11841874201788rem;width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFCzKX9AssAesosGFbopAoOfx51kFkmW { display:block; }
 }@media only screen and (max-width: 763px) { #SVGd3GmfiBqUruC3wceuprVogmLTn0oE { top:62.012499237061rem;left:0.11841874201788rem;width:19rem;height:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c2HbQf4aNtIUmkLkyuqzhKS7qo5IZra4 { display:block; }
 }@media only screen and (max-width: 763px) { #b7p5UZPfGSVTZRuVd6X5vQxBP3HdmclG { width:1.6875rem;height:1.5434rem;top:19.9375rem;left:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ERNviXRyZZUNgftwgBpafVVc9IlPFB { width:2.5rem;height:5.849825rem;top:18.9375rem;left:6.625rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PebZANl3mnmBA3t8CXGn5S5dcsdRzLXu { width:3.5rem;height:2.11198125rem;top:19.9375rem;left:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtQ36VcyDhVOZkFnkBShfzJt5XEK7Vn3 { width:3.4375rem;height:0.89323125rem;top:22.3125rem;left:11.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyrXgMXBhTWyKQw2kgRGfDpwWVyJV4mX { width:12.25rem;height:4.75rem;top:24.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUTSXlPa9iDsrorm9n1geXKnFTX1SSQs { width:4.125rem;height:4.25rem;top:24.3125rem;left:11.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x6hNixNsosi7HQN8fEM4PJ9DgDwexPqK { width:3.5625rem;height:5.76823125rem;top:21.5rem;left:3.8125rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJV4uzVdVsfDrJuvKTgzNNXgudLk40s7 { width:15.3125rem;height:4.0625rem;top:30.868055820465rem;left:2.3437501192093rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#2247ab;background-image:none;color:#ffffff;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMSNSti9thhzVfpzm7h0THr5F1MmAC1C { display:block; }
 }@media only screen and (max-width: 763px) { #oQOxcgP4V5lqR00OQSQd56hTka5mkRV5 { width:20rem;height:2.0625rem;top:36.062500476837rem;left:0rem;font-size:0.625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRSC29S1PuWtfRSTvZCPoIVxbQ3Gn6Fq { width:12.4375rem;height:4.75rem;top:19.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeoBAQFQ2EIZGozPQWVFXhqmJ0V9qyTm { width:7.125rem;height:2.59895625rem;top:25.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku32vTOTulFXT6tboVENJZhnm6B0d4fi { width:19.5rem;height:0;top:12.836805254221rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GfEV7yCiN8C0C07VvRmLU1sNPLUJrDcP { top:24.3125rem;left:3.8125rem;width:11.9027775rem;height:3.7777775rem;border-top:0.0625rem solid #fea858;border-left:0.0625rem solid #fea858;border-right:0.0625rem solid #fea858;border-bottom:0.0625rem solid #fea858;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W7Xqyrgl6HexGQiSiEWtOadvCUvctLVU { display:block; }
 }@media only screen and (max-width: 763px) { #Tql980h1GVPTk7htAugvkA5ChzWM9xEy { top:19.9375rem;left:3.8125rem;width:11.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9yNpIyMCpRweFOA1bvr3IhKRJQolt8 { display:block; }
 }@media only screen and (max-width: 763px) { #IPd20itB3GfsFagd1hgmieqycZTLC3sC { top:0.65191078186037rem;left:0rem;width:20rem;height:11.1875rem;z-index:15056;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ucsHVZVP80TTKfBsifgqL6sleNHtATpW { width:19.5rem;height:6.09375rem;top:12.836805254221rem;left:0.49913191795349rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui { background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/434c27d1-c26b-4a9a-823e-e7c45e771b83/Bluefitcentralpark3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui.adaptive-delivery-prevent-bg, #T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui.lazyload, #T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui.lazyloading { background-image: none; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui > .row .container { border-width: 0; border-radius: 0; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#T3Wpi7zNgrxc5SZQlFB4k2KPDUT1miui > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tGp9TitmJweGlLGD8bRuAcliESKTMxIz { top:16.65625rem;left:9.5rem;width:8.6875rem;height:6.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv7LAtdhyWmZdhdB5F7yK1hb7OZDNFLW { display:block; }
 }@media only screen and (max-width: 763px) { #lUbEoCDl4L3IPxDogc2alOFbTXWIGBmz { width:11.0625rem;height:2.2rem;top:5.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RGQ4f7t6pH1AiFgAHKaEIaCKhzZAH0l7 { width:7.625rem;height:1.95rem;top:7.3874995708463rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u1sPCFFE0BlkXb3BXCsmtayf3TZ4R5h5 { width:12.9373125rem;height:2.6rem;top:9.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HvbmWQHCusFg75AZ8ZhHEQMw6bKKGmFE { top:16.5625rem;left:0rem;width:8.8125rem;height:7.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeLg7L1b93q8wuxx8ZOGNTyC8OVodf5L { display:block; }
 }@media only screen and (max-width: 763px) { #Rtv96TaLF0S1F5llIuGzGJi8Lhs5nwt4 { width:3.81185rem;height:6.0125rem;top:16.1875rem;left:1.9375rem;font-size:4.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QqE1GcTNmBmKGnyQ4ucwlErQ4shd8rne { width:6.9375rem;height:2.6rem;top:16.625rem;left:5.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgNxNTIcq3intF0A6hyUl7VcvMsR2nl { width:3.06206875rem;height:0.73125rem;top:18.8125rem;left:5.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfS3c8KZn9PIgcLFgvd21LfTrciGdDU1 { width:2.74956875rem;height:1.1rem;top:19.5625rem;left:5.75rem;font-size:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A5GSKHCsG5BWQATA1kUaSd2X4OTnJCJ3 { width:2.3125rem;height:2.6rem;top:16.625rem;left:0.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWiLP6iSygTxeLz91swEXi2LkzR9ewc8 { width:8.186875rem;height:1.54375rem;top:21.4375rem;left:0.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 { display:none; }#r2yeDWQvIe9mRBmTuwwoIZXmeTQWBUT8 > .row .container { width:20rem;height:44.375rem;background-color:#0c077c;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3 { width:20rem;height:14.6875rem;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(34,71,171,0.99);background-image:url("https://images.assets-landingi.com/uc/c69edb82-2c97-4489-a5fa-84f8ac26f6c4/download4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3.adaptive-delivery-prevent-bg, #TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3.lazyload, #TQHQIGbd7Np2iQwgbWDTQDDGAbb6hfq3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GaDLZ5FiRZVAdPF5JBaT122dTXEdebvN { width:18.75rem;height:4.46875rem;top:14.6875rem;left:0.625rem;font-size:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbduKlmiwrex0MMwDfZKP1TkorbJPMBe { width:20rem;height:3.8997375rem;top:18.625rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNPy6urQb2KCsilES8DIAnIl0mJ77cUT { width:15.4373125rem;height:2.46961875rem;top:39.871964454651rem;left:2.2808161377907rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Od3GtdwRtZuhDT6DPGWmE9hK9I6gUTuO { width:3.75rem;height:11.21225rem;top:20.864585876465rem;left:5.8736982345581rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hECgTGTiogFMBFoETkTsUuz6MJtKXAnu { width:2.4375rem;height:2.59895625rem;top:24.125rem;left:12.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMrT1aXcQuSLvmhn8cCHt7SfNV8zsL5q { width:5.8125rem;height:1.8684875rem;top:26.4375rem;left:12.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHxBAUxKwFrsCH99Tr6VvgelqWlTyD0b { width:4.49978125rem;height:4.74935rem;top:24.09765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEFfMcJG8TE6Boo7FTuGlTakEwDiwkkc { width:12.5625rem;height:13.25rem;top:4rem;left:3.71875rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;background-color:rgba(0,208,255,0.5);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #vwpGKrdoRNLdPARVQoSO911LKTa1Ckb9 { width:7.0625rem;height:0.75629375rem;top:28.0625rem;left:12.9375rem;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tWPWMTmbRKu96LQiZdHhTpVDDgfZXgnN { width:16.4375rem;height:3.6875rem;top:32.278647422791rem;left:1.7805991768837rem;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;background-color:#04ceff;background-image:none;color:#050d9e;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTTtsRq6oiTksAhVwmsEdToKtx7ENiM { display:block; }
 }@media only screen and (max-width: 763px) { #QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg { display:none; }#QJTDuOrTElAcZ4lCK5T1oryXDnGb60Eg > .row .container { width:20rem;height:32.93359375rem;background-color:#0912a0;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XgROO4dn5GRUGg7AIuIe8D3ftPr6QL3m { width:12.375rem;height:4.94824375rem;top:13.375rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsOqeUdnbblOgFf8mfFbPGCDZfr5CICK { width:14rem;height:12.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6rsfVq4tyWPko4Zrvpr0HraTmzV3dk2 { width:10.75rem;height:3.16796875rem;top:18.3232421875rem;left:1.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSM63FFkA0AeyZ834c1FV61zMRuHCcCm { width:12.3125rem;height:4.375rem;top:23.25rem;left:0.84375rem;font-size:1.25rem;background-color:rgba(0,0,0,0.35);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WfxPWd7a6n6JrLz4ZbhxeZh9trJVyT3C { display:block; }
 }@media only screen and (max-width: 763px) { #VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1 { width:10.875rem;height:28.125rem;top:4.80859375rem;left:9.1875rem;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7876f52d-f62e-49ab-a8d8-da1e95904364/03.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }#VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1.adaptive-delivery-prevent-bg, #VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1.lazyload, #VzO2yl48qGS4lNhKafyfU5mWTmkS4GA1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LOHy4PsWIqwPE47zmNI7JZsrXUyzJN2c { width:9.5625rem;height:1.236325rem;top:28.5732421875rem;left:2.21875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDGURdTVTZza7AsuF3TmTT196S2q9cHo { display:none; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo { border-width: 0; border-radius: 0; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container { width:20rem;height:26.6875rem;background-color:#2229bf;background-image:url("https://images.assets-landingi.com/uc/9adf4384-26c8-400e-a850-4e58088eabaa/Mobile2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container.adaptive-delivery-prevent-bg, #XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container.lazyload, #XDGURdTVTZza7AsuF3TmTT196S2q9cHo > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #mWNS9PAi5DTgSalhtavnL940d0DhcmFC { width:19.8730625rem;height:0.7309rem;top:24.949003338814rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1uVnLERAxoVQqLOgLD8kWpWRd60M1pp { top:19.865451931953rem;left:2.5303819775581rem;width:14.9370625rem;height:3.68706875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGyX3MGui4J9ckF7ixcIfa5dEiTgZdWP { display:block; }
 }@media only screen and (max-width: 763px) { #sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container { background-color: transparent; background-image: none; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container > .video-iframe-container { display: none; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row > .video-iframe-container { display: none; }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .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); }#sE66ZsXpzMvCuTkcCZriMcZ3z5Ivxroh > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMpE8WMSXI2JOeeyy4EqlCMTg6VyOQy9 { width:4.9375rem;height:4.375rem;top:3.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Fby304aBadaAuRUc4DxJ6f66QHwGGe { width:5.0625rem;height:4.4375rem;top:3.34375rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5EeVTA8knhdXTvceslhWfxFUTHWNHzl { width:5.625rem;height:4.3125rem;top:3.40625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF { display:block; }#hPgtg1xAnQEMLqDMWT0p4yPJDzLmKLZF > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAhy1V6RlRpkf6IcbEFDO38i878by6Dh { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y15MFKlFnCuXcyGhMEu4WekL9hFJZ48O { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfCm9WpykVrMiGWJIcAsJGuP9a9pbbob { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #KunHCexRxm15AJbQop7FlLbneGWCJaJI { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz { background-color:#050d9e;background-image:url("https://images.assets-landingi.com/uc/c0564df8-916c-4061-b8d8-4ca42a8330ea/divider.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.adaptive-delivery-prevent-bg, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyload, #WstBkxfCS531uE1nVDeoX3wmT3DAvFWz.lazyloading { background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { background-color: transparent; background-image: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row > .video-iframe-container { display: none; }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .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); }#WstBkxfCS531uE1nVDeoX3wmT3DAvFWz > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ { display:block; }#JrqUwPWhdIWHXh3Qci5BrvUUy8T5G4rQ > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhhgJmoP0aengWtAVwbl8b7VP38OvWiA { width:18.5rem;height:13.75rem;top:11.93359375rem;left:1.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KUL6n7HuNQWFGgD4QFtdGnXdPErLRTRO { width:2.5rem;height:0;top:10.18359375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTtwVGZM5zivUgl87SZIsa3ygZRNEeuH { width:20rem;height:2.75rem;top:1.49609375rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lqhQQDtsUGMrXc2MFEc7aRqduT55zdaT { width:20rem;height:4.375rem;top:6.30859375rem;left:0rem;font-size:4.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F8MTEEzGFyLe6PW7broHRZbZ6hogWAtJ { width:14.4375rem;height:3.75rem;top:29.8076171875rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fr9cfU3WM4xDBVrExWGhnGLiTFbFn8y5 { display:block; }
 }@media only screen and (max-width: 763px) { #ThlTcpCUcNi0zs6xUnu7V38gyfezukys { width:9.3125rem;height:15.4375rem;top:27.05859375rem;left:12.3984375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ttpleUAOkUyuhFRfQQXWi40hImHmAJ3S { width:2.5rem;height:16.25rem;top:12.05859375rem;left:0rem;font-size:1.25rem;z-index:15005;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv { display:block; }#L8EzouOdxFKspx9kpGUMFUe9pQ5kZBGv > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpmeXk89oo9IbBVqNW5EEluyh8WIFW2m { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrP48nOx54kysD9zqkkcL5LpRHCN8Vge { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMz9uqleNVbO7UXSsMRzMU42dqMc6hAK { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6GaEenfSHNsJnmzX7LTzANdoFVdeTGE { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection { display:block; } #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection *:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="text"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="email"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection input[type="tel"]:focus-visible, #oDuuaHzUCslimHuMU6i6bXdcp8JZwwGx.widget-smartsection textarea:focus-visible { outline: none; } #rAMQy8hVTSIGT3XRtShD6o2RP9kwnEqR > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS { background-color:#04ceff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { background-color: transparent; background-image: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { display: none; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .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); }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { border-width: 0; border-radius: 0; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXWxiGBcOU9S5a4D4u7NG5ehTrLCqkhS > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7uObxp5myG3Ja4hUf80xv2hTJQmhdi1 { width:20rem;height:7.5rem;top:1.357421875rem;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) { #fEqwpdhp3XoRfG8GSSUuHFIRFBXdKWMD { width:18.5rem;height:4.375rem;top:11.607421875rem;left:0.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #ddff00;border-left:0.125rem solid #ddff00;border-right:0.125rem solid #ddff00;border-bottom:0.125rem solid #ddff00;box-shadow: none;background-color:transparent;background-image:none;color:#050d9e;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3x3DTV27lMrfVaPnPsJUd7Fg8LXDqPC { display:block; }
 }@media only screen and (max-width: 763px) { #XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI { display:block; }#XQi3IzfBkvFDCktEktwNTqUSA7U5H3EI > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QEkQAfBVTMmSxwJyXe2U0lqWRKRbEtzP { width:6.875rem;height:2.375rem;top:3.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcahVQUNzcS1xuerG86s6hmUbWayzL9s { width:2rem;height:2rem;top:9.65625rem;left:9rem;display:block; }
#BcahVQUNzcS1xuerG86s6hmUbWayzL9s > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #kDk07kyVBfTM3kUw3HvVT2G3hTpWfQ84 { width:6.5625rem;height:1.1684rem;top:8.17578125rem;left:6.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JO2eeABXh8kD171CbdIlg1J9fTlFwJln { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JO2eeABXh8kD171CbdIlg1J9fTlFwJln > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8wtt6V5sqDZEK1CfRJcH5TR3THNT9wr { width:6.875rem;height:2.0625rem;top:0.41796875rem;left:13.125rem;font-size:0.75rem;border-top:0.125rem solid #ddff00;border-left:0.125rem solid #ddff00;border-right:0.125rem solid #ddff00;border-bottom:0.125rem solid #ddff00;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s85WVeB6T69roQvwTvNASgSWQ3Wf1EVi { display:block; }
 }@media only screen and (max-width: 763px) { #eqL2IwwTuezKHpeVgySFheRsGTKsbJ1l { width:11.625rem;height:0.6875rem;top:1.0625rem;left:1.625rem;font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F6bUADhGP0SZTJOMyy6Vnq8SJHZRredy { width:0.4375rem;height:0.4375rem;top:0.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT5297pGsMTFBg8U6UBNsgvi2p6c8fV { top:0.8125rem;left:0.3125rem;width:1rem;height:1rem;z-index:15006;display:block; }
 }