.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:0,122,255;--color-primary-1:34,41,191;--color-primary-2:34,71,171;--color-primary-3:5,13,158;--color-primary-4:12,7,124;--color-secondary-0:205,245,255;--color-secondary-1:104,226,255;--color-secondary-2:4,206,255;--color-secondary-3:0,208,255;--color-secondary-4:1,41,51;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Bebas Neue";--paragraphs-font-family:"Bebas Neue"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-3),1);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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:rgba(var(--color-primary-3),1);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; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { border-width: 0; border-radius: 0; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;overflow:visible;position:relative;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { 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.71875rem;left:0rem;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
#pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:4.75rem;left:32.125rem;height:1.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:4.71875rem;left:30.875rem; }
#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za { background-color:rgba(var(--color-primary-4),0.37);background-image:url("https://images.assets-landingi.com/uc/da214b48-d0d3-4d99-8513-82d6a0cb375a/download39.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:block; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za.adaptive-delivery-prevent-bg, #zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za.lazyload, #zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za.lazyloading { background-image: none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container { background-color: transparent; background-image: none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container > .video-iframe-container { display: none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row > .video-iframe-container { display: none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .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); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container { border-width: 0; border-radius: 0; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .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; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;overflow:visible;position:relative;display:block; }#weOXrN4eToXrH920zt7dXMbi2sGrcJxW { color:rgba(var(--color-tertiary-0),1);display:block;width:41.186rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:27.124567508697rem;left:2.3090286254883rem;height:0.82465rem;font-style:normal;display:none; }
#zBoJu5OTNAcyFHBSZGvz0nzuMHd0Cfgu { color:rgba(var(--color-tertiary-3),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.1;letter-spacing:0;top:41.555208683014rem;left:20.373958587646rem;height:0;font-style:normal;display:none; }
#XEqIb0ZPVI67GPvw4vCifkk3gsMLFIwo { background-color:#00abf8;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:rgba(var(--color-tertiary-0),1);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:24.5625rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.6142578125rem;left:2.375rem;display:block; }
#pRuTX9V1z5rCWyTwiePo1Wz2MDCTLNIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnPqN5QsDy46hTpcH9F656oeK8SZmb7e { box-sizing:content-box;height:21rem;width:24.6875rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e242fa11-497d-468d-b6b5-ed337881bfe6/whatsappimage20260318at0925412169baa3e5ab132.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:2.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#dnPqN5QsDy46hTpcH9F656oeK8SZmb7e.adaptive-delivery-prevent-bg, #dnPqN5QsDy46hTpcH9F656oeK8SZmb7e.lazyload, #dnPqN5QsDy46hTpcH9F656oeK8SZmb7e.lazyloading { background-image: none; }
#dDhhSQzMOivEuptEgpqCal67ptDGDwAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row .container { background-color: transparent; background-image: none; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row .container > .video-iframe-container { display: none; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row > .video-iframe-container { display: none; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .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); }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row .container { border-width: 0; border-radius: 0; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#CdpB4niOd34GqtxQkUUVO8CeCmJmpDEp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249375rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:5.830078125rem;left:56.250001907349rem;height:7.4238125rem;display:block; }
#LkXLzVT4rfcSB9E1GW3Fgkr471TOr5lS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2495625rem;position:absolute;font-family:"bebas neue";font-size:3.4375rem;font-weight:normal;z-index:15010;line-height:.9;letter-spacing:0;top:13.185766220092rem;left:56.250001907349rem;height:3.09375rem;display:block; }
#zd31CnwgW9UrA9xrRM2FbZmIK1vJaKnR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.811625rem;position:absolute;font-family:"bebas neue";font-size:2.8125rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:13.185766220092rem;left:18.750001907349rem;height:5.0625rem;display:block; }
#wx2SkqpmOMEMq03f7UwS7stItaKkMmCw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:"bebas neue";font-size:8.4375rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:6.1875rem;left:18.75rem;height:7.59375rem;display:block; }
#nKpmx2natP2OMTTRiheqDrq7G27iZWhS { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:3.4375rem;font-weight:normal;z-index:15011;line-height:.9;letter-spacing:0;top:6.1875rem;left:37.5rem;height:3.09375rem;display:block; }
#EADquqcnPBJAwJueEaMd66QxHdhyeo4D { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:9.1872863769531rem;left:37.500001907349rem;height:7.423825rem;display:block; }
#dwwEukQpypVlxcu5uNdVKD6TCT4kmIJp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:3rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:6.1875rem;left:0rem;height:2.70019375rem;display:block; }
#d4N6cpUXoVU3LwlakFzw56ILmLPv2lIK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:"bebas neue";font-size:4.125rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:9.1875rem;left:0rem;height:11.135725rem;display:block; }
#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row .container { background-color: transparent; background-image: none; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row .container > .video-iframe-container { display: none; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row > .video-iframe-container { display: none; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .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); }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row .container { border-width: 0; border-radius: 0; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#dwxF6CBLWMRvtEiPlivpRpN6ksosBkX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;top:1.568359375rem;left:12.8125rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#ILiL1gMvl0wqKABsQcPopJ1D4VpdUXC5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:1.21875rem;left:10.875rem; }
#H4M9Gga28raDQFHlKm87d45fbA3ki3eT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row .container { background-color: transparent; background-image: none; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row .container > .video-iframe-container { display: none; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row > .video-iframe-container { display: none; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .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); }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row .container { border-width: 0; border-radius: 0; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#KyaPVEsatMoAgXn4BCd1txUKZHxI0G6T { color:rgba(var(--color-primary-4),1);display:block;width:32.8739375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:3.5598955154419rem;left:21.059898376465rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e4e4;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; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row .container { background-color: transparent; background-image: none; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row .container > .video-iframe-container { display: none; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row > .video-iframe-container { display: none; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .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); }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row .container { border-width: 0; border-radius: 0; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#BH0gDQdrIMVNL1NIa0Xv3M1Kb5VuI7ox { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);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; }#BH0gDQdrIMVNL1NIa0Xv3M1Kb5VuI7ox.adaptive-delivery-prevent-bg, #BH0gDQdrIMVNL1NIa0Xv3M1Kb5VuI7ox.lazyload, #BH0gDQdrIMVNL1NIa0Xv3M1Kb5VuI7ox.lazyloading { background-image: none; }
#yyv1z1sRidQTw8Ezw7DCrqwfeU9vpFwt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),1);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; }#yyv1z1sRidQTw8Ezw7DCrqwfeU9vpFwt.adaptive-delivery-prevent-bg, #yyv1z1sRidQTw8Ezw7DCrqwfeU9vpFwt.lazyload, #yyv1z1sRidQTw8Ezw7DCrqwfeU9vpFwt.lazyloading { background-image: none; }
#vzewq8bUXWrc5CplSAFtoSz87ZRkxDhD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);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; }#vzewq8bUXWrc5CplSAFtoSz87ZRkxDhD.adaptive-delivery-prevent-bg, #vzewq8bUXWrc5CplSAFtoSz87ZRkxDhD.lazyload, #vzewq8bUXWrc5CplSAFtoSz87ZRkxDhD.lazyloading { background-image: none; }
#DH1rw8nPzPo87JCG3lXgi0mVSqg44MmJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);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; }#DH1rw8nPzPo87JCG3lXgi0mVSqg44MmJ.adaptive-delivery-prevent-bg, #DH1rw8nPzPo87JCG3lXgi0mVSqg44MmJ.lazyload, #DH1rw8nPzPo87JCG3lXgi0mVSqg44MmJ.lazyloading { background-image: none; }
#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh { background-color:#e4e4e4;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; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row .container { background-color: transparent; background-image: none; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row .container > .video-iframe-container { display: none; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row > .video-iframe-container { display: none; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .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); }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row .container { border-width: 0; border-radius: 0; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;overflow:visible;position:relative;display:block; }#vXbCOe7D1cAtT2283GKFKCNkdTDpmyXH { z-index:15004;top:5.75rem;left:26.1875rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bebas neue";font-size:2.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:6rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KJBGgoFRE3fJTSo3vLeJKfNClMMC2fon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK { position:relative;display:block; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK { background-color: transparent; background-image: none; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row .container > .video-iframe-container { display: none; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row > .video-iframe-container { display: none; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .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); }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK { border-width: 0; border-radius: 0; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#krN7bPZMLLxxZ8KzO5dGXH05z8wC93FW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:17rem;left:0rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHfUmOMrGATtCmSQPaQ3Uw9rNvldRd8z { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:16.999786376953rem;left:21.216363906861rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXXUQTAFvg4KyFLF1bfgCQ13ZZJPTIOy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.125rem;left:41.125rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WfXHMBkHxK2Dr2eNK2HrZc6ShxsQQAMs { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.937149047851rem;left:57.749998092651rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W53TV2uBmBEzJCp6IzKg1NckJKgvp3pR { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.375rem;left:3.5625rem;display:block; }
#RJmHfxh5o4DkJ4T7BNJPeOEbM09iLxrf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.125rem;left:5.3125rem; }
#Emc50gcLlSN9EbWgTTIHu4CeJPS8MTop { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.125rem;left:24.75rem;display:block; }
#zf2fRo4rzMbK40doDswmdB2icOmWWiyL { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.25rem;left:44.6875rem;display:block; }
#FI3R6pbfp3tNQJcFlhv4NF5fPL62MMIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.125rem;left:46.5rem; }
#fFOmU0l5zAFdnm9yM3dLnF811udMvRBw { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.125rem;left:62.9375rem;display:block; }
#iVgKWo92risicLFhz0hITIhXdrUmTHSI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:8.75rem;left:64.5625rem; }
#XH5BG5pvv7O2DhrbdMCk3vUiPETt56gH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.4055438041687rem;left:26.027166366577rem; }
#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 { position:relative;display:block; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 { background-color: transparent; background-image: none; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row .container > .video-iframe-container { display: none; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row > .video-iframe-container { display: none; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .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); }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 { border-width: 0; border-radius: 0; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZF9LUr0IAuP4nJXM1NuPGgmO1wCrTXC8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:13.5rem;left:0.125rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9NISeAqtGHHPoh5wX416QNHhrCzHmIk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9370625rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:13.5625rem;left:41.5625rem;height:4.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDxnFR8wIsU1GxoATDMC1ZniFihDzhtK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:13.498756408691rem;left:21.779119491577rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBXBbZFuZNafq8tOMQ3XmSNHxaoKfnr3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:13.4375rem;left:57.375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G27XGP0QRH2ThGNbNzKhSheaxmHbCiCn { background-color:rgba(var(--color-secondary-2),1);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: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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.499375rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.9970703125rem;left:28.248046875rem;display:block; }
#W9URNBtdp4AcFpl0RU0dhT1cVl0cDLy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxBP46F3xhO1uIc2J7WfDy5h3J2RyqcV { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.875rem;left:3.6875rem;display:block; }
#RPwHgSHKk6cDVPKtldKqvbDJqE7x22SD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.625rem;left:5.4375rem; }
#CHfWGCfx7JrDVTKgWrZpT93DUStrZStI { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.9375rem;left:45.125rem;display:block; }
#dfLzowcalX8QK3NhOBD55ObTO0TXTNqV { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4rem;left:25.1875rem;display:block; }
#VLq8OyFGvPtbLPlOJR1O02kkShHyCHmN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562325rem;width:4.562325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:5.5291194915771rem;left:26.841264724731rem; }
#PuSE9bOFA39s61NKXeTf8qfbO7GZsy5C { box-sizing:content-box;height:7.875rem;width:7.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.875rem;left:62.25rem;display:block; }
#xMAnZFhX5T39kDb9tRZDr4wNxxvZzfHn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:5.5rem;left:63.875rem; }
#SWPq53ZFCKfuV1wJoaKzhPw1wvNQ01xP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12435rem;width:4.12435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:5.8125rem;left:46.9375rem; }
#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 { background-color:rgba(var(--color-tertiary-0),1);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; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row .container { background-color: transparent; background-image: none; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row .container > .video-iframe-container { display: none; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row > .video-iframe-container { display: none; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .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); }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row .container { border-width: 0; border-radius: 0; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#z0e8Zzmio7yePbfmIwDetpeua3cPxmlM { color:rgba(var(--color-primary-2),1);display:block;width:50.68625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.9360618591309rem;left:10.185546875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPx5I26x2yXn3mqGxkZidJuTpikWGpn2 { color:rgba(var(--color-primary-0),1);display:block;width:38.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.0625rem;left:15.875rem;height:8.2470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M0ruNvOnNJNp4xLrt7J6lCzKg5kI4ISN { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.24946975708rem;left:25.43678855896rem;display:block; }
#T3SQVsHp7AP1ZvcnRdnC6xyIhxhAP99v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtusnAnFBCxPZBV1eAklSv8EQJspIgJB { 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:15005;opacity:1;top:30.4375rem;left:25.4375rem; }
#zb4h17MgpZKu57UAVH21xNsg85TX2aB4 { 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:33.8743125rem;width:19.8118125rem;top:2.0925068855286rem;left:55.188207626343rem;overflow:hidden;display:block; }
#qyrfwSN0hZx1BangU9hA4uIMNQ1PukCN { z-index:15003;top:20.0625rem;left:24.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c8d5;border-left:0.0625rem solid #00c8d5;border-right:0.0625rem solid #00c8d5;border-bottom:0.0625rem solid #00c8d5;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:#0635c9;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:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.959488625rem;height:3.085051125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n9puPrqe3f5QV8QuPgkJCCTFmLzWpLK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwRs0AFDbKAXPe5lC9Oq17T7kcFc9TEN { z-index:15004;top:20.0625rem;left:34.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c8d5;border-left:0.0625rem solid #00c8d5;border-right:0.0625rem solid #00c8d5;border-bottom:0.0625rem solid #00c8d5;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:#0635c9;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:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.959488625rem;height:3.085051125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bgX3p7bBnMx0FN1U2TxS58nT9TFNr5md { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BkV92GqdQv93PHhus4niPhzbpvDf7lER { z-index:15005;top:20.0625rem;left:13.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c8d5;border-left:0.0625rem solid #00c8d5;border-right:0.0625rem solid #00c8d5;border-bottom:0.0625rem solid #00c8d5;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:#0635c9;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:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.948863625rem;height:3.073507375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fp740kJD9DN5ton8BJwpDMCw0tVJW9Gh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxbbnDkfaOdOPy7dwezicfS5XTe6go16 { z-index:15004;top:20.0625rem;left:45.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c8d5;border-left:0.0625rem solid #00c8d5;border-right:0.0625rem solid #00c8d5;border-bottom:0.0625rem solid #00c8d5;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:#0635c9;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:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.948863625rem;height:3.073507375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RPH6sEx3ZhUL9BqS5u4mDJq3I3tsv9oM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQVmS5rMPMdmLiOGqEk2mmS4JCXvRGid { z-index:15006;top:24.75rem;left:42.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c8d5;border-left:0.0625rem solid #00c8d5;border-right:0.0625rem solid #00c8d5;border-bottom:0.0625rem solid #00c8d5;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:#0635c9;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:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.948863625rem;height:3.073507375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tcahhPQfri69tTyWGf1exF5w4rKXSmIf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzzIrsKSIk7R4PVu5GKNVlbF9Rp2eo8K { z-index:15007;top:24.75rem;left:21.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c8d5;border-left:0.0625rem solid #00c8d5;border-right:0.0625rem solid #00c8d5;border-bottom:0.0625rem solid #00c8d5;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:#0635c9;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:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.948863625rem;height:3.073507375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qcnQdPTQIDJ7DU5uHZUetkD2QGZlxpyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eto6FVn9NtWeFGJCvqzchofcJCSuNFQ2 { z-index:15008;top:24.75rem;left:31.8125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c8d5;border-left:0.0625rem solid #00c8d5;border-right:0.0625rem solid #00c8d5;border-bottom:0.0625rem solid #00c8d5;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:#0635c9;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:italic;line-height:1.3;overflow:hidden;position:absolute;width:8.948863625rem;height:3.073507375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X3Sh0yN4dEtrsdcAaNCTQ4sme0co7R8l { 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:rgba(var(--color-primary-3),1);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:rgba(var(--color-tertiary-0),1);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; }
#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR { background-color: transparent; background-image: none; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row .container > .video-iframe-container { display: none; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row > .video-iframe-container { display: none; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .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); }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR { border-width: 0; border-radius: 0; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rgda3TkqFDr5nEuck49FD0tBl2g1COw1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:65.1875rem;display:block; }
#eS3HtH9hCLbcI0ZUhVWkl2tx9hMAdP0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KceH50HqV1d5IG4l34U2Aq6ZdGTNp47M { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#ES36MPqA8TdPpHrw8Ptd5TQlaCdpIQC4 { background-color:#25d366;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#NZp05Cpaz6xnCnu3Sas2R5hRkOC91Z2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsx28Wb5HZuFXwCQT4KUqlC59g6yms8V { background-color:transparent;background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#JoBBuQyF8OiLmBTXJCKSHZSl6AKZRRC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:14rem;height:5.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { width:42.875rem;height:1.375rem;top:4.75rem;left:4.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { width:1.4375rem;height:1.4375rem;top:4.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za { display:none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #weOXrN4eToXrH920zt7dXMbi2sGrcJxW { width:41.125rem;height:0.8125rem;top:27.0625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBoJu5OTNAcyFHBSZGvz0nzuMHd0Cfgu { width:47.75rem;height:0.8125rem;top:41.5rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEqIb0ZPVI67GPvw4vCifkk3gsMLFIwo { width:24.5625rem;height:5rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRuTX9V1z5rCWyTwiePo1Wz2MDCTLNIq { display:block; }
 }@media only screen and (max-width: 763px) { #dnPqN5QsDy46hTpcH9F656oeK8SZmb7e { width:24.6875rem;height:21rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDhhSQzMOivEuptEgpqCal67ptDGDwAA { display:block; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdpB4niOd34GqtxQkUUVO8CeCmJmpDEp { width:12.1875rem;height:7.375rem;top:5.8125rem;left:35.5625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkXLzVT4rfcSB9E1GW3Fgkr471TOr5lS { width:10.1875rem;height:3.0625rem;top:13.125rem;left:35.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd31CnwgW9UrA9xrRM2FbZmIK1vJaKnR { width:15.75rem;height:2.5rem;top:13.125rem;left:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2SkqpmOMEMq03f7UwS7stItaKkMmCw { width:13.75rem;height:7.5625rem;top:6.1875rem;left:10.125rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKpmx2natP2OMTTRiheqDrq7G27iZWhS { width:10.1875rem;height:3.0625rem;top:6.1875rem;left:23.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADquqcnPBJAwJueEaMd66QxHdhyeo4D { width:14rem;height:7.4375rem;top:9.125rem;left:23.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwEukQpypVlxcu5uNdVKD6TCT4kmIJp { width:10.1875rem;height:2.6875rem;top:6.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4N6cpUXoVU3LwlakFzw56ILmLPv2lIK { width:10.1875rem;height:7.375rem;top:9.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD { display:block; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwxF6CBLWMRvtEiPlivpRpN6ksosBkX9 { width:47.75rem;height:1.75rem;top:1.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILiL1gMvl0wqKABsQcPopJ1D4VpdUXC5 { width:2rem;height:2rem;top:1.1875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4M9Gga28raDQFHlKm87d45fbA3ki3eT { display:block; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyaPVEsatMoAgXn4BCd1txUKZHxI0G6T { width:32.8125rem;height:4rem;top:3.5rem;left:7.434898376465rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE { display:block; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH0gDQdrIMVNL1NIa0Xv3M1Kb5VuI7ox { width:18.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyv1z1sRidQTw8Ezw7DCrqwfeU9vpFwt { width:18.75rem;height:18.75rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzewq8bUXWrc5CplSAFtoSz87ZRkxDhD { width:18.75rem;height:18.75rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1rw8nPzPo87JCG3lXgi0mVSqg44MmJ { width:18.75rem;height:18.75rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh { display:block; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXbCOe7D1cAtT2283GKFKCNkdTDpmyXH { top:5.75rem;left:12.5625rem;width:22.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJBGgoFRE3fJTSo3vLeJKfNClMMC2fon { display:block; }
 }@media only screen and (max-width: 763px) { #VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK { display:block; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krN7bPZMLLxxZ8KzO5dGXH05z8wC93FW { width:14.875rem;height:3.125rem;top:17rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHfUmOMrGATtCmSQPaQ3Uw9rNvldRd8z { width:14.875rem;height:3.125rem;top:16.9375rem;left:7.5913639068606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXXUQTAFvg4KyFLF1bfgCQ13ZZJPTIOy { width:14.875rem;height:3.1875rem;top:17.125rem;left:27.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXHMBkHxK2Dr2eNK2HrZc6ShxsQQAMs { width:17rem;height:3.1875rem;top:16.875rem;left:30.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W53TV2uBmBEzJCp6IzKg1NckJKgvp3pR { width:7.8125rem;height:7.8125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmHfxh5o4DkJ4T7BNJPeOEbM09iLxrf { width:4.25rem;height:4.25rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emc50gcLlSN9EbWgTTIHu4CeJPS8MTop { width:7.8125rem;height:7.8125rem;top:7.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf2fRo4rzMbK40doDswmdB2icOmWWiyL { width:7.8125rem;height:7.8125rem;top:7.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI3R6pbfp3tNQJcFlhv4NF5fPL62MMIq { width:4.0625rem;height:4.0625rem;top:9.125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFOmU0l5zAFdnm9yM3dLnF811udMvRBw { width:7.8125rem;height:7.8125rem;top:7.125rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVgKWo92risicLFhz0hITIhXdrUmTHSI { width:4.5625rem;height:4.5625rem;top:8.75rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH5BG5pvv7O2DhrbdMCk3vUiPETt56gH { width:5.3125rem;height:5.3125rem;top:8.375rem;left:12.402166366577rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 { display:block; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZF9LUr0IAuP4nJXM1NuPGgmO1wCrTXC8 { width:16.125rem;height:3.125rem;top:13.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9NISeAqtGHHPoh5wX416QNHhrCzHmIk { width:14.875rem;height:3.125rem;top:13.5625rem;left:27.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDxnFR8wIsU1GxoATDMC1ZniFihDzhtK { width:14.6875rem;height:3.125rem;top:13.4375rem;left:8.1541194915769rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBXBbZFuZNafq8tOMQ3XmSNHxaoKfnr3 { width:17.625rem;height:3.125rem;top:13.4375rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G27XGP0QRH2ThGNbNzKhSheaxmHbCiCn { width:18.4375rem;height:4.375rem;top:23.9375rem;left:14.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9URNBtdp4AcFpl0RU0dhT1cVl0cDLy3 { display:block; }
 }@media only screen and (max-width: 763px) { #qxBP46F3xhO1uIc2J7WfDy5h3J2RyqcV { width:7.8125rem;height:7.8125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPwHgSHKk6cDVPKtldKqvbDJqE7x22SD { width:4.25rem;height:4.25rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfWGCfx7JrDVTKgWrZpT93DUStrZStI { width:7.8125rem;height:7.8125rem;top:3.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfLzowcalX8QK3NhOBD55ObTO0TXTNqV { width:7.8125rem;height:7.8125rem;top:4rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLq8OyFGvPtbLPlOJR1O02kkShHyCHmN { width:4.5rem;height:4.5rem;top:5.5rem;left:13.216264724731rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuSE9bOFA39s61NKXeTf8qfbO7GZsy5C { width:7.8125rem;height:7.8125rem;top:3.875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMAnZFhX5T39kDb9tRZDr4wNxxvZzfHn { width:4.5625rem;height:4.5625rem;top:5.5rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWPq53ZFCKfuV1wJoaKzhPw1wvNQ01xP { width:4.0625rem;height:4.0625rem;top:5.8125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 { display:block; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0e8Zzmio7yePbfmIwDetpeua3cPxmlM { width:47.75rem;height:3.4375rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPx5I26x2yXn3mqGxkZidJuTpikWGpn2 { width:38.1875rem;height:8.1875rem;top:9.0625rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0ruNvOnNJNp4xLrt7J6lCzKg5kI4ISN { width:20.1875rem;height:3.4375rem;top:30.1875rem;left:11.81178855896rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SQVsHp7AP1ZvcnRdnC6xyIhxhAP99v { display:block; }
 }@media only screen and (max-width: 763px) { #TtusnAnFBCxPZBV1eAklSv8EQJspIgJB { width:3.125rem;height:3.125rem;top:30.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb4h17MgpZKu57UAVH21xNsg85TX2aB4 { width:19.75rem;height:33.76862525198rem;top:2.0625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyrfwSN0hZx1BangU9hA4uIMNQ1PukCN { top:20.0625rem;left:10.4375rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9puPrqe3f5QV8QuPgkJCCTFmLzWpLK1 { display:block; }
 }@media only screen and (max-width: 763px) { #DwRs0AFDbKAXPe5lC9Oq17T7kcFc9TEN { top:20.0625rem;left:20.9375rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgX3p7bBnMx0FN1U2TxS58nT9TFNr5md { display:block; }
 }@media only screen and (max-width: 763px) { #BkV92GqdQv93PHhus4niPhzbpvDf7lER { top:20.0625rem;left:0rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp740kJD9DN5ton8BJwpDMCw0tVJW9Gh { display:block; }
 }@media only screen and (max-width: 763px) { #sxbbnDkfaOdOPy7dwezicfS5XTe6go16 { top:20.0625rem;left:31.625rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPH6sEx3ZhUL9BqS5u4mDJq3I3tsv9oM { display:block; }
 }@media only screen and (max-width: 763px) { #CQVmS5rMPMdmLiOGqEk2mmS4JCXvRGid { top:24.75rem;left:28.75rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcahhPQfri69tTyWGf1exF5w4rKXSmIf { display:block; }
 }@media only screen and (max-width: 763px) { #nzzIrsKSIk7R4PVu5GKNVlbF9Rp2eo8K { top:24.75rem;left:7.5rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnQdPTQIDJ7DU5uHZUetkD2QGZlxpyB { display:block; }
 }@media only screen and (max-width: 763px) { #Eto6FVn9NtWeFGJCvqzchofcJCSuNFQ2 { top:24.75rem;left:18.1875rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Sh0yN4dEtrsdcAaNCTQ4sme0co7R8l { 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) { #qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR { display:block; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgda3TkqFDr5nEuck49FD0tBl2g1COw1 { width:5.125rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS3HtH9hCLbcI0ZUhVWkl2tx9hMAdP0W { display:block; }
 }@media only screen and (max-width: 763px) { #KceH50HqV1d5IG4l34U2Aq6ZdGTNp47M { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES36MPqA8TdPpHrw8Ptd5TQlaCdpIQC4 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZp05Cpaz6xnCnu3Sas2R5hRkOC91Z2m { display:block; }
 }@media only screen and (max-width: 763px) { #wsx28Wb5HZuFXwCQT4KUqlC59g6yms8V { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoBBuQyF8OiLmBTXJCKSHZSl6AKZRRC4 { display:block; }
 }@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) { #ygnMC38BU67Ffktqbae24qEtLbE5413T { background-color:#050d9e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { background-color: transparent; background-image: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row > .video-iframe-container { display: none; }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .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); }#ygnMC38BU67Ffktqbae24qEtLbE5413T > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp { width:7.125rem;height:2.375rem;top:1.625rem;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 !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.adaptive-delivery-prevent-bg, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyload, #SzXDfI27WZZDsF8DV1qVTpkGTBKtFIQp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pchFxaS4aokHWzBEOelZ25V0JyfcGAZn { width:11.9375rem;height:1.51171875rem;top:2.3125rem;left:8.0625rem;font-size:0.6875rem;font-weight:300;font-style:normal;text-align:right;text-align-last:right;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #wIDUmkSIcOd3VrOgCTtmfzAiE3V68d66 { width:0.875rem;height:0.875rem;top:1.125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za { display:block; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za { background-color: transparent; background-image: none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container > .video-iframe-container { display: none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row > .video-iframe-container { display: none; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .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); }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za { border-width: 0; border-radius: 0; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .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; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container { width:20rem;height:27.75rem;background-color:#3155a6;background-image:url("https://images.assets-landingi.com/uc/da214b48-d0d3-4d99-8513-82d6a0cb375a/download39.webp");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container.adaptive-delivery-prevent-bg, #zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container.lazyload, #zfEru7sdhvEXcWtNtNuX4JwFX3XV79Za > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #weOXrN4eToXrH920zt7dXMbi2sGrcJxW { width:20rem;height:0;top:25.0625rem;left:0rem;font-size:0.5625rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zBoJu5OTNAcyFHBSZGvz0nzuMHd0Cfgu { width:18.375rem;height:1.09895625rem;top:17.9296875rem;left:0rem;font-size:0.5rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XEqIb0ZPVI67GPvw4vCifkk3gsMLFIwo { width:14.9375rem;height:3.8125rem;top:21.5625rem;left:2.53125rem;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:#0cb5f3;background-image:none;color:#ffffff;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRuTX9V1z5rCWyTwiePo1Wz2MDCTLNIq { display:block; }
 }@media only screen and (max-width: 763px) { #dnPqN5QsDy46hTpcH9F656oeK8SZmb7e { width:20rem;height:9.375rem;top:12.1875rem;left:0rem;background-color:#3155a6;background-image:url("https://images.assets-landingi.com/uc/e242fa11-497d-468d-b6b5-ed337881bfe6/whatsappimage20260318at0925412169baa3e5ab132.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#dnPqN5QsDy46hTpcH9F656oeK8SZmb7e.adaptive-delivery-prevent-bg, #dnPqN5QsDy46hTpcH9F656oeK8SZmb7e.lazyload, #dnPqN5QsDy46hTpcH9F656oeK8SZmb7e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dDhhSQzMOivEuptEgpqCal67ptDGDwAA { display:block; }#dDhhSQzMOivEuptEgpqCal67ptDGDwAA > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdpB4niOd34GqtxQkUUVO8CeCmJmpDEp { width:7.25rem;height:4.1625rem;top:11.375rem;left:1.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkXLzVT4rfcSB9E1GW3Fgkr471TOr5lS { width:5rem;height:2.025rem;top:15.5625rem;left:1.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd31CnwgW9UrA9xrRM2FbZmIK1vJaKnR { width:7.5rem;height:2.69921875rem;top:6.125rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx2SkqpmOMEMq03f7UwS7stItaKkMmCw { width:7.5rem;height:3.76875rem;top:2.4375rem;left:10.6875rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKpmx2natP2OMTTRiheqDrq7G27iZWhS { width:6.125rem;height:1.85625rem;top:11.375rem;left:11.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EADquqcnPBJAwJueEaMd66QxHdhyeo4D { width:6.75rem;height:4.2734375rem;top:13.125rem;left:11.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwwEukQpypVlxcu5uNdVKD6TCT4kmIJp { width:7.25rem;height:1.63125rem;top:2.4375rem;left:1.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4N6cpUXoVU3LwlakFzw56ILmLPv2lIK { width:7.5rem;height:4.7246125rem;top:4.25rem;left:1.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD { display:block; }#CFeSAA6LH4gohbDnqHWvix2l6JkHTNTD > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwxF6CBLWMRvtEiPlivpRpN6ksosBkX9 { width:18.6875rem;height:7.6113125rem;top:4.6875rem;left:0.65625rem;font-size:1.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ILiL1gMvl0wqKABsQcPopJ1D4VpdUXC5 { display:flex;width:2rem;height:2rem;top:1.748046875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #H4M9Gga28raDQFHlKm87d45fbA3ki3eT { display:block; }#H4M9Gga28raDQFHlKm87d45fbA3ki3eT > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyaPVEsatMoAgXn4BCd1txUKZHxI0G6T { width:20rem;height:2.1875rem;top:2.125rem;left:0rem;font-size:2.1875rem;color:#050d9e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE { display:block; }#X5rwmk1JTKJAOgEEEyyKzpFKOoVXHfAE > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH0gDQdrIMVNL1NIa0Xv3M1Kb5VuI7ox { width:10rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyv1z1sRidQTw8Ezw7DCrqwfeU9vpFwt { width:10rem;height:10rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzewq8bUXWrc5CplSAFtoSz87ZRkxDhD { width:10rem;height:10rem;top:10rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH1rw8nPzPo87JCG3lXgi0mVSqg44MmJ { width:10rem;height:10rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh { display:block; }#VFfc3lpLOKI7BisiiJmOLeT5tbVq8Oeh > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXbCOe7D1cAtT2283GKFKCNkdTDpmyXH { top:3.6875rem;left:1.59375rem;width:16.8125rem;height:5.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJBGgoFRE3fJTSo3vLeJKfNClMMC2fon { display:block; }
 }@media only screen and (max-width: 763px) { #VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK { display:block; }#VQAW4ANKUxXVUcgSRax4xonDhXWGQcOK > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krN7bPZMLLxxZ8KzO5dGXH05z8wC93FW { width:12.4369375rem;height:2.8125rem;top:2.7476921081543rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iHfUmOMrGATtCmSQPaQ3Uw9rNvldRd8z { width:11.4373125rem;height:2.8125rem;top:9.49840259552rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EXXUQTAFvg4KyFLF1bfgCQ13ZZJPTIOy { width:9.9369375rem;height:2.8125rem;top:16.436433851719rem;left:5.6241120100021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfXHMBkHxK2Dr2eNK2HrZc6ShxsQQAMs { width:14.2489375rem;height:2.8125rem;top:22.796530246734rem;left:5.7510651350021rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W53TV2uBmBEzJCp6IzKg1NckJKgvp3pR { width:4.4375rem;height:4.4375rem;top:1.9371337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmHfxh5o4DkJ4T7BNJPeOEbM09iLxrf { display:flex;width:2.875rem;height:2.875rem;top:2.7156963348389rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #Emc50gcLlSN9EbWgTTIHu4CeJPS8MTop { width:4.4375rem;height:4.4375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf2fRo4rzMbK40doDswmdB2icOmWWiyL { width:4.4375rem;height:4.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI3R6pbfp3tNQJcFlhv4NF5fPL62MMIq { display:flex;width:2.875rem;height:2.875rem;top:16.404479980469rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #fFOmU0l5zAFdnm9yM3dLnF811udMvRBw { width:4.4375rem;height:4.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVgKWo92risicLFhz0hITIhXdrUmTHSI { display:flex;width:2.875rem;height:2.875rem;top:23.466811984778rem;left:0.78036212921144rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #XH5BG5pvv7O2DhrbdMCk3vUiPETt56gH { display:flex;width:3.25rem;height:3.25rem;top:9.3119668960569rem;left:0.59303975105286rem;font-size:2.25rem; }
 }@media only screen and (max-width: 763px) { #NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 { display:block; }#NAqlBVJmuCmHLB0Seh0HhTT2ET8LIkT8 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZF9LUr0IAuP4nJXM1NuPGgmO1wCrTXC8 { width:14.2498125rem;height:2.8125rem;top:2.74769115448rem;left:5.7501772642136rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9NISeAqtGHHPoh5wX416QNHhrCzHmIk { width:11.4373125rem;height:2.8125rem;top:9.4975137710569rem;left:5.9312852621079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qDxnFR8wIsU1GxoATDMC1ZniFihDzhtK { width:12.6875rem;height:2.8125rem;top:16.436431884766rem;left:5.9312852621079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LBXBbZFuZNafq8tOMQ3XmSNHxaoKfnr3 { width:13.4375rem;height:2.8125rem;top:23.499644756317rem;left:6.1558946371079rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G27XGP0QRH2ThGNbNzKhSheaxmHbCiCn { width:18.499625rem;height:4.375rem;top:31.93620634079rem;left:0.74928975105287rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9URNBtdp4AcFpl0RU0dhT1cVl0cDLy3 { display:block; }
 }@media only screen and (max-width: 763px) { #qxBP46F3xhO1uIc2J7WfDy5h3J2RyqcV { width:4.4375rem;height:4.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPwHgSHKk6cDVPKtldKqvbDJqE7x22SD { display:flex;width:3.2492875rem;height:3.2492875rem;top:2.5284032821655rem;left:0.74928975105287rem; }
 }@media only screen and (max-width: 763px) { #CHfWGCfx7JrDVTKgWrZpT93DUStrZStI { width:4.4375rem;height:4.4375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfLzowcalX8QK3NhOBD55ObTO0TXTNqV { width:4.4375rem;height:4.4375rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLq8OyFGvPtbLPlOJR1O02kkShHyCHmN { display:flex;width:2.875rem;height:2.875rem;top:16.218039512634rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #PuSE9bOFA39s61NKXeTf8qfbO7GZsy5C { width:4.4375rem;height:4.4375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMAnZFhX5T39kDb9tRZDr4wNxxvZzfHn { display:flex;width:2.875rem;height:2.875rem;top:23.874299049377rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #SWPq53ZFCKfuV1wJoaKzhPw1wvNQ01xP { display:flex;width:2.875rem;height:2.875rem;top:9.2800068855287rem;left:0.74928975105287rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 { display:block; }#NDgJTEOdEyozbTuhdxI0b5SgPOnBfrQ5 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0e8Zzmio7yePbfmIwDetpeua3cPxmlM { width:20rem;height:2rem;top:3.1347661018372rem;left:0rem;font-size:2rem;color:#0635c9;display:block; }
 }@media only screen and (max-width: 763px) { #GPx5I26x2yXn3mqGxkZidJuTpikWGpn2 { width:13.6870625rem;height:4.4970625rem;top:8.2172317504881rem;left:5.4036462903022rem;font-size:0.75rem;color:#808080;display:block; }
 }@media only screen and (max-width: 763px) { #M0ruNvOnNJNp4xLrt7J6lCzKg5kI4ISN { width:19rem;height:3.4375rem;top:28.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3SQVsHp7AP1ZvcnRdnC6xyIhxhAP99v { display:block; }
 }@media only screen and (max-width: 763px) { #TtusnAnFBCxPZBV1eAklSv8EQJspIgJB { display:flex;width:2.43696875rem;height:2.43696875rem;top:29.3125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #zb4h17MgpZKu57UAVH21xNsg85TX2aB4 { width:7.125rem;height:12.625rem;top:5.0538196563721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyrfwSN0hZx1BangU9hA4uIMNQ1PukCN { top:17.676668643951rem;left:7.186611533165rem;width:5.511363625rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9puPrqe3f5QV8QuPgkJCCTFmLzWpLK1 { display:block; }
 }@media only screen and (max-width: 763px) { #DwRs0AFDbKAXPe5lC9Oq17T7kcFc9TEN { top:17.4375rem;left:13.6875rem;width:6.3125rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgX3p7bBnMx0FN1U2TxS58nT9TFNr5md { display:block; }
 }@media only screen and (max-width: 763px) { #BkV92GqdQv93PHhus4niPhzbpvDf7lER { top:17.677556037903rem;left:0.49893462657929rem;width:5.6875rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp740kJD9DN5ton8BJwpDMCw0tVJW9Gh { display:block; }
 }@media only screen and (max-width: 763px) { #sxbbnDkfaOdOPy7dwezicfS5XTe6go16 { top:20.552734375rem;left:0rem;width:7.6875rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPH6sEx3ZhUL9BqS5u4mDJq3I3tsv9oM { display:block; }
 }@media only screen and (max-width: 763px) { #CQVmS5rMPMdmLiOGqEk2mmS4JCXvRGid { top:20.552734375rem;left:8.4345703125rem;width:6.07324375rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcahhPQfri69tTyWGf1exF5w4rKXSmIf { display:block; }
 }@media only screen and (max-width: 763px) { #nzzIrsKSIk7R4PVu5GKNVlbF9Rp2eo8K { top:23.9130859375rem;left:6.775390625rem;width:6.44825rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcnQdPTQIDJ7DU5uHZUetkD2QGZlxpyB { display:block; }
 }@media only screen and (max-width: 763px) { #Eto6FVn9NtWeFGJCvqzchofcJCSuNFQ2 { top:20.552734375rem;left:15rem;width:5rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Sh0yN4dEtrsdcAaNCTQ4sme0co7R8l { 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.1682125rem;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) { #qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR { position:relative;z-index:auto;display:block; }#qZunSi8o2z8dMqdCavLkzhCf4UiIzNuR > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rgda3TkqFDr5nEuck49FD0tBl2g1COw1 { width:3.625rem;height:1.5rem;top:0.5625rem;left:13.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS3HtH9hCLbcI0ZUhVWkl2tx9hMAdP0W { display:block; }
 }@media only screen and (max-width: 763px) { #KceH50HqV1d5IG4l34U2Aq6ZdGTNp47M { width:2.375rem;height:2.375rem;top:0.5625rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ES36MPqA8TdPpHrw8Ptd5TQlaCdpIQC4 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZp05Cpaz6xnCnu3Sas2R5hRkOC91Z2m { display:block; }
 }@media only screen and (max-width: 763px) { #wsx28Wb5HZuFXwCQT4KUqlC59g6yms8V { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoBBuQyF8OiLmBTXJCKSHZSl6AKZRRC4 { display:block; }
 }