.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp > .row > .video-iframe-container { display: none; }#TxX0XHsDNTWe3IdtwQRChdkFsNeKHPpp > .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); }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row .container { background-color: transparent; background-image: none; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row .container > .video-iframe-container { display: none; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row > .video-iframe-container { display: none; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .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); }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row .container { border-width: 0; border-radius: 0; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#Gfz6ShQVvPoElVItR0QrOt1mi5wWoL79 { position:absolute;display:block;z-index:15031;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.8742875rem;width:6.4994375rem;top:0rem;left:0.73774909973144rem;overflow:hidden;display:block; }
#BftmNLUxIec76D7b311rEGwP4PhKTdV8 { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.5625rem;left:45.9375rem;display:block; }
#eTCIwspCpwe8odeXVEaCMJKqKTdnmG1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPlyFLD1wrXqnniGB0GuyOzcZXTvs68u { background-color:#04204c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.5625rem;left:31.875003814698rem;display:block; }
#Gs45lpQ6TrQsUDGMMzomrD7bC4TWlbs0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ay7xfhtJq48QnNihF7uCq9PKml8TcDNk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.0614346265793rem;left:6.9247159957888rem; }
#Kegw3Ntd1tQrw0UArOB2HBSNmpi3aDzi { position:absolute;display:block;z-index:15032;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.125rem;width:11.1875rem;top:0.4375rem;left:7.2354402542112rem;overflow:hidden;display:block; }
#gFtXeuTWDgSuWOcrNVuEwlSFr85uMMXq { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.375rem;left:32.708332061767rem; }
#gQhvQIMNnVnTQQgt4RZx61ahbUKaGmHb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:1.375rem;left:46.833332061767rem; }
#sesIhKxH4r0uGdzT2cSiatNezek0NEdK { background-color:#0e67df;background-image:url("https://images.assets-landingi.com/uc/3a0f44b3-3956-41cc-b503-2e4e9d006bcf/BannerBateria_carroalto.jpg");background-position:top 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK.adaptive-delivery-prevent-bg, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyload, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyloading { background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { background-color: transparent; background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .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); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { border-width: 0; border-radius: 0; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { width:60rem;height:54.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HTmcSdRC0sncfebrZKTVN9gDBacbX6NK { color:#ffffff;display:block;width:36rem;position:absolute;font-family:raleway;font-size:4.25rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:13.373443603516rem;left:2.4953117370606rem;height:14.0234375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zbWrQe1xpDvXOO7HwqSSFeVfJSGXTaeO { color:#fcc100;display:block;width:22.7484375rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.686983108521rem;left:37.251564025879rem;height:4.2252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBvmKLJTy2yUUlUNUcGKrc2qNUZ6z9Js { position:absolute;display:block;z-index:15008;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;box-shadow: none;height:14.9369375rem;width:28.9994375rem;top:12.915482759476rem;left:31.000531196594rem;overflow:hidden;display:block; }
#s8y45WS7wWsueeRpiM1O3HeKOiUMx64e { color:#ffffff;display:block;width:31.62375rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:36.683237314224rem;left:2.4955615997314rem;height:4.26215rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCuTJyH27v00TPOwIA6qg8TVrgAmT3Vh { background-color:#fcc100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#04204c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.375rem;left:4.25rem;display:block; }
#TnpT1TvO2foygGed02SESFyHWTgRXARD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tm5lcTUOn332GPJK4FAKXg8rUpUTHtQX { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:32.204429626465rem;left:5rem; }
#PqgtIOUUHbp9vv3MVcF76RaLFdagZ1Qt { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.375rem;left:18.8125rem;display:block; }
#HAMgr2TNc9644Ieo9ycuNnl0xX66N6TQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCRMszVxQFfFeLFmd1nJeFfs6qWa1RsH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:32.204429626465rem;left:19.338542938233rem; }
#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { background-color: transparent; background-image: none; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container > .video-iframe-container { display: none; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row > .video-iframe-container { display: none; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .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); }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { border-width: 0; border-radius: 0; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#ZIM8ml1Sk9GH312UyN4uJqeGmoDugsSq { color:#0b3571;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.2428970336914rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gt4Cz5Lw5lstnTgJzbgV3iW8VMxITzk2 { color:#0b3571;display:block;width:41.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:5.1411457061767rem;left:10.373435974121rem;height:1.1002625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { background-color: transparent; background-image: none; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container > .video-iframe-container { display: none; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row > .video-iframe-container { display: none; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .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); }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { border-width: 0; border-radius: 0; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:60rem;position:relative;display:block; }#zatNTarg32RQckcWu7KEGTEyMIgRQD74 { position:absolute;display:block;z-index:15001;background-color:#0e67df;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.6875rem;width:17.5rem;top:9.25rem;left:1.25rem;display:block; }
#i2yEUlJxJzKPSA7DGXnxn8C9xh2gyLSS { color:#ffc300;display:block;width:15rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:2.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTNe9wPbrtgozRUN7mmAyegblG9TucK6 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.5rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#RgJli0zD807P2seearmXFPkLxRlmmZPH { position:absolute;display:block;z-index:15005;background-color:#0d53b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.8125rem;width:17.5rem;top:9.25rem;left:21.25rem;display:block; }
#ltbAzxWzguw36noJSJbodTsN6Sk4pFUH { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.5625rem;left:22.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#TGDlElXFEGZ6yFq3yDFlaa9AaV1lJvga { color:#ffc300;display:block;width:15rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.875rem;left:22.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5097df70-0611-4628-84fe-3250ae4e4485/casa_bateria_como_funciona02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:2.875rem;left:23.25rem;display:block; }#Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ.adaptive-delivery-prevent-bg, #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ.lazyload, #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ.lazyloading { background-image: none; }
#ITu1SDx1HHVbUR0cPu5vFyrMwWyKKXB6 { position:absolute;display:block;z-index:15009;background-color:#0b3571;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.875rem;width:17.5rem;top:9.25rem;left:41.25rem;display:block; }
#gaLBf4wxH61vRNfK518eaPbEvq7I5OVa { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:42.5rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Ez9tzNIUw5Ea1vEBT77U5TRAUyN0WXCE { color:#ffc300;display:block;width:15rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.750000953674rem;left:42.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a0dcafd-6937-4b3a-8d59-45af3deb9d67/casa_bateria_como_funciona03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:2.875rem;left:43.25rem;display:block; }#lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE.adaptive-delivery-prevent-bg, #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE.lazyload, #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE.lazyloading { background-image: none; }
#qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6acf3be1-48ba-44d0-9667-48fd6cbe6728/casa_bateria_como_funciona01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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: 0rem 0rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.5rem;top:2.875rem;left:3.25rem;display:block; }#qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx.adaptive-delivery-prevent-bg, #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx.lazyload, #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx.lazyloading { background-image: none; }
#SfdvZG7agcZXCzAdUKazDAJlPC92W9Wf { background-color:#fcc100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#04204c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.25rem;left:16rem;display:block; }
#i2Wnf4yEtp3pEOpPrxKd0M7egFo7k80T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MetmWEd2CZpP5EI6TGgP19TauvIu062c { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:25.25rem;left:30.5625rem;display:block; }
#wEVH26681AyyqrHon7drIGO8VrfKrU2J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9odysLJw1VVFfJPlTkFLkU7OhMla052 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:26.0625rem;left:31.0625rem; }
#sJTozB7U9qys07dd1BmmTI4gn8DGzSBp { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:26.0625rem;left:16.75rem; }
#T22TyUOESfxVRmnRplke0Tv138mayUep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b3571;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; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container { background-color: transparent; background-image: none; }#T22TyUOESfxVRmnRplke0Tv138mayUep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container > .video-iframe-container { display: none; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row > .video-iframe-container { display: none; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .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); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container { border-width: 0; border-radius: 0; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#R3D0pDkFzsoA6fAeFQmyCvrWF5eI2zEs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.3734378814698rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h8ye3fiuekem0gbOb00Lt8WAFLRRvMbp { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5625rem;left:9.75rem;height:5.85069375rem;text-align:left;text-align-last:left;display:block; }
#wQXkzISDpK0Ol5dKa4ehhU0JDUvHNFNK { color:#ffc300;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.0625rem;left:9.75rem;height:1.9487875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kbw88unJIa7JIqV1v1GuBWQMLhEOpybZ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.5625rem;left:41.25rem;height:7.313375rem;text-align:left;text-align-last:left;display:block; }
#VJ4MeEelAWEvao8my2d4ZdcGzoizDfsW { color:#ffc300;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41.25rem;height:1.9487875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTRnG9TKF6RAwnTKrJ49qUAkFhgShWUz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.6875rem;left:41.25rem;height:5.85069375rem;text-align:left;text-align-last:left;display:block; }
#pcd3g3KIGpl5dGDWZcct7zuAiTD68hET { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:24.6875rem;left:9.75rem;height:7.313375rem;text-align:left;text-align-last:left;display:block; }
#Rrte8oZR6J0ATT2faoXRPyh72vg8DUk8 { color:#ffc300;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.1875rem;left:9.75rem;height:1.9487875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHb6dFxqkMIZ0v6w73wEB8vUqbTOctkp { color:#ffc300;display:block;width:22.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.1875rem;left:41.25rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnSplvRSHCa0qFCSL12gcGunODJEehUd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.6244375rem;width:9.6244375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.1875rem;left:0rem; }
#TBpFzAiwWEaVgi1qly3oy4RofETDvTki { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.6235625rem;width:9.6235625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:7.1875rem;left:30.6875rem; }
#GglpwbRRXfLLvSgWw3FU66mzlSRDhmSN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.6235625rem;width:9.6235625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.6875rem;left:0rem; }
#PvGCSk81TdnAHBdUbAykxPhMQaGrS4WT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.6226875rem;width:9.6226875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.3125rem;left:30.6875rem; }
#TxtDDn5NoJoNoRIhxfghDRpVOEbfTSbg { background-color:#fcc100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#04204c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:32.936195373535rem;left:16.818359375rem;display:block; }
#dPzicDpPzzIwyfcQLQNOyeP4b4yQscSV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BR39wo3D2CbfmqXPMLrGZIREM03w5ysi { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:32.9375rem;left:30.5625rem;display:block; }
#U047TS2aZCh1osNg1BbPFRgIOBgcdVIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCLHA2CbECEBtnmyxcz1tT1QXEBM8PkC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:33.75rem;left:31.0625rem; }
#XRFugohB6V5Ndlbu6hcRGcs0GbhTGn7W { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:33.75rem;left:16.75rem; }
#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row .container { background-color: transparent; background-image: none; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row .container > .video-iframe-container { display: none; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row > .video-iframe-container { display: none; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .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); }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row .container { border-width: 0; border-radius: 0; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row .container { font-size:0.875rem;font-family:arial;height:116.3125rem;width:60rem;position:relative;display:block; }#qxcAPDp4iOAXtnV46SV76GzVXWs26UKB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:20.6875rem;top:9.84375rem;left:0rem;overflow:hidden;display:block; }
#EyKMJKyrAZhpH31aJicxeeDLM7SuMaQt { position:absolute;display:block;z-index:15001;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:7.437rem;width:37.8745rem;top:16.468750476837rem;left:0rem;overflow:hidden;display:block; }
#HqnZXz1FhHFTUKJ6F10T1llp55mWHuiM { color:#04204c;display:block;width:21.3125rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.253126144409rem;left:36.563545227051rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlqJ9AkFuPN8kssBKkDWkpUGcDaygzX7 { color:#04204c;display:block;width:22.7495rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.312501907349rem;left:35.844795227051rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JI4Cu93wShrC6D0qEbS5EKgm7ZBorgwl { color:#04204c;display:block;width:22.7495rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.749481201172rem;left:3.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVaMCLui1EHLT7On4Rs1X0nS1aan69HO { color:#04204c;display:block;width:16.312rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:35.033855438233rem;left:6.84375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaW0lNONT0ArBnuwwezOaz1rtgQ7g2x9 { position:absolute;display:block;z-index:15009;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:7.437rem;width:37.8745rem;top:32.249480247498rem;left:22.125522613526rem;overflow:hidden;display:block; }
#NxfXSATPVOfHLZ61Gct2TEIS8PSft836 { position:absolute;display:block;z-index:15001;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:20.6875rem;width:20.6875rem;top:28.530718326569rem;left:39.311966896057rem;overflow:hidden;display:block; }
#TmAp8beE50P983SKLSH0SEioAvzZ9xqH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:20.6875rem;top:47.5rem;left:0rem;overflow:hidden;display:block; }
#yLu8SyfD9frfGiCAKKMWTRCT0VM2n7bc { position:absolute;display:block;z-index:15001;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:7.437rem;width:37.8745rem;top:52.157813072204rem;left:3.625rem;overflow:hidden;display:block; }
#q0m2ezXDzTmsLxnToGcc4e3PLRTDCuTC { color:#04204c;display:block;width:22.7495rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:58.532814025879rem;left:35.844795227051rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMaNBS6JUXOM27MLTeGfXzRa4CETDOab { color:#04204c;display:block;width:16.312rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:54.942188262939rem;left:39.063545227051rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d47LQyLkVKdpTUHUOBRxLTzsA9iGKwDh { color:#04204c;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSyMzthso4B2FM1cAa3tzMahLXQeohih { color:#04204c;display:block;width:60rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c2chVpmOMf9bUSciEr2SVNfT1g7odWhR { 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:20.625rem;width:20.625rem;top:68.1875rem;left:39.3125rem;overflow:hidden;display:block; }
#BT0i2iVJ0sz7sysBSQVsJu1L2sxEhaDW { position:absolute;display:block;z-index:15014;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:7.43725rem;width:37.874625rem;top:72.000005722044rem;left:21.314582824707rem;overflow:hidden;display:block; }
#uXapXWmTkZhlnXzapyuHNSkDcV3O2T8h { color:#04204c;display:block;width:22.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:78.2500038147rem;left:3.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q6p13EOnsdSQFeW83LcN7HKy3IROhsPh { color:#04204c;display:block;width:16.312rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:74.783855438231rem;left:6.84375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0aPDNXiuqg8FQaac8bqoM2bebgOmPWq { color:#04204c;display:block;width:22.7495rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:98.999486923219rem;left:33.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qr7wqtm3oy2aCbRSENpoBCJ7FJWM7Q06 { color:#04204c;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:95.28334236145rem;left:37.626045227051rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbqcSBRmU9wHK4ftVJZGT3WinARIEOqm { 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:7.437rem;width:37.8745rem;top:92.499481201175rem;left:0rem;overflow:hidden;display:block; }
#hB9iIK4D3BGzJbAAwFqhFWVRgfqqtOeW { position:absolute;display:block;z-index:15005;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:20.625rem;width:20.625rem;top:88.8125rem;left:0.1875rem;overflow:hidden;display:block; }
#kPCNZvT9uFvfuwSrZlgbkMIlqUQMxiTc { background-color:#fcc100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#04204c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:111.625rem;left:16rem;display:block; }
#DHox1BtJQV9oJRz5kOSMTxC8NGw4KwoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCh2tByzaaUotWOaVrhh11UkpBhrv8nZ { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:111.625rem;left:30.5625rem;display:block; }
#KLWbLge9bA2XWVmzqqvQIRCGdNbZs5hI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVEAafMp5zf23vLxa8n4OANxgKKd1x4X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:112.4375rem;left:31.0625rem; }
#DVzNABrB6ZdcvkG0VKQzMbz8qB9oRRCk { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:112.4375rem;left:16.75rem; }
#QpSWGWidKwAWp62w7Wfoyere6Eaozupp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fXlcoTBR/background_banner_footer_bsb_baterias.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp.adaptive-delivery-prevent-bg, #QpSWGWidKwAWp62w7Wfoyere6Eaozupp.lazyload, #QpSWGWidKwAWp62w7Wfoyere6Eaozupp.lazyloading { background-image: none; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container { background-color: transparent; background-image: none; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.88); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container > .video-iframe-container { display: none; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.88); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row > .video-iframe-container { display: none; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .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); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container { border-width: 0; border-radius: 0; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container { font-size:0.875rem;font-family:arial;height:75.1875rem;width:60rem;position:relative;display:block; }#JySSrv518X0o4q93z3PIN4cu9eTxcHGb { color:#f6a024;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.3125rem;height:11.625rem;font-style:normal;display:none; }
#e16AJyqEQsuA4teVWmeuwvt5wfsNGLPB { position:absolute;display:block;z-index:15002;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:14.5625rem;width:18.75rem;top:35.625rem;left:35.5rem;overflow:hidden;display:block; }
#C80P37mFn04MRJcrDEPhP3kxXy5MGv9k { position:absolute;display:block;z-index:15003;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:13.1875rem;width:18.75rem;top:36.3125rem;left:4.0625rem;overflow:hidden;display:block; }
#aTTBfpNM4FPImT8RQMXcJeJ3AeSoBgOD { display:block;width:20.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:50.875rem;left:4.0625rem;height:1.9487875rem;text-align:left;text-align-last:left;font-style:normal;color:#ffc300;display:block; }
#uIeXxf58CazR5NMEXpARvRTEASLHShst { display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:53.6875rem;left:4.1875rem;height:3.2487rem;text-align:left;text-align-last:left;display:block; }
#OqTPKviWaqfCFecNzExmpFaR06D84GCD { display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:58.125rem;left:4.1875rem;height:4.87305rem;text-align:left;text-align-last:left;color:#2ca8f8;display:block; }
#FkCzdt63HiJmoxeDtvEep7O5vGFdirbi { display:block;width:19.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:63.875rem;left:4.4375rem;height:7.434875rem;text-align:left;text-align-last:left;display:block; }#FkCzdt63HiJmoxeDtvEep7O5vGFdirbi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FkCzdt63HiJmoxeDtvEep7O5vGFdirbi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oo102s9J/Feedbin_Icon_check.svg.png); }
#xcGcEHdWPHxSTlcakddwNZiE6CIm3yRW { display:block;width:20.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:50.875rem;left:35.5625rem;height:1.9487875rem;text-align:left;text-align-last:left;font-style:normal;color:#ffc300;display:block; }
#J5NGIMkhE6JS3l2ni8hddbBE7EOJt4dw { display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:53.6875rem;left:35.625rem;height:3.2487rem;text-align:left;text-align-last:left;display:block; }
#bpMK1f1BV6fAHbRBOMAenZVLBF0uKhGJ { display:block;width:21.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:57.3125rem;left:35.5rem;height:6.497375rem;text-align:left;text-align-last:left;color:#2ca8f8;display:block; }
#IAmHJESCmxiiV4pgqT5yDz3eQBeaATyd { display:block;width:18.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:64.6875rem;left:35.625rem;height:7.434875rem;text-align:left;text-align-last:left;display:block; }#IAmHJESCmxiiV4pgqT5yDz3eQBeaATyd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IAmHJESCmxiiV4pgqT5yDz3eQBeaATyd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oo102s9J/Feedbin_Icon_check.svg.png); }
#fHXBxy5tU0cGoLhKzfzykOuoMEi7wVfh { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:0.5rem;top:8.71875rem;left:29.5rem;display:none; }
#UyvyHVxJBJJTbykgU7ePSOBNtGHvUR5J { position:absolute;display:block;z-index:15019;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:28.625rem;width:28.625rem;top:3.4625005722046rem;left:17.429164886474rem;overflow:hidden;display:block; }
#QheT3oV6TNzmn9cT0DeqheD3CKX78NrD { color:#04204c;display:block;width:23.25rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:27.908336639404rem;left:18.291145324707rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fXlcoTBR/background_banner_footer_bsb_baterias.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv.adaptive-delivery-prevent-bg, #V92qqQgFTCdavTxhGLIIkOrwaIT31xxv.lazyload, #V92qqQgFTCdavTxhGLIIkOrwaIT31xxv.lazyloading { background-image: none; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row .container { background-color: transparent; background-image: none; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.88); }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row .container > .video-iframe-container { display: none; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.88); }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row > .video-iframe-container { display: none; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .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); }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row .container { border-width: 0; border-radius: 0; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#XZ6VwZZcyDTKcIr36OxwBwXcTiNWf6QI { color:#ffffff;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5rem;left:12.625rem;height:3.65625rem;font-style:normal;display:block; }
#EngqeLxoiaZd8FIZqnKqVrc1pSoN3SF9 { position:absolute;display:block;z-index:15001;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:7.375rem;width:23.625rem;top:6.5rem;left:33rem;overflow:hidden;display:block; }
#OxXEgmLS3WFNxf3qvcbEdPlK9aAnqW5g { color:#ffe013;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:9.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.1875rem 0.0625rem #000000;top:7.6866302490238rem;left:11.4375rem;height:11.78125rem;font-style:normal;display:block; }
#fp44qT6wUQqpV5pU8kdZ2TH6xUOnHPZl { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:6.5rem;height:4.30634375rem;font-style:normal;display:block; }
#NpA027iONlFZSX0nAe3PMG8DJ1ZZQtkd { color:#ffe013;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:6.5rem;height:6.1875rem;font-style:normal;display:block; }
#eQupoNnpw4GgQKaNZdWw28Q6NFzK0eGd { color:#ffe013;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:15.25rem;left:6.75rem;height:1.5115rem;font-style:normal;display:block; }
#ariy9gP52fVnJTccs0IL239GD36KuRw6 { color:#f6a024;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:3.3125rem;height:11.625rem;font-style:normal;display:none; }
#EbRUu9Ueu9ih2zI0qn02JCSMDFaIwxdV { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:26rem;top:5.3125rem;left:31.875rem;display:block; }
#MXvt0Gf5fFurhuazo8IxKNqTpnUApV7x { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:35.3125rem;height:1.2999125rem;display:block; }
#m0OJQvwsQeQyUdZ6TJoDuUiR3qtATUBr { background-color:#fcc100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#04204c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.6875rem;left:31.9375rem;display:block; }
#zb9uKupMNGfv1wpaBhnqKOwQJU1GLoES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mc4nBCZmvqI00pN1R2Xk35tXDLeXk1hZ { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18.6875rem;left:46.5rem;display:block; }
#GHJs9wP3hMymguKAb9lPt1cWKTSqccDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0Trv2pwuwJVoOkbvgFJmDrO8JFU56eK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19.5rem;left:47rem; }
#O9CmdoLv4piqqWhwQGgxMoXO9hTHxmXH { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:19.5rem;left:32.6875rem; }
#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1.adaptive-delivery-prevent-bg, #JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1.lazyload, #JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1.lazyloading { background-image: none; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row .container { background-color: transparent; background-image: none; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(249,249,249,0.65); }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row .container > .video-iframe-container { display: none; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(249,249,249,0.65); }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row > .video-iframe-container { display: none; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .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); }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row .container { border-width: 0; border-radius: 0; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:60rem;position:relative;display:block; }#CEhz12pTdd91G33bQL9w3ofvdULm1b7F { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:13.9375rem;left:0rem;display:block; }
#Leo9mIf4WPeTaTQQo4dLGFai4dnvZWIR { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:17.72083568573rem;left:1.2828102111816rem;height:7.50325rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZDX7D4w4eTM3TAvyWNV7x2J7xxkEs3nF { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#IrghH6ucQ52Uv0QX1gNrEN4sSVpL6ioG { border-bottom:0.0625rem solid rgba(52,52,52,0.2);border-left:0.0625rem solid rgba(52,52,52,0.2);border-right:0.0625rem solid rgba(52,52,52,0.2);border-top:0.0625rem solid rgba(52,52,52,0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.5625rem;width:26.25rem;position:absolute;display:block;z-index:15004;top:13.9375rem;left:33.625003814698rem;display:block; }
#OBpsqFTeuLsqTmxdTy4LJV26KHDNKW7I { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:15.166666984558rem;left:34.916667938233rem;height:15.0065rem;color:#333333;font-style:italic;text-align:center;text-align-last:center;display:block; }
#f36qpOR23BDc5xF7GuAJEH8HfUkrJW2t { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.399739265442rem;left:34.291667938233rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#rbANF3RALPIkMfZc5RbSdlT9DW1cht1I { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.115104675293rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;color:#04204c;font-style:normal;display:block; }
#yg9WoTHQIGBBxsN5xN9q6Iu8Bqx30pK8 { 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:15008;opacity:1;top:4.5026044845581rem;left:10.728126525879rem; }
#NsFJW54U8gv1lTzQHCd1BG6dJkoGFNuM { 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:15010;opacity:1;top:8.0145864486694rem;left:28.4375rem; }
#bKWU5tholTqHIFBSlSabtIGBpurpKIud { 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:15011;opacity:1;top:8.0145835876462rem;left:31.845832824707rem; }
#GL0sLKPJuTie1neXwo69iLzALDoPWcpW { 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:15012;opacity:1;top:8.0145835876462rem;left:25.0625rem; }
#T33sb1wHqf9BVeEukXiipG6s9XVdd6Mz { 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:15013;opacity:1;top:8.0145835876462rem;left:21.970832824707rem; }
#oBOV3tKCsLPeXJVBwAS8ns35LaNBXV3L { 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:15014;opacity:1;top:8.0145835876462rem;left:34.9375rem; }
#BOdgTvq0olxAgouXVPnWsAFvhm6VNIVM { display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.139030456543rem;left:17.499999046326rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;color:#04204c;display:block; }
#M7VLCWVM05twrfHyaha1b3ZI8PUWdee4 { display:block;width:18.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.8125rem;left:21.125rem;height:5.19965625rem;text-align:center;text-align-last:center;color:#182a74;display:block; }
#ddnkHIzLVabRhrrR6HtlIpHuPIcN1kUQ { display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:47.125rem;left:40.0625rem;height:3.8997375rem;text-align:center;text-align-last:center;color:#182a74;display:block; }
#ICVOQ6cmW6EgxTFAhrbcT9eU8PgNRa2t { display:block;width:20rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:46.875rem;left:0rem;height:6.4995625rem;text-align:center;text-align-last:center;color:#182a74;display:block; }
#nQdrydcJ3x7IEyJdWaQKuCkvpEuNabDP { color:#2c8bf8;display:block;width:15.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:44.625rem;left:23.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVkmyHF32PQ2kC8HneDPKIM8pVAAXUVs { color:#2c8bf8;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:44.75rem;left:44.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZ2LXsBildy1AciTz4Ryn0B0onE7EQlx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:38.8125rem;left:8.125rem;overflow:hidden;display:block; }
#Qob06CAekhyvA5eWvwbrh2ZDKpJCAx3G { color:#2c8bf8;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:44.6875rem;left:4.375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gcNS3NLPeIxhgBc9uR0mVpRpU8nV62dk { position:absolute;display:block;z-index:15003;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.25rem;width:5.875rem;top:38.8125rem;left:27.875rem;overflow:hidden;display:block; }
#RWk05r1Aggrkwf1sW5pigsgZvvMLBo51 { 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:5rem;width:5rem;top:38.875rem;left:48.125rem;overflow:hidden;display:block; }
#aFPKII7QarLCvBH5rObyL450vJ4p6iwH { background-color:#fcc100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#04204c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:57.3125rem;left:13.875rem;display:block; }
#tDnv2EZkdkwy6aZykzSFgweHK3Ludsm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6rFo9nERSr3WaKd64M2Qti3wN6sq06e { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:57.3125rem;left:28.4375rem;display:block; }
#ZQwOdDSZcJyQw3O5l2LkoiP5lF2ErxO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xA9tcCbTC2Apf8AQd3NZwgZIpBCWEtbf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:58.125rem;left:28.9375rem; }
#hRCerNN2nZics8UhCK9U45sKeG8IAK0f { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:58.125rem;left:14.625rem; }
#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gJL6WQpC/background_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8.adaptive-delivery-prevent-bg, #F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8.lazyload, #F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8.lazyloading { background-image: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container { background-color: transparent; background-image: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.85); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container > .video-iframe-container { display: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.85); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row > .video-iframe-container { display: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .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); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container { border-width: 0; border-radius: 0; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#Av6irDG5CyaseeVA6rbGTMWdH5Um0FTe { color:#214395;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzIKR2fKASaHZeHDPh1tQL7X4HI1XTGD { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gJL6WQpC/background_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr.adaptive-delivery-prevent-bg, #misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr.lazyload, #misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr.lazyloading { background-image: none; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row .container { background-color: transparent; background-image: none; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.85); }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row .container > .video-iframe-container { display: none; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.85); }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row > .video-iframe-container { display: none; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .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); }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row .container { border-width: 0; border-radius: 0; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:60rem;position:relative;display:block; }#NRp4WWBEcJGAzIpR04QlWMrT8zVV3KhK { color:#ffffff;display:block;width:16.7498125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15010;line-height:2;letter-spacing:0;top:0.93752193450925rem;left:41.623757362366rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NRp4WWBEcJGAzIpR04QlWMrT8zVV3KhK li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#NRp4WWBEcJGAzIpR04QlWMrT8zVV3KhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
#TqbxxWxyq2vBBntt1RNEyN9v9B7rON1V { color:#ffffff;display:block;width:16.7489375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:0.9375rem;left:20.874466896057rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TqbxxWxyq2vBBntt1RNEyN9v9B7rON1V li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#TqbxxWxyq2vBBntt1RNEyN9v9B7rON1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
#RoTZzMPM8wshTvVQAqk5aI6RsCNtEMg7 { color:#ffffff;display:block;width:16.7498125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:0.93752193450925rem;left:1.6246452331543rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#RoTZzMPM8wshTvVQAqk5aI6RsCNtEMg7 li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#RoTZzMPM8wshTvVQAqk5aI6RsCNtEMg7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
#yGgPk3JS5JTbatNI6LhQqXsM3lEJPKrV { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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:13.625rem;width:19.75rem;top:45.8125rem;left:40.1875rem;display:block; }
#JzebZsmvhtBHbvS38zfwdTWeIoTT6WZ9 { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:54rem;left:45.625rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bqbzp9ZPgFMy3FddzWPR2yFJBR5syCHv { color:#050b26;display:block;width:9.6875rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48.5rem;left:45.0625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ER90kn350JISPl4meg6QDTZAqJgXUipE { position:absolute;display:block;z-index:15001;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:27.3748125rem;width:18.5618125rem;top:32.118238449097rem;left:19.999999046326rem;overflow:hidden;display:block; }
#qibyDO3qaEpxWZzuHtzcPcvdv2o77koo { color:#eef8f8;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:30.1875rem;left:41.3125rem;height:14.963125rem;font-style:normal;display:block; }
#ogoSuMfxKTqUQPCaXQWB8upLkCTN9MdK { position:absolute;display:block;z-index:15001;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:13.4375rem;width:17.875rem;top:31.811981201172rem;left:0rem;overflow:hidden;display:block; }
#Ja5TRPBaLKbpFDMOaDo7KX3xIg2bVLNP { position:absolute;display:block;z-index:15002;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:13.5625rem;width:18.0625rem;top:45.8125rem;left:0rem;overflow:hidden;display:block; }
#u38IxXS3MU6VkTTNsxpfAub5FNK5PQzR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:18.625rem;top:17.8125rem;left:20.124289512634rem;overflow:hidden;display:block; }
#MlcKUwe9qUsUMbSQRT4mpBXFvkPawa3f { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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:13.625rem;width:19.75rem;top:17.8125rem;left:0rem;display:block; }
#FEO8n8aMzIQbl8c1OfBzOyzxAJ0gk8ka { color:#3d4051;display:block;width:8.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:22.968751311302rem;left:5.71875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgAzgJlQgt1ZZFcPwApcwovlA3PLcMxI { color:#eef8f8;display:block;width:17.875rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:18.4375rem;left:42.125rem;height:9.000625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row .container { background-color: transparent; background-image: none; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row .container > .video-iframe-container { display: none; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row > .video-iframe-container { display: none; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .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); }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row .container { border-width: 0; border-radius: 0; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#U1uRIvJEGentife6TssLrLoBZLCviBHf { color:#000000;display:block;width:22.625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:12.108335494995rem;left:2.25rem;height:4.197925rem;font-style:normal;display:block; }
#IzR7wDQdQ40kmdpdTX972oLJnKKRsgHR { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:11.31250025rem;left:-0.125rem;display:block; }
#WnBHt0XLn0PPuga4HcZSWTaEE0hJBPsz { position:absolute;display:block;z-index:15032;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.87395625rem;width:6.4989375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tCKKGwvvgcnisR0ZNm9z1AnMrudT7XX7 { 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:15034;opacity:1;top:12.108335494995rem;left:0rem; }
#kKr4csT9OCK2EZ84rgAgkoRPCwFA867I { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.0625rem;left:17.822917938233rem;height:4.89583125rem;font-style:normal;display:block; }
#hlCgJaHi9zgmB8hDMTK38bZK8LiUUhML { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:5.0625rem;left:31.666019439698rem;height:4.89583125rem;font-style:normal;display:block; }
#LVedSqgbgc7ID4TFoIB1Nmi4PRQWtAWe { 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:15037;opacity:1;top:5.0625rem;left:16.427082061767rem; }
#uihcPF7wmoTva8ebwp3gM41bvLRJhZlC { color:#000000;display:block;width:13.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:5.0625rem;left:1.4375rem;height:4.89583125rem;font-style:normal;display:block; }
#EiwRfroW4odeMIRHOiSA4sqkLGzlLDAo { 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:15039;opacity:1;top:5.1451797485351rem;left:29.281253814698rem; }
#oLQyp3CqEWlp8Sxy6W8UsrQGrbiiNk42 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437325rem;width:1.437325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:5.0621447563171rem;left:0rem; }
#VyxxJ49bEDvz1ExTlAZ8W3R9Z4SdHbFF { color:#000000;display:block;width:12.9368125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:4.4375rem;left:44.875rem;height:4.89583125rem;font-style:normal;display:block; }
#n5FG09zNnnLddsf7kSqqByZeACTI1Gc9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437325rem;width:1.437325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:4.4375rem;left:43.125rem; }
#xFz7SOgylfVPLMq3LBIVFeFVOTtPhiyy { background-color:#fcc100;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#04204c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:13.5625rem;left:24.125rem;display:block; }
#gTq0T0LJuHGalMmfO5XyGoQ0BxUTi6U9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNORmd0NTzVuvJtfVdDNANRxuadv81UC { background-color:#299059;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.8125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:13.5625rem;left:38.6875rem;display:block; }
#q4u6pOz1eETVDFpKgFmfXxmqANLGUvbJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTxFzWtZpec8Qpf4s3tInsWp6MpHgF1d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:14.4375rem;left:39.25rem; }
#wTBGzIWS2rDKSTMsIeqVBA0wDOwFM6Je { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:14.4375rem;left:24.875rem; }
#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 { background-color:#182a74;background-image:none;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; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row .container { background-color: transparent; background-image: none; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row .container > .video-iframe-container { display: none; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row > .video-iframe-container { display: none; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .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); }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row .container { border-width: 0; border-radius: 0; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;overflow:visible;position:relative;display:block; }#tp93GRUnEFNbrwo0E1ZF4F4OUkmuqwwb { color:#f9f9f9;display:block;width:31.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.74687576293944rem;left:14.40625rem;height:1.38020625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn { display:block; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gfz6ShQVvPoElVItR0QrOt1mi5wWoL79 { width:6.4375rem;height:3.8373668153975rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftmNLUxIec76D7b311rEGwP4PhKTdV8 { width:13.5rem;height:2.8125rem;top:0.5625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCIwspCpwe8odeXVEaCMJKqKTdnmG1R { display:block; }
 }@media only screen and (max-width: 763px) { #CPlyFLD1wrXqnniGB0GuyOzcZXTvs68u { width:13.5rem;height:2.8125rem;top:0.5625rem;left:25.750003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs45lpQ6TrQsUDGMMzomrD7bC4TWlbs0 { display:block; }
 }@media only screen and (max-width: 763px) { #ay7xfhtJq48QnNihF7uCq9PKml8TcDNk { width:2.25rem;height:2.25rem;top:1rem;left:0.79971599578856rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kegw3Ntd1tQrw0UArOB2HBSNmpi3aDzi { width:11.1875rem;height:3.125rem;top:0.4375rem;left:1.1104402542114rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFtXeuTWDgSuWOcrNVuEwlSFr85uMMXq { width:1.1875rem;height:1.1875rem;top:1.375rem;left:26.583332061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQhvQIMNnVnTQQgt4RZx61ahbUKaGmHb { width:1.1875rem;height:1.1875rem;top:1.375rem;left:40.708332061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #sesIhKxH4r0uGdzT2cSiatNezek0NEdK { display:block; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTmcSdRC0sncfebrZKTVN9gDBacbX6NK { width:36rem;height:18.6875rem;top:13.3125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbWrQe1xpDvXOO7HwqSSFeVfJSGXTaeO { width:22.6875rem;height:4.1875rem;top:30.625rem;left:25.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBvmKLJTy2yUUlUNUcGKrc2qNUZ6z9Js { width:28.9375rem;height:14.905034930634rem;top:12.875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8y45WS7wWsueeRpiM1O3HeKOiUMx64e { width:31.5625rem;height:4.25rem;top:36.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCuTJyH27v00TPOwIA6qg8TVrgAmT3Vh { width:13.5rem;height:2.8125rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpT1TvO2foygGed02SESFyHWTgRXARD { display:block; }
 }@media only screen and (max-width: 763px) { #Tm5lcTUOn332GPJK4FAKXg8rUpUTHtQX { width:1.1875rem;height:1.1875rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqgtIOUUHbp9vv3MVcF76RaLFdagZ1Qt { width:13.5rem;height:2.8125rem;top:31.375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAMgr2TNc9644Ieo9ycuNnl0xX66N6TQ { display:block; }
 }@media only screen and (max-width: 763px) { #XCRMszVxQFfFeLFmd1nJeFfs6qWa1RsH { width:1.1875rem;height:1.1875rem;top:32.1875rem;left:13.213542938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #m05ot6EViu2ynLiEqg40sDxcrTVuLBvk { display:block; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIM8ml1Sk9GH312UyN4uJqeGmoDugsSq { width:47.75rem;height:3.875rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt4Cz5Lw5lstnTgJzbgV3iW8VMxITzk2 { width:41.75rem;height:1.125rem;top:5.125rem;left:4.2484359741211rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf { display:block; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zatNTarg32RQckcWu7KEGTEyMIgRQD74 { width:17.5rem;height:13.625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yEUlJxJzKPSA7DGXnxn8C9xh2gyLSS { width:15rem;height:3.625rem;top:15.875rem;left:0.4375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNe9wPbrtgozRUN7mmAyegblG9TucK6 { width:15rem;height:2.875rem;top:19.375rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJli0zD807P2seearmXFPkLxRlmmZPH { width:17.5rem;height:13.75rem;top:9.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbAzxWzguw36noJSJbodTsN6Sk4pFUH { width:15rem;height:2.5625rem;top:19.5rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDlElXFEGZ6yFq3yDFlaa9AaV1lJvga { width:15rem;height:3.625rem;top:15.875rem;left:16.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ { width:12.5rem;height:12.5rem;top:2.875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITu1SDx1HHVbUR0cPu5vFyrMwWyKKXB6 { width:17.5rem;height:13.8125rem;top:9.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaLBf4wxH61vRNfK518eaPbEvq7I5OVa { width:15rem;height:2.5625rem;top:19.5625rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9tzNIUw5Ea1vEBT77U5TRAUyN0WXCE { width:15rem;height:3.625rem;top:15.75rem;left:32.1875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE { width:12.5rem;height:12.5rem;top:2.875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx { width:12.5rem;height:12.5rem;top:2.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfdvZG7agcZXCzAdUKazDAJlPC92W9Wf { width:13.5rem;height:2.8125rem;top:25.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Wnf4yEtp3pEOpPrxKd0M7egFo7k80T { display:block; }
 }@media only screen and (max-width: 763px) { #MetmWEd2CZpP5EI6TGgP19TauvIu062c { width:13.5rem;height:2.8125rem;top:25.25rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEVH26681AyyqrHon7drIGO8VrfKrU2J { display:block; }
 }@media only screen and (max-width: 763px) { #W9odysLJw1VVFfJPlTkFLkU7OhMla052 { width:1.1875rem;height:1.1875rem;top:26.0625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJTozB7U9qys07dd1BmmTI4gn8DGzSBp { width:1.1875rem;height:1.1875rem;top:26.0625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22TyUOESfxVRmnRplke0Tv138mayUep { display:block; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3D0pDkFzsoA6fAeFQmyCvrWF5eI2zEs { width:47.75rem;height:3.875rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ye3fiuekem0gbOb00Lt8WAFLRRvMbp { width:18.75rem;height:5.8125rem;top:10.5625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXkzISDpK0Ol5dKa4ehhU0JDUvHNFNK { width:18.75rem;height:1.9375rem;top:8.0625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbw88unJIa7JIqV1v1GuBWQMLhEOpybZ { width:18.75rem;height:5.8125rem;top:10.5625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ4MeEelAWEvao8my2d4ZdcGzoizDfsW { width:18.75rem;height:1.9375rem;top:8.0625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRnG9TKF6RAwnTKrJ49qUAkFhgShWUz { width:18.75rem;height:5.8125rem;top:24.6875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcd3g3KIGpl5dGDWZcct7zuAiTD68hET { width:18.75rem;height:5.8125rem;top:24.6875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrte8oZR6J0ATT2faoXRPyh72vg8DUk8 { width:18.75rem;height:1.9375rem;top:22.1875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHb6dFxqkMIZ0v6w73wEB8vUqbTOctkp { width:22.9375rem;height:1.4375rem;top:22.1875rem;left:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSplvRSHCa0qFCSL12gcGunODJEehUd { width:9.5625rem;height:9.5625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBpFzAiwWEaVgi1qly3oy4RofETDvTki { width:9.5625rem;height:9.5625rem;top:7.1875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GglpwbRRXfLLvSgWw3FU66mzlSRDhmSN { width:9.5625rem;height:9.5625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvGCSk81TdnAHBdUbAykxPhMQaGrS4WT { width:9.5625rem;height:9.5625rem;top:20.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtDDn5NoJoNoRIhxfghDRpVOEbfTSbg { width:13.4375rem;height:2.8125rem;top:32.875rem;left:10.693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPzicDpPzzIwyfcQLQNOyeP4b4yQscSV { display:block; }
 }@media only screen and (max-width: 763px) { #BR39wo3D2CbfmqXPMLrGZIREM03w5ysi { width:13.5rem;height:2.8125rem;top:32.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U047TS2aZCh1osNg1BbPFRgIOBgcdVIg { display:block; }
 }@media only screen and (max-width: 763px) { #MCLHA2CbECEBtnmyxcz1tT1QXEBM8PkC { width:1.1875rem;height:1.1875rem;top:33.75rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRFugohB6V5Ndlbu6hcRGcs0GbhTGn7W { width:1.1875rem;height:1.1875rem;top:33.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS { display:block; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxcAPDp4iOAXtnV46SV76GzVXWs26UKB { width:20.6875rem;height:20.6875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyKMJKyrAZhpH31aJicxeeDLM7SuMaQt { width:37.8125rem;height:7.4248257402738rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqnZXz1FhHFTUKJ6F10T1llp55mWHuiM { width:21.3125rem;height:1.8125rem;top:19.25rem;left:26.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlqJ9AkFuPN8kssBKkDWkpUGcDaygzX7 { width:22.6875rem;height:2.875rem;top:22.3125rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI4Cu93wShrC6D0qEbS5EKgm7ZBorgwl { width:22.6875rem;height:2.875rem;top:38.6875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVaMCLui1EHLT7On4Rs1X0nS1aan69HO { width:16.25rem;height:1.8125rem;top:35rem;left:3.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaW0lNONT0ArBnuwwezOaz1rtgQ7g2x9 { width:37.8125rem;height:7.4248257402738rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxfXSATPVOfHLZ61Gct2TEIS8PSft836 { width:20.6875rem;height:20.6875rem;top:28.5rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAp8beE50P983SKLSH0SEioAvzZ9xqH { width:20.6875rem;height:20.6875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLu8SyfD9frfGiCAKKMWTRCT0VM2n7bc { width:37.8125rem;height:7.4248257402738rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0m2ezXDzTmsLxnToGcc4e3PLRTDCuTC { width:22.6875rem;height:2.875rem;top:58.5rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMaNBS6JUXOM27MLTeGfXzRa4CETDOab { width:16.25rem;height:1.8125rem;top:54.9375rem;left:29.876045227051rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47LQyLkVKdpTUHUOBRxLTzsA9iGKwDh { width:47.75rem;height:2.875rem;top:4.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSyMzthso4B2FM1cAa3tzMahLXQeohih { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2chVpmOMf9bUSciEr2SVNfT1g7odWhR { width:20.625rem;height:20.625rem;top:68.1875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT0i2iVJ0sz7sysBSQVsJu1L2sxEhaDW { width:37.8125rem;height:7.4250508255856rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXapXWmTkZhlnXzapyuHNSkDcV3O2T8h { width:22.75rem;height:2.875rem;top:78.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6p13EOnsdSQFeW83LcN7HKy3IROhsPh { width:16.25rem;height:1.8125rem;top:74.75rem;left:3.78125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0aPDNXiuqg8FQaac8bqoM2bebgOmPWq { width:22.6875rem;height:2.875rem;top:98.9375rem;left:24.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7wqtm3oy2aCbRSENpoBCJ7FJWM7Q06 { width:19.1875rem;height:1.8125rem;top:95.25rem;left:28.438545227051rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbqcSBRmU9wHK4ftVJZGT3WinARIEOqm { width:37.8125rem;height:7.4248257402738rem;top:92.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB9iIK4D3BGzJbAAwFqhFWVRgfqqtOeW { width:20.625rem;height:20.625rem;top:88.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPCNZvT9uFvfuwSrZlgbkMIlqUQMxiTc { width:13.5rem;height:2.8125rem;top:111.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHox1BtJQV9oJRz5kOSMTxC8NGw4KwoD { display:block; }
 }@media only screen and (max-width: 763px) { #HCh2tByzaaUotWOaVrhh11UkpBhrv8nZ { width:13.5rem;height:2.8125rem;top:111.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLWbLge9bA2XWVmzqqvQIRCGdNbZs5hI { display:block; }
 }@media only screen and (max-width: 763px) { #WVEAafMp5zf23vLxa8n4OANxgKKd1x4X { width:1.1875rem;height:1.1875rem;top:112.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVzNABrB6ZdcvkG0VKQzMbz8qB9oRRCk { width:1.1875rem;height:1.1875rem;top:112.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpSWGWidKwAWp62w7Wfoyere6Eaozupp { display:block; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JySSrv518X0o4q93z3PIN4cu9eTxcHGb { width:25rem;height:11.625rem;top:8.4375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e16AJyqEQsuA4teVWmeuwvt5wfsNGLPB { width:18.75rem;height:14.5625rem;top:35.625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C80P37mFn04MRJcrDEPhP3kxXy5MGv9k { width:18.75rem;height:13.1875rem;top:36.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTBfpNM4FPImT8RQMXcJeJ3AeSoBgOD { width:20.1875rem;height:1.9375rem;top:50.875rem;left:1rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIeXxf58CazR5NMEXpARvRTEASLHShst { width:18.5rem;height:3.25rem;top:53.6875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTPKviWaqfCFecNzExmpFaR06D84GCD { width:21.375rem;height:4.875rem;top:58.125rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkCzdt63HiJmoxeDtvEep7O5vGFdirbi { width:19.4375rem;height:7.4375rem;top:63.875rem;left:1.375rem;font-size:1.25rem;display:block; }#FkCzdt63HiJmoxeDtvEep7O5vGFdirbi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oo102s9J/Feedbin_Icon_check.svg.png); }
 }@media only screen and (max-width: 763px) { #xcGcEHdWPHxSTlcakddwNZiE6CIm3yRW { width:20.1875rem;height:1.9375rem;top:50.875rem;left:26.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5NGIMkhE6JS3l2ni8hddbBE7EOJt4dw { width:18.5rem;height:3.25rem;top:53.6875rem;left:26.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpMK1f1BV6fAHbRBOMAenZVLBF0uKhGJ { width:21.375rem;height:6.5rem;top:57.3125rem;left:26.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAmHJESCmxiiV4pgqT5yDz3eQBeaATyd { width:18.5rem;height:7.4375rem;top:64.6875rem;left:26.4375rem;font-size:1.25rem;display:block; }#IAmHJESCmxiiV4pgqT5yDz3eQBeaATyd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oo102s9J/Feedbin_Icon_check.svg.png); }
 }@media only screen and (max-width: 763px) { #fHXBxy5tU0cGoLhKzfzykOuoMEi7wVfh { width:0.5rem;height:29.5625rem;top:8.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyvyHVxJBJJTbykgU7ePSOBNtGHvUR5J { width:28.625rem;height:28.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QheT3oV6TNzmn9cT0DeqheD3CKX78NrD { width:23.25rem;height:2.4375rem;top:27.875rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V92qqQgFTCdavTxhGLIIkOrwaIT31xxv { display:block; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZ6VwZZcyDTKcIr36OxwBwXcTiNWf6QI { width:12.875rem;height:3.625rem;top:6.5rem;left:9.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EngqeLxoiaZd8FIZqnKqVrc1pSoN3SF9 { width:23.625rem;height:7.375rem;top:6.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxXEgmLS3WFNxf3qvcbEdPlK9aAnqW5g { width:18.5625rem;height:11.75rem;top:7.625rem;left:5.3125rem;font-size:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp44qT6wUQqpV5pU8kdZ2TH6xUOnHPZl { width:19.8125rem;height:4.25rem;top:17.125rem;left:3.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpA027iONlFZSX0nAe3PMG8DJ1ZZQtkd { width:15.25rem;height:6.125rem;top:3.625rem;left:3.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQupoNnpw4GgQKaNZdWw28Q6NFzK0eGd { width:5.625rem;height:1.5rem;top:15.25rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ariy9gP52fVnJTccs0IL239GD36KuRw6 { width:25rem;height:11.625rem;top:8.4375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbRUu9Ueu9ih2zI0qn02JCSMDFaIwxdV { width:26rem;height:10.1875rem;top:5.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXvt0Gf5fFurhuazo8IxKNqTpnUApV7x { width:20.125rem;height:1.25rem;top:2.875rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0OJQvwsQeQyUdZ6TJoDuUiR3qtATUBr { width:13.5rem;height:2.8125rem;top:18.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb9uKupMNGfv1wpaBhnqKOwQJU1GLoES { display:block; }
 }@media only screen and (max-width: 763px) { #Mc4nBCZmvqI00pN1R2Xk35tXDLeXk1hZ { width:13.5rem;height:2.8125rem;top:18.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHJs9wP3hMymguKAb9lPt1cWKTSqccDt { display:block; }
 }@media only screen and (max-width: 763px) { #n0Trv2pwuwJVoOkbvgFJmDrO8JFU56eK { width:1.1875rem;height:1.1875rem;top:19.5rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9CmdoLv4piqqWhwQGgxMoXO9hTHxmXH { width:1.1875rem;height:1.1875rem;top:19.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 { display:block; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEhz12pTdd91G33bQL9w3ofvdULm1b7F { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leo9mIf4WPeTaTQQo4dLGFai4dnvZWIR { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDX7D4w4eTM3TAvyWNV7x2J7xxkEs3nF { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrghH6ucQ52Uv0QX1gNrEN4sSVpL6ioG { width:23.125rem;height:15.625rem;top:4.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBpsqFTeuLsqTmxdTy4LJV26KHDNKW7I { width:21.875rem;height:5.75rem;top:10.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f36qpOR23BDc5xF7GuAJEH8HfUkrJW2t { width:21.875rem;height:1.9375rem;top:16.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbANF3RALPIkMfZc5RbSdlT9DW1cht1I { width:47.75rem;height:3.875rem;top:4.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg9WoTHQIGBBxsN5xN9q6Iu8Bqx30pK8 { width:3.125rem;height:3.125rem;top:4.5rem;left:4.6031265258789rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsFJW54U8gv1lTzQHCd1BG6dJkoGFNuM { width:3.125rem;height:3.125rem;top:8rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKWU5tholTqHIFBSlSabtIGBpurpKIud { width:3.125rem;height:3.125rem;top:8rem;left:25.720832824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL0sLKPJuTie1neXwo69iLzALDoPWcpW { width:3.125rem;height:3.125rem;top:8rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33sb1wHqf9BVeEukXiipG6s9XVdd6Mz { width:3.125rem;height:3.125rem;top:8rem;left:15.845832824707rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBOV3tKCsLPeXJVBwAS8ns35LaNBXV3L { width:3.125rem;height:3.125rem;top:8rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOdgTvq0olxAgouXVPnWsAFvhm6VNIVM { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7VLCWVM05twrfHyaha1b3ZI8PUWdee4 { width:18.875rem;height:5.1875rem;top:46.8125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddnkHIzLVabRhrrR6HtlIpHuPIcN1kUQ { width:19.9375rem;height:3.875rem;top:47.125rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICVOQ6cmW6EgxTFAhrbcT9eU8PgNRa2t { width:20rem;height:7.75rem;top:46.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQdrydcJ3x7IEyJdWaQKuCkvpEuNabDP { width:15.1875rem;height:1.375rem;top:44.625rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVkmyHF32PQ2kC8HneDPKIM8pVAAXUVs { width:12.5rem;height:1.375rem;top:44.75rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2LXsBildy1AciTz4Ryn0B0onE7EQlx { width:5rem;height:5rem;top:38.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qob06CAekhyvA5eWvwbrh2ZDKpJCAx3G { width:12.5rem;height:1.375rem;top:44.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcNS3NLPeIxhgBc9uR0mVpRpU8nV62dk { width:5.875rem;height:5.25rem;top:38.8125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWk05r1Aggrkwf1sW5pigsgZvvMLBo51 { width:5rem;height:5rem;top:38.875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPKII7QarLCvBH5rObyL450vJ4p6iwH { width:13.5rem;height:2.8125rem;top:57.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnv2EZkdkwy6aZykzSFgweHK3Ludsm2 { display:block; }
 }@media only screen and (max-width: 763px) { #z6rFo9nERSr3WaKd64M2Qti3wN6sq06e { width:13.5rem;height:2.8125rem;top:57.3125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwOdDSZcJyQw3O5l2LkoiP5lF2ErxO3 { display:block; }
 }@media only screen and (max-width: 763px) { #xA9tcCbTC2Apf8AQd3NZwgZIpBCWEtbf { width:1.1875rem;height:1.1875rem;top:58.125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRCerNN2nZics8UhCK9U45sKeG8IAK0f { width:1.1875rem;height:1.1875rem;top:58.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 { display:block; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Av6irDG5CyaseeVA6rbGTMWdH5Um0FTe { width:47.75rem;height:3.25rem;top:3rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzIKR2fKASaHZeHDPh1tQL7X4HI1XTGD { width:47.75rem;height:1.375rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr { display:block; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRp4WWBEcJGAzIpR04QlWMrT8zVV3KhK { width:16.6875rem;height:;top:0.9375rem;left:30.9375rem;font-size:1rem;display:block; }#NRp4WWBEcJGAzIpR04QlWMrT8zVV3KhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
 }@media only screen and (max-width: 763px) { #TqbxxWxyq2vBBntt1RNEyN9v9B7rON1V { width:16.6875rem;height:;top:0.9375rem;left:15.0625rem;font-size:1rem;display:block; }#TqbxxWxyq2vBBntt1RNEyN9v9B7rON1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
 }@media only screen and (max-width: 763px) { #RoTZzMPM8wshTvVQAqk5aI6RsCNtEMg7 { width:16.6875rem;height:;top:0.9375rem;left:0rem;font-size:1rem;display:block; }#RoTZzMPM8wshTvVQAqk5aI6RsCNtEMg7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
 }@media only screen and (max-width: 763px) { #yGgPk3JS5JTbatNI6LhQqXsM3lEJPKrV { width:19.6875rem;height:13.5625rem;top:45.8125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzebZsmvhtBHbvS38zfwdTWeIoTT6WZ9 { width:8.5rem;height:5rem;top:54rem;left:35.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqbzp9ZPgFMy3FddzWPR2yFJBR5syCHv { width:9.6875rem;height:5rem;top:48.5rem;left:34.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER90kn350JISPl4meg6QDTZAqJgXUipE { width:18.5rem;height:27.283651919768rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qibyDO3qaEpxWZzuHtzcPcvdv2o77koo { width:17.375rem;height:14.9375rem;top:30.1875rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoSuMfxKTqUQPCaXQWB8upLkCTN9MdK { width:17.875rem;height:13.4375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja5TRPBaLKbpFDMOaDo7KX3xIg2bVLNP { width:18rem;height:13.515633434372rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u38IxXS3MU6VkTTNsxpfAub5FNK5PQzR { width:18.625rem;height:13.6875rem;top:17.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlcKUwe9qUsUMbSQRT4mpBXFvkPawa3f { width:19.6875rem;height:13.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEO8n8aMzIQbl8c1OfBzOyzxAJ0gk8ka { width:8.5625rem;height:3.375rem;top:22.9375rem;left:3.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgAzgJlQgt1ZZFcPwApcwovlA3PLcMxI { width:17.8125rem;height:9rem;top:18.4375rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk { display:block; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1uRIvJEGentife6TssLrLoBZLCviBHf { top:12.0625rem;left:0rem;width:22.625rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzR7wDQdQ40kmdpdTX972oLJnKKRsgHR { top:11.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnBHt0XLn0PPuga4HcZSWTaEE0hJBPsz { width:6.4375rem;height:3.8373339271804rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCKKGwvvgcnisR0ZNm9z1AnMrudT7XX7 { width:1.4375rem;height:1.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKr4csT9OCK2EZ84rgAgkoRPCwFA867I { top:5.0625rem;left:11.697917938233rem;width:12.9375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlCgJaHi9zgmB8hDMTK38bZK8LiUUhML { top:5.0625rem;left:25.541019439698rem;width:12.9375rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVedSqgbgc7ID4TFoIB1Nmi4PRQWtAWe { width:1.4375rem;height:1.4375rem;top:5.0625rem;left:10.302082061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #uihcPF7wmoTva8ebwp3gM41bvLRJhZlC { top:5.0625rem;left:0rem;width:13.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiwRfroW4odeMIRHOiSA4sqkLGzlLDAo { width:1.4375rem;height:1.4375rem;top:5.125rem;left:23.156253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLQyp3CqEWlp8Sxy6W8UsrQGrbiiNk42 { width:1.375rem;height:1.375rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyxxJ49bEDvz1ExTlAZ8W3R9Z4SdHbFF { top:4.4375rem;left:34.875rem;width:12.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5FG09zNnnLddsf7kSqqByZeACTI1Gc9 { width:1.375rem;height:1.375rem;top:4.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFz7SOgylfVPLMq3LBIVFeFVOTtPhiyy { width:13.5rem;height:2.8125rem;top:13.5625rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTq0T0LJuHGalMmfO5XyGoQ0BxUTi6U9 { display:block; }
 }@media only screen and (max-width: 763px) { #NNORmd0NTzVuvJtfVdDNANRxuadv81UC { width:13.5rem;height:2.8125rem;top:13.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4u6pOz1eETVDFpKgFmfXxmqANLGUvbJ { display:block; }
 }@media only screen and (max-width: 763px) { #vTxFzWtZpec8Qpf4s3tInsWp6MpHgF1d { width:1.1875rem;height:1.1875rem;top:14.4375rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTBGzIWS2rDKSTMsIeqVBA0wDOwFM6Je { width:1.1875rem;height:1.1875rem;top:14.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 { display:block; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tp93GRUnEFNbrwo0E1ZF4F4OUkmuqwwb { width:31.125rem;height:1.375rem;top:0.6875rem;left:8.2810716629031rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UMZ4eARpLKuEvP4KqR3OoPFzpRbaT0Jn > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gfz6ShQVvPoElVItR0QrOt1mi5wWoL79 { width:4.75rem;height:2.75rem;top:0.6374289393425rem;left:2.0498934388161rem;display:block; }
 }@media only screen and (max-width: 763px) { #BftmNLUxIec76D7b311rEGwP4PhKTdV8 { width:13.4375rem;height:2.8125rem;top:6.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTCIwspCpwe8odeXVEaCMJKqKTdnmG1R { display:block; }
 }@media only screen and (max-width: 763px) { #CPlyFLD1wrXqnniGB0GuyOzcZXTvs68u { width:13.4375rem;height:2.8125rem;top:3.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs45lpQ6TrQsUDGMMzomrD7bC4TWlbs0 { display:block; }
 }@media only screen and (max-width: 763px) { #ay7xfhtJq48QnNihF7uCq9PKml8TcDNk { display:flex;width:2.24964375rem;height:2.24964375rem;top:0.88600850105287rem;left:8.8742890954019rem; }
 }@media only screen and (max-width: 763px) { #Kegw3Ntd1tQrw0UArOB2HBSNmpi3aDzi { width:8.0619375rem;height:2.1875rem;top:0.91796869039537rem;left:11.062676966191rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFtXeuTWDgSuWOcrNVuEwlSFr85uMMXq { display:flex;width:1.1875rem;height:1.1875rem;top:4.1875rem;left:3.8307293057442rem; }
 }@media only screen and (max-width: 763px) { #gQhvQIMNnVnTQQgt4RZx61ahbUKaGmHb { display:flex;width:1.1875rem;height:1.1875rem;top:7.6875rem;left:3.8307293057442rem; }
 }@media only screen and (max-width: 763px) { #sesIhKxH4r0uGdzT2cSiatNezek0NEdK { background-color:#0e67df;background-image:url("https://images.assets-landingi.com/uc/3a0f44b3-3956-41cc-b503-2e4e9d006bcf/BannerBateria_carroalto.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK.adaptive-delivery-prevent-bg, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyload, #sesIhKxH4r0uGdzT2cSiatNezek0NEdK.lazyloading { background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { background-color: transparent; background-image: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row > .video-iframe-container { display: none; }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .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); }#sesIhKxH4r0uGdzT2cSiatNezek0NEdK > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTmcSdRC0sncfebrZKTVN9gDBacbX6NK { width:20rem;height:8.0433125rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbWrQe1xpDvXOO7HwqSSFeVfJSGXTaeO { width:20rem;height:4.875rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #VBvmKLJTy2yUUlUNUcGKrc2qNUZ6z9Js { width:20rem;height:10.3000625rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8y45WS7wWsueeRpiM1O3HeKOiUMx64e { width:20rem;height:2.75rem;top:28.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCuTJyH27v00TPOwIA6qg8TVrgAmT3Vh { width:13.5rem;height:2.8125rem;top:37.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpT1TvO2foygGed02SESFyHWTgRXARD { display:block; }
 }@media only screen and (max-width: 763px) { #Tm5lcTUOn332GPJK4FAKXg8rUpUTHtQX { display:flex;width:1.1875rem;height:1.1875rem;top:38.3125rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #PqgtIOUUHbp9vv3MVcF76RaLFdagZ1Qt { width:13.5rem;height:2.8125rem;top:41rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAMgr2TNc9644Ieo9ycuNnl0xX66N6TQ { display:block; }
 }@media only screen and (max-width: 763px) { #XCRMszVxQFfFeLFmd1nJeFfs6qWa1RsH { display:flex;width:1.1875rem;height:1.1875rem;top:41.8125rem;left:3.9375rem; }
 }@media only screen and (max-width: 763px) { #m05ot6EViu2ynLiEqg40sDxcrTVuLBvk { display:block; }#m05ot6EViu2ynLiEqg40sDxcrTVuLBvk > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZIM8ml1Sk9GH312UyN4uJqeGmoDugsSq { width:20rem;height:2.925rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt4Cz5Lw5lstnTgJzbgV3iW8VMxITzk2 { width:20rem;height:2.19921875rem;top:6.6743586853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf { display:block; }#WmOaOkAbgZTp4wZad8EuJpIXxSIzOedf > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zatNTarg32RQckcWu7KEGTEyMIgRQD74 { width:17.5rem;height:16.6875rem;top:5.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2yEUlJxJzKPSA7DGXnxn8C9xh2gyLSS { width:15rem;height:5.36198125rem;top:11.162108898163rem;left:2.4991121888161rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNe9wPbrtgozRUN7mmAyegblG9TucK6 { width:15rem;height:6.09375rem;top:15.065695285797rem;left:2.4991121888161rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgJli0zD807P2seearmXFPkLxRlmmZPH { width:17.5rem;height:16.6875rem;top:29.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltbAzxWzguw36noJSJbodTsN6Sk4pFUH { width:15rem;height:8.125rem;top:38.368255615234rem;left:2.4991121888161rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDlElXFEGZ6yFq3yDFlaa9AaV1lJvga { width:15rem;height:5.36198125rem;top:34.374286651611rem;left:2.4991121888161rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs3Hh6rhTxzhKckOIeT6ldik5hklgwtQ { width:11.25rem;height:11.25rem;top:23.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITu1SDx1HHVbUR0cPu5vFyrMwWyKKXB6 { width:17.5rem;height:16.6875rem;top:53.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaLBf4wxH61vRNfK518eaPbEvq7I5OVa { width:15rem;height:6.09375rem;top:63.561786651613rem;left:2.4991121888161rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez9tzNIUw5Ea1vEBT77U5TRAUyN0WXCE { width:15rem;height:5.36198125rem;top:58.974254608154rem;left:2.4991121888161rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFtZxFwCUITibmtMdzM9nyL1zfCCDkeE { width:11.25rem;height:11.25rem;top:47.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKoz9MHABvFi6rfXcUFEHBdtyw0WrsRx { width:11.25rem;height:11.25rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfdvZG7agcZXCzAdUKazDAJlPC92W9Wf { width:13.5rem;height:2.8125rem;top:71.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Wnf4yEtp3pEOpPrxKd0M7egFo7k80T { display:block; }
 }@media only screen and (max-width: 763px) { #MetmWEd2CZpP5EI6TGgP19TauvIu062c { width:13.5rem;height:2.8125rem;top:75.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEVH26681AyyqrHon7drIGO8VrfKrU2J { display:block; }
 }@media only screen and (max-width: 763px) { #W9odysLJw1VVFfJPlTkFLkU7OhMla052 { display:flex;width:1.1875rem;height:1.1875rem;top:75.9375rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #sJTozB7U9qys07dd1BmmTI4gn8DGzSBp { display:flex;width:1.1875rem;height:1.1875rem;top:72.4375rem;left:3.8750002980233rem; }
 }@media only screen and (max-width: 763px) { #T22TyUOESfxVRmnRplke0Tv138mayUep { background-color:#0b3571;background-image:none;display:block; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container { background-color: transparent; background-image: none; }#T22TyUOESfxVRmnRplke0Tv138mayUep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container > .video-iframe-container { display: none; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row > .video-iframe-container { display: none; }#T22TyUOESfxVRmnRplke0Tv138mayUep > .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); }#T22TyUOESfxVRmnRplke0Tv138mayUep > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3D0pDkFzsoA6fAeFQmyCvrWF5eI2zEs { width:20rem;height:8.7734375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ye3fiuekem0gbOb00Lt8WAFLRRvMbp { width:18.75rem;height:3.8984375rem;top:17.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQXkzISDpK0Ol5dKa4ehhU0JDUvHNFNK { width:18.75rem;height:1.625rem;top:15.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbw88unJIa7JIqV1v1GuBWQMLhEOpybZ { width:18.75rem;height:5.19791875rem;top:34.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ4MeEelAWEvao8my2d4ZdcGzoizDfsW { width:18.75rem;height:1.625rem;top:32.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRnG9TKF6RAwnTKrJ49qUAkFhgShWUz { width:18.75rem;height:5.19791875rem;top:71.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcd3g3KIGpl5dGDWZcct7zuAiTD68hET { width:18.75rem;height:5.19791875rem;top:52.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrte8oZR6J0ATT2faoXRPyh72vg8DUk8 { width:18.75rem;height:1.625rem;top:50.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHb6dFxqkMIZ0v6w73wEB8vUqbTOctkp { width:18.75rem;height:3.25rem;top:66.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnSplvRSHCa0qFCSL12gcGunODJEehUd { display:flex;width:5.625rem;height:5.625rem;top:9.9289764165881rem;left:7.1866117119787rem;font-size:3.875rem; }
 }@media only screen and (max-width: 763px) { #TBpFzAiwWEaVgi1qly3oy4RofETDvTki { display:flex;width:5.625rem;height:5.625rem;top:25.196195960045rem;left:7.1866117119787rem;font-size:3.875rem; }
 }@media only screen and (max-width: 763px) { #GglpwbRRXfLLvSgWw3FU66mzlSRDhmSN { display:flex;width:5.625rem;height:5.625rem;top:43.440163612366rem;left:7.1866117119787rem;font-size:3.875rem; }
 }@media only screen and (max-width: 763px) { #PvGCSk81TdnAHBdUbAykxPhMQaGrS4WT { display:flex;width:5.625rem;height:5.625rem;top:60.686261177063rem;left:7.4999995827675rem;font-size:3.875rem; }
 }@media only screen and (max-width: 763px) { #TxtDDn5NoJoNoRIhxfghDRpVOEbfTSbg { width:13.5rem;height:2.8125rem;top:77.51041875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPzicDpPzzIwyfcQLQNOyeP4b4yQscSV { display:block; }
 }@media only screen and (max-width: 763px) { #BR39wo3D2CbfmqXPMLrGZIREM03w5ysi { width:13.5rem;height:2.8125rem;top:81.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U047TS2aZCh1osNg1BbPFRgIOBgcdVIg { display:block; }
 }@media only screen and (max-width: 763px) { #MCLHA2CbECEBtnmyxcz1tT1QXEBM8PkC { display:flex;width:1.1875rem;height:1.1875rem;top:81.9375rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #XRFugohB6V5Ndlbu6hcRGcs0GbhTGn7W { display:flex;width:1.1875rem;height:1.1875rem;top:78.322917938231rem;left:3.8125002980233rem; }
 }@media only screen and (max-width: 763px) { #MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS { display:block; }#MCAp6y7WnUW6gLIZHkhWldWe1qQ76OnS > .row .container { width:20rem;height:146.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxcAPDp4iOAXtnV46SV76GzVXWs26UKB { width:20rem;height:20rem;top:17.470834970474rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyKMJKyrAZhpH31aJicxeeDLM7SuMaQt { width:20rem;height:3.9375rem;top:35.479168891907rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqnZXz1FhHFTUKJ6F10T1llp55mWHuiM { width:16.3125rem;height:1.4625rem;top:35.479170799256rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlqJ9AkFuPN8kssBKkDWkpUGcDaygzX7 { width:8rem;height:7.3111875rem;top:18.9375rem;left:1.2833334207535rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffc300;display:block; }
 }@media only screen and (max-width: 763px) { #JI4Cu93wShrC6D0qEbS5EKgm7ZBorgwl { width:8.125rem;height:7.3111875rem;top:46.187501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffc300;display:block; }
 }@media only screen and (max-width: 763px) { #EVaMCLui1EHLT7On4Rs1X0nS1aan69HO { width:16.3125rem;height:1.4625rem;top:59.812503814698rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaW0lNONT0ArBnuwwezOaz1rtgQ7g2x9 { width:20rem;height:3.9375rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxfXSATPVOfHLZ61Gct2TEIS8PSft836 { width:20rem;height:20rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmAp8beE50P983SKLSH0SEioAvzZ9xqH { width:20rem;height:20rem;top:66.729169845581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLu8SyfD9frfGiCAKKMWTRCT0VM2n7bc { width:20rem;height:3.9375rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0m2ezXDzTmsLxnToGcc4e3PLRTDCuTC { width:8.4375rem;height:8.7734375rem;top:68.750004291537rem;left:1.0645834207535rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffc300;display:block; }
 }@media only screen and (max-width: 763px) { #hMaNBS6JUXOM27MLTeGfXzRa4CETDOab { width:16.3125rem;height:1.4625rem;top:84.6958360672rem;left:1.8437501192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47LQyLkVKdpTUHUOBRxLTzsA9iGKwDh { width:15.125rem;height:9.26175rem;top:3.9375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSyMzthso4B2FM1cAa3tzMahLXQeohih { width:20rem;height:1.29948125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c2chVpmOMf9bUSciEr2SVNfT1g7odWhR { width:20rem;height:20rem;top:90.231254577638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT0i2iVJ0sz7sysBSQVsJu1L2sxEhaDW { width:20rem;height:3.9272996102272rem;top:72rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXapXWmTkZhlnXzapyuHNSkDcV3O2T8h { width:7.75rem;height:8.7734375rem;top:92.218755722044rem;left:11.845834374428rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffc300;display:block; }
 }@media only screen and (max-width: 763px) { #Q6p13EOnsdSQFeW83LcN7HKy3IROhsPh { width:16.25rem;height:1.86875rem;top:108.39529848099rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0aPDNXiuqg8FQaac8bqoM2bebgOmPWq { width:8.4375rem;height:10.2356875rem;top:118.10625648499rem;left:11.191667199135rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffc300;display:block; }
 }@media only screen and (max-width: 763px) { #qr7wqtm3oy2aCbRSENpoBCJ7FJWM7Q06 { width:19.1875rem;height:1.29948125rem;top:134.08333826065rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbqcSBRmU9wHK4ftVJZGT3WinARIEOqm { width:20rem;height:3.9271805568391rem;top:92.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hB9iIK4D3BGzJbAAwFqhFWVRgfqqtOeW { width:20rem;height:20rem;top:116.04375648499rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPCNZvT9uFvfuwSrZlgbkMIlqUQMxiTc { width:13.5rem;height:2.8125rem;top:137.29364013672rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHox1BtJQV9oJRz5kOSMTxC8NGw4KwoD { display:block; }
 }@media only screen and (max-width: 763px) { #HCh2tByzaaUotWOaVrhh11UkpBhrv8nZ { width:13.5rem;height:2.8125rem;top:141.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLWbLge9bA2XWVmzqqvQIRCGdNbZs5hI { display:block; }
 }@media only screen and (max-width: 763px) { #WVEAafMp5zf23vLxa8n4OANxgKKd1x4X { display:flex;width:1.1875rem;height:1.1875rem;top:142.3125rem;left:4rem; }
 }@media only screen and (max-width: 763px) { #DVzNABrB6ZdcvkG0VKQzMbz8qB9oRRCk { display:flex;width:1.1875rem;height:1.1875rem;top:138.10612106323rem;left:4.0000002980232rem; }
 }@media only screen and (max-width: 763px) { #QpSWGWidKwAWp62w7Wfoyere6Eaozupp { display:block; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp { background-color: transparent; background-image: none; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.88); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container > .video-iframe-container { display: none; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row > .video-iframe-container { display: none; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.88); }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp { border-width: 0; border-radius: 0; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .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; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container { width:20rem;height:95.4375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/fXlcoTBR/background_banner_footer_bsb_baterias.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container.adaptive-delivery-prevent-bg, #QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container.lazyload, #QpSWGWidKwAWp62w7Wfoyere6Eaozupp > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #JySSrv518X0o4q93z3PIN4cu9eTxcHGb { width:20rem;height:6.39375rem;top:59.125001907349rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #e16AJyqEQsuA4teVWmeuwvt5wfsNGLPB { width:17.25rem;height:13.375rem;top:59.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C80P37mFn04MRJcrDEPhP3kxXy5MGv9k { width:17rem;height:11.9375rem;top:24.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTBfpNM4FPImT8RQMXcJeJ3AeSoBgOD { width:19.75rem;height:1.9504625rem;top:37.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIeXxf58CazR5NMEXpARvRTEASLHShst { width:14.1875rem;height:2.4375rem;top:40.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqTPKviWaqfCFecNzExmpFaR06D84GCD { width:15.5625rem;height:3.65625rem;top:43.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkCzdt63HiJmoxeDtvEep7O5vGFdirbi { width:15.5rem;height:5.8125rem;top:47.875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#FkCzdt63HiJmoxeDtvEep7O5vGFdirbi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oo102s9J/Feedbin_Icon_check.svg.png); }
 }@media only screen and (max-width: 763px) { #xcGcEHdWPHxSTlcakddwNZiE6CIm3yRW { width:20rem;height:1.9504625rem;top:74.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5NGIMkhE6JS3l2ni8hddbBE7EOJt4dw { width:18.5rem;height:2.4375rem;top:77.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpMK1f1BV6fAHbRBOMAenZVLBF0uKhGJ { width:17.875rem;height:4.875rem;top:80.875rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAmHJESCmxiiV4pgqT5yDz3eQBeaATyd { width:18.5rem;height:5.8125rem;top:86.8125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#IAmHJESCmxiiV4pgqT5yDz3eQBeaATyd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oo102s9J/Feedbin_Icon_check.svg.png); }
 }@media only screen and (max-width: 763px) { #fHXBxy5tU0cGoLhKzfzykOuoMEi7wVfh { width:20rem;height:0.875rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyvyHVxJBJJTbykgU7ePSOBNtGHvUR5J { width:20rem;height:20rem;top:2.6192741394043rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QheT3oV6TNzmn9cT0DeqheD3CKX78NrD { width:10.8125rem;height:4.0625rem;top:18.589568138123rem;left:3.0000001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V92qqQgFTCdavTxhGLIIkOrwaIT31xxv { display:block; }#V92qqQgFTCdavTxhGLIIkOrwaIT31xxv > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZ6VwZZcyDTKcIr36OxwBwXcTiNWf6QI { width:8.75rem;height:2.3375375rem;top:5.875rem;left:8.1875rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EngqeLxoiaZd8FIZqnKqVrc1pSoN3SF9 { width:15.3125rem;height:4.562025rem;top:18.975498199463rem;left:2.3437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxXEgmLS3WFNxf3qvcbEdPlK9aAnqW5g { width:10rem;height:5.3624125rem;top:7.75rem;left:7.3125rem;font-size:4.875rem;text-align:center;text-align-last:center;line-height:1.1;text-shadow:0.3125rem 0.1875rem 0.0625rem rgba(255,255,255,0.92);display:block; }
 }@media only screen and (max-width: 763px) { #fp44qT6wUQqpV5pU8kdZ2TH6xUOnHPZl { width:14rem;height:2.8183625rem;top:12.9375rem;left:3.1875rem;font-size:2.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NpA027iONlFZSX0nAe3PMG8DJ1ZZQtkd { width:11.0625rem;height:4.53645625rem;top:3.6875rem;left:3.5rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eQupoNnpw4GgQKaNZdWw28Q6NFzK0eGd { width:5.625rem;height:1.375rem;top:11rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ariy9gP52fVnJTccs0IL239GD36KuRw6 { width:20rem;height:6.375rem;top:27.4375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #EbRUu9Ueu9ih2zI0qn02JCSMDFaIwxdV { width:17.43725rem;height:7.1875rem;top:17.662168502807rem;left:1.2807763814926rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXvt0Gf5fFurhuazo8IxKNqTpnUApV7x { width:20rem;height:1.29948125rem;top:0.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0OJQvwsQeQyUdZ6TJoDuUiR3qtATUBr { width:13.5rem;height:2.8125rem;top:26.099609375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb9uKupMNGfv1wpaBhnqKOwQJU1GLoES { display:block; }
 }@media only screen and (max-width: 763px) { #Mc4nBCZmvqI00pN1R2Xk35tXDLeXk1hZ { width:13.5rem;height:2.8125rem;top:30.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHJs9wP3hMymguKAb9lPt1cWKTSqccDt { display:block; }
 }@media only screen and (max-width: 763px) { #n0Trv2pwuwJVoOkbvgFJmDrO8JFU56eK { display:flex;width:1.1875rem;height:1.1875rem;top:31.4375rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #O9CmdoLv4piqqWhwQGgxMoXO9hTHxmXH { display:flex;width:1.1875rem;height:1.1875rem;top:26.912109375rem;left:3.5000002980233rem; }
 }@media only screen and (max-width: 763px) { #JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 { display:block; }#JdxvTaCx5PCThEvIxP7GXWowK7tbiGC1 > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEhz12pTdd91G33bQL9w3ofvdULm1b7F { width:18.75rem;height:9.5rem;top:62.625rem;left:0.56250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leo9mIf4WPeTaTQQo4dLGFai4dnvZWIR { width:17.5rem;height:9rem;top:17.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDX7D4w4eTM3TAvyWNV7x2J7xxkEs3nF { width:17.5rem;height:1.7871125rem;top:26.562500953674rem;left:1.2500000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrghH6ucQ52Uv0QX1gNrEN4sSVpL6ioG { width:18.75rem;height:8.0625rem;top:81.9375038147rem;left:1.1660156846046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBpsqFTeuLsqTmxdTy4LJV26KHDNKW7I { width:17.5rem;height:21rem;top:29.787109375rem;left:1.2291666865349rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f36qpOR23BDc5xF7GuAJEH8HfUkrJW2t { width:20rem;height:1.7871125rem;top:50.787110328674rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbANF3RALPIkMfZc5RbSdlT9DW1cht1I { width:20rem;height:6.01171875rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg9WoTHQIGBBxsN5xN9q6Iu8Bqx30pK8 { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NsFJW54U8gv1lTzQHCd1BG6dJkoGFNuM { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bKWU5tholTqHIFBSlSabtIGBpurpKIud { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #GL0sLKPJuTie1neXwo69iLzALDoPWcpW { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #T33sb1wHqf9BVeEukXiipG6s9XVdd6Mz { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:2.2916668057442rem; }
 }@media only screen and (max-width: 763px) { #oBOV3tKCsLPeXJVBwAS8ns35LaNBXV3L { display:flex;width:3.125rem;height:3.125rem;top:8.8125rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #BOdgTvq0olxAgouXVPnWsAFvhm6VNIVM { width:20rem;height:3.57421875rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7VLCWVM05twrfHyaha1b3ZI8PUWdee4 { width:18.875rem;height:5.19791875rem;top:83.410812377931rem;left:1.1243489384651rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddnkHIzLVabRhrrR6HtlIpHuPIcN1kUQ { width:19.9375rem;height:3.8984375rem;top:97.786460876462rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICVOQ6cmW6EgxTFAhrbcT9eU8PgNRa2t { width:20rem;height:7.796875rem;top:63.50000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQdrydcJ3x7IEyJdWaQKuCkvpEuNabDP { width:15.1875rem;height:1.0996125rem;top:79.7500038147rem;left:2.4062500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVkmyHF32PQ2kC8HneDPKIM8pVAAXUVs { width:12.5rem;height:1.0996125rem;top:96.6875038147rem;left:3.7500002980233rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ2LXsBildy1AciTz4Ryn0B0onE7EQlx { width:5rem;height:5rem;top:55.437501907349rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qob06CAekhyvA5eWvwbrh2ZDKpJCAx3G { width:12.5rem;height:1.0996125rem;top:61.566408157349rem;left:3.7500002980233rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcNS3NLPeIxhgBc9uR0mVpRpU8nV62dk { width:5.875rem;height:5.25rem;top:73.75000190735rem;left:7.0625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWk05r1Aggrkwf1sW5pigsgZvvMLBo51 { width:5rem;height:5rem;top:90.9375038147rem;left:8.0826829075812rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFPKII7QarLCvBH5rObyL450vJ4p6iwH { width:13.5rem;height:2.8125rem;top:103.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDnv2EZkdkwy6aZykzSFgweHK3Ludsm2 { display:block; }
 }@media only screen and (max-width: 763px) { #z6rFo9nERSr3WaKd64M2Qti3wN6sq06e { width:13.5rem;height:2.8125rem;top:106.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwOdDSZcJyQw3O5l2LkoiP5lF2ErxO3 { display:block; }
 }@media only screen and (max-width: 763px) { #xA9tcCbTC2Apf8AQd3NZwgZIpBCWEtbf { display:flex;width:1.1875rem;height:1.1875rem;top:107.6875rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #hRCerNN2nZics8UhCK9U45sKeG8IAK0f { display:flex;width:1.1875rem;height:1.1875rem;top:103.9375rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/gJL6WQpC/background_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8.adaptive-delivery-prevent-bg, #F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8.lazyload, #F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8.lazyloading { background-image: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container { background-color: transparent; background-image: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.85); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container > .video-iframe-container { display: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(24,42,116,0.85); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row > .video-iframe-container { display: none; }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .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); }#F2E3HcrVMmiUrlbiz7pcrdMhuwMAy1X8 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Av6irDG5CyaseeVA6rbGTMWdH5Um0FTe { width:18.125rem;height:4.0625rem;top:0.68596076965331rem;left:0.74869787693025rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzIKR2fKASaHZeHDPh1tQL7X4HI1XTGD { width:13.187125rem;height:2.2747375rem;top:5.7492651939392rem;left:3.405539393425rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr { display:block; }#misOLrgLUAZfTOLQBkQJy4iRSVyqPBwr > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRp4WWBEcJGAzIpR04QlWMrT8zVV3KhK { width:19.3119375rem;height:6.24805rem;top:16.902827262878rem;left:0.34357243776321rem;text-align:left;text-align-last:left;line-height:1.1;font-size:1rem;display:block; }#NRp4WWBEcJGAzIpR04QlWMrT8zVV3KhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
 }@media only screen and (max-width: 763px) { #TqbxxWxyq2vBBntt1RNEyN9v9B7rON1V { width:19.3110625rem;height:7.535125rem;top:8.9524638056756rem;left:0.34357243776321rem;text-align:left;text-align-last:left;line-height:1.1;font-size:1rem;display:block; }#TqbxxWxyq2vBBntt1RNEyN9v9B7rON1V li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
 }@media only screen and (max-width: 763px) { #RoTZzMPM8wshTvVQAqk5aI6RsCNtEMg7 { width:19.2489375rem;height:7.535125rem;top:1.42223072052rem;left:0.3737570643425rem;text-align:left;text-align-last:left;line-height:1.1;font-size:1rem;display:block; }#RoTZzMPM8wshTvVQAqk5aI6RsCNtEMg7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/QWYRAfAA/check_2.png); }
 }@media only screen and (max-width: 763px) { #yGgPk3JS5JTbatNI6LhQqXsM3lEJPKrV { width:19.75rem;height:13.625rem;top:95.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzebZsmvhtBHbvS38zfwdTWeIoTT6WZ9 { width:8.5625rem;height:4.7247875rem;top:102.8125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Bqbzp9ZPgFMy3FddzWPR2yFJBR5syCHv { width:9.6875rem;height:4.0625rem;top:98.625rem;left:4.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ER90kn350JISPl4meg6QDTZAqJgXUipE { width:16.937125rem;height:25rem;top:83.186232566831rem;left:1.5305398106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #qibyDO3qaEpxWZzuHtzcPcvdv2o77koo { width:17.9995rem;height:10.2024375rem;top:32.811906337738rem;left:0.99964475631713rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #ogoSuMfxKTqUQPCaXQWB8upLkCTN9MdK { width:10.687125rem;height:14.2498125rem;top:45.185563087463rem;left:4.6555395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja5TRPBaLKbpFDMOaDo7KX3xIg2bVLNP { width:19.6875rem;height:14.74875rem;top:63.623039245606rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u38IxXS3MU6VkTTNsxpfAub5FNK5PQzR { width:10.1243125rem;height:7.4369375rem;top:34.685734450817rem;left:4.9360795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlcKUwe9qUsUMbSQRT4mpBXFvkPawa3f { width:19.75rem;height:13.625rem;top:59.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEO8n8aMzIQbl8c1OfBzOyzxAJ0gk8ka { width:8.5625rem;height:1.57493125rem;top:66.3125rem;left:4.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #hgAzgJlQgt1ZZFcPwApcwovlA3PLcMxI { width:17.9995rem;height:4.39985625rem;top:27.562160491943rem;left:0.99964475631713rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk { display:block; }#ndg9QfTI5KwXCoWrGN3U5Dfo746VBRXk > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1uRIvJEGentife6TssLrLoBZLCviBHf { width:20rem;height:4.197925rem;top:12.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzR7wDQdQ40kmdpdTX972oLJnKKRsgHR { width:18.75rem;height:0.062144875rem;top:18.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnBHt0XLn0PPuga4HcZSWTaEE0hJBPsz { width:6.437rem;height:3.837rem;top:-1.8596649169922E-5rem;left:6.7808941602706rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCKKGwvvgcnisR0ZNm9z1AnMrudT7XX7 { display:flex;width:1.4364375rem;height:1.4364375rem;top:12.561994552613rem;left:2.1191404461861rem; }
 }@media only screen and (max-width: 763px) { #kKr4csT9OCK2EZ84rgAgkoRPCwFA867I { width:12.936875rem;height:4.89844375rem;top:30.1875rem;left:3.5312502980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlCgJaHi9zgmB8hDMTK38bZK8LiUUhML { width:12.936875rem;height:4.89844375rem;top:40.0625rem;left:3.5312502980233rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVedSqgbgc7ID4TFoIB1Nmi4PRQWtAWe { display:flex;width:1.4375rem;height:1.4375rem;top:28.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #uihcPF7wmoTva8ebwp3gM41bvLRJhZlC { width:13.75rem;height:4.89844375rem;top:21.625rem;left:3.1250000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiwRfroW4odeMIRHOiSA4sqkLGzlLDAo { display:flex;width:1.4375rem;height:1.4375rem;top:36.9375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #oLQyp3CqEWlp8Sxy6W8UsrQGrbiiNk42 { display:flex;width:1.4375rem;height:1.4375rem;top:19.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #VyxxJ49bEDvz1ExTlAZ8W3R9Z4SdHbFF { width:14.625rem;height:4.8984375rem;top:47.3125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5FG09zNnnLddsf7kSqqByZeACTI1Gc9 { display:flex;width:1.437025rem;height:1.437025rem;top:45.9375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #xFz7SOgylfVPLMq3LBIVFeFVOTtPhiyy { width:13.5rem;height:2.8125rem;top:4.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTq0T0LJuHGalMmfO5XyGoQ0BxUTi6U9 { display:block; }
 }@media only screen and (max-width: 763px) { #NNORmd0NTzVuvJtfVdDNANRxuadv81UC { width:13.5rem;height:2.8125rem;top:8.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4u6pOz1eETVDFpKgFmfXxmqANLGUvbJ { display:block; }
 }@media only screen and (max-width: 763px) { #vTxFzWtZpec8Qpf4s3tInsWp6MpHgF1d { display:flex;width:1.1875rem;height:1.1875rem;top:9rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #wTBGzIWS2rDKSTMsIeqVBA0wDOwFM6Je { display:flex;width:1.1875rem;height:1.1875rem;top:5.5rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 { display:block; }#d0gzuyg64GFccgKnTEl5rOzgo7DRmxA6 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tp93GRUnEFNbrwo0E1ZF4F4OUkmuqwwb { width:20rem;height:2.59895625rem;top:0.81143569946287rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }