.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #da6d00, #f3b948);background-image: -moz-linear-gradient(90deg, #da6d00, #f3b948);background-image: -ms-linear-gradient(90deg, #da6d00, #f3b948);background-image: -o-linear-gradient(90deg, #da6d00, #f3b948);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6d00', endColorstr='#f3b948' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6d00', endColorstr='#f3b948' );";background-image: linear-gradient(90deg, #da6d00, #f3b948);background-size:auto !important;position:relative;display:block; }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row .container { background-color: transparent; background-image: none; }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row .container > .video-iframe-container { display: none; }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row > .video-iframe-container { display: none; }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .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); }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row .container { border-width: 0; border-radius: 0; }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2cbc5eb3-4e32-4f14-befc-703ce3855fcf/electrician1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.125rem;width:42.8125rem;top:8.4375rem;left:32.049278846154rem;display:block; }#Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD.adaptive-delivery-prevent-bg, #Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD.lazyload, #Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD.lazyloading { background-image: none; }
#wo5xb1C65k69TxPet6XL2JSNsheVbf8y { background-color:#1dc75c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0.0625rem 2rem rgba(0,255,95,0.63) ;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:"be vietnam pro";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:4.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:36.375rem;left:0rem;display:block; }
#bSlw2mmD5EoG7iPqHuczzyg0QvmHUeUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lfFJnZpu5SE9e5g59aBRQNXRz3TOCN39 { color:rgba(255,255,255,0.8);display:block;width:26.5625rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:30.625rem;left:0rem;height:;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; }
#dA0IhRCvMNF8pzQhAeyQ1UugAWh7lfrU { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:19.4375rem;left:0rem;height:9.28125rem;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; }
#yT32nbNyMaRDn9pZeNaI4ttDVf5eLfbH { position:absolute;display:block;z-index:100012;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.37);border-left:0.0625rem solid rgba(255,255,255,0.37);border-right:0.0625rem solid rgba(255,255,255,0.37);border-bottom:0.0625rem solid rgba(255,255,255,0.37);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:34.9375rem;width:23.5625rem;top:6.9375rem;left:45.125rem;display:block; }
#EvKG57SbUh8RLFT6nVWOyDzV52exKJX4 { position:absolute;display:block;z-index:100013;background-color:rgba(96,98,105,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.75rem rgba(0,0,0,0.1) ;height:4.75rem;width:10.75rem;top:19.4375rem;left:64.25rem;display:block; }
#LdqyRzqmQ9SVI54nXrLULQBebQsdPdii { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:20.25rem;left:64.75rem;height:3.14941875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TxSEDVWcvMQolb2Ax5bdEMOZPe236aQi { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:12.25rem;top:2.875rem;left:1.5rem;overflow:hidden;display:block; }
#L0lyeNtmu5PqGwfoTyPsDTB8i3Csrpqc { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.75rem rgba(0,0,0,0.1) ;height:13.125rem;width:15.25rem;top:-2.375rem;left:0rem;display:block; }
#TllutKLEtxNIWSEv2T2Hwy1Ukv1rz0ci { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:30.6875rem;left:39.9375rem;height:;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; }
#mvvhVUFUeP4KTk4obRbfu82PyK9QShZi { position:absolute;display:block;z-index:100015;background-color:rgba(96,98,105,0.6);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.75rem rgba(0,0,0,0.1) ;height:4.75rem;width:10.75rem;top:29.875rem;left:39.0625rem;display:block; }
#NbIdnZU6M05GGJL7n6b2CW5KUln6e3P6 { position:absolute;display:block;z-index:99998;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;height:3.375rem;width:19.5rem;top:25.625rem;left:-0.3125rem;display:block; }
#zdOkWAX76UWfA0GDrD063RFNg0agnfHw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:2.4375rem;left:54.9375rem;height:;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:right;text-align-last:right;display:block; }
#KN0ZaCfEDxFOGKmLMEc3r9NL8ywxJiQV { box-sizing:content-box;color:#ffffff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:2.125rem;left:56.0625rem;display:block; }
#qtZRmtpnWpBtPNJTxTSQTvmxkE74yoiC { position:absolute;display:block;z-index:99997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.37);border-left:0.0625rem solid rgba(255,255,255,0.37);border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.37);border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0rem;height:34.9375rem;width:9.625rem;top:6.9375rem;left:69rem;display:block; }
#W6MNQvhAdFytTwb3XXQFLQvVloHxIxI3 { position:absolute;display:block;z-index:99996;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.37);border-left:0;border-right:0.0625rem solid rgba(255,255,255,0.37);border-bottom:0.0625rem solid rgba(255,255,255,0.37);border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;height:34.9375rem;width:8.125rem;top:6.9375rem;left:36.75rem;display:block; }
#mNQ36yQTnQkFPZZLBUoitQryA7Ooxvpd { position:absolute;display:block;z-index:99997;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0.0625rem solid rgba(255,255,255,0.37);border-bottom:0.0625rem solid rgba(255,255,255,0.37);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;height:6.625rem;width:8.125rem;top:0rem;left:36.75rem;display:block; }
#wu4UswBi3uJKzrflZ6VArVtzZqKaybw7 { position:absolute;display:block;z-index:99995;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.37);border-left:0.0625rem solid rgba(255,255,255,0.37);border-right:0.0625rem solid rgba(255,255,255,0.37);border-bottom:0.0625rem solid rgba(255,255,255,0.37);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:6.875rem;width:23.5625rem;top:-0.3125rem;left:45.125rem;display:block; }
#bdxkCNMa2quazwTJQzpPZQTktmP8hfRt { position:absolute;display:block;z-index:99994;background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(255,255,255,0.37);border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.37);border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0rem;height:7.8125rem;width:9.5625rem;top:-1.1875rem;left:69.0625rem;display:block; }
#NGuIV3nCzKGq6GVDA5cdN1FVHvm1NBHq { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.37);border-left:0.0625rem solid rgba(255,255,255,0.37);border-right:0.0625rem solid rgba(255,255,255,0.37);border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.3125rem;width:23.5625rem;top:42.125rem;left:45.1875rem;display:block; }
#KNocdHOH8SdGR3ac3do5T8hMDsshDKbf { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.37);border-left:0;border-right:0.0625rem solid rgba(255,255,255,0.37);border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.3125rem;width:8.125rem;top:42.1875rem;left:36.75rem;display:block; }
#UJunuI33oeRmgthWsLPqTTbW4rpdVxtz { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.37);border-left:0.0625rem solid rgba(255,255,255,0.37);border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.3125rem;width:9.5rem;top:42.125rem;left:69.0625rem;display:block; }
#z3utd7nxnefkoOyASqzheScQFrNTCAiM { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:15.4375rem;top:39.9375rem;left:1.71875rem;overflow:hidden;display:block; }
#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps { position:relative;display:none; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps { border-width: 0; border-radius: 0; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#wTAGEsNmC904LGMLTevPGilUhgyTFhPf { color:rgba(96,98,105,0.7);display:block;width:9rem;position:absolute;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:300;z-index:100018;line-height:1.2;letter-spacing:0;top:1.15625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(49,49,60,0.93);background-image:none;position:relative;display:block; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container { background-color: transparent; background-image: none; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container > .video-iframe-container { display: none; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row > .video-iframe-container { display: none; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .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); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container { border-width: 0; border-radius: 0; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#r2ePXSsz9lSyK4ywiswsV2TtVSp8mRwx { color:rgba(255,255,255,0.8);display:block;width:15.3125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:12.6875rem;left:29.84375rem;height:2.44921875rem;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; }
#HBXNIOmwhmZFTE0mhv6aLTDvMS9xuMNV { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"be vietnam pro";font-size:1.5625rem;font-weight:300;z-index:100015;line-height:1.2;letter-spacing:0;top:8.0625rem;left:29.03125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QLosuc6HP55cP9k2EUZS61v87US0Qcke { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.5625rem;font-weight:300;z-index:100017;line-height:1.2;letter-spacing:0;top:8.25rem;left:51.75rem;height:;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; }
#ocVJyXL1i8Nn1qkVK4nCMqGwx7mUNZfx { color:rgba(255,255,255,0.8);display:block;width:20.1875rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:12.6875rem;left:52.15625rem;height:;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; }
#oAFV5DouKMQxq7IDefN4pxTIPyKCiNK8 { color:rgba(255,255,255,0.8);display:block;width:19.25rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:12.6875rem;left:3.25rem;height:;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; }
#PDm6OxhOrD2QT4mfvRX9ttPLo7k9BaH8 { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.5625rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:8rem;left:2.125rem;height:;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; }
#lGkmhhzCEUpvKVM7zy8wFMsPXMIcZkn3 { color:rgba(255,255,255,0.08);display:block;width:11.0625rem;position:absolute;font-family:"font awesome";font-size:6.25rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:4.5625rem;left:3.8125rem;height:6.25rem;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; }
#aerNDGmXZAJfG59C3oBUxhffDmuMmL3Z { color:rgba(255,255,255,0.08);display:block;width:11.0625rem;position:absolute;font-family:"font awesome";font-size:6.25rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:4.5625rem;left:29.03125rem;height:6.25rem;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; }
#ih6HiK2N3hUhTNF9CJrXNt4vFB6Mg4d2 { color:rgba(255,255,255,0.08);display:block;width:11.0625rem;position:absolute;font-family:"font awesome";font-size:6.25rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:4.5625rem;left:54.15625rem;height:;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; }
#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38e9317b-8b01-4028-9634-426e9f340cf3/Ativo4.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp.adaptive-delivery-prevent-bg, #N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp.lazyload, #N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp.lazyloading { background-image: none; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row .container { background-color: transparent; background-image: none; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row .container > .video-iframe-container { display: none; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row > .video-iframe-container { display: none; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .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); }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row .container { border-width: 0; border-radius: 0; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#mC2xapHSOqlk6f7KcSRMa7kkQbeeV1xw { color:rgba(96,98,105,0.7);display:block;width:31.875rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:300;z-index:100004;line-height:1.1;letter-spacing:0;top:7.25rem;left:29.25rem;height:9.28125rem;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; }
#FUiGWFvr7fTUR3gs7Fcpeg0O3xr3y8nR { color:rgba(96,98,105,0.7);display:block;width:43.8125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:2.3;letter-spacing:0;top:17.9375rem;left:31.1875rem;height:12.2168125rem;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; }
#szt2ytJucfTPFRWfNzFmH5AR77PzZ63k { color:#ed1c24;display:block;width:1.9375rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:2.3;letter-spacing:0;top:17.9375rem;left:29.25rem;height:12.2168125rem;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; }
#isTZM3bQhhlOFIS2sbBES75MkS96kWWt { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac47e3eb-001d-4dd4-9cab-f58afe7b499f/shutterstock_16839871271scaled1.jpeg");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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 2.3125rem rgba(0,0,0,0.23) ;height:32rem;width:25.3125rem;top:5.75rem;left:0rem;display:block; }#isTZM3bQhhlOFIS2sbBES75MkS96kWWt.adaptive-delivery-prevent-bg, #isTZM3bQhhlOFIS2sbBES75MkS96kWWt.lazyload, #isTZM3bQhhlOFIS2sbBES75MkS96kWWt.lazyloading { background-image: none; }
#gL2TZkX4OivWdIhaqQ2AWnBazNvK0QsN { position:absolute;display:block;z-index:100009;background-color:#1dc75c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 2rem rgba(29,199,92,0.5) ;height:11.5625rem;width:46.3125rem;top:32.8125rem;left:21.875rem;display:block; }
#uFIsvb14V81NWlzsmrd4UuvdUnNQmZCp { color:rgba(255,255,255,0.8);display:block;width:35.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:37.9375rem;left:25.1875rem;height:3.1875rem;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; }
#oyWHGIhT6o0uDhfNGqgJ6umsaXX30MHN { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:35.1875rem;left:25.25rem;height:2.8125rem;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; }
#cb3zTrl6O032pTokkR0ahCoTdod3sUnZ { background-color:#ffa800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0.0625rem 2rem rgba(255,168,0,0.63) ;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:"be vietnam pro";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:42.1875rem;left:24.6875rem;display:block; }
#MfnBOUJqAR9CI1IkSGC1k7VS6L4U8q9D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RVbWht2sQE9gsKDtwe87VZQ8RPCB9BHM { color:#ed1c24;display:block;width:1.9375rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:2.3;letter-spacing:0;top:17.9375rem;left:29.25rem;height:12.2168125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cpeaqh2dC6fD90ePV0c7MQ0bcFeXQDyh { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:12.3125rem;top:42.75rem;left:40.65625rem;overflow:hidden;display:block; }
#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fb;background-image:none;position:relative;display:block; }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row .container { background-color: transparent; background-image: none; }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row .container > .video-iframe-container { display: none; }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row > .video-iframe-container { display: none; }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .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); }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row .container { border-width: 0; border-radius: 0; }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#Wb6UhSnd9mKPliFdxIqIIh1wmaEkGLwo { color:rgba(96,98,105,0.7);display:block;width:51rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:16.5rem;left:21.625rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SdhlsZ8Dnoe2gf7sWCxgOdSmK0i7Ry1p { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:16rem;top:5.9375rem;left:21.3125rem;overflow:hidden;display:block; }
#xaZ2NqmVvdnE59uWI73GXEARUqupTE2k { color:rgba(96,98,105,0.7);display:block;width:38.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:35.001953125rem;left:23.125rem;height:;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; }
#WPiEPpqWbBGQnOrGGTphwHiMN7PNmJzb { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:7.9375rem;top:10.1875rem;left:46.1875rem;overflow:hidden;display:block; }
#OREZ0oWoiGfQfLgu848Lb1CNeIEg6gUL { color:rgba(96,98,105,0.7);display:block;width:7.1875rem;position:absolute;font-family:"be vietnam pro";font-size:0.625rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:11rem;left:39.75rem;height:0.875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MgcAvTutIHAts8lfAkZ77x1UapIOniCf { box-sizing:content-box;color:#ffa800;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:34.8203125rem;left:21.375rem;display:block; }
#N2TwOvNnc8MmcNhkNIhcvXkD8f6zOPea { color:rgba(96,98,105,0.7);display:block;width:38.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:25.5625rem;left:22.25rem;height:;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; }
#qWNTsqQkf8sTISCM39FTMdIliAULUFnO { box-sizing:content-box;color:#ffa800;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:36.875rem;left:21.4375rem;display:block; }
#OGf3rk1OwsrxgrJawvhmGCh7PROEalVn { color:rgba(96,98,105,0.7);display:block;width:38.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.8;letter-spacing:0;top:37.0625rem;left:23.1875rem;height:;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; }
#i3dpDUnk77uWI59ob65yL46N6IwNidO2 { box-sizing:content-box;color:#ffa800;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:39.25rem;left:21.5rem;display:block; }
#lNhCLxqMKgZh8MJ6TP2s26tsBGf4lIaP { color:rgba(96,98,105,0.7);display:block;width:38.75rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100019;line-height:1.8;letter-spacing:0;top:39.4375rem;left:23.25rem;height:;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; }
#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fb;background-image:url("https://images.assets-landingi.com/uc/ae2051a2-e4dc-4af1-bc3e-ac5c9ef7944e/Ativo3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2.adaptive-delivery-prevent-bg, #bHk8xpKuihEEhUcfy5rTv7THTEetR5l2.lazyload, #bHk8xpKuihEEhUcfy5rTv7THTEetR5l2.lazyloading { background-image: none; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row .container { background-color: transparent; background-image: none; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row .container > .video-iframe-container { display: none; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row > .video-iframe-container { display: none; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .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); }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row .container { border-width: 0; border-radius: 0; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#h0hTDycmLozqrx59GMyhwMTCiCimQiCE { color:rgba(255,255,255,0.8);display:block;width:40.3125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.8;letter-spacing:0;top:5.546875rem;left:27.9375rem;height:;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; }
#iqmtZpTL7qDQKXUEz1zDBW4vsMNHG6Jc { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:2.46875rem;left:27.9375rem;height:2.8125rem;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; }
#Eof2xOX5lgibpyZwbgihEbM0sdiS7omO { position:absolute;display:block;z-index:100012;background-color:rgba(49,49,60,0.91);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 2rem rgba(49,49,60,0.5) ;height:15.8125rem;width:53.5rem;top:0rem;left:21.5rem;display:block; }
#hvxZmfgHBmK3ZMPU4uOB36ZxsCmeolqm { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:"font awesome";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:1.515625rem;left:24rem;height:4.21875rem;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; }
#A2iUm2XHJHqlPrk5rBoEWzlarHcmCtJX { color:#ffa800;display:block;width:51rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:25.875rem;left:21.65625rem;height:3.375rem;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; }
#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row .container { background-color: transparent; background-image: none; }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row .container > .video-iframe-container { display: none; }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row > .video-iframe-container { display: none; }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .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); }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row .container { border-width: 0; border-radius: 0; }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#xevuXZge2ikBRaZx7XDAK8UyaK9rsVVo { color:rgba(96,98,105,0.7);display:block;width:15.0625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.8;letter-spacing:0;top:7.625rem;left:21.5rem;height:7.871125rem;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; }
#p70ts2l0LaeryHMt4uBSIkDoZRoKLH1F { color:rgba(96,98,105,0.7);display:block;width:16.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:0rem;left:21.5rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qEgDXnsq9e3nEiTW66VkKaSXOvetTncv { color:rgba(96,98,105,0.7);display:block;width:15.0625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:7.5625rem;left:44.25rem;height:;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; }
#AptDE3B19JWEdBNnCDm1TBoy87nBQBJW { color:rgba(96,98,105,0.7);display:block;width:16.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:0.125rem;left:44.25rem;height:;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; }
#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row .container { background-color: transparent; background-image: none; }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row .container > .video-iframe-container { display: none; }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row > .video-iframe-container { display: none; }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .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); }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row .container { border-width: 0; border-radius: 0; }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#okWlyJTfTqHi0o81dlPqROewUtIurETT { color:rgba(96,98,105,0.7);display:block;width:15.0625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.8;letter-spacing:0;top:7.625rem;left:21.5rem;height:7.871125rem;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; }
#wf3GDo9QUITZ0vqegwU9dITwbzgXyD4U { color:rgba(96,98,105,0.7);display:block;width:16.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:0rem;left:21.5rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FPQ9POTZuH3OrT5VuI7GwgZkVeSDgR66 { color:rgba(96,98,105,0.7);display:block;width:15.0625rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.8;letter-spacing:0;top:7.75rem;left:44.25rem;height:;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; }
#BnhxCQBSuZQ4FFy7S1Q9wBExlgSCXST0 { color:rgba(96,98,105,0.7);display:block;width:16.25rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:0.125rem;left:44.25rem;height:;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; }
#wkKWpiXqkQFsVbzyk3qTOlNqqece703P { position:absolute;display:block;z-index:100016;background-color:#ffa800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:0.0625rem;top:10.8125rem;left:20.84375rem;display:block; }
#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77dfe6c5-41b4-4a5c-83fb-76de519b5e4a/marianaproenca_h0xG4s6NFgunsplash11.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI.adaptive-delivery-prevent-bg, #HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI.lazyload, #HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI.lazyloading { background-image: none; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row .container { background-color: transparent; background-image: none; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,16,0.73); }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row .container > .video-iframe-container { display: none; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,6,16,0.73); }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row > .video-iframe-container { display: none; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .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); }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row .container { border-width: 0; border-radius: 0; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#FdaTFJoZxfzBCJUi7TAJhKRnD4982hpn { color:rgba(255,255,255,0.8);display:block;width:15.3125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:27.625rem;left:3.9375rem;height:4.4619125rem;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; }
#Di7VVeStWRzgBT1t6UcBXTQdywNw4MDA { color:rgba(255,255,255,0.8);display:block;width:61.1875rem;position:absolute;font-family:"be vietnam pro";font-size:4.375rem;font-weight:300;z-index:100006;line-height:1;letter-spacing:0;top:9.0625rem;left:0rem;height:;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; }
#FKUukKnUFoydPmLRTSTbCh7mec6olToe { color:#fcb52c;display:block;width:3.9375rem;position:absolute;font-family:"font awesome";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:27.625rem;left:0rem;height:2.8125rem;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; }
#zOr5gni661232HTJFCQpTK5OUERVR7gT { color:rgba(255,255,255,0.8);display:block;width:15.3125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:27.625rem;left:31.8125rem;height:4.4619125rem;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; }
#PVyIhPv1dzJBw9oDfFd28s1QlMm05cpl { color:#fcb52c;display:block;width:3.9375rem;position:absolute;font-family:"font awesome";font-size:2.8125rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:27.625rem;left:27.875rem;height:2.8125rem;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; }
#ET6wTPSdWXuAkUWqtbvbCQM6Cp2TUmqX { color:rgba(255,255,255,0.8);display:block;width:15.3125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:27.625rem;left:59.6875rem;height:4.4619125rem;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; }
#xKlfyOVI0bx26m7glIgz3VTpQs5iOaax { color:#fcb52c;display:block;width:3.9375rem;position:absolute;font-family:"font awesome";font-size:2.8125rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:27.625rem;left:55.75rem;height:2.8125rem;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; }
#BhTBH7R1eQBoFOSELPLwsi3zH82CfGXw { color:rgba(255,255,255,0.8);display:block;width:15.3125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:37.8125rem;left:3.9375rem;height:4.4619125rem;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; }
#aTviPSd2RMkH8ot2HvHtFCTNvK4lAKrF { color:#fcb52c;display:block;width:3.9375rem;position:absolute;font-family:"font awesome";font-size:2.8125rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:37.8125rem;left:0rem;height:;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; }
#fTMLqQiN9gM12stctC8RicsVW2yS7gAv { color:#fcb52c;display:block;width:3.9375rem;position:absolute;font-family:"font awesome";font-size:2.8125rem;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:37.8125rem;left:27.875rem;height:;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; }
#OWoPqmren7mGeE208XnrdMkxRf9ttuXI { color:rgba(255,255,255,0.8);display:block;width:15.3125rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:37.8125rem;left:31.8125rem;height:;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; }
#qHTOtaTl3dRLc2fhV8M83LK1eXLQK70T { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1efc25f-b451-4514-9518-d0b2d7502d1c/innx.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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:11.5625rem;width:36.0625rem;top:56.625rem;left:19.5rem;display:block; }#qHTOtaTl3dRLc2fhV8M83LK1eXLQK70T.adaptive-delivery-prevent-bg, #qHTOtaTl3dRLc2fhV8M83LK1eXLQK70T.lazyload, #qHTOtaTl3dRLc2fhV8M83LK1eXLQK70T.lazyloading { background-image: none; }
#Hs4vMWbIc8T0Cig7JogdmTRb2REVgUCF { color:#fcb52c;display:block;width:3.9375rem;position:absolute;font-family:"font awesome";font-size:2.8125rem;font-weight:700;z-index:100018;line-height:1;letter-spacing:0;top:37.8125rem;left:55.8125rem;height:;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; }
#mGebMWtvJnXtMNHewPCsIfOQ37qKpShx { color:rgba(255,255,255,0.8);display:block;width:15.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:37.8125rem;left:59.625rem;height:;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; }
#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx { position:relative;display:block; }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx { background-color: transparent; background-image: none; }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .row .container > .video-iframe-container { display: none; }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .row > .video-iframe-container { display: none; }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .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); }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx { border-width: 0; border-radius: 0; }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#ScHmidDqoU67hwGePpuQANCHAei9xWZl { color:rgba(96,98,105,0.8);display:block;width:23.125rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:15.6875rem;left:26rem;height:4.19824375rem;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; }
#DbTexTUOh85bL07TA1PKkZVSt4OrLEz6 { color:rgba(96,98,105,0.7);display:block;width:28.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:300;z-index:100015;line-height:1.2;letter-spacing:0;top:10.8125rem;left:23.1875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T6D4XIcgHlgLcJgQ3ApL9Ns8tO30k0mP { background-color:transparent;background-image:none;border-top:0.0625rem solid #1dc75c;border-left:0.0625rem solid #1dc75c;border-right:0.0625rem solid #1dc75c;border-bottom:0.0625rem solid #1dc75c;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#1dc75c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.5rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:21.75rem;left:31.25rem;display:block; }
#NWgM2UNQTh9K1MTXGpkPWgcm9QE56sJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0a18d214-e3b0-47ba-9d7a-225cbb178d11/K9_q2sQXeBNwLh26WsawbXbWf_WGkYPcbcNXJusifUiG87y07y6i1MwQDduXSw66kKEHlb4HAqaTxJ1F_E9TvYtSr1ma4YZCMWhPPGzKfg1VAG0Nwq2NB_XVkf6rfyS97EWGsXm3YTRXCV_Qegy91OA113XUeOJPml7Ok1Ep9eL6XH0YfZvD");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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:11.5625rem;width:36.0625rem;top:56.4375rem;left:0rem;display:none; }#cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO.adaptive-delivery-prevent-bg, #cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO.lazyload, #cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO.lazyloading { background-image: none; }
#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo { position:relative;display:block; }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo { background-color: transparent; background-image: none; }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .row .container > .video-iframe-container { display: none; }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .row > .video-iframe-container { display: none; }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .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); }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo { border-width: 0; border-radius: 0; }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#H2DN7pf0tyLZXpTM80UK8DT0BzmVxhTM { color:rgba(96,98,105,0.7);display:block;width:53.375rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:7.125rem;left:10.8125rem;height:3.375rem;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; }
#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38e9317b-8b01-4028-9634-426e9f340cf3/Ativo4.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP.adaptive-delivery-prevent-bg, #TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP.lazyload, #TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP.lazyloading { background-image: none; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row .container { background-color: transparent; background-image: none; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row .container > .video-iframe-container { display: none; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row > .video-iframe-container { display: none; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .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); }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row .container { border-width: 0; border-radius: 0; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#Tv9In28dgwrEz21KnbQNZfQQwFPIdyWQ { color:rgba(96,98,105,0.8);display:block;width:18rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:4.375rem;left:4.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GWX7GKQ2mQmx7tODmhlUf37RPklVTqzA { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f9924dba-b13c-4047-910f-1ed7ea783702/CapturadeTela20220120as165204.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:3.375rem;width:3.375rem;top:3.4375rem;left:0rem;display:block; }#GWX7GKQ2mQmx7tODmhlUf37RPklVTqzA.adaptive-delivery-prevent-bg, #GWX7GKQ2mQmx7tODmhlUf37RPklVTqzA.lazyload, #GWX7GKQ2mQmx7tODmhlUf37RPklVTqzA.lazyloading { background-image: none; }
#JkHD9DrmSxs0p8CEGdQpBNWH2EJavTNw { color:rgba(96,98,105,0.8);display:block;width:18rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.6;letter-spacing:0;top:4.375rem;left:30.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PGWs2OyO7ELlTKiK9dCvbhgSE5GwL8lm { position:absolute;display:block;z-index:100022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/30e90bc7-e647-442a-9211-58b44a05e313/CapturadeTela20220120as165308.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:3.375rem;width:3.375rem;top:3.9375rem;left:26.4375rem;display:block; }#PGWs2OyO7ELlTKiK9dCvbhgSE5GwL8lm.adaptive-delivery-prevent-bg, #PGWs2OyO7ELlTKiK9dCvbhgSE5GwL8lm.lazyload, #PGWs2OyO7ELlTKiK9dCvbhgSE5GwL8lm.lazyloading { background-image: none; }
#bFwlrK8WIo8cbTUTAne370mtE9MDTamy { color:rgba(96,98,105,0.8);display:block;width:18rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100023;line-height:1.6;letter-spacing:0;top:4.375rem;left:57rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rhBWGFItVXG9QwIOf0XyRyNSWAx6Dicl { position:absolute;display:block;z-index:100024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72f861cf-be49-46c7-9918-96bf0660ea34/CapturadeTela20220120as165124.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:3.375rem;width:3.375rem;top:3.9375rem;left:52.8125rem;display:block; }#rhBWGFItVXG9QwIOf0XyRyNSWAx6Dicl.adaptive-delivery-prevent-bg, #rhBWGFItVXG9QwIOf0XyRyNSWAx6Dicl.lazyload, #rhBWGFItVXG9QwIOf0XyRyNSWAx6Dicl.lazyloading { background-image: none; }
#hfuKBvQhGaNeKa956AfitfK2GEXMOUit { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fb;background-image:none;position:relative;display:block; }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row .container { background-color: transparent; background-image: none; }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row .container > .video-iframe-container { display: none; }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row > .video-iframe-container { display: none; }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .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); }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row .container { border-width: 0; border-radius: 0; }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#SWZuKDUaNnTcuvktpzeJzvXnAKRuDi9K { color:rgba(96,98,105,0.7);display:block;width:26.375rem;position:absolute;font-family:"be vietnam pro";font-size:2.8125rem;font-weight:300;z-index:100015;line-height:1;letter-spacing:0;top:5.6875rem;left:10.8125rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BJeNtHcxTSJhN0RIDIOLMSmguy3WC5C8 { color:rgba(37,211,102,0.8);display:block;width:8.6875rem;position:absolute;font-family:"be vietnam pro";font-size:0.75rem;font-weight:300;z-index:100022;line-height:1.6;letter-spacing:0;top:3.75rem;left:12.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vcC0dwDcbRMLAlIWEZuoVrhUFmQ7HTXx { box-sizing:content-box;color:#25d366;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:3.6875rem;left:10.875rem;display:block; }
#nbanTJ8uEHpJo7KlcqBLF5ZhTLuZlCue { color:rgba(96,98,105,0.7);display:block;width:16.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:300;z-index:100016;line-height:1.2;letter-spacing:0;top:27.125rem;left:10.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hVNpF8CTJaVz3AyFDCEN4syf4JuLA22W { box-sizing:content-box;color:#25d366;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:28.8125rem;left:22.4375rem;display:block; }
#aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f50086a2-c813-4359-9f86-deb52581804b/painelsolar21.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.5rem;width:49.5625rem;top:2.375rem;left:-33.4375rem;display:block; }#aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN.adaptive-delivery-prevent-bg, #aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN.lazyload, #aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN.lazyloading { background-image: none; }
#X9KABPbVmrmG9E1UMd4NPhFICxA7Gncp { color:rgba(96,98,105,0.7);display:block;width:26.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1;letter-spacing:0;top:3.818359375rem;left:43.625rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UgCm0TP1n2EpeJIyWAiwytTISeSK7CVt { background-color:transparent;background-image:none;border-top:0.0625rem solid #1dc75c;border-left:0.0625rem solid #1dc75c;border-right:0.0625rem solid #1dc75c;border-bottom:0.0625rem solid #1dc75c;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#1dc75c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.5rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:21.5625rem;left:50.6875rem;display:none; }
#GmXMLNVQmCnALTBg4v7BndJN2iRBB4Db { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zfvxy082ThGEdNXNWmAo97IwOJ4Hvo38 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"be vietnam pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#v395VNc2y7JKyluydU5Xh2ufsfMqJ5OE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#famaRVp0zbJbnTEp3AdC0k8skmf2fTX5 { position:absolute;display:block;z-index:100025;height:11.25rem;width:27.3125rem;top:6.3125rem;left:42.625rem;display:block; }
#f7QTZqGNTVdzMM2LBu8rSemgzCEScd7k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#1dc75c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:5rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:26.4248046875rem;left:9.625rem;display:block; }
#A1QHZS7xSaauZuog6s2dlCknFP7qhQVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ALOE238hAZ2eXnRaeWKx4WJxWoU6UHJa { background-color:#1dc75c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0.0625rem 2rem rgba(0,255,95,0.63) ;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:"be vietnam pro";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:13.9375rem;left:9.625rem;display:block; }
#JmVbys9Nd5khV8aMcI7GWZEZZfJtsLod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HZklTV5mD1hMVdLFSVH1JwBoAq6Npe5M { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:15.4375rem;top:17.5625rem;left:13.125rem;overflow:hidden;display:block; }
#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #da6d00, #f3b948);background-image: -moz-linear-gradient(90deg, #da6d00, #f3b948);background-image: -ms-linear-gradient(90deg, #da6d00, #f3b948);background-image: -o-linear-gradient(90deg, #da6d00, #f3b948);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6d00', endColorstr='#f3b948' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6d00', endColorstr='#f3b948' );";background-image: linear-gradient(90deg, #da6d00, #f3b948);background-size:auto !important;position:relative;display:block; }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row .container { background-color: transparent; background-image: none; }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row .container > .video-iframe-container { display: none; }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row > .video-iframe-container { display: none; }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .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); }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row .container { border-width: 0; border-radius: 0; }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#RebPsBLWCFTGeHr8HnOiZU7IRG1Zivvi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:11.25rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#OoRtbSXZtddFqLxbvlFrnbP1TncAMaOF { color:rgba(255,255,255,0.8);display:block;width:57.5rem;position:absolute;font-family:"be vietnam pro";font-size:0.875rem;font-weight:300;z-index:100019;line-height:1.6;letter-spacing:0;top:6.986328125rem;left:17.5rem;height:;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:right;text-align-last:right;display:block; }
#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row .container { background-color: transparent; background-image: none; }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row .container > .video-iframe-container { display: none; }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row > .video-iframe-container { display: none; }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .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); }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row .container { border-width: 0; border-radius: 0; }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 { border-top:0.0625rem solid #eaedf1;border-left:0rem solid #eaedf1;border-right:0rem solid #eaedf1;border-bottom:0rem solid #eaedf1;background-color:#f8f9fb;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container { background-color: transparent; background-image: none; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container > .video-iframe-container { display: none; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row > .video-iframe-container { display: none; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .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); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container { border-width: 0; border-radius: 0; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#uRFGOVe4TVOCTvlVD1lTBIDIQGNaWuxA { background-color:transparent;background-image:none;border-top:0.125rem solid #1dc75c;border-left:0.125rem solid #1dc75c;border-right:0.125rem solid #1dc75c;border-bottom:0.125rem solid #1dc75c;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#1dc75c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.25rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:0.5625rem;left:56.625rem;display:block; }
#KHWOeXHqaomRItVeD2UPsQeAGhRBmUtU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JNqJ1stuCb4TD9odyFCbxWpdn65gzwPO { position:absolute;display:block;z-index:100030;background-color:#ed1c24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:0.6875rem;width:0.6875rem;top:0.375rem;left:72.75rem;display:block; }
#d2mE52bqVgZIrfSk5hAltQxk5rxMO32u { color:rgba(96,98,105,0.7);display:block;width:9rem;position:absolute;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:300;z-index:100018;line-height:1.2;letter-spacing:0;top:1.15625rem;left:0rem;height:;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; }
#nty5L4ItHOoE8bHzV0CPMD866f9xmIUd { color:rgba(96,98,105,0.7);display:block;width:7.875rem;position:absolute;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:300;z-index:100019;line-height:1.2;letter-spacing:0;top:1.15625rem;left:14.75rem;height:;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; }
#TEZbXqxH3zcFvvBkGDQKQdCND6i5nT0T { color:rgba(96,98,105,0.7);display:block;width:9.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:300;z-index:100020;line-height:1.2;letter-spacing:0;top:1.15625rem;left:27.5625rem;height:;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; }
#X7vDho2UrZybfdRL5X1QPwoP5mUKB6qJ { color:rgba(96,98,105,0.7);display:block;width:9.5625rem;position:absolute;font-family:"be vietnam pro";font-size:0.9375rem;font-weight:300;z-index:100021;line-height:1.2;letter-spacing:0;top:1.15625rem;left:42.125rem;height:;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; }
#MDtPeWKuTMEDM7RH79n5Blna7GEyI9d3 { position:absolute;display:block;z-index:100025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:0.0625rem;top:0.59375rem;left:11.875rem;display:block; }
#VmXJAphtKZeZORbOTos5oH8cRxi22lNL { position:absolute;display:block;z-index:100026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:0.0625rem;top:0.6875rem;left:26.0625rem;display:block; }
#g74aCP5IsOzZ3gozG9bg22dnLse0aV53 { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:0.0625rem;top:0.6875rem;left:39.5rem;display:block; }
#Kq9hdRR3K8dVKEtKTqgLLGHKZTTmkecU { position:absolute;display:block;z-index:100028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:0.0625rem;top:0.6875rem;left:53.8125rem;display:block; }
#mdnFRMmR6i1GWk7ETpmwiW9nmhUZwd1p { 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:block;z-index:100000;display:none; }
#R36vHZy76aBHpobXPDymMUPvBbkWSEzn { color:#ed1c24;display:block;width:13.375rem;position:absolute;font-family:"be vietnam pro";font-size:0.625rem;font-weight:300;z-index:100000;line-height:1.6;letter-spacing:0;top:2.5rem;left:59.15625rem;height:;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A { display:block; }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD { width:42.8125rem;height:40.125rem;top:8.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo5xb1C65k69TxPet6XL2JSNsheVbf8y { width:20.8125rem;height:4.4375rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSlw2mmD5EoG7iPqHuczzyg0QvmHUeUB { display:block; }
 }@media only screen and (max-width: 763px) { #lfFJnZpu5SE9e5g59aBRQNXRz3TOCN39 { width:26.5625rem;height:;top:30.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA0IhRCvMNF8pzQhAeyQ1UugAWh7lfrU { width:28.875rem;height:9.25rem;top:19.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT32nbNyMaRDn9pZeNaI4ttDVf5eLfbH { width:23.5625rem;height:34.9375rem;top:6.9375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvKG57SbUh8RLFT6nVWOyDzV52exKJX4 { width:10.75rem;height:4.75rem;top:19.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdqyRzqmQ9SVI54nXrLULQBebQsdPdii { width:10.3125rem;height:3.125rem;top:20.25rem;left:37.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxSEDVWcvMQolb2Ax5bdEMOZPe236aQi { width:12.25rem;height:5.9375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0lyeNtmu5PqGwfoTyPsDTB8i3Csrpqc { width:15.25rem;height:13.125rem;top:-2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TllutKLEtxNIWSEv2T2Hwy1Ukv1rz0ci { width:9.125rem;height:3.125rem;top:30.6875rem;left:26.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvvhVUFUeP4KTk4obRbfu82PyK9QShZi { width:10.75rem;height:4.75rem;top:29.875rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbIdnZU6M05GGJL7n6b2CW5KUln6e3P6 { width:19.5rem;height:3.375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdOkWAX76UWfA0GDrD063RFNg0agnfHw { width:12.5rem;height:1rem;top:2.4375rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0ZaCfEDxFOGKmLMEc3r9NL8ywxJiQV { width:1.375rem;height:1.375rem;top:2.125rem;left:42.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtZRmtpnWpBtPNJTxTSQTvmxkE74yoiC { width:9.625rem;height:34.9375rem;top:6.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6MNQvhAdFytTwb3XXQFLQvVloHxIxI3 { width:8.125rem;height:34.9375rem;top:6.9375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNQ36yQTnQkFPZZLBUoitQryA7Ooxvpd { width:8.125rem;height:6.625rem;top:0rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu4UswBi3uJKzrflZ6VArVtzZqKaybw7 { width:23.5625rem;height:6.875rem;top:-0.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdxkCNMa2quazwTJQzpPZQTktmP8hfRt { width:9.5625rem;height:7.8125rem;top:-1.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGuIV3nCzKGq6GVDA5cdN1FVHvm1NBHq { width:23.5625rem;height:6.3125rem;top:42.125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNocdHOH8SdGR3ac3do5T8hMDsshDKbf { width:8.125rem;height:6.3125rem;top:42.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJunuI33oeRmgthWsLPqTTbW4rpdVxtz { width:9.5rem;height:6.3125rem;top:42.125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3utd7nxnefkoOyASqzheScQFrNTCAiM { width:15.4375rem;height:6.9375rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps { display:none; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTAGEsNmC904LGMLTevPGilUhgyTFhPf { width:20rem;height:;top:2.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r { display:block; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2ePXSsz9lSyK4ywiswsV2TtVSp8mRwx { width:15.3125rem;height:2.4375rem;top:12.6875rem;left:16.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBXNIOmwhmZFTE0mhv6aLTDvMS9xuMNV { width:16.9375rem;height:3.75rem;top:8.0625rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLosuc6HP55cP9k2EUZS61v87US0Qcke { width:21.5rem;height:;top:8.25rem;left:26.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocVJyXL1i8Nn1qkVK4nCMqGwx7mUNZfx { width:20.1875rem;height:;top:12.6875rem;left:27.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAFV5DouKMQxq7IDefN4pxTIPyKCiNK8 { width:19.25rem;height:;top:12.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDm6OxhOrD2QT4mfvRX9ttPLo7k9BaH8 { width:21.5rem;height:;top:8rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGkmhhzCEUpvKVM7zy8wFMsPXMIcZkn3 { width:11.0625rem;height:6.25rem;top:4.5625rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aerNDGmXZAJfG59C3oBUxhffDmuMmL3Z { width:11.0625rem;height:;top:4.5625rem;left:15.875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6HiK2N3hUhTNF9CJrXNt4vFB6Mg4d2 { width:11.0625rem;height:;top:4.5625rem;left:31.75rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp { display:block; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mC2xapHSOqlk6f7KcSRMa7kkQbeeV1xw { width:31.875rem;height:9.25rem;top:7.25rem;left:15.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUiGWFvr7fTUR3gs7Fcpeg0O3xr3y8nR { width:43.8125rem;height:12.1875rem;top:17.9375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szt2ytJucfTPFRWfNzFmH5AR77PzZ63k { width:1.9375rem;height:12.1875rem;top:17.9375rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isTZM3bQhhlOFIS2sbBES75MkS96kWWt { width:25.3125rem;height:32rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL2TZkX4OivWdIhaqQ2AWnBazNvK0QsN { width:46.3125rem;height:11.5625rem;top:32.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFIsvb14V81NWlzsmrd4UuvdUnNQmZCp { width:35.5rem;height:3.1875rem;top:37.9375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyWHGIhT6o0uDhfNGqgJ6umsaXX30MHN { width:38.8125rem;height:2.8125rem;top:35.1875rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb3zTrl6O032pTokkR0ahCoTdod3sUnZ { width:17.5rem;height:3.4375rem;top:42.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfnBOUJqAR9CI1IkSGC1k7VS6L4U8q9D { display:block; }
 }@media only screen and (max-width: 763px) { #RVbWht2sQE9gsKDtwe87VZQ8RPCB9BHM { width:1.9375rem;height:;top:18.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpeaqh2dC6fD90ePV0c7MQ0bcFeXQDyh { width:12.3125rem;height:5.5rem;top:42.75rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 { display:block; }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb6UhSnd9mKPliFdxIqIIh1wmaEkGLwo { width:47.75rem;height:6.75rem;top:16.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdhlsZ8Dnoe2gf7sWCxgOdSmK0i7Ry1p { width:16rem;height:7.75rem;top:5.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZ2NqmVvdnE59uWI73GXEARUqupTE2k { width:38.75rem;height:;top:35rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPiEPpqWbBGQnOrGGTphwHiMN7PNmJzb { width:7.9375rem;height:2.625rem;top:10.1875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OREZ0oWoiGfQfLgu848Lb1CNeIEg6gUL { width:7.1875rem;height:0.875rem;top:11rem;left:26.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgcAvTutIHAts8lfAkZ77x1UapIOniCf { width:1.75rem;height:1.75rem;top:34.8125rem;left:7.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2TwOvNnc8MmcNhkNIhcvXkD8f6zOPea { width:38.75rem;height:;top:25.5625rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNTsqQkf8sTISCM39FTMdIliAULUFnO { width:1.75rem;height:1.75rem;top:36.875rem;left:7.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGf3rk1OwsrxgrJawvhmGCh7PROEalVn { width:38.75rem;height:1.5625rem;top:37.0625rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3dpDUnk77uWI59ob65yL46N6IwNidO2 { width:1.75rem;height:1.75rem;top:39.25rem;left:7.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNhCLxqMKgZh8MJ6TP2s26tsBGf4lIaP { width:38.75rem;height:;top:39.4375rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 { display:block; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0hTDycmLozqrx59GMyhwMTCiCimQiCE { width:40.3125rem;height:;top:5.5rem;left:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqmtZpTL7qDQKXUEz1zDBW4vsMNHG6Jc { width:38.8125rem;height:;top:2.4375rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eof2xOX5lgibpyZwbgihEbM0sdiS7omO { width:47.75rem;height:15.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxZmfgHBmK3ZMPU4uOB36ZxsCmeolqm { width:2.125rem;height:4.1875rem;top:1.5rem;left:10.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2iUm2XHJHqlPrk5rBoEWzlarHcmCtJX { width:47.75rem;height:3.375rem;top:25.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 { display:block; }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xevuXZge2ikBRaZx7XDAK8UyaK9rsVVo { width:15.0625rem;height:7.8125rem;top:7.625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p70ts2l0LaeryHMt4uBSIkDoZRoKLH1F { width:16.25rem;height:6.75rem;top:0rem;left:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEgDXnsq9e3nEiTW66VkKaSXOvetTncv { width:15.0625rem;height:7.8125rem;top:7.5625rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AptDE3B19JWEdBNnCDm1TBoy87nBQBJW { width:16.25rem;height:;top:0.125rem;left:30.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM { display:block; }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okWlyJTfTqHi0o81dlPqROewUtIurETT { width:15.0625rem;height:7.8125rem;top:7.625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf3GDo9QUITZ0vqegwU9dITwbzgXyD4U { width:16.25rem;height:;top:0rem;left:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ9POTZuH3OrT5VuI7GwgZkVeSDgR66 { width:15.0625rem;height:7.8125rem;top:7.75rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnhxCQBSuZQ4FFy7S1Q9wBExlgSCXST0 { width:16.25rem;height:;top:0.125rem;left:30.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkKWpiXqkQFsVbzyk3qTOlNqqece703P { width:0.0625rem;height:21.9375rem;top:10.8125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI { display:block; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdaTFJoZxfzBCJUi7TAJhKRnD4982hpn { width:15.3125rem;height:4.4375rem;top:27.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7VVeStWRzgBT1t6UcBXTQdywNw4MDA { width:47.75rem;height:;top:9.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKUukKnUFoydPmLRTSTbCh7mec6olToe { width:3.9375rem;height:2.8125rem;top:27.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOr5gni661232HTJFCQpTK5OUERVR7gT { width:15.3125rem;height:;top:27.625rem;left:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVyIhPv1dzJBw9oDfFd28s1QlMm05cpl { width:3.9375rem;height:;top:27.625rem;left:14.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET6wTPSdWXuAkUWqtbvbCQM6Cp2TUmqX { width:15.3125rem;height:;top:27.625rem;left:32.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKlfyOVI0bx26m7glIgz3VTpQs5iOaax { width:3.9375rem;height:;top:27.625rem;left:42.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhTBH7R1eQBoFOSELPLwsi3zH82CfGXw { width:15.3125rem;height:;top:37.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTviPSd2RMkH8ot2HvHtFCTNvK4lAKrF { width:3.9375rem;height:;top:37.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMLqQiN9gM12stctC8RicsVW2yS7gAv { width:3.9375rem;height:;top:37.8125rem;left:14.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWoPqmren7mGeE208XnrdMkxRf9ttuXI { width:15.3125rem;height:;top:37.8125rem;left:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHTOtaTl3dRLc2fhV8M83LK1eXLQK70T { width:36.0625rem;height:11.5625rem;top:56.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs4vMWbIc8T0Cig7JogdmTRb2REVgUCF { width:3.9375rem;height:2.8125rem;top:37.8125rem;left:42.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGebMWtvJnXtMNHewPCsIfOQ37qKpShx { width:15.375rem;height:4.4375rem;top:37.8125rem;left:32.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx { display:block; }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScHmidDqoU67hwGePpuQANCHAei9xWZl { width:23.125rem;height:4.1875rem;top:15.6875rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTexTUOh85bL07TA1PKkZVSt4OrLEz6 { width:28.6875rem;height:4.5rem;top:10.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6D4XIcgHlgLcJgQ3ApL9Ns8tO30k0mP { width:12.5625rem;height:2.5rem;top:21.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWgM2UNQTh9K1MTXGpkPWgcm9QE56sJa { display:block; }
 }@media only screen and (max-width: 763px) { #cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO { width:36.0625rem;height:11.5625rem;top:56.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo { display:block; }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2DN7pf0tyLZXpTM80UK8DT0BzmVxhTM { width:47.75rem;height:3.375rem;top:7.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP { display:block; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv9In28dgwrEz21KnbQNZfQQwFPIdyWQ { width:18rem;height:;top:4.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWX7GKQ2mQmx7tODmhlUf37RPklVTqzA { width:3.375rem;height:3.375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHD9DrmSxs0p8CEGdQpBNWH2EJavTNw { width:18rem;height:;top:4.375rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGWs2OyO7ELlTKiK9dCvbhgSE5GwL8lm { width:3.375rem;height:3.375rem;top:3.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFwlrK8WIo8cbTUTAne370mtE9MDTamy { width:18rem;height:;top:4.375rem;left:29.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhBWGFItVXG9QwIOf0XyRyNSWAx6Dicl { width:3.375rem;height:3.375rem;top:3.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuKBvQhGaNeKa956AfitfK2GEXMOUit { display:block; }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWZuKDUaNnTcuvktpzeJzvXnAKRuDi9K { width:26.375rem;height:5.625rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJeNtHcxTSJhN0RIDIOLMSmguy3WC5C8 { width:8.6875rem;height:1.1875rem;top:3.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcC0dwDcbRMLAlIWEZuoVrhUFmQ7HTXx { width:1.25rem;height:1.25rem;top:3.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbanTJ8uEHpJo7KlcqBLF5ZhTLuZlCue { width:16.5rem;height:;top:27.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNpF8CTJaVz3AyFDCEN4syf4JuLA22W { width:2rem;height:2rem;top:28.8125rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN { width:47.75rem;height:43.5rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9KABPbVmrmG9E1UMd4NPhFICxA7Gncp { width:26.375rem;height:1.0625rem;top:3.8125rem;left:21.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgCm0TP1n2EpeJIyWAiwytTISeSK7CVt { width:12.5625rem;height:2.5rem;top:21.5625rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmXMLNVQmCnALTBg4v7BndJN2iRBB4Db { display:block; }
 }@media only screen and (max-width: 763px) { #Zfvxy082ThGEdNXNWmAo97IwOJ4Hvo38 { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v395VNc2y7JKyluydU5Xh2ufsfMqJ5OE { display:block; }
 }@media only screen and (max-width: 763px) { #famaRVp0zbJbnTEp3AdC0k8skmf2fTX5 { width:27.3125rem;height:11.25rem;top:6.3125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7QTZqGNTVdzMM2LBu8rSemgzCEScd7k { width:18.875rem;height:5rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1QHZS7xSaauZuog6s2dlCknFP7qhQVO { display:block; }
 }@media only screen and (max-width: 763px) { #ALOE238hAZ2eXnRaeWKx4WJxWoU6UHJa { width:24.8125rem;height:4.4375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmVbys9Nd5khV8aMcI7GWZEZZfJtsLod { display:block; }
 }@media only screen and (max-width: 763px) { #HZklTV5mD1hMVdLFSVH1JwBoAq6Npe5M { width:15.4375rem;height:6.9375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INB5Zw89F1qz1Zonm8zLO3uub0azLyPn { display:block; }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RebPsBLWCFTGeHr8HnOiZU7IRG1Zivvi { width:11.25rem;height:5.0625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRtbSXZtddFqLxbvlFrnbP1TncAMaOF { width:47.75rem;height:;top:6.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz { display:block; }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 { display:block; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRFGOVe4TVOCTvlVD1lTBIDIQGNaWuxA { width:18.375rem;height:3.25rem;top:0.5625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHWOeXHqaomRItVeD2UPsQeAGhRBmUtU { display:block; }
 }@media only screen and (max-width: 763px) { #JNqJ1stuCb4TD9odyFCbxWpdn65gzwPO { width:0.6875rem;height:0.6875rem;top:0.375rem;left:47.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2mE52bqVgZIrfSk5hAltQxk5rxMO32u { width:9rem;height:;top:1.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nty5L4ItHOoE8bHzV0CPMD866f9xmIUd { width:7.875rem;height:;top:1.125rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEZbXqxH3zcFvvBkGDQKQdCND6i5nT0T { width:9.5625rem;height:;top:1.125rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7vDho2UrZybfdRL5X1QPwoP5mUKB6qJ { width:9.5625rem;height:;top:1.125rem;left:28.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDtPeWKuTMEDM7RH79n5Blna7GEyI9d3 { width:0.0625rem;height:3.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmXJAphtKZeZORbOTos5oH8cRxi22lNL { width:0.0625rem;height:3.1875rem;top:0.6875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g74aCP5IsOzZ3gozG9bg22dnLse0aV53 { width:0.0625rem;height:3.1875rem;top:0.6875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq9hdRR3K8dVKEtKTqgLLGHKZTTmkecU { width:0.0625rem;height:3.1875rem;top:0.6875rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdnFRMmR6i1GWk7ETpmwiW9nmhUZwd1p { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R36vHZy76aBHpobXPDymMUPvBbkWSEzn { width:13.375rem;height:1rem;top:2.5rem;left:34.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A { display:block; }#Rh3DUTZJodQ177ogKhLnRBeoZXAJyr0A > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD { width:20rem;height:18.625rem;top:35.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2cbc5eb3-4e32-4f14-befc-703ce3855fcf/electrician1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD.adaptive-delivery-prevent-bg, #Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD.lazyload, #Pa37oOQ9JTe1Ih1FkTDCec7N5VTmW6OD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wo5xb1C65k69TxPet6XL2JSNsheVbf8y { width:18rem;height:3.4375rem;top:23.5576171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSlw2mmD5EoG7iPqHuczzyg0QvmHUeUB { display:block; }
 }@media only screen and (max-width: 763px) { #lfFJnZpu5SE9e5g59aBRQNXRz3TOCN39 { width:16.125rem;height:3.673825rem;top:18.6591796875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA0IhRCvMNF8pzQhAeyQ1UugAWh7lfrU { width:20rem;height:6.597625rem;top:10.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT32nbNyMaRDn9pZeNaI4ttDVf5eLfbH { width:19.875rem;height:34.9375rem;top:131.5576171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvKG57SbUh8RLFT6nVWOyDzV52exKJX4 { width:11.4375rem;height:4.75rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdqyRzqmQ9SVI54nXrLULQBebQsdPdii { width:10.25rem;height:3.14941875rem;top:44.125rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxSEDVWcvMQolb2Ax5bdEMOZPe236aQi { width:7.625rem;height:3.6875rem;top:1.03125rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L0lyeNtmu5PqGwfoTyPsDTB8i3Csrpqc { width:10.375rem;height:7.8125rem;top:-2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TllutKLEtxNIWSEv2T2Hwy1Ukv1rz0ci { width:9.125rem;height:0;top:41.75rem;left:0.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvvhVUFUeP4KTk4obRbfu82PyK9QShZi { width:10.75rem;height:4.75rem;top:40.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbIdnZU6M05GGJL7n6b2CW5KUln6e3P6 { width:13.3125rem;height:2.25rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdOkWAX76UWfA0GDrD063RFNg0agnfHw { width:7.75rem;height:2.0996125rem;top:1.375rem;left:12.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0ZaCfEDxFOGKmLMEc3r9NL8ywxJiQV { width:1.0625rem;height:1.0625rem;top:1.34375rem;left:14.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtZRmtpnWpBtPNJTxTSQTvmxkE74yoiC { width:9.625rem;height:34.9375rem;top:171.9326171875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W6MNQvhAdFytTwb3XXQFLQvVloHxIxI3 { width:8.125rem;height:34.9375rem;top:105.182625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNQ36yQTnQkFPZZLBUoitQryA7Ooxvpd { width:8.125rem;height:6.625rem;top:20.25rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wu4UswBi3uJKzrflZ6VArVtzZqKaybw7 { width:19.875rem;height:6.875rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdxkCNMa2quazwTJQzpPZQTktmP8hfRt { width:9.5625rem;height:7.8125rem;top:36.4375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGuIV3nCzKGq6GVDA5cdN1FVHvm1NBHq { width:19.875rem;height:6.3125rem;top:97.495125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNocdHOH8SdGR3ac3do5T8hMDsshDKbf { width:8.125rem;height:6.3125rem;top:101.5576171875rem;left:3.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJunuI33oeRmgthWsLPqTTbW4rpdVxtz { width:9.5rem;height:6.3125rem;top:101.9951171875rem;left:6.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3utd7nxnefkoOyASqzheScQFrNTCAiM { width:15.4375rem;height:6.9375rem;top:26.28125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps { background-color:#31313c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row .container { background-color: transparent; background-image: none; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row .container > .video-iframe-container { display: none; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row > .video-iframe-container { display: none; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .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); }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row .container { border-width: 0; border-radius: 0; }#sShmfRCxgwqDp3lWXWTDzt6zN2c3c2ps > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTAGEsNmC904LGMLTevPGilUhgyTFhPf { width:20rem;height:14rem;top:2.25rem;left:0rem;font-size:1rem;z-index:100022;text-align:center;text-align-last:center;color:rgba(255,255,255,0.7);line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r { background-color:rgba(49,49,60,0.92);background-image:none;display:block; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container { background-color: transparent; background-image: none; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container > .video-iframe-container { display: none; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row > .video-iframe-container { display: none; }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .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); }#Eg3h3RskN3CNJ9yCO3vrzD6dT1uD382r > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2ePXSsz9lSyK4ywiswsV2TtVSp8mRwx { width:13.375rem;height:2.44921875rem;top:20.01171875rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBXNIOmwhmZFTE0mhv6aLTDvMS9xuMNV { width:16.9375rem;height:3rem;top:16.5rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLosuc6HP55cP9k2EUZS61v87US0Qcke { width:16.9375rem;height:3rem;top:28.6484375rem;left:1.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocVJyXL1i8Nn1qkVK4nCMqGwx7mUNZfx { width:19.25rem;height:2.44921875rem;top:31.7734375rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAFV5DouKMQxq7IDefN4pxTIPyKCiNK8 { width:13.3125rem;height:3.673825rem;top:7.875rem;left:3.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDm6OxhOrD2QT4mfvRX9ttPLo7k9BaH8 { width:20rem;height:3rem;top:4.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGkmhhzCEUpvKVM7zy8wFMsPXMIcZkn3 { width:11.0625rem;height:5.625rem;top:2.3125rem;left:2.375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aerNDGmXZAJfG59C3oBUxhffDmuMmL3Z { width:11.0625rem;height:5.625rem;top:14.44921875rem;left:2.375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6HiK2N3hUhTNF9CJrXNt4vFB6Mg4d2 { width:11.0625rem;height:5.625rem;top:25.8359375rem;left:2.375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp { display:block; }#N3K2Ivv2ODhiBM2HlicxeyJpT9aIvmlp > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mC2xapHSOqlk6f7KcSRMa7kkQbeeV1xw { width:16.25rem;height:4.875rem;top:11.875rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FUiGWFvr7fTUR3gs7Fcpeg0O3xr3y8nR { width:15.6875rem;height:14.8730625rem;top:17.6875rem;left:1.5rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #szt2ytJucfTPFRWfNzFmH5AR77PzZ63k { width:1.9375rem;height:0;top:18.5625rem;left:0rem;font-size:0.875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #isTZM3bQhhlOFIS2sbBES75MkS96kWWt { width:20rem;height:9.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL2TZkX4OivWdIhaqQ2AWnBazNvK0QsN { width:20rem;height:12.75rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFIsvb14V81NWlzsmrd4UuvdUnNQmZCp { width:16.5rem;height:5.25rem;top:40rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyWHGIhT6o0uDhfNGqgJ6umsaXX30MHN { width:14.3125rem;height:3rem;top:36.75rem;left:1.53125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cb3zTrl6O032pTokkR0ahCoTdod3sUnZ { width:14.1875rem;height:2.9375rem;top:46.125rem;left:2.90625rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MfnBOUJqAR9CI1IkSGC1k7VS6L4U8q9D { display:block; }
 }@media only screen and (max-width: 763px) { #RVbWht2sQE9gsKDtwe87VZQ8RPCB9BHM { width:1.9375rem;height:13.38575rem;top:17.6875rem;left:0rem;font-size:0.875rem;line-height:1.7;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #cpeaqh2dC6fD90ePV0c7MQ0bcFeXQDyh { width:12.3125rem;height:5.5rem;top:48.5rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 { display:block; }#z4MftH5cGnMg3y7V7FqTmcUWgkk9Ayz9 > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wb6UhSnd9mKPliFdxIqIIh1wmaEkGLwo { width:20rem;height:5.625rem;top:14.125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SdhlsZ8Dnoe2gf7sWCxgOdSmK0i7Ry1p { width:10.9375rem;height:5.3125rem;top:1.3125rem;left:4.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xaZ2NqmVvdnE59uWI73GXEARUqupTE2k { width:18.0625rem;height:4.72265625rem;top:38.9765625rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPiEPpqWbBGQnOrGGTphwHiMN7PNmJzb { width:7.9375rem;height:2.625rem;top:9.3125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OREZ0oWoiGfQfLgu848Lb1CNeIEg6gUL { width:7.1875rem;height:0.875rem;top:8.4375rem;left:6.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgcAvTutIHAts8lfAkZ77x1UapIOniCf { width:1.75rem;height:1.75rem;top:38.9765625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2TwOvNnc8MmcNhkNIhcvXkD8f6zOPea { width:20rem;height:17.316375rem;top:20.49609375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWNTsqQkf8sTISCM39FTMdIliAULUFnO { width:1.75rem;height:1.75rem;top:45.32421875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGf3rk1OwsrxgrJawvhmGCh7PROEalVn { width:17.5625rem;height:4.72265625rem;top:45.44921875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3dpDUnk77uWI59ob65yL46N6IwNidO2 { width:1.75rem;height:1.75rem;top:51.359375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNhCLxqMKgZh8MJ6TP2s26tsBGf4lIaP { width:15.75rem;height:3.1484375rem;top:51.671875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 { display:block; }#bHk8xpKuihEEhUcfy5rTv7THTEetR5l2 > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0hTDycmLozqrx59GMyhwMTCiCimQiCE { width:17.0625rem;height:12.59375rem;top:10.78125rem;left:1.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqmtZpTL7qDQKXUEz1zDBW4vsMNHG6Jc { width:17.75rem;height:4.0625rem;top:6.46875rem;left:1.6875rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Eof2xOX5lgibpyZwbgihEbM0sdiS7omO { width:20rem;height:24rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxZmfgHBmK3ZMPU4uOB36ZxsCmeolqm { width:2.125rem;height:3.375rem;top:2.765625rem;left:2.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2iUm2XHJHqlPrk5rBoEWzlarHcmCtJX { width:20rem;height:4.5rem;top:30.880859375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 { display:block; }#x13g2p2ymtAJt6IEH0ilFSTdWgyyTFn1 > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xevuXZge2ikBRaZx7XDAK8UyaK9rsVVo { width:20rem;height:4.72265625rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p70ts2l0LaeryHMt4uBSIkDoZRoKLH1F { width:16.25rem;height:3.4375rem;top:0rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qEgDXnsq9e3nEiTW66VkKaSXOvetTncv { width:20rem;height:4.72265625rem;top:15.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AptDE3B19JWEdBNnCDm1TBoy87nBQBJW { width:20rem;height:3.4375rem;top:11.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM { display:block; }#qaZPUBgHK1HQ5QOmtEl8ZCbHL1OrNHvM > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okWlyJTfTqHi0o81dlPqROewUtIurETT { width:20rem;height:6.296875rem;top:4.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf3GDo9QUITZ0vqegwU9dITwbzgXyD4U { width:20rem;height:3.4375rem;top:0rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FPQ9POTZuH3OrT5VuI7GwgZkVeSDgR66 { width:20rem;height:6.296875rem;top:18.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnhxCQBSuZQ4FFy7S1Q9wBExlgSCXST0 { width:20rem;height:3.75rem;top:14.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkKWpiXqkQFsVbzyk3qTOlNqqece703P { width:0.0625rem;height:21.9375rem;top:27.68359375rem;left:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI { display:block; }#HqbDCWHMbKm9RpayooAz8PmVtOv5RWnI > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdaTFJoZxfzBCJUi7TAJhKRnD4982hpn { width:15.3125rem;height:3.673825rem;top:13.75rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Di7VVeStWRzgBT1t6UcBXTQdywNw4MDA { width:20rem;height:5.60449375rem;top:3.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FKUukKnUFoydPmLRTSTbCh7mec6olToe { width:3.9375rem;height:1.875rem;top:11.8125rem;left:8.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOr5gni661232HTJFCQpTK5OUERVR7gT { width:15.3125rem;height:3.673825rem;top:22.3359375rem;left:2.3125rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVyIhPv1dzJBw9oDfFd28s1QlMm05cpl { width:3.9375rem;height:1.875rem;top:20.3984375rem;left:8.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET6wTPSdWXuAkUWqtbvbCQM6Cp2TUmqX { width:15.3125rem;height:3.673825rem;top:30.484375rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKlfyOVI0bx26m7glIgz3VTpQs5iOaax { width:3.9375rem;height:1.875rem;top:28.484375rem;left:8rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BhTBH7R1eQBoFOSELPLwsi3zH82CfGXw { width:15.3125rem;height:3.673825rem;top:39.1953125rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTviPSd2RMkH8ot2HvHtFCTNvK4lAKrF { width:3.9375rem;height:1.875rem;top:37.1953125rem;left:8rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTMLqQiN9gM12stctC8RicsVW2yS7gAv { width:3.9375rem;height:1.875rem;top:46.03125rem;left:8rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWoPqmren7mGeE208XnrdMkxRf9ttuXI { width:15.3125rem;height:3.673825rem;top:48.03125rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHTOtaTl3dRLc2fhV8M83LK1eXLQK70T { width:20rem;height:11.5625rem;top:64.515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs4vMWbIc8T0Cig7JogdmTRb2REVgUCF { width:3.9375rem;height:1.875rem;top:52.9541rem;left:8rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGebMWtvJnXtMNHewPCsIfOQ37qKpShx { width:15.375rem;height:3.673825rem;top:56.0791rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx { display:block; }#vnpZ7GwRGTrynB634xQ7blmu5ymMpLDx > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScHmidDqoU67hwGePpuQANCHAei9xWZl { width:17.875rem;height:5.59765625rem;top:19.140625rem;left:0rem;font-size:0.875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbTexTUOh85bL07TA1PKkZVSt4OrLEz6 { width:17.5625rem;height:3rem;top:15.453125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6D4XIcgHlgLcJgQ3ApL9Ns8tO30k0mP { width:12.5625rem;height:2.5rem;top:25.36328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWgM2UNQTh9K1MTXGpkPWgcm9QE56sJa { display:block; }
 }@media only screen and (max-width: 763px) { #cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO { width:20rem;height:11.5625rem;top:3.015625rem;left:0rem;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1efc25f-b451-4514-9518-d0b2d7502d1c/innx.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO.adaptive-delivery-prevent-bg, #cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO.lazyload, #cVeUMRH6FokzqXq78yJ2iDEZxmJAWTWO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo { display:block; }#BAJZBpQK2QRqZzuiwatgL7Scwa80ZiZo > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2DN7pf0tyLZXpTM80UK8DT0BzmVxhTM { width:20rem;height:1.5rem;top:2.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP { display:block; }#TJZh57pP84VCEaGlo6fVnb1yCT0TrVRP > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv9In28dgwrEz21KnbQNZfQQwFPIdyWQ { width:18rem;height:18.192375rem;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWX7GKQ2mQmx7tODmhlUf37RPklVTqzA { width:3.375rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkHD9DrmSxs0p8CEGdQpBNWH2EJavTNw { width:18rem;height:16.793rem;top:27.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGWs2OyO7ELlTKiK9dCvbhgSE5GwL8lm { width:3.375rem;height:3.375rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFwlrK8WIo8cbTUTAne370mtE9MDTamy { width:18rem;height:18.192375rem;top:50.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhBWGFItVXG9QwIOf0XyRyNSWAx6Dicl { width:3.375rem;height:3.375rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuKBvQhGaNeKa956AfitfK2GEXMOUit { display:block; }#hfuKBvQhGaNeKa956AfitfK2GEXMOUit > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWZuKDUaNnTcuvktpzeJzvXnAKRuDi9K { width:20rem;height:0;top:11.662109375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJeNtHcxTSJhN0RIDIOLMSmguy3WC5C8 { width:8.6875rem;height:1.19921875rem;top:24.5rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcC0dwDcbRMLAlIWEZuoVrhUFmQ7HTXx { width:1.25rem;height:1.25rem;top:24.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbanTJ8uEHpJo7KlcqBLF5ZhTLuZlCue { width:16.5rem;height:0;top:52.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVNpF8CTJaVz3AyFDCEN4syf4JuLA22W { width:2rem;height:2rem;top:54.0625rem;left:11.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN { width:15.0625rem;height:16rem;top:0rem;left:4.9375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f50086a2-c813-4359-9f86-deb52581804b/painelsolar21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:100006;display:block; }#aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN.adaptive-delivery-prevent-bg, #aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN.lazyload, #aVxI7mzzNtR41Pl1i1cUUCILCSi5MTHN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #X9KABPbVmrmG9E1UMd4NPhFICxA7Gncp { width:20rem;height:1.0625rem;top:26.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgCm0TP1n2EpeJIyWAiwytTISeSK7CVt { width:7.1875rem;height:1.125rem;top:57.1875rem;left:0rem;z-index:100012;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1dc75c;display:none; }
 }@media only screen and (max-width: 763px) { #GmXMLNVQmCnALTBg4v7BndJN2iRBB4Db { display:block; }
 }@media only screen and (max-width: 763px) { #Zfvxy082ThGEdNXNWmAo97IwOJ4Hvo38 { top:57.1875rem;left:0rem;width:7.5rem;height:1.4375rem;z-index:100025;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #v395VNc2y7JKyluydU5Xh2ufsfMqJ5OE { display:block; }
 }@media only screen and (max-width: 763px) { #famaRVp0zbJbnTEp3AdC0k8skmf2fTX5 { width:20rem;height:11.25rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7QTZqGNTVdzMM2LBu8rSemgzCEScd7k { width:18.875rem;height:7.0625rem;top:52.375rem;left:0rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100029;display:none; }
 }@media only screen and (max-width: 763px) { #A1QHZS7xSaauZuog6s2dlCknFP7qhQVO { display:block; }
 }@media only screen and (max-width: 763px) { #ALOE238hAZ2eXnRaeWKx4WJxWoU6UHJa { width:19rem;height:4.4375rem;top:10.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmVbys9Nd5khV8aMcI7GWZEZZfJtsLod { display:block; }
 }@media only screen and (max-width: 763px) { #HZklTV5mD1hMVdLFSVH1JwBoAq6Npe5M { width:15.4375rem;height:6.9375rem;top:13.75rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INB5Zw89F1qz1Zonm8zLO3uub0azLyPn { display:block; }#INB5Zw89F1qz1Zonm8zLO3uub0azLyPn > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RebPsBLWCFTGeHr8HnOiZU7IRG1Zivvi { width:10.25rem;height:4.75rem;top:2.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRtbSXZtddFqLxbvlFrnbP1TncAMaOF { width:20rem;height:1rem;top:9.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz { display:block; }#LSSNCbTyPTE75l6MEI5vhyPq7erzyNnz > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 { position:fixed;z-index:199999;background-color:#25d366;background-image:none;border-top:0;border-left:0rem solid #eaedf1;border-right:0rem solid #eaedf1;border-bottom:0rem solid #eaedf1;bottom:0rem;left:0rem;right:0rem;display:block; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container { background-color: transparent; background-image: none; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container > .video-iframe-container { display: none; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row > .video-iframe-container { display: none; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .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); }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container { border-width: 0; border-radius: 0; }#Gq1i82Mfy9CWEpZm33Q1kHy8L9hIbKk8 > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRFGOVe4TVOCTvlVD1lTBIDIQGNaWuxA { width:20rem;height:3.0625rem;top:0rem;left:0rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #KHWOeXHqaomRItVeD2UPsQeAGhRBmUtU { display:block; }
 }@media only screen and (max-width: 763px) { #JNqJ1stuCb4TD9odyFCbxWpdn65gzwPO { width:0.6875rem;height:0.6875rem;top:2.5625rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2mE52bqVgZIrfSk5hAltQxk5rxMO32u { width:9rem;height:0;top:11.75rem;left:5.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nty5L4ItHOoE8bHzV0CPMD866f9xmIUd { width:7.875rem;height:0;top:19.6875rem;left:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEZbXqxH3zcFvvBkGDQKQdCND6i5nT0T { width:9.5625rem;height:0;top:23.625rem;left:4.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7vDho2UrZybfdRL5X1QPwoP5mUKB6qJ { width:9.5625rem;height:0;top:36.875rem;left:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDtPeWKuTMEDM7RH79n5Blna7GEyI9d3 { width:0.0625rem;height:3.1875rem;top:17.25rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmXJAphtKZeZORbOTos5oH8cRxi22lNL { width:0.0625rem;height:3.1875rem;top:26.75rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g74aCP5IsOzZ3gozG9bg22dnLse0aV53 { width:0.0625rem;height:3.1875rem;top:26.875rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kq9hdRR3K8dVKEtKTqgLLGHKZTTmkecU { width:0.0625rem;height:3.1875rem;top:25.8125rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdnFRMmR6i1GWk7ETpmwiW9nmhUZwd1p { top:0rem;left:17.3125rem;width:2.6875rem;height:2.6875rem;z-index:100025;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R36vHZy76aBHpobXPDymMUPvBbkWSEzn { width:13.375rem;height:0.8994125rem;top:2.0625rem;left:3.3125rem;font-size:0.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }