.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:#f1f3f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6e02;background-image:none;position:relative;display:block; }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row .container { background-color: transparent; background-image: none; }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row .container > .video-iframe-container { display: none; }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row > .video-iframe-container { display: none; }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .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); }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row .container { border-width: 0; border-radius: 0; }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6e02;background-image:none;position:relative;display:block; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container { background-color: transparent; background-image: none; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container > .video-iframe-container { display: none; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row > .video-iframe-container { display: none; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .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); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container { border-width: 0; border-radius: 0; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#UfTtC8rX8HqIUiikkOOMnA10lIXiLFzg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:10.6875rem;top:2rem;left:0.5rem;overflow:hidden;display:block; }
#USmPJ9ZstSg4CJtPx47pNp6HKrIx1EKd { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35e58741-0328-4091-a2f2-2b16eca45264/banner.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44.6875rem;width:64.375rem;top:0rem;left:21.5625rem;display:block; }#USmPJ9ZstSg4CJtPx47pNp6HKrIx1EKd.adaptive-delivery-prevent-bg, #USmPJ9ZstSg4CJtPx47pNp6HKrIx1EKd.lazyload, #USmPJ9ZstSg4CJtPx47pNp6HKrIx1EKd.lazyloading { background-image: none; }
#s4bCvI9Zq6OU7i1WgVinfNOcXMNpeZzN { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:normal;z-index:100002;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(134,0,0,0.2);top:10.796875rem;left:0.9375rem;height:16.25rem;display:block; }
#EkMDi9ruoqR8akq0n9hxUw6W1mtwLkkB { color:#4b00b5;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:28.6875rem;left:0.9375rem;height:7.03125rem;font-style:normal;display:block; }
#tkuM0QJAzMX53VaHmEeZpCRcUTsg3TFP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:20.625rem;top:38.5625rem;left:0rem;overflow:hidden;display:block; }
#NRX1rrUKTJxM8dLWrWe78t3Ulh9msUCs { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.0625rem;top:42.3125rem;left:18.5625rem;overflow:hidden;display:block; }
#LwcfqRqb0Tqv4yE0dR72coOqpQLZzqAM { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.25rem;top:42.3125rem;left:0rem;overflow:hidden;display:block; }
#CTQdM4u0K3XJhuG7yBDTbolzQGcR82QL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.875rem;height:3.3125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:1.25rem;left:59.125rem;display:block; }
#gEP0CUkw2OPfgEyKfqrNTrpVoh3tke1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lcfu5zdvEuPn0KvuLP7EBfs1x4Nt7G4s { position:absolute;display:block;z-index:99999;height:36.375rem;width:17.1875rem;top:39.5625rem;left:1.71875rem;display:block; }
#TR7RehQ1xTwwwGGArkLpreBf7cD8xLEx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.1875rem;height:1.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:2.46875rem;left:55.625rem;display:block; }
#UNhaxGbveUW3esUQu1OTD0S10KNM1mMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:none;position:relative;display:block; }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row .container { background-color: transparent; background-image: none; }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row .container > .video-iframe-container { display: none; }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row > .video-iframe-container { display: none; }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .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); }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row .container { border-width: 0; border-radius: 0; }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#lTlAd3L1Lw1dQeMJ7zTJK4hpvnglLTDh { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:20.625rem;top:28.375rem;left:0rem;overflow:hidden;display:block; }
#XOpeqpzaRr8ZcAUlRi7RmTsvM99gALqx { color:#808080;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:28.4375rem;left:25.125rem;height:3.1875rem;font-style:normal;display:block; }
#BSVEEJlVBEf6TPNZsXLHvbWDrH1uXZKp { color:#000000;display:block;width:38.125rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:8rem;left:24.6875rem;height:13.5rem;font-style:normal;display:block; }
#vohhHKBta9Fwrl9ZD7iuFBZ4RfH42ic1 { color:#ff6e02;display:block;width:40.375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:22.3125rem;left:24.6875rem;height:3.375rem;font-style:normal;display:block; }
#PgDXXbvepZKRlinL6WbZOJGTdl15aUSy { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.3125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:28.125rem;left:51.1875rem;display:block; }
#mabrZ9G5OqwpAWfL3BtIa3NSfw7AcnKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xqExIITXTyJNSLrXOPMLRXxtPROPdfhL { position:absolute;display:block;z-index:99999;height:36.375rem;width:17.1875rem;top:39.5625rem;left:1.71875rem;display:none; }
#RTegHsTXzCLUqdBM9uRBUTAnw5hnW9yV { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.3125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:28.125rem;left:51.1875rem;display:none; }
#sk4nKRTsMpB87xQzCVEq9d2vMVmivAzQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QgWEKRsH2H4OICi4eSGfbU8vRDiSObxB { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:20.625rem;top:3.0625rem;left:0rem;overflow:hidden;display:none; }
#UEJQuOAhz67mDdDRJMTd2g8ZRAhCWLcT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.0625rem;top:9.6875rem;left:18.375rem;overflow:hidden;display:none; }
#b3Z7zsgg0VpI1ulT9RUHQIT6x2lcmxXn { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.25rem;top:9.6875rem;left:7.875rem;overflow:hidden;display:none; }
#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld { position:relative;display:block; }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld { background-color: transparent; background-image: none; }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .row .container > .video-iframe-container { display: none; }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .row > .video-iframe-container { display: none; }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .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); }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld { border-width: 0; border-radius: 0; }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6e02;background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#CQ1NWsdEw6AUIFCEotaVeHKLklWIXqdX { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:3.28125rem;left:24.75rem;height:15.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#daoaT3eKfcTrE3p46KoPZQw9v7nxrHzO { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac9b0d3b-8dab-4a47-99ca-dcd7ed7d9734/qrcode.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;height:15.25rem;width:15.25rem;top:3.6875rem;left:2.125rem;display:block; }#daoaT3eKfcTrE3p46KoPZQw9v7nxrHzO.adaptive-delivery-prevent-bg, #daoaT3eKfcTrE3p46KoPZQw9v7nxrHzO.lazyload, #daoaT3eKfcTrE3p46KoPZQw9v7nxrHzO.lazyloading { background-image: none; }
#vvo26tyD1W4wJIi19M5u068CXuZr7045 { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e0eeeeb9-fedf-483b-9245-a556eb49df91/shape521.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:72.0625rem;top:11.875rem;left:2.9375rem;display:block; }#vvo26tyD1W4wJIi19M5u068CXuZr7045.adaptive-delivery-prevent-bg, #vvo26tyD1W4wJIi19M5u068CXuZr7045.lazyload, #vvo26tyD1W4wJIi19M5u068CXuZr7045.lazyloading { background-image: none; }
#GhyFT07maVxBLRJEWzgctpTRm9neAW59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:none;position:relative;display:block; }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row .container { background-color: transparent; background-image: none; }#GhyFT07maVxBLRJEWzgctpTRm9neAW59::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row .container > .video-iframe-container { display: none; }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row > .video-iframe-container { display: none; }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .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); }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row .container { border-width: 0; border-radius: 0; }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#ZBTvxgxMT1zRzVmRUEzKeZnT7u5764ly { position:absolute;display:block;z-index:100000;background-color:#f1f3f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(43,71,113,0.2) ;height:20.625rem;width:21.4375rem;top:4.5625rem;left:0rem;display:block; }
#N8VgbsZ0ouXVqwF4xVZumuFBPOyXH5pD { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fb377d12-ff73-495f-a902-f0d0e53ae884/590500.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;height:4.3125rem;width:4.3125rem;top:6.4375rem;left:2.3125rem;display:block; }#N8VgbsZ0ouXVqwF4xVZumuFBPOyXH5pD.adaptive-delivery-prevent-bg, #N8VgbsZ0ouXVqwF4xVZumuFBPOyXH5pD.lazyload, #N8VgbsZ0ouXVqwF4xVZumuFBPOyXH5pD.lazyloading { background-image: none; }
#WyNQZTDoLiCtQ49M8zKVC5UoAcdVGoCL { color:#ff6e02;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:12.375rem;left:2.3125rem;height:3.75rem;font-style:normal;display:block; }
#z51is7wC0TFWONQtFqTxg6dsf4yOzeit { color:#808080;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:15.6875rem;left:2.3125rem;height:7.96875rem;font-style:normal;display:block; }
#OAf0oA8QJ2z4iXR3Iw7qRpoETTGMBnpx { position:absolute;display:block;z-index:100005;background-color:#f1f3f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(43,71,113,0.2) ;height:20.625rem;width:21.4375rem;top:4.5625rem;left:26.8125rem;display:block; }
#KptKEMGKUsMqJll7aPkH78yXkDcR64em { color:#ff6e02;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:12.375rem;left:29.125rem;height:3.75rem;font-style:normal;display:block; }
#hJKeE8UVEKhRUz7v5JM0qKFAtFM7wp8C { color:#808080;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:15.6875rem;left:29.125rem;height:7.96875rem;font-style:normal;display:block; }
#A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/110aef2a-43c3-453f-9193-ba48f1d79c19/591983.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;height:4.3125rem;width:4.3125rem;top:6.4375rem;left:29.125rem;display:block; }#A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH.adaptive-delivery-prevent-bg, #A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH.lazyload, #A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH.lazyloading { background-image: none; }
#XPBCk6vFosXnU027D1o5H77oqXf3CKek { position:absolute;display:block;z-index:100010;background-color:#f1f3f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(43,71,113,0.2) ;height:20.625rem;width:21.4375rem;top:4.5625rem;left:53.5625rem;display:block; }
#H7D6RESoVg5hu8UWQemS4S4ueM9q2ZEy { color:#ff6e02;display:block;width:17.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:12.375rem;left:55.875rem;height:3.75rem;font-style:normal;display:block; }
#BZFi0PiCEgcGRqRq1hiO8aQSND4oboSV { color:#808080;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:15.6875rem;left:55.875rem;height:7.96875rem;font-style:normal;display:block; }
#yJ3HkFJyfA7JGtq8p4MFD5yE1zc3MZCX { position:absolute;display:block;z-index:100011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ad49b617-7e48-4e04-a15c-59122a63409f/590183.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;height:4.3125rem;width:4.3125rem;top:6.4375rem;left:55.875rem;display:block; }#yJ3HkFJyfA7JGtq8p4MFD5yE1zc3MZCX.adaptive-delivery-prevent-bg, #yJ3HkFJyfA7JGtq8p4MFD5yE1zc3MZCX.lazyload, #yJ3HkFJyfA7JGtq8p4MFD5yE1zc3MZCX.lazyloading { background-image: none; }
#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:none;position:relative;display:block; }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row .container { background-color: transparent; background-image: none; }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row .container > .video-iframe-container { display: none; }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row > .video-iframe-container { display: none; }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .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); }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row .container { border-width: 0; border-radius: 0; }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#RI40bleWaCyp488IBQFpB3aDW1RhuRBL { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:8.625rem;left:0rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x5CvMHKGc6RAsicEDI6sEBd0V9NhkMh2 { position:absolute;display:block;z-index:100006;background-color:#f1f3f4;background-image:url("https://images.assets-landingi.com/uc/71cca20a-df1f-475e-879f-0aa4f0ab8a84/banner4.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;box-shadow: 0rem 0rem 1.875rem rgba(43,71,113,0.2) ;height:35.75rem;width:63.625rem;top:5.4375rem;left:34.125rem;display:block; }#x5CvMHKGc6RAsicEDI6sEBd0V9NhkMh2.adaptive-delivery-prevent-bg, #x5CvMHKGc6RAsicEDI6sEBd0V9NhkMh2.lazyload, #x5CvMHKGc6RAsicEDI6sEBd0V9NhkMh2.lazyloading { background-image: none; }
#UanOfbGaNpQBaslCbWUw1wR1xQPzhQkd { color:#808080;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:2.5;letter-spacing:0;top:20.5625rem;left:1.875rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e4n3lkh0aT7iFnoZ3lz6s76Z9RDiCEPR { color:#ff6e02;display:block;width:1.3125rem;position:absolute;font-family:"font awesome";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:2.5;letter-spacing:0;top:20.5625rem;left:0rem;height:15.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC { position:relative;display:none; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC { border-width: 0; border-radius: 0; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .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; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container { background-color: transparent; background-image: none; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container > .video-iframe-container { display: none; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row > .video-iframe-container { display: none; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .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); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container { border-width: 0; border-radius: 0; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#xNfoPPx8KrupkPRahDZVc6GtT8IEXHlh { color:#808080;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:17.232421875rem;left:0rem;height:7.96875rem;font-style:normal;display:block; }
#dNJvlv0bG7SJVpntvPSpLrqJldSAfV85 { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:9.44825rem;font-style:normal;display:block; }
#KXJzhni9LQgTo2gxXMkcSmahF0yOot9d { color:#808080;display:block;width:37.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:17.232421875rem;left:0rem;height:7.96875rem;font-style:normal;display:none; }
#EpPnGosKS4MdE4cLS01TcA1Th6eLoyy6 { color:#000000;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:28.419921875rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#hewK3U4XLX7XzpZHEviKFlLLvMstTsaI { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3790559a-336b-44d1-9af6-69177dd31aeb/mapa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5rem;width:30.5625rem;top:2.8125rem;left:44.5rem;display:block; }#hewK3U4XLX7XzpZHEviKFlLLvMstTsaI.adaptive-delivery-prevent-bg, #hewK3U4XLX7XzpZHEviKFlLLvMstTsaI.lazyload, #hewK3U4XLX7XzpZHEviKFlLLvMstTsaI.lazyloading { background-image: none; }
#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C { position:relative;display:none; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C { border-width: 0; border-radius: 0; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .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; }#FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89 { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e1faee00-29a6-4f07-9937-70a5c88fdd80/mapa.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;height:30.5625rem;width:30.5625rem;top:2.8125rem;left:44.5rem;display:none; }#FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89.adaptive-delivery-prevent-bg, #FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89.lazyload, #FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89.lazyloading { background-image: none; }
#dWORZUDXonUKIgR5AuXp6bQgPwN8hCXl { color:#000000;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:28.419921875rem;left:0rem;height:2.25rem;font-style:normal;display:none; }
#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container { background-color: transparent; background-image: none; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container > .video-iframe-container { display: none; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row > .video-iframe-container { display: none; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .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); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container { border-width: 0; border-radius: 0; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#gGO7V1r2atCIPt1lCOK4KxARUrp5uf4A { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.6;letter-spacing:0;top:8.125rem;left:0rem;height:4rem;font-style:normal;display:block; }
#C3OIdKm8UXEoEtoPffO8k32SRGC2cutl { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#E1TkkicNKk0gthc89xh5UrnKQFtrVTa5 { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:11.25rem;left:0rem;height:5.66015625rem;font-style:normal;display:block; }
#OmbqrZ5NgpupHOn6O48gzObEsQHwcqTE { color:#808080;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:11.1875rem;left:18.75rem;height:5.66015625rem;font-style:normal;display:block; }
#dMb5IdcUmKyVmoTZKDgoQyVTRlORKmRI { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.6;letter-spacing:0;top:8.0625rem;left:18.75rem;height:4rem;font-style:normal;display:block; }
#uCQio0smUsLE29gCJSxlUTADdk4Q8pdL { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:3.5rem;left:18.75rem;overflow:hidden;display:block; }
#b9kqE6KFByrVSoqOR7cHpyqe6XTGQxgW { color:#808080;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:11.1875rem;left:37.5rem;height:5.66015625rem;font-style:normal;display:block; }
#QriKr4fKSDDcTE8UDJ4ah1xanBMBy4dN { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:8.0625rem;left:37.5rem;height:4rem;font-style:normal;display:block; }
#QmVWy7wRiPxdT53DwedGvEgevT1Zy5O9 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:3.5rem;left:37.5rem;overflow:hidden;display:block; }
#GipyQOLGM9huNANG3M3nQSLg8JDTQ8IZ { color:#808080;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.6;letter-spacing:0;top:11.1875rem;left:56.25rem;height:5.66015625rem;font-style:normal;display:block; }
#gtBxPcBglR5Tm8pW0WQ8ctq8TwUT267O { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.6;letter-spacing:0;top:8.0625rem;left:56.25rem;height:4rem;font-style:normal;display:block; }
#o5obLRaxMPLtTNo2Tc0ryUafMcfcNaa3 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:3.5rem;left:56.25rem;overflow:hidden;display:block; }
#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:none;position:relative;display:block; }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row .container { background-color: transparent; background-image: none; }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row .container > .video-iframe-container { display: none; }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row > .video-iframe-container { display: none; }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .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); }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row .container { border-width: 0; border-radius: 0; }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row .container { font-size:0.875rem;font-family:arial;height:46.4375rem;width:75rem;position:relative;display:block; }#LSRKyP43TOshZTLmaQJDfCTyeEukA9Tk { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:7.3125rem;font-style:normal;display:block; }
#FhzCWqexDhG189Dde97HQsmsV86IJfZP { color:#4b00b5;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:7.5rem;left:0rem;height:1.224825rem;font-style:normal;display:block; }
#x7zDMK8nBSBmyoR0R2woemr2pKTxgD22 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.3125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#MGZvleabX3RvUIT1ZEiCGGEAiCFUTFXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h9zwcJ3X59SVrTTGTVOU6iW8ec8GNN6T { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:20.625rem;top:2.5625rem;left:39.125rem;overflow:hidden;display:block; }
#SUplDsmuM0ZxtmTUMNEHWXVcEiKddmGa { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.0625rem;top:6.375rem;left:57.6875rem;overflow:hidden;display:block; }
#oVQacDBbc9bekRiWr53po2zyBQPL739Z { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.75rem;width:2.25rem;top:6.375rem;left:39.125rem;overflow:hidden;display:block; }
#Q8TRdLokOzc7RMTQr35PlAxC3lSvy6kK { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:20.625rem;top:37.125rem;left:39.125rem;overflow:hidden;display:block; }
#K2NPN5Wzgfsmfw2FrtuewwPhpRghZJxQ { position:absolute;display:block;z-index:100004;height:36.375rem;width:17.1875rem;top:3.5625rem;left:40.875rem;display:block; }
#N62vZt0VQmSZFpLZF3lXNcVZgPmTZk39 { color:#808080;display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100009;line-height:2;letter-spacing:0;top:15.5rem;left:0rem;height:12.5rem;font-style:normal;display:block; }
#fcznAsiwuVGTVi4sWxwiudoNaoJTde8L { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27rem;width:51.3125rem;top:6.375rem;left:43.876015081206rem;overflow:hidden;display:block; }
#FUDbJXiaUOG835zmb1KqrJtdbu9KJFNk { position:absolute;display:block;z-index:100004;height:36.375rem;width:17.1875rem;top:3.5625rem;left:40.875rem;display:none; }
#CbUNHgUB5yJzpwtvqiMFSh1y1nLLNVbS { color:#808080;display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100009;line-height:2;letter-spacing:0;top:15.5rem;left:0rem;height:12.5rem;font-style:normal;display:none; }
#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6e02;background-image:none;position:relative;display:block; }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row .container { background-color: transparent; background-image: none; }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row .container > .video-iframe-container { display: none; }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row > .video-iframe-container { display: none; }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .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); }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row .container { border-width: 0; border-radius: 0; }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#hAVFveVWHSSVuDodgTVywHOT6usZS77H { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#c72C650z910qteO6234MAZTCeAPVNCq2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6e02;background-image:none;position:relative;display:block; }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row .container { background-color: transparent; background-image: none; }#c72C650z910qteO6234MAZTCeAPVNCq2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row .container > .video-iframe-container { display: none; }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row > .video-iframe-container { display: none; }#c72C650z910qteO6234MAZTCeAPVNCq2 > .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); }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row .container { border-width: 0; border-radius: 0; }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#KOs1uHKxan1Fkws3VtBxD667bqtRiaRG { position:absolute;display:block;z-index:100000;background-color:#ff6e02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(193,0,0,0.2) ;height:18.875rem;width:21.4375rem;top:2.8125rem;left:0rem;display:block; }
#awMJKWuV77hvZHlzxViyFDpH9h92UbHF { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:9.375rem;left:2.4375rem;height:7.96875rem;font-style:normal;display:block; }
#g9KbLi9hcIS2AIXDfG8VgOpiwo3eHQPn { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:3.9375rem;left:2.4375rem;height:6.75rem;font-style:normal;display:block; }
#iDBwXNMCbJHmhOMegZSwynPX5cZO1xdu { position:absolute;display:block;z-index:100003;background-color:#ff6e02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(193,0,0,0.2) ;height:18.875rem;width:21.4375rem;top:2.8125rem;left:26.8125rem;display:block; }
#Izwd9TiAsA9fbNn8IxTSD6yHu9AqoHiR { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:9.375rem;left:29.1875rem;height:7.96875rem;font-style:normal;display:block; }
#vKOOpqBHlzWp2E7TcJUnUrbdMcgs1hM4 { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:3.9375rem;left:29.1875rem;height:6.75rem;font-style:normal;display:block; }
#f3FGd7wHkLMBXgEh03kKwqKKmLwhc9wS { position:absolute;display:block;z-index:100006;background-color:#ff6e02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(193,0,0,0.2) ;height:18.875rem;width:21.4375rem;top:2.8125rem;left:53.5625rem;display:block; }
#qmvfWOVGGFuDUJ6VZ34vTdIEhiVbsVyp { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:9.375rem;left:55.9375rem;height:7.96875rem;font-style:normal;display:block; }
#hJChNNwogEEFMRmJCM1iT9kyqTKQirUN { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:3.9375rem;left:55.9375rem;height:6.75rem;font-style:normal;display:block; }
#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6e02;background-image:none;position:relative;display:block; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container { background-color: transparent; background-image: none; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container > .video-iframe-container { display: none; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row > .video-iframe-container { display: none; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .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); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container { border-width: 0; border-radius: 0; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#D0zyvtiFufk10DL1At4o5TcB3sUVVt38 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/87c9bfb1-3cf5-4f95-9b4f-8469ce9ef596/banner2.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;height:41.5625rem;width:50.9375rem;top:3.625rem;left:-10.625rem;display:block; }#D0zyvtiFufk10DL1At4o5TcB3sUVVt38.adaptive-delivery-prevent-bg, #D0zyvtiFufk10DL1At4o5TcB3sUVVt38.lazyload, #D0zyvtiFufk10DL1At4o5TcB3sUVVt38.lazyloading { background-image: none; }
#exOlkAO83LK6k8bmIZUTkFQyu3z7T5Co { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(135,0,0,0.2);top:9.1875rem;left:40.3125rem;height:12.1875rem;display:block; }
#lBsGm17uFQxVaQLJ8FMEQs5Una1qCRDM { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:23.125rem;left:40.3125rem;height:8.75rem;font-style:normal;display:block; }
#fPGZq5U7sKhVIK4pdlTtLan8q55hmLwS { background-color:#4b00b5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #4b00b5;border-left:2.0625rem solid #4b00b5;border-right:0;border-bottom:0rem solid #4b00b5;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.9375rem;text-decoration:none;z-index:100006;text-align:left;text-align-last:left;top:34.4375rem;left:40.3125rem;display:block; }
#oF15ogqaIyCsNNxfiwNkMB6pGkqdmBqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R1NgRWTEbeJ6RJtNohPgxeoe3HvZgLKV { color:#4b00b5;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:6.0625rem;left:40.3125rem;height:1.224825rem;font-style:normal;display:block; }
#WVM3caLTfEPK6bbgF5uvqwHNkTbSAAwP { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.6875rem rgba(0,0,0,0.34) ;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:"font awesome brands";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:34.78125rem;left:53.6875rem;display:block; }
#DTukTdXe4OGciMx0TKTpLDhQ2XSFSLRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 { position:relative;display:none; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 { border-width: 0; border-radius: 0; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .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; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:none;position:relative;display:block; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row .container { background-color: transparent; background-image: none; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row .container > .video-iframe-container { display: none; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row > .video-iframe-container { display: none; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .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); }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row .container { border-width: 0; border-radius: 0; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#bT2QdusPbkhTNWXROlZFEKDNhTmtVDTn { color:#000000;display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:7.5rem;left:14.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:none;position:relative;display:block; }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row .container { background-color: transparent; background-image: none; }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row .container > .video-iframe-container { display: none; }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row > .video-iframe-container { display: none; }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .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); }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row .container { border-width: 0; border-radius: 0; }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#MMZqMdQqEOecDSFu4RvP5TE5wgVOiXol { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:7.8125rem;left:3.6875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSRPsX2EmOUsI28KX2RQGSDtEEFrwxTT { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ad7ce4d-149a-4d70-b637-666a989577fc/CapturadeTela20220315as092658.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:0rem;display:block; }#CSRPsX2EmOUsI28KX2RQGSDtEEFrwxTT.adaptive-delivery-prevent-bg, #CSRPsX2EmOUsI28KX2RQGSDtEEFrwxTT.lazyload, #CSRPsX2EmOUsI28KX2RQGSDtEEFrwxTT.lazyloading { background-image: none; }
#e6PiqlM5l1hHETKnszG3irxIplkBUJlN { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSczSQ8AQwhE39gyi1DnMkSfWC5c0w5q { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100012;line-height:1.4;letter-spacing:0;top:7.8125rem;left:23.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbLxyvArk0bxKyeHsaHyftwerUyrMzwD { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:0rem;left:19.8125rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tt9baW0Nkl6dXtMxrtccTIZdeqZUm6uC { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bc5fda3b-d939-420f-9add-00f1bc52e9b1/CapturadeTela20220315as092650.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:19.8125rem;display:block; }#tt9baW0Nkl6dXtMxrtccTIZdeqZUm6uC.adaptive-delivery-prevent-bg, #tt9baW0Nkl6dXtMxrtccTIZdeqZUm6uC.lazyload, #tt9baW0Nkl6dXtMxrtccTIZdeqZUm6uC.lazyloading { background-image: none; }
#WWaNxPrAktcSVqswhMT4DXNL72BkoFJE { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100015;line-height:1.4;letter-spacing:0;top:7.8125rem;left:42.75rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vkpLS8Jd7doL4BPKJcNaffU2t6G3xzLz { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.6;letter-spacing:0;top:0rem;left:39.0625rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2Kk6xx0ZqV6RTUwO7eK5e2yV0TRldU4 { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cc272803-8e67-4d96-84c4-3a85ba3bd73d/CapturadeTela20220315as092642.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:39.0625rem;display:block; }#s2Kk6xx0ZqV6RTUwO7eK5e2yV0TRldU4.adaptive-delivery-prevent-bg, #s2Kk6xx0ZqV6RTUwO7eK5e2yV0TRldU4.lazyload, #s2Kk6xx0ZqV6RTUwO7eK5e2yV0TRldU4.lazyloading { background-image: none; }
#emcBFWhZaTQc0LZxF3KDUKgNIsLTKHqE { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:7.8125rem;left:62.375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZN0XXu00MS7Eyw6afwwHTqgBOwd9TLDv { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.6;letter-spacing:0;top:0rem;left:58.6875rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TfsGE27bvgH4y4kkpa68S4yNvrZF8B8z { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e4baef20-50a0-4431-9851-9f4b6e294096/CapturadeTela20220315as092709.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:58.6875rem;display:block; }#TfsGE27bvgH4y4kkpa68S4yNvrZF8B8z.adaptive-delivery-prevent-bg, #TfsGE27bvgH4y4kkpa68S4yNvrZF8B8z.lazyload, #TfsGE27bvgH4y4kkpa68S4yNvrZF8B8z.lazyloading { background-image: none; }
#mqLxc4k7EQ0OJQWtysZxBkQlNOp6KiHQ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#OeHiURdp7JRZdrGze4leQJrUye6yQLSl { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#nuwphXWCQECUTWT389oc90kyV3eipA4F { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#H5Q30SXs5BpyPkrL5we5DGrPiX8JnNSa { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f3f4;background-image:none;position:relative;display:block; }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row .container { background-color: transparent; background-image: none; }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row .container > .video-iframe-container { display: none; }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row > .video-iframe-container { display: none; }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .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); }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row .container { border-width: 0; border-radius: 0; }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#VoLpM2drTxmTkgs1qGUFJduuFqd8WNby { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:7.875rem;left:3.6875rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w24vBC9JdHusFglzS2xTRCe2iVb7OfZF { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/23fd61c0-64d0-431c-b40d-f10f2b09cc5c/CapturadeTela20220315as092724.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:0rem;display:block; }#w24vBC9JdHusFglzS2xTRCe2iVb7OfZF.adaptive-delivery-prevent-bg, #w24vBC9JdHusFglzS2xTRCe2iVb7OfZF.lazyload, #w24vBC9JdHusFglzS2xTRCe2iVb7OfZF.lazyloading { background-image: none; }
#I80F3vRNgezXwI279kzWhNiroHsmTlof { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cONCl4L2ewE433Q7etmaqxQu6gL8ltrl { color:#000000;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100012;line-height:1.4;letter-spacing:0;top:7.875rem;left:23.5rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cz8rh0dOJnReUIAZOzr2KT6MXepH0ete { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.6;letter-spacing:0;top:0rem;left:19.8125rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3Ir28d9o5MCA85DE4uyqbt7naNTDuvE { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/856daf1a-210d-4b4e-896e-202bf558f8bd/CapturadeTela20220315as092716.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:19.8125rem;display:block; }#m3Ir28d9o5MCA85DE4uyqbt7naNTDuvE.adaptive-delivery-prevent-bg, #m3Ir28d9o5MCA85DE4uyqbt7naNTDuvE.lazyload, #m3Ir28d9o5MCA85DE4uyqbt7naNTDuvE.lazyloading { background-image: none; }
#KzEcWP6hTue4AEJsUlTxHpuguhcf27pu { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100015;line-height:1.4;letter-spacing:0;top:7.875rem;left:42.75rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s57TDDQCdtxg3zCClRmzLVooTSu77MNH { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100018;line-height:1.6;letter-spacing:0;top:0rem;left:39.0625rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x4N2ITlucgOICoszs4Sfs9FLNfs44O7S { position:absolute;display:block;z-index:100017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72d464f0-e3f1-4140-b814-b21a49105a16/CapturadeTela20220315as092735.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:39.0625rem;display:block; }#x4N2ITlucgOICoszs4Sfs9FLNfs44O7S.adaptive-delivery-prevent-bg, #x4N2ITlucgOICoszs4Sfs9FLNfs44O7S.lazyload, #x4N2ITlucgOICoszs4Sfs9FLNfs44O7S.lazyloading { background-image: none; }
#LESWLJOCb7fCvoK3WqZElKCE0TuyHHh3 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:7.875rem;left:62.375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iC2eQlJVB9SOyEXySKyZ1F2rXkaQAwhu { color:#808080;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:100021;line-height:1.6;letter-spacing:0;top:0rem;left:58.6875rem;height:4.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mneUCRr3T1OUWR4xwdfffA5tkDITTrfB { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0b26710a-2d80-484f-bc04-bcb113effc8e/CapturadeTela20220315as092747.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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:2.9375rem;width:2.9375rem;top:6.875rem;left:58.6875rem;display:block; }#mneUCRr3T1OUWR4xwdfffA5tkDITTrfB.adaptive-delivery-prevent-bg, #mneUCRr3T1OUWR4xwdfffA5tkDITTrfB.lazyload, #mneUCRr3T1OUWR4xwdfffA5tkDITTrfB.lazyloading { background-image: none; }
#GMotFXAtUTuoW5AKGa9EGgBkR5qATBWp { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Tby6K0R9Xr1cerITVr1fvObs2TM4BhWU { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#sGUvXxgQ4Kw0DUG6tJCfWcZO5KddngWy { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ayqS64OtvWW5N4S89KP2avckXHyaMOUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row .container { background-color: transparent; background-image: none; }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row .container > .video-iframe-container { display: none; }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row > .video-iframe-container { display: none; }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .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); }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row .container { border-width: 0; border-radius: 0; }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#SCe21mHdF8BBu41FBaMbbXWKWbiqkcyh { color:#000000;display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:9.625rem;left:14.0625rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row .container { background-color: transparent; background-image: none; }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row .container > .video-iframe-container { display: none; }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row > .video-iframe-container { display: none; }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .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); }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row .container { border-width: 0; border-radius: 0; }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#rNnl1q7DZQKnzNiTNPxicRFK9sqWNTeL { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd9e1491-84e3-4b1d-a24f-ffcf2c31aeb7/BRILHOINTIMO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:9.1875rem;top:0rem;left:0rem;display:block; }#rNnl1q7DZQKnzNiTNPxicRFK9sqWNTeL.adaptive-delivery-prevent-bg, #rNnl1q7DZQKnzNiTNPxicRFK9sqWNTeL.lazyload, #rNnl1q7DZQKnzNiTNPxicRFK9sqWNTeL.lazyloading { background-image: none; }
#TiUxw09JXeZdmdQ6TH3FQWqN0CMOqbIe { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/26a53381-2070-4d9a-9051-96d6f7ab6abd/DOLCEESERENA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:12.5rem;top:0rem;left:31.25rem;display:block; }#TiUxw09JXeZdmdQ6TH3FQWqN0CMOqbIe.adaptive-delivery-prevent-bg, #TiUxw09JXeZdmdQ6TH3FQWqN0CMOqbIe.lazyload, #TiUxw09JXeZdmdQ6TH3FQWqN0CMOqbIe.lazyloading { background-image: none; }
#B5M22m6m76OGaffE0E21a13UJ4kl2aDD { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1196bff5-7e2e-4a88-b41e-d0cae544ff1b/INFACIL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:10.8125rem;top:0rem;left:49.75rem;display:block; }#B5M22m6m76OGaffE0E21a13UJ4kl2aDD.adaptive-delivery-prevent-bg, #B5M22m6m76OGaffE0E21a13UJ4kl2aDD.lazyload, #B5M22m6m76OGaffE0E21a13UJ4kl2aDD.lazyloading { background-image: none; }
#WNr7XkqZ5ReXfEW36qBgb8dg81TvzCM3 { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9211ef53-9570-4050-bcc5-3adda9fafaad/LADELLE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:8.9375rem;top:0rem;left:66.0625rem;display:block; }#WNr7XkqZ5ReXfEW36qBgb8dg81TvzCM3.adaptive-delivery-prevent-bg, #WNr7XkqZ5ReXfEW36qBgb8dg81TvzCM3.lazyload, #WNr7XkqZ5ReXfEW36qBgb8dg81TvzCM3.lazyloading { background-image: none; }
#VSdcWFPngzOpafCNK5m67DWeNxeGTeeM { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/59f1875e-cc31-46cd-ae58-844d1817a510/UNIVERSOFEMININO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:11.625rem;top:1.71875rem;left:15.125rem;display:block; }#VSdcWFPngzOpafCNK5m67DWeNxeGTeeM.adaptive-delivery-prevent-bg, #VSdcWFPngzOpafCNK5m67DWeNxeGTeeM.lazyload, #VSdcWFPngzOpafCNK5m67DWeNxeGTeeM.lazyloading { background-image: none; }
#aeWKgQOrrVmOVdrG3Wz5MgfTJhLHhTWO { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c94c839a-37e9-4e85-b006-0073092cc51b/MEUFONE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:8.6875rem;width:8.8125rem;top:0rem;left:0rem;display:none; }#aeWKgQOrrVmOVdrG3Wz5MgfTJhLHhTWO.adaptive-delivery-prevent-bg, #aeWKgQOrrVmOVdrG3Wz5MgfTJhLHhTWO.lazyload, #aeWKgQOrrVmOVdrG3Wz5MgfTJhLHhTWO.lazyloading { background-image: none; }
#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row .container { background-color: transparent; background-image: none; }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row .container > .video-iframe-container { display: none; }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row > .video-iframe-container { display: none; }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .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); }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row .container { border-width: 0; border-radius: 0; }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#Jlotion0G5nCKQsUnLIRgVKgXm4xswP3 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c94c839a-37e9-4e85-b006-0073092cc51b/MEUFONE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:8.6875rem;width:8.8125rem;top:0rem;left:0rem;display:block; }#Jlotion0G5nCKQsUnLIRgVKgXm4xswP3.adaptive-delivery-prevent-bg, #Jlotion0G5nCKQsUnLIRgVKgXm4xswP3.lazyload, #Jlotion0G5nCKQsUnLIRgVKgXm4xswP3.lazyloading { background-image: none; }
#TvPcirkJcmZQEAHexiacJccnkTzxbMQ4 { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac9705b2-a8ef-4680-955c-ca56de5f5602/NALICI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:8.6875rem;width:8.6875rem;top:0rem;left:16.5625rem;display:block; }#TvPcirkJcmZQEAHexiacJccnkTzxbMQ4.adaptive-delivery-prevent-bg, #TvPcirkJcmZQEAHexiacJccnkTzxbMQ4.lazyload, #TvPcirkJcmZQEAHexiacJccnkTzxbMQ4.lazyloading { background-image: none; }
#O9xdQDJPnhowJtytHflL2bpgeFuzIlZp { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/624c68aa-779d-40d1-b9f7-2667b5b085d1/PATCHOULI.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:11.3125rem;top:1.5rem;left:31.84375rem;display:block; }#O9xdQDJPnhowJtytHflL2bpgeFuzIlZp.adaptive-delivery-prevent-bg, #O9xdQDJPnhowJtytHflL2bpgeFuzIlZp.lazyload, #O9xdQDJPnhowJtytHflL2bpgeFuzIlZp.lazyloading { background-image: none; }
#FmEnaiIpcCPaVKD80cQxx3eQgvaWdepf { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/350da23f-281d-4ea9-8390-e6fde2dedb82/REMY.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:8.25rem;width:8.125rem;top:0rem;left:49.75rem;display:block; }#FmEnaiIpcCPaVKD80cQxx3eQgvaWdepf.adaptive-delivery-prevent-bg, #FmEnaiIpcCPaVKD80cQxx3eQgvaWdepf.lazyload, #FmEnaiIpcCPaVKD80cQxx3eQgvaWdepf.lazyloading { background-image: none; }
#TAOc8CG0x1hXTzDuyeu5U9TTewAfRe8D { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b6a486c-eb53-4424-bff2-24994d307ca2/HIPER.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:8.4375rem;width:8.4375rem;top:0rem;left:66.5625rem;display:block; }#TAOc8CG0x1hXTzDuyeu5U9TTewAfRe8D.adaptive-delivery-prevent-bg, #TAOc8CG0x1hXTzDuyeu5U9TTewAfRe8D.lazyload, #TAOc8CG0x1hXTzDuyeu5U9TTewAfRe8D.lazyloading { background-image: none; }
#silbiBrtTEMUAkNmITmrJ2eW068TMSVP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row .container { background-color: transparent; background-image: none; }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row .container > .video-iframe-container { display: none; }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row > .video-iframe-container { display: none; }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .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); }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row .container { border-width: 0; border-radius: 0; }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#emEP2wtqXpBSlR8xXp0tfCdm5qmnePsi { position:absolute;display:block;z-index:100000;height:16.375rem;width:75rem;top:8.25rem;left:0rem;display:block; }
#UTsX5WV3M22q36tCKfvTEMraQsHkKRN5 { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:6.0625rem;left:27.125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPQyUx0WTVyOR8s81TthTr1c9HGJ7Z3B { color:#000000;display:block;width:2.1875rem;position:absolute;font-family:"font awesome brands";font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:5.6875rem;left:24.3125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row .container { background-color: transparent; background-image: none; }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row .container > .video-iframe-container { display: none; }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row > .video-iframe-container { display: none; }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .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); }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row .container { border-width: 0; border-radius: 0; }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#Dx7F38sicfpH9CT8c66Rb3LDdPPT1Etb { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:2.9375rem;left:0rem;height:2.25rem;font-style:normal;display:block; }
#k0hgZiCtC5ouPobUAM8zH8GOtg9mWQEu { color:#808080;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:12.6875rem;left:14.0625rem;height:1.3125rem;font-style:normal;display:block; }
#VWkGqOB14KioDTIug6dfE8ot0dtc78Fi { color:#ff6e02;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#IbhWtvNrrUiHsnWio921VeBRPrKwiqrI { box-sizing:content-box;color:#25d366;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:6.4375rem;left:24.625rem;display:block; }
#BCc7VzTO587wewhMrX90cJVFOw5CZS5X { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.3125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:11.6875rem;left:0rem;display:block; }
#zVHnTEFhJlVWvpTXwXKHTiEhPQbhdBxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sdKxsPKF4pGuRyTDvoFoWL9ycHtrAD7h { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/193ad239-39e3-4ac6-b327-b5b6cd321d72/qrcode20.svg");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;height:6.25rem;width:6.25rem;top:18.1875rem;left:0rem;display:block; }#sdKxsPKF4pGuRyTDvoFoWL9ycHtrAD7h.adaptive-delivery-prevent-bg, #sdKxsPKF4pGuRyTDvoFoWL9ycHtrAD7h.lazyload, #sdKxsPKF4pGuRyTDvoFoWL9ycHtrAD7h.lazyloading { background-image: none; }
#ylThfxrp18hwJR7KDdp4bLGPNRmGxxfw { color:#808080;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:21.0625rem;left:7.28125rem;height:3.375rem;font-style:normal;display:block; }
#dzftKwog1IU0xlqnZ25TKZbUS4cPNiVo { position:absolute;display:block;z-index:100011;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:0.625rem;width:0.625rem;top:13.03125rem;left:28.1875rem;display:block; }
#GbazmdA0gLplT4KMDQXv7IL373AxrPs4 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(43,71,113,0.2) ;height:48.6875rem;width:36.9375rem;top:0rem;left:38rem;display:block; }
#DJNtnTWlKZGrGVlu9l2l7yn1xBTCNKqc { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.2;letter-spacing:0;top:2.9375rem;left:42.375rem;height:2.25rem;font-style:normal;display:block; }
#hWHovdbTs5C07xKMCeOhkQrfBTQp1vKF { color:#808080;display:block;width:29.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:5.75rem;left:40.4375rem;height:1.3125rem;font-style:normal;display:block; }
#LUG4msLbqWvKdEvQzub9c98moSU0uMeS { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:23.0625rem;top:33.5rem;left:0rem;overflow:hidden;display:block; }
#aqoGRWZcEI4zxG7e6CBoZ2SlXJ6T28Mw { box-sizing:content-box;color:#ff6e02;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:2.84375rem;left:39.8125rem;display:block; }
#dozPZRLqwnBiVi7EKBA4kTrCwJJEpmWG { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.3125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:11.6875rem;left:0rem;display:none; }
#mCIGtVlKLJ8bEKEmZ13AdVFUSfhW6AsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tEGfK69aLBfuskyTVMP9M7gcy4isDZ2N { position:absolute;display:block;z-index:100013;height:11.25rem;width:30.5rem;top:7.71875rem;left:39.8125rem;display:block; }
#mALUBysmJGteZMd8JbDrrg8w3bii2hdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6e02;background-image:none;position:relative;display:block; }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row .container { background-color: transparent; background-image: none; }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row .container > .video-iframe-container { display: none; }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row > .video-iframe-container { display: none; }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .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); }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row .container { border-width: 0; border-radius: 0; }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#MZpHlFJnRBO0exhLahoLD05xqv1nNbJw { color:#ffffff;display:block;width:64.8125rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:100007;line-height:1.7;letter-spacing:0;top:15.873046875rem;left:5.09375rem;height:5.83984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XHuXMtpvJcdNXGfvcmNfRKbW6l7Mhit2 { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2abafe3e-dcd1-4dee-a59e-e6f7d6f54b6a/base111.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:6.3125rem;width:31.8125rem;top:6.5625rem;left:22.9375rem;display:block; }#XHuXMtpvJcdNXGfvcmNfRKbW6l7Mhit2.adaptive-delivery-prevent-bg, #XHuXMtpvJcdNXGfvcmNfRKbW6l7Mhit2.lazyload, #XHuXMtpvJcdNXGfvcmNfRKbW6l7Mhit2.lazyloading { background-image: none; }
#VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/938cc156-686f-426a-a1d1-3218ef9c9e8a/logoprovoemprestimowhite.svg");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:2.8125rem;width:17.3125rem;top:8.25rem;left:7.4375rem;display:block; }#VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm.adaptive-delivery-prevent-bg, #VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm.lazyload, #VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm.lazyloading { background-image: none; }
#ZwN9ZZvRd8pfBkT6fQaz0qTWV3cTV5ZB { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2627dd9a-1e5c-4a13-8004-3c0e2d2c682c/logoprincipal.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:5.3125rem;width:6.3125rem;top:6.9375rem;left:57.8125rem;display:block; }#ZwN9ZZvRd8pfBkT6fQaz0qTWV3cTV5ZB.adaptive-delivery-prevent-bg, #ZwN9ZZvRd8pfBkT6fQaz0qTWV3cTV5ZB.lazyload, #ZwN9ZZvRd8pfBkT6fQaz0qTWV3cTV5ZB.lazyloading { background-image: none; }
#zXiCp0iiZRxtMnxBCiJm9ESWc85IZCDH { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:4.125rem;left:25.71875rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M85UD8sKONC5IDKgwnFGoTzgh8v5ZmLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6e02, #ff9f02);background-image: -moz-linear-gradient(90deg, #ff6e02, #ff9f02);background-image: -ms-linear-gradient(90deg, #ff6e02, #ff9f02);background-image: -o-linear-gradient(90deg, #ff6e02, #ff9f02);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#ff9f02' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#ff9f02' );";background-image: linear-gradient(90deg, #ff6e02, #ff9f02);background-size:auto !important;position:relative;z-index:auto;display:none; }#M85UD8sKONC5IDKgwnFGoTzgh8v5ZmLQ > .row .container { border-width: 0; border-radius: 0; }#M85UD8sKONC5IDKgwnFGoTzgh8v5ZmLQ > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:none; }#tqG8lT69lylrzLtCrGsJt3KZcs5oyQCB { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:1.5rem;left:43.375rem;height:1.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iV498aP6acS5f3qxXUlus8ErDCog3png { position:absolute;display:block;z-index:100013;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:0.5rem;width:0.5rem;top:0.5625rem;left:73.5rem;display:block; }
#ZTwk1awfoqAFiC2UxQMnnhmU9UlPsPuU { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.5625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.75rem;left:64.375rem;display:block; }
#dbH97fVsTWL4pbDxk6bhkkA9aIbJULQP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f8EeCdTcBz17CsIzL2sK3aUXh8bTCsdS { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:1.03125rem;left:60.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 { display:block; }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmVqGauWtF72d4M06dgJfJso48N7GBM6 { display:block; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfTtC8rX8HqIUiikkOOMnA10lIXiLFzg { width:10.6875rem;height:3.3125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #USmPJ9ZstSg4CJtPx47pNp6HKrIx1EKd { width:47.75rem;height:44.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4bCvI9Zq6OU7i1WgVinfNOcXMNpeZzN { width:32.0625rem;height:16.25rem;top:10.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkMDi9ruoqR8akq0n9hxUw6W1mtwLkkB { width:32.625rem;height:7.0625rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkuM0QJAzMX53VaHmEeZpCRcUTsg3TFP { width:20.625rem;height:3.8125rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRX1rrUKTJxM8dLWrWe78t3Ulh9msUCs { width:2.0625rem;height:30.75rem;top:42.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwcfqRqb0Tqv4yE0dR72coOqpQLZzqAM { width:2.25rem;height:30.75rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTQdM4u0K3XJhuG7yBDTbolzQGcR82QL { width:15.875rem;height:3.3125rem;top:1.25rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEP0CUkw2OPfgEyKfqrNTrpVoh3tke1o { display:block; }
 }@media only screen and (max-width: 763px) { #Lcfu5zdvEuPn0KvuLP7EBfs1x4Nt7G4s { width:17.1875rem;height:36.375rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7RehQ1xTwwwGGArkLpreBf7cD8xLEx { width:2.1875rem;height:1.125rem;top:2.4375rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNhaxGbveUW3esUQu1OTD0S10KNM1mMX { display:block; }
 }@media only screen and (max-width: 763px) { #Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE { display:block; }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTlAd3L1Lw1dQeMJ7zTJK4hpvnglLTDh { width:20.625rem;height:5.25rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpeqpzaRr8ZcAUlRi7RmTsvM99gALqx { width:24.8125rem;height:3.1875rem;top:28.4375rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSVEEJlVBEf6TPNZsXLHvbWDrH1uXZKp { width:38.125rem;height:13.5rem;top:8rem;left:9.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vohhHKBta9Fwrl9ZD7iuFBZ4RfH42ic1 { width:40.375rem;height:3.375rem;top:22.3125rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDXXbvepZKRlinL6WbZOJGTdl15aUSy { width:14.875rem;height:3.3125rem;top:28.125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mabrZ9G5OqwpAWfL3BtIa3NSfw7AcnKx { display:block; }
 }@media only screen and (max-width: 763px) { #xqExIITXTyJNSLrXOPMLRXxtPROPdfhL { width:17.1875rem;height:36.375rem;top:39.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTegHsTXzCLUqdBM9uRBUTAnw5hnW9yV { width:14.875rem;height:3.3125rem;top:28.125rem;left:32.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sk4nKRTsMpB87xQzCVEq9d2vMVmivAzQ { display:block; }
 }@media only screen and (max-width: 763px) { #QgWEKRsH2H4OICi4eSGfbU8vRDiSObxB { width:20.625rem;height:3.8125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEJQuOAhz67mDdDRJMTd2g8ZRAhCWLcT { width:2.0625rem;height:30.75rem;top:10.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Z7zsgg0VpI1ulT9RUHQIT6x2lcmxXn { width:2.25rem;height:30.75rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld { display:block; }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ1NWsdEw6AUIFCEotaVeHKLklWIXqdX { width:41.125rem;height:15.75rem;top:3.25rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daoaT3eKfcTrE3p46KoPZQw9v7nxrHzO { width:15.25rem;height:15.25rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvo26tyD1W4wJIi19M5u068CXuZr7045 { width:47.75rem;height:11rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhyFT07maVxBLRJEWzgctpTRm9neAW59 { display:block; }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBTvxgxMT1zRzVmRUEzKeZnT7u5764ly { width:21.4375rem;height:20.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VgbsZ0ouXVqwF4xVZumuFBPOyXH5pD { width:4.3125rem;height:4.3125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyNQZTDoLiCtQ49M8zKVC5UoAcdVGoCL { width:17.125rem;height:3.75rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z51is7wC0TFWONQtFqTxg6dsf4yOzeit { width:16.625rem;height:7.9375rem;top:15.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAf0oA8QJ2z4iXR3Iw7qRpoETTGMBnpx { width:21.4375rem;height:20.625rem;top:4.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KptKEMGKUsMqJll7aPkH78yXkDcR64em { width:16.625rem;height:3.75rem;top:12.375rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJKeE8UVEKhRUz7v5JM0qKFAtFM7wp8C { width:16.625rem;height:7.9375rem;top:15.6875rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH { width:4.3125rem;height:4.3125rem;top:6.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPBCk6vFosXnU027D1o5H77oqXf3CKek { width:21.4375rem;height:20.625rem;top:4.5625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7D6RESoVg5hu8UWQemS4S4ueM9q2ZEy { width:17.4375rem;height:3.75rem;top:12.375rem;left:30.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZFi0PiCEgcGRqRq1hiO8aQSND4oboSV { width:16.625rem;height:7.9375rem;top:15.6875rem;left:31rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ3HkFJyfA7JGtq8p4MFD5yE1zc3MZCX { width:4.3125rem;height:4.3125rem;top:6.4375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 { display:block; }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI40bleWaCyp488IBQFpB3aDW1RhuRBL { width:28.25rem;height:10.5rem;top:8.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5CvMHKGc6RAsicEDI6sEBd0V9NhkMh2 { width:47.75rem;height:35.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UanOfbGaNpQBaslCbWUw1wR1xQPzhQkd { width:25.1875rem;height:15.9375rem;top:20.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4n3lkh0aT7iFnoZ3lz6s76Z9RDiCEPR { width:1.3125rem;height:15.9375rem;top:20.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQPOLd03gETXq9dfJTIEWX8fTHvmioXC { display:none; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk { display:block; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNfoPPx8KrupkPRahDZVc6GtT8IEXHlh { width:37.9375rem;height:7.9375rem;top:17.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNJvlv0bG7SJVpntvPSpLrqJldSAfV85 { width:39.0625rem;height:9.4375rem;top:6.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXJzhni9LQgTo2gxXMkcSmahF0yOot9d { width:20rem;height:10.25rem;top:8.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpPnGosKS4MdE4cLS01TcA1Th6eLoyy6 { width:44.5rem;height:2.25rem;top:28.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hewK3U4XLX7XzpZHEviKFlLLvMstTsaI { width:30.5625rem;height:30.5rem;top:2.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C { display:none; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89 { width:30.5625rem;height:30.5625rem;top:2.8125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWORZUDXonUKIgR5AuXp6bQgPwN8hCXl { width:20rem;height:3.75rem;top:3.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE { display:block; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGO7V1r2atCIPt1lCOK4KxARUrp5uf4A { width:14.9375rem;height:4rem;top:8.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3OIdKm8UXEoEtoPffO8k32SRGC2cutl { width:4.5625rem;height:4.5625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1TkkicNKk0gthc89xh5UrnKQFtrVTa5 { width:13.625rem;height:5.625rem;top:11.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmbqrZ5NgpupHOn6O48gzObEsQHwcqTE { width:14.6875rem;height:5.6875rem;top:11.1875rem;left:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMb5IdcUmKyVmoTZKDgoQyVTRlORKmRI { width:14.9375rem;height:4rem;top:8.0625rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCQio0smUsLE29gCJSxlUTADdk4Q8pdL { width:4.5625rem;height:4.5625rem;top:3.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9kqE6KFByrVSoqOR7cHpyqe6XTGQxgW { width:13.625rem;height:5.625rem;top:11.1875rem;left:22.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriKr4fKSDDcTE8UDJ4ah1xanBMBy4dN { width:16.0625rem;height:4rem;top:8.0625rem;left:20.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmVWy7wRiPxdT53DwedGvEgevT1Zy5O9 { width:4.5625rem;height:4.5625rem;top:3.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GipyQOLGM9huNANG3M3nQSLg8JDTQ8IZ { width:14.9375rem;height:5.6875rem;top:11.1875rem;left:32.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtBxPcBglR5Tm8pW0WQ8ctq8TwUT267O { width:14.9375rem;height:4rem;top:8.0625rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5obLRaxMPLtTNo2Tc0ryUafMcfcNaa3 { width:4.5625rem;height:4.5625rem;top:3.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I { display:block; }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSRKyP43TOshZTLmaQJDfCTyeEukA9Tk { width:37.4375rem;height:7.3125rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhzCWqexDhG189Dde97HQsmsV86IJfZP { width:28.875rem;height:1.1875rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7zDMK8nBSBmyoR0R2woemr2pKTxgD22 { width:13.6875rem;height:3.3125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGZvleabX3RvUIT1ZEiCGGEAiCFUTFXK { display:block; }
 }@media only screen and (max-width: 763px) { #h9zwcJ3X59SVrTTGTVOU6iW8ec8GNN6T { width:20.625rem;height:3.8125rem;top:2.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUplDsmuM0ZxtmTUMNEHWXVcEiKddmGa { width:2.0625rem;height:30.75rem;top:6.375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQacDBbc9bekRiWr53po2zyBQPL739Z { width:2.25rem;height:30.75rem;top:6.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8TRdLokOzc7RMTQr35PlAxC3lSvy6kK { width:20.625rem;height:5.25rem;top:37.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2NPN5Wzgfsmfw2FrtuewwPhpRghZJxQ { width:17.1875rem;height:36.375rem;top:3.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62vZt0VQmSZFpLZF3lXNcVZgPmTZk39 { width:37.1875rem;height:12.5rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcznAsiwuVGTVi4sWxwiudoNaoJTde8L { width:47.75rem;height:25.125456760049rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUDbJXiaUOG835zmb1KqrJtdbu9KJFNk { width:17.1875rem;height:36.375rem;top:3.5625rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbUNHgUB5yJzpwtvqiMFSh1y1nLLNVbS { width:17.8125rem;height:18.5rem;top:47.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It { display:block; }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAVFveVWHSSVuDodgTVywHOT6usZS77H { width:47.75rem;height:3.375rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c72C650z910qteO6234MAZTCeAPVNCq2 { display:block; }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOs1uHKxan1Fkws3VtBxD667bqtRiaRG { width:21.4375rem;height:18.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awMJKWuV77hvZHlzxViyFDpH9h92UbHF { width:17.875rem;height:7.9375rem;top:9.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KbLi9hcIS2AIXDfG8VgOpiwo3eHQPn { width:5.6875rem;height:6.75rem;top:3.9375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDBwXNMCbJHmhOMegZSwynPX5cZO1xdu { width:21.4375rem;height:18.875rem;top:2.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izwd9TiAsA9fbNn8IxTSD6yHu9AqoHiR { width:16.625rem;height:7.9375rem;top:9.375rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKOOpqBHlzWp2E7TcJUnUrbdMcgs1hM4 { width:5.6875rem;height:6.75rem;top:3.9375rem;left:15.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FGd7wHkLMBXgEh03kKwqKKmLwhc9wS { width:21.4375rem;height:18.875rem;top:2.8125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmvfWOVGGFuDUJ6VZ34vTdIEhiVbsVyp { width:16.625rem;height:7.9375rem;top:9.375rem;left:31rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJChNNwogEEFMRmJCM1iT9kyqTKQirUN { width:5.6875rem;height:6.75rem;top:3.9375rem;left:33.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JagflhldGAQTmlrTd3V9pHyh06TvPgu9 { display:block; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0zyvtiFufk10DL1At4o5TcB3sUVVt38 { width:47.75rem;height:41.5625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exOlkAO83LK6k8bmIZUTkFQyu3z7T5Co { width:34.875rem;height:12.1875rem;top:9.1875rem;left:12.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBsGm17uFQxVaQLJ8FMEQs5Una1qCRDM { width:28.875rem;height:8.75rem;top:23.125rem;left:18.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPGZq5U7sKhVIK4pdlTtLan8q55hmLwS { width:16.9375rem;height:3.9375rem;top:34.4375rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF15ogqaIyCsNNxfiwNkMB6pGkqdmBqA { display:block; }
 }@media only screen and (max-width: 763px) { #R1NgRWTEbeJ6RJtNohPgxeoe3HvZgLKV { width:28.875rem;height:1.1875rem;top:6.0625rem;left:18.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVM3caLTfEPK6bbgF5uvqwHNkTbSAAwP { width:3.125rem;height:3.125rem;top:34.75rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTukTdXe4OGciMx0TKTpLDhQ2XSFSLRF { display:block; }
 }@media only screen and (max-width: 763px) { #NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 { display:none; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HhLNckasJLW1gs7H0hmB98MXSfCibibG { display:block; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT2QdusPbkhTNWXROlZFEKDNhTmtVDTn { width:46.875rem;height:2.625rem;top:7.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE { display:block; }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMZqMdQqEOecDSFu4RvP5TE5wgVOiXol { width:12.625rem;height:1rem;top:7.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRPsX2EmOUsI28KX2RQGSDtEEFrwxTT { width:2.9375rem;height:2.9375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6PiqlM5l1hHETKnszG3irxIplkBUJlN { width:16.25rem;height:5.5625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSczSQ8AQwhE39gyi1DnMkSfWC5c0w5q { width:10.625rem;height:1rem;top:7.8125rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbLxyvArk0bxKyeHsaHyftwerUyrMzwD { width:16.25rem;height:5.5625rem;top:0rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt9baW0Nkl6dXtMxrtccTIZdeqZUm6uC { width:2.9375rem;height:2.9375rem;top:6.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWaNxPrAktcSVqswhMT4DXNL72BkoFJE { width:12.625rem;height:1rem;top:7.8125rem;left:23.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpLS8Jd7doL4BPKJcNaffU2t6G3xzLz { width:16.25rem;height:4.1875rem;top:0rem;left:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Kk6xx0ZqV6RTUwO7eK5e2yV0TRldU4 { width:2.9375rem;height:2.9375rem;top:6.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emcBFWhZaTQc0LZxF3KDUKgNIsLTKHqE { width:12.625rem;height:1rem;top:7.8125rem;left:35.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0XXu00MS7Eyw6afwwHTqgBOwd9TLDv { width:16.25rem;height:5.5625rem;top:0rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfsGE27bvgH4y4kkpa68S4yNvrZF8B8z { width:2.9375rem;height:2.9375rem;top:6.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqLxc4k7EQ0OJQWtysZxBkQlNOp6KiHQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeHiURdp7JRZdrGze4leQJrUye6yQLSl { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuwphXWCQECUTWT389oc90kyV3eipA4F { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H5Q30SXs5BpyPkrL5we5DGrPiX8JnNSa { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 { display:block; }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoLpM2drTxmTkgs1qGUFJduuFqd8WNby { width:12.625rem;height:1rem;top:7.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w24vBC9JdHusFglzS2xTRCe2iVb7OfZF { width:2.9375rem;height:2.9375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I80F3vRNgezXwI279kzWhNiroHsmTlof { width:16.25rem;height:5.5625rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cONCl4L2ewE433Q7etmaqxQu6gL8ltrl { width:10.625rem;height:1rem;top:7.875rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz8rh0dOJnReUIAZOzr2KT6MXepH0ete { width:16.25rem;height:2.75rem;top:0rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Ir28d9o5MCA85DE4uyqbt7naNTDuvE { width:2.9375rem;height:2.9375rem;top:6.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzEcWP6hTue4AEJsUlTxHpuguhcf27pu { width:12.625rem;height:1rem;top:7.875rem;left:23.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57TDDQCdtxg3zCClRmzLVooTSu77MNH { width:16.25rem;height:4.1875rem;top:0rem;left:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4N2ITlucgOICoszs4Sfs9FLNfs44O7S { width:2.9375rem;height:2.9375rem;top:6.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LESWLJOCb7fCvoK3WqZElKCE0TuyHHh3 { width:12.625rem;height:1rem;top:7.875rem;left:35.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC2eQlJVB9SOyEXySKyZ1F2rXkaQAwhu { width:16.25rem;height:4.1875rem;top:0rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mneUCRr3T1OUWR4xwdfffA5tkDITTrfB { width:2.9375rem;height:2.9375rem;top:6.875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMotFXAtUTuoW5AKGa9EGgBkR5qATBWp { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tby6K0R9Xr1cerITVr1fvObs2TM4BhWU { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGUvXxgQ4Kw0DUG6tJCfWcZO5KddngWy { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayqS64OtvWW5N4S89KP2avckXHyaMOUd { display:block; }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCe21mHdF8BBu41FBaMbbXWKWbiqkcyh { width:46.875rem;height:2.625rem;top:9.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N { display:block; }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNnl1q7DZQKnzNiTNPxicRFK9sqWNTeL { width:9.1875rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUxw09JXeZdmdQ6TH3FQWqN0CMOqbIe { width:12.5rem;height:8.6875rem;top:0rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5M22m6m76OGaffE0E21a13UJ4kl2aDD { width:10.8125rem;height:7.5rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNr7XkqZ5ReXfEW36qBgb8dg81TvzCM3 { width:8.9375rem;height:8.6875rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSdcWFPngzOpafCNK5m67DWeNxeGTeeM { width:11.625rem;height:5.25rem;top:1.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWKgQOrrVmOVdrG3Wz5MgfTJhLHhTWO { width:8.8125rem;height:8.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA { display:block; }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jlotion0G5nCKQsUnLIRgVKgXm4xswP3 { width:8.8125rem;height:8.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvPcirkJcmZQEAHexiacJccnkTzxbMQ4 { width:8.6875rem;height:8.6875rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xdQDJPnhowJtytHflL2bpgeFuzIlZp { width:11.3125rem;height:5.6875rem;top:1.5rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmEnaiIpcCPaVKD80cQxx3eQgvaWdepf { width:8.125rem;height:8.25rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOc8CG0x1hXTzDuyeu5U9TTewAfRe8D { width:8.4375rem;height:8.4375rem;top:0rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #silbiBrtTEMUAkNmITmrJ2eW068TMSVP { display:block; }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emEP2wtqXpBSlR8xXp0tfCdm5qmnePsi { width:47.75rem;height:16.375rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsX5WV3M22q36tCKfvTEMraQsHkKRN5 { width:23.5625rem;height:2.25rem;top:6.0625rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPQyUx0WTVyOR8s81TthTr1c9HGJ7Z3B { width:2.1875rem;height:2.625rem;top:5.6875rem;left:10.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 { display:block; }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dx7F38sicfpH9CT8c66Rb3LDdPPT1Etb { width:30.375rem;height:2.25rem;top:2.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0hgZiCtC5ouPobUAM8zH8GOtg9mWQEu { width:14.6875rem;height:1.3125rem;top:12.6875rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWkGqOB14KioDTIug6dfE8ot0dtc78Fi { width:25.9375rem;height:3.375rem;top:6.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbhWtvNrrUiHsnWio921VeBRPrKwiqrI { width:3.625rem;height:3.625rem;top:6.4375rem;left:17.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCc7VzTO587wewhMrX90cJVFOw5CZS5X { width:12.375rem;height:3.3125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVHnTEFhJlVWvpTXwXKHTiEhPQbhdBxg { display:block; }
 }@media only screen and (max-width: 763px) { #sdKxsPKF4pGuRyTDvoFoWL9ycHtrAD7h { width:6.25rem;height:6.25rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylThfxrp18hwJR7KDdp4bLGPNRmGxxfw { width:9.625rem;height:3.375rem;top:21.0625rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzftKwog1IU0xlqnZ25TKZbUS4cPNiVo { width:0.625rem;height:0.625rem;top:13rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbazmdA0gLplT4KMDQXv7IL373AxrPs4 { width:36.9375rem;height:48.6875rem;top:0rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJNtnTWlKZGrGVlu9l2l7yn1xBTCNKqc { width:30.375rem;height:2.25rem;top:2.9375rem;left:17.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWHovdbTs5C07xKMCeOhkQrfBTQp1vKF { width:29.25rem;height:1.3125rem;top:5.75rem;left:18.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUG4msLbqWvKdEvQzub9c98moSU0uMeS { width:23.0625rem;height:7.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqoGRWZcEI4zxG7e6CBoZ2SlXJ6T28Mw { width:2.4375rem;height:2.4375rem;top:2.8125rem;left:23.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dozPZRLqwnBiVi7EKBA4kTrCwJJEpmWG { width:12.375rem;height:3.3125rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCIGtVlKLJ8bEKEmZ13AdVFUSfhW6AsG { display:block; }
 }@media only screen and (max-width: 763px) { #tEGfK69aLBfuskyTVMP9M7gcy4isDZ2N { width:30.5rem;height:11.25rem;top:7.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mALUBysmJGteZMd8JbDrrg8w3bii2hdg { display:block; }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZpHlFJnRBO0exhLahoLD05xqv1nNbJw { width:47.75rem;height:5.8125rem;top:15.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHuXMtpvJcdNXGfvcmNfRKbW6l7Mhit2 { width:31.8125rem;height:6.3125rem;top:6.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm { width:17.3125rem;height:2.8125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwN9ZZvRd8pfBkT6fQaz0qTWV3cTV5ZB { width:6.3125rem;height:5.3125rem;top:6.9375rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXiCp0iiZRxtMnxBCiJm9ESWc85IZCDH { width:23.5625rem;height:1.625rem;top:4.125rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M85UD8sKONC5IDKgwnFGoTzgh8v5ZmLQ { display:none; }#M85UD8sKONC5IDKgwnFGoTzgh8v5ZmLQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqG8lT69lylrzLtCrGsJt3KZcs5oyQCB { width:17.1875rem;height:1.3125rem;top:1.5rem;left:29.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV498aP6acS5f3qxXUlus8ErDCog3png { width:0.5rem;height:0.5rem;top:0.5625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTwk1awfoqAFiC2UxQMnnhmU9UlPsPuU { width:10.625rem;height:2.5625rem;top:0.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbH97fVsTWL4pbDxk6bhkkA9aIbJULQP { display:block; }
 }@media only screen and (max-width: 763px) { #f8EeCdTcBz17CsIzL2sK3aUXh8bTCsdS { width:2.125rem;height:2.125rem;top:1rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 { display:block; }#KeGDRmq9bmd3c7G05zNiZmAik1yihvh0 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmVqGauWtF72d4M06dgJfJso48N7GBM6 { background-color:#ff6e02;background-image:url("https://images.assets-landingi.com/uc/a917d0f1-daa7-46a9-8c84-fb0e101dd353/q3fullglow.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6.adaptive-delivery-prevent-bg, #EmVqGauWtF72d4M06dgJfJso48N7GBM6.lazyload, #EmVqGauWtF72d4M06dgJfJso48N7GBM6.lazyloading { background-image: none; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container { background-color: transparent; background-image: none; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container > .video-iframe-container { display: none; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row > .video-iframe-container { display: none; }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .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); }#EmVqGauWtF72d4M06dgJfJso48N7GBM6 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfTtC8rX8HqIUiikkOOMnA10lIXiLFzg { width:11.875rem;height:3.4375rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #USmPJ9ZstSg4CJtPx47pNp6HKrIx1EKd { width:16rem;height:24.4375rem;top:23.78125rem;left:3.8783077994429rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4bCvI9Zq6OU7i1WgVinfNOcXMNpeZzN { width:20rem;height:12.375rem;top:9.625rem;left:0rem;font-size:2.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EkMDi9ruoqR8akq0n9hxUw6W1mtwLkkB { width:20rem;height:4.5rem;top:22.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkuM0QJAzMX53VaHmEeZpCRcUTsg3TFP { width:19.9375rem;height:3.625rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRX1rrUKTJxM8dLWrWe78t3Ulh9msUCs { width:2rem;height:29.8125rem;top:7.1875rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwcfqRqb0Tqv4yE0dR72coOqpQLZzqAM { width:2.1875rem;height:29.875rem;top:7.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTQdM4u0K3XJhuG7yBDTbolzQGcR82QL { width:13.3125rem;height:3.3125rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEP0CUkw2OPfgEyKfqrNTrpVoh3tke1o { display:block; }
 }@media only screen and (max-width: 763px) { #Lcfu5zdvEuPn0KvuLP7EBfs1x4Nt7G4s { width:6.8125rem;height:14.6875rem;top:23.15625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR7RehQ1xTwwwGGArkLpreBf7cD8xLEx { width:2.1875rem;height:1.125rem;top:0rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNhaxGbveUW3esUQu1OTD0S10KNM1mMX { display:block; }
 }@media only screen and (max-width: 763px) { #Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE { display:block; }#Et1Ze0dXECbUHi7c3ktLvVR5vASVcvyE > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTlAd3L1Lw1dQeMJ7zTJK4hpvnglLTDh { width:11.25rem;height:2.6875rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpeqpzaRr8ZcAUlRi7RmTsvM99gALqx { width:7.75rem;height:5.625rem;top:23.25rem;left:12.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSVEEJlVBEf6TPNZsXLHvbWDrH1uXZKp { width:20rem;height:8.125rem;top:2.875rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vohhHKBta9Fwrl9ZD7iuFBZ4RfH42ic1 { width:7.8125rem;height:7.5rem;top:14.4375rem;left:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgDXXbvepZKRlinL6WbZOJGTdl15aUSy { width:7.625rem;height:3.3125rem;top:33.1875rem;left:12.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mabrZ9G5OqwpAWfL3BtIa3NSfw7AcnKx { display:block; }
 }@media only screen and (max-width: 763px) { #xqExIITXTyJNSLrXOPMLRXxtPROPdfhL { width:9.8125rem;height:20.9375rem;top:14.125rem;left:0.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #RTegHsTXzCLUqdBM9uRBUTAnw5hnW9yV { width:7.625rem;height:3.3125rem;top:30rem;left:12rem;font-size:0.75rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #sk4nKRTsMpB87xQzCVEq9d2vMVmivAzQ { display:block; }
 }@media only screen and (max-width: 763px) { #QgWEKRsH2H4OICi4eSGfbU8vRDiSObxB { width:11.25rem;height:2.0625rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEJQuOAhz67mDdDRJMTd2g8ZRAhCWLcT { width:1.125rem;height:18.0625rem;top:15.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Z7zsgg0VpI1ulT9RUHQIT6x2lcmxXn { width:1.25rem;height:18.0625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld { display:block; }#I23hSZiTu49hWTTIsqqzhc0Rt0E5mVld > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ1NWsdEw6AUIFCEotaVeHKLklWIXqdX { width:15.875rem;height:11.898425rem;top:2.6748046875rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daoaT3eKfcTrE3p46KoPZQw9v7nxrHzO { width:15.25rem;height:15.25rem;top:1.25rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvo26tyD1W4wJIi19M5u068CXuZr7045 { width:20rem;height:11rem;top:9.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhyFT07maVxBLRJEWzgctpTRm9neAW59 { display:block; }#GhyFT07maVxBLRJEWzgctpTRm9neAW59 > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBTvxgxMT1zRzVmRUEzKeZnT7u5764ly { width:20rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8VgbsZ0ouXVqwF4xVZumuFBPOyXH5pD { width:2.0625rem;height:2.0625rem;top:2.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyNQZTDoLiCtQ49M8zKVC5UoAcdVGoCL { width:14.375rem;height:3rem;top:2.75rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z51is7wC0TFWONQtFqTxg6dsf4yOzeit { width:16.8125rem;height:4.875rem;top:5.375rem;left:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAf0oA8QJ2z4iXR3Iw7qRpoETTGMBnpx { width:20rem;height:10.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KptKEMGKUsMqJll7aPkH78yXkDcR64em { width:13.5625rem;height:3rem;top:13.5rem;left:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJKeE8UVEKhRUz7v5JM0qKFAtFM7wp8C { width:16.0625rem;height:6.09375rem;top:16.1875rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH { width:2.0625rem;height:1.9375rem;top:13.5rem;left:1.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/110aef2a-43c3-453f-9193-ba48f1d79c19/591983.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH.adaptive-delivery-prevent-bg, #A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH.lazyload, #A0Z0Z4BvknK8ChE0uunNIrqnOkQIALgH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XPBCk6vFosXnU027D1o5H77oqXf3CKek { width:20rem;height:9.875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7D6RESoVg5hu8UWQemS4S4ueM9q2ZEy { width:14.1875rem;height:3rem;top:25.6875rem;left:4.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZFi0PiCEgcGRqRq1hiO8aQSND4oboSV { width:17.1875rem;height:4.875rem;top:28.375rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ3HkFJyfA7JGtq8p4MFD5yE1zc3MZCX { width:2.1875rem;height:2.1875rem;top:25.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 { display:block; }#eBTdPekwr7wqmkhTW5Emydg4ImU6VDh1 > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI40bleWaCyp488IBQFpB3aDW1RhuRBL { width:16.125rem;height:8.125rem;top:2.0625rem;left:1.28125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x5CvMHKGc6RAsicEDI6sEBd0V9NhkMh2 { width:20rem;height:8.0625rem;top:40.93359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UanOfbGaNpQBaslCbWUw1wR1xQPzhQkd { width:18.625rem;height:12.1875rem;top:11.375rem;left:1.375rem;font-size:0.8125rem;font-family:"be vietnam pro";display:block; }
 }@media only screen and (max-width: 763px) { #e4n3lkh0aT7iFnoZ3lz6s76Z9RDiCEPR { width:1.3125rem;height:12.1875rem;top:11.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQPOLd03gETXq9dfJTIEWX8fTHvmioXC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/71cca20a-df1f-475e-879f-0aa4f0ab8a84/banner4.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC.adaptive-delivery-prevent-bg, #VQPOLd03gETXq9dfJTIEWX8fTHvmioXC.lazyload, #VQPOLd03gETXq9dfJTIEWX8fTHvmioXC.lazyloading { background-image: none; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row .container { background-color: transparent; background-image: none; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row .container > .video-iframe-container { display: none; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row > .video-iframe-container { display: none; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .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); }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row .container { border-width: 0; border-radius: 0; }#VQPOLd03gETXq9dfJTIEWX8fTHvmioXC > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk { background-color:#4b00b5;background-image:none;display:block; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container { background-color: transparent; background-image: none; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container > .video-iframe-container { display: none; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row > .video-iframe-container { display: none; }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .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); }#Xnil42blZDXwMRgpu0HLR7yI1lS6Drnk > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNfoPPx8KrupkPRahDZVc6GtT8IEXHlh { width:20rem;height:0;top:8.5625rem;left:0rem;font-size:0.8125rem;line-height:1.8;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #dNJvlv0bG7SJVpntvPSpLrqJldSAfV85 { width:19.5625rem;height:4.72265625rem;top:2.875rem;left:0rem;font-size:1.3125rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KXJzhni9LQgTo2gxXMkcSmahF0yOot9d { width:20rem;height:10.2959rem;top:8.75rem;left:0rem;font-size:0.8125rem;line-height:1.8;color:#ffffff;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #EpPnGosKS4MdE4cLS01TcA1Th6eLoyy6 { width:20rem;height:0;top:43.1875rem;left:0rem;font-size:1.5625rem;color:#ffffff;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hewK3U4XLX7XzpZHEviKFlLLvMstTsaI { width:20rem;height:30.5625rem;top:48.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row .container { background-color: transparent; background-image: none; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row .container > .video-iframe-container { display: none; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row > .video-iframe-container { display: none; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .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); }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row .container { border-width: 0; border-radius: 0; }#UdBUE7fvTQFndLKGsFvbHPBiFdhi9E6C > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89 { width:20rem;height:20.625rem;top:8.375rem;left:0rem;z-index:100008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3790559a-336b-44d1-9af6-69177dd31aeb/mapa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89.adaptive-delivery-prevent-bg, #FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89.lazyload, #FLi0CgWqqAA0o93IIavePQ1Tk9g6yO89.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dWORZUDXonUKIgR5AuXp6bQgPwN8hCXl { width:20rem;height:3.75rem;top:3.5625rem;left:0rem;font-size:1.5625rem;color:#000000;line-height:1.2;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE { background-color:#ffffff;background-image:none;display:block; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container { background-color: transparent; background-image: none; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container > .video-iframe-container { display: none; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row > .video-iframe-container { display: none; }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .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); }#WM6gT9zfMIVTbWddQF7BTIAQwWnnADqE > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGO7V1r2atCIPt1lCOK4KxARUrp5uf4A { width:14.9375rem;height:4rem;top:2.0625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3OIdKm8UXEoEtoPffO8k32SRGC2cutl { width:2.625rem;height:2.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1TkkicNKk0gthc89xh5UrnKQFtrVTa5 { width:15.5625rem;height:3.89941875rem;top:4.9375rem;left:3.625rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #OmbqrZ5NgpupHOn6O48gzObEsQHwcqTE { width:15.1875rem;height:5.19921875rem;top:12.6875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMb5IdcUmKyVmoTZKDgoQyVTRlORKmRI { width:14.9375rem;height:4rem;top:9.8125rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCQio0smUsLE29gCJSxlUTADdk4Q8pdL { width:2.875rem;height:2.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9kqE6KFByrVSoqOR7cHpyqe6XTGQxgW { width:15.375rem;height:3.89941875rem;top:21.5625rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriKr4fKSDDcTE8UDJ4ah1xanBMBy4dN { width:16.0625rem;height:4rem;top:18.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmVWy7wRiPxdT53DwedGvEgevT1Zy5O9 { width:2.625rem;height:2.625rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GipyQOLGM9huNANG3M3nQSLg8JDTQ8IZ { width:15.5625rem;height:5.19921875rem;top:29.25rem;left:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtBxPcBglR5Tm8pW0WQ8ctq8TwUT267O { width:14.9375rem;height:4rem;top:26.3125rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5obLRaxMPLtTNo2Tc0ryUafMcfcNaa3 { width:2.625rem;height:2.625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I { display:block; }#Jl2fxBl8U2xvGaM9Goie1vdvyoKHfG9I > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSRKyP43TOshZTLmaQJDfCTyeEukA9Tk { width:20rem;height:3.75rem;top:4.724609375rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhzCWqexDhG189Dde97HQsmsV86IJfZP { width:20rem;height:1.2246125rem;top:2.7744140625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7zDMK8nBSBmyoR0R2woemr2pKTxgD22 { width:13.6875rem;height:3.3125rem;top:68.748046875rem;left:3.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGZvleabX3RvUIT1ZEiCGGEAiCFUTFXK { display:block; }
 }@media only screen and (max-width: 763px) { #h9zwcJ3X59SVrTTGTVOU6iW8ec8GNN6T { width:19.875rem;height:3.625rem;top:9.380859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUplDsmuM0ZxtmTUMNEHWXVcEiKddmGa { width:2.0625rem;height:30.75rem;top:12.943359375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVQacDBbc9bekRiWr53po2zyBQPL739Z { width:2.25rem;height:30.75rem;top:12.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8TRdLokOzc7RMTQr35PlAxC3lSvy6kK { width:19.875rem;height:5rem;top:43.658203125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2NPN5Wzgfsmfw2FrtuewwPhpRghZJxQ { width:9.625rem;height:20.5rem;top:56.521484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N62vZt0VQmSZFpLZF3lXNcVZgPmTZk39 { width:20rem;height:0;top:47.48828125rem;left:0rem;font-size:0.75rem;line-height:2.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fcznAsiwuVGTVi4sWxwiudoNaoJTde8L { width:20rem;height:10.523751522534rem;top:55.373046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FUDbJXiaUOG835zmb1KqrJtdbu9KJFNk { width:16.6875rem;height:36.0625rem;top:10.373046875rem;left:1.78125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #CbUNHgUB5yJzpwtvqiMFSh1y1nLLNVbS { width:17.8125rem;height:18.515625rem;top:47.220703125rem;left:1.09375rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It { display:block; }#E5lVbMLnWdNxdBEDm7ikKc26SJ8xt8It > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAVFveVWHSSVuDodgTVywHOT6usZS77H { width:15.375rem;height:3.75rem;top:3.375rem;left:2.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c72C650z910qteO6234MAZTCeAPVNCq2 { display:block; }#c72C650z910qteO6234MAZTCeAPVNCq2 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOs1uHKxan1Fkws3VtBxD667bqtRiaRG { width:20rem;height:8.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awMJKWuV77hvZHlzxViyFDpH9h92UbHF { width:14.1875rem;height:6.499025rem;top:1.25rem;left:5rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #g9KbLi9hcIS2AIXDfG8VgOpiwo3eHQPn { width:5.6875rem;height:5.25rem;top:1.75rem;left:1.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDBwXNMCbJHmhOMegZSwynPX5cZO1xdu { width:20rem;height:8.375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izwd9TiAsA9fbNn8IxTSD6yHu9AqoHiR { width:13.25rem;height:6.499025rem;top:10.9375rem;left:5rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vKOOpqBHlzWp2E7TcJUnUrbdMcgs1hM4 { width:5.6875rem;height:5.25rem;top:11.5rem;left:1.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FGd7wHkLMBXgEh03kKwqKKmLwhc9wS { width:20rem;height:8.375rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmvfWOVGGFuDUJ6VZ34vTdIEhiVbsVyp { width:14.1875rem;height:6.499025rem;top:21rem;left:5rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #hJChNNwogEEFMRmJCM1iT9kyqTKQirUN { width:5.6875rem;height:5.25rem;top:21rem;left:1.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JagflhldGAQTmlrTd3V9pHyh06TvPgu9 { background-color:#ff6e02;background-image:none;display:block; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container { background-color: transparent; background-image: none; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container > .video-iframe-container { display: none; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row > .video-iframe-container { display: none; }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .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); }#JagflhldGAQTmlrTd3V9pHyh06TvPgu9 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0zyvtiFufk10DL1At4o5TcB3sUVVt38 { width:20rem;height:41.5625rem;top:3.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #exOlkAO83LK6k8bmIZUTkFQyu3z7T5Co { width:15.375rem;height:6.1875rem;top:2.5rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lBsGm17uFQxVaQLJ8FMEQs5Una1qCRDM { width:18.6875rem;height:6.499025rem;top:9.75rem;left:0rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fPGZq5U7sKhVIK4pdlTtLan8q55hmLwS { width:15.5rem;height:3.375rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF15ogqaIyCsNNxfiwNkMB6pGkqdmBqA { display:block; }
 }@media only screen and (max-width: 763px) { #R1NgRWTEbeJ6RJtNohPgxeoe3HvZgLKV { width:20rem;height:1.2246125rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVM3caLTfEPK6bbgF5uvqwHNkTbSAAwP { width:2.625rem;height:2.625rem;top:18.75rem;left:12.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTukTdXe4OGciMx0TKTpLDhQ2XSFSLRF { display:block; }
 }@media only screen and (max-width: 763px) { #NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 { background-color:#ff6e02;background-image:url("https://images.assets-landingi.com/uc/87c9bfb1-3cf5-4f95-9b4f-8469ce9ef596/banner2.jpg");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;display:block; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7.adaptive-delivery-prevent-bg, #NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7.lazyload, #NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7.lazyloading { background-image: none; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row .container { background-color: transparent; background-image: none; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row .container > .video-iframe-container { display: none; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row > .video-iframe-container { display: none; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .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); }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row .container { border-width: 0; border-radius: 0; }#NLyg2bxe643FWfeBtP0iOTnd6CPTV0V7 > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhLNckasJLW1gs7H0hmB98MXSfCibibG { display:block; }#HhLNckasJLW1gs7H0hmB98MXSfCibibG > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bT2QdusPbkhTNWXROlZFEKDNhTmtVDTn { width:15.375rem;height:3.25rem;top:5.9375rem;left:2.3125rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE { display:block; }#ooa6vFGdTnLDw1VEp3rZssTT6gNu9XhE > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMZqMdQqEOecDSFu4RvP5TE5wgVOiXol { width:12.625rem;height:1.04980625rem;top:5.75rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRPsX2EmOUsI28KX2RQGSDtEEFrwxTT { width:2.9375rem;height:2.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6PiqlM5l1hHETKnszG3irxIplkBUJlN { width:20rem;height:4.19824375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSczSQ8AQwhE39gyi1DnMkSfWC5c0w5q { width:10.625rem;height:1.04980625rem;top:17.75rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbLxyvArk0bxKyeHsaHyftwerUyrMzwD { width:20rem;height:4.19824375rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt9baW0Nkl6dXtMxrtccTIZdeqZUm6uC { width:2.9375rem;height:2.9375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWaNxPrAktcSVqswhMT4DXNL72BkoFJE { width:12.625rem;height:1.04980625rem;top:29.25rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkpLS8Jd7doL4BPKJcNaffU2t6G3xzLz { width:20rem;height:4.19824375rem;top:23.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Kk6xx0ZqV6RTUwO7eK5e2yV0TRldU4 { width:2.9375rem;height:2.9375rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emcBFWhZaTQc0LZxF3KDUKgNIsLTKHqE { width:12.625rem;height:1.04980625rem;top:40.625rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN0XXu00MS7Eyw6afwwHTqgBOwd9TLDv { width:20rem;height:4.19824375rem;top:34.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfsGE27bvgH4y4kkpa68S4yNvrZF8B8z { width:2.9375rem;height:2.9375rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqLxc4k7EQ0OJQWtysZxBkQlNOp6KiHQ { top:9.625rem;left:0rem;width:20rem;height:0.0625rem;z-index:100022;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OeHiURdp7JRZdrGze4leQJrUye6yQLSl { top:21.6875rem;left:0rem;width:20rem;height:0.0625rem;z-index:100023;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nuwphXWCQECUTWT389oc90kyV3eipA4F { top:33rem;left:0rem;width:20rem;height:0.0625rem;z-index:100024;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H5Q30SXs5BpyPkrL5we5DGrPiX8JnNSa { top:44.375rem;left:0rem;width:20rem;height:0.0625rem;z-index:100025;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 { display:block; }#JsyxTr3wgZv5g0wWzCb2krFrBXEOPPT5 > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoLpM2drTxmTkgs1qGUFJduuFqd8WNby { width:12.625rem;height:1.04980625rem;top:5.75rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w24vBC9JdHusFglzS2xTRCe2iVb7OfZF { width:2.9375rem;height:2.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I80F3vRNgezXwI279kzWhNiroHsmTlof { width:20rem;height:4.19824375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cONCl4L2ewE433Q7etmaqxQu6gL8ltrl { width:10.625rem;height:1.04980625rem;top:15.5rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz8rh0dOJnReUIAZOzr2KT6MXepH0ete { width:20rem;height:2.798825rem;top:11.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3Ir28d9o5MCA85DE4uyqbt7naNTDuvE { width:2.9375rem;height:2.9375rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzEcWP6hTue4AEJsUlTxHpuguhcf27pu { width:12.625rem;height:1.04980625rem;top:26.6875rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57TDDQCdtxg3zCClRmzLVooTSu77MNH { width:20rem;height:4.19824375rem;top:20.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4N2ITlucgOICoszs4Sfs9FLNfs44O7S { width:2.9375rem;height:2.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LESWLJOCb7fCvoK3WqZElKCE0TuyHHh3 { width:12.625rem;height:1.04980625rem;top:36.625rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC2eQlJVB9SOyEXySKyZ1F2rXkaQAwhu { width:20rem;height:2.798825rem;top:32.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mneUCRr3T1OUWR4xwdfffA5tkDITTrfB { width:2.9375rem;height:2.9375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMotFXAtUTuoW5AKGa9EGgBkR5qATBWp { top:9.5625rem;left:0rem;width:20rem;height:0.0625rem;z-index:100025;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Tby6K0R9Xr1cerITVr1fvObs2TM4BhWU { top:19.25rem;left:0rem;width:20rem;height:0.0625rem;z-index:100026;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sGUvXxgQ4Kw0DUG6tJCfWcZO5KddngWy { top:30.375rem;left:0rem;width:20rem;height:0.0625rem;z-index:100027;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ayqS64OtvWW5N4S89KP2avckXHyaMOUd { display:block; }#ayqS64OtvWW5N4S89KP2avckXHyaMOUd > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCe21mHdF8BBu41FBaMbbXWKWbiqkcyh { width:18.5625rem;height:3.25rem;top:5.875rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N { display:block; }#Tmsc7ihEH3Zl2WvykIiOHTOdKTeRdZ1N > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNnl1q7DZQKnzNiTNPxicRFK9sqWNTeL { width:8.1875rem;height:7.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUxw09JXeZdmdQ6TH3FQWqN0CMOqbIe { width:7.5625rem;height:7.4375rem;top:9.1875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5M22m6m76OGaffE0E21a13UJ4kl2aDD { width:8.6875rem;height:5.8125rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNr7XkqZ5ReXfEW36qBgb8dg81TvzCM3 { width:7.125rem;height:6.9375rem;top:19.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSdcWFPngzOpafCNK5m67DWeNxeGTeeM { width:9.375rem;height:4.1875rem;top:1.78125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWKgQOrrVmOVdrG3Wz5MgfTJhLHhTWO { width:7.875rem;height:7.8125rem;top:18.3125rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA { display:block; }#iLPGxk3IxoiZ5l5HVLTesBWBWsSX89BA > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jlotion0G5nCKQsUnLIRgVKgXm4xswP3 { width:8.8125rem;height:8.6875rem;top:1.25rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvPcirkJcmZQEAHexiacJccnkTzxbMQ4 { width:7.625rem;height:7.625rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9xdQDJPnhowJtytHflL2bpgeFuzIlZp { width:9.25rem;height:4.625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmEnaiIpcCPaVKD80cQxx3eQgvaWdepf { width:7.875rem;height:7.9375rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAOc8CG0x1hXTzDuyeu5U9TTewAfRe8D { width:8.125rem;height:8.125rem;top:9.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #silbiBrtTEMUAkNmITmrJ2eW068TMSVP { position:relative;z-index:auto;display:block; }#silbiBrtTEMUAkNmITmrJ2eW068TMSVP > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emEP2wtqXpBSlR8xXp0tfCdm5qmnePsi { width:20rem;height:9.6875rem;top:3.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsX5WV3M22q36tCKfvTEMraQsHkKRN5 { width:15.3125rem;height:1.2744125rem;top:3.0625rem;left:2.5625rem;font-size:1.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xPQyUx0WTVyOR8s81TthTr1c9HGJ7Z3B { width:2.1875rem;height:1.875rem;top:2.6875rem;left:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 { display:block; }#wZPzUZGparywDJx62tP4hyS0QbgVgkJ0 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dx7F38sicfpH9CT8c66Rb3LDdPPT1Etb { width:18rem;height:4.5rem;top:0rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0hgZiCtC5ouPobUAM8zH8GOtg9mWQEu { width:14.6875rem;height:1.21875rem;top:4.7734375rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWkGqOB14KioDTIug6dfE8ot0dtc78Fi { width:20rem;height:1.04980625rem;top:16.8125rem;left:0rem;font-size:0.875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbhWtvNrrUiHsnWio921VeBRPrKwiqrI { width:2.1875rem;height:2.1875rem;top:8.9375rem;left:3.40625rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BCc7VzTO587wewhMrX90cJVFOw5CZS5X { width:15.5rem;height:3.3125rem;top:8.5rem;left:2.25rem;border-top:0rem solid #4b00b5;border-left:2.0625rem solid #25d366;border-right:0rem solid #4b00b5;border-bottom:0rem solid #4b00b5;display:block; }
 }@media only screen and (max-width: 763px) { #zVHnTEFhJlVWvpTXwXKHTiEhPQbhdBxg { display:block; }
 }@media only screen and (max-width: 763px) { #sdKxsPKF4pGuRyTDvoFoWL9ycHtrAD7h { width:6.25rem;height:6.25rem;top:24.5234375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylThfxrp18hwJR7KDdp4bLGPNRmGxxfw { width:9.625rem;height:0;top:32.0234375rem;left:5.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzftKwog1IU0xlqnZ25TKZbUS4cPNiVo { width:0.4375rem;height:0.4375rem;top:5.1171875rem;left:16.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbazmdA0gLplT4KMDQXv7IL373AxrPs4 { width:20rem;height:44.625rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJNtnTWlKZGrGVlu9l2l7yn1xBTCNKqc { width:15.625rem;height:1.5rem;top:21.9375rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWHovdbTs5C07xKMCeOhkQrfBTQp1vKF { width:16.9375rem;height:2.4375rem;top:24rem;left:1.53125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LUG4msLbqWvKdEvQzub9c98moSU0uMeS { width:10rem;height:3.0625rem;top:67.6318359375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqoGRWZcEI4zxG7e6CBoZ2SlXJ6T28Mw { width:2.25rem;height:2.25rem;top:21.5625rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dozPZRLqwnBiVi7EKBA4kTrCwJJEpmWG { width:12rem;height:2.8125rem;top:12.625rem;left:4rem;z-index:100008;color:#000000;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #mCIGtVlKLJ8bEKEmZ13AdVFUSfhW6AsG { display:block; }
 }@media only screen and (max-width: 763px) { #tEGfK69aLBfuskyTVMP9M7gcy4isDZ2N { width:20rem;height:32.3125rem;top:27.2568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mALUBysmJGteZMd8JbDrrg8w3bii2hdg { display:block; }#mALUBysmJGteZMd8JbDrrg8w3bii2hdg > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZpHlFJnRBO0exhLahoLD05xqv1nNbJw { width:20rem;height:11rem;top:8.6875rem;left:0rem;font-size:0.625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XHuXMtpvJcdNXGfvcmNfRKbW6l7Mhit2 { width:13rem;height:2.5625rem;top:3.96875rem;left:3.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm { width:5.0625rem;height:1.0625rem;top:4.6875rem;left:-1.125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/938cc156-686f-426a-a1d1-3218ef9c9e8a/logoprovoemprestimowhite.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm.adaptive-delivery-prevent-bg, #VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm.lazyload, #VLfN3zEpycS9tsJt7hvRPFXlJT75SuRm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZwN9ZZvRd8pfBkT6fQaz0qTWV3cTV5ZB { width:2.625rem;height:2.1875rem;top:4.125rem;left:17.263671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXiCp0iiZRxtMnxBCiJm9ESWc85IZCDH { width:20rem;height:1.19921875rem;top:2.15625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M85UD8sKONC5IDKgwnFGoTzgh8v5ZmLQ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#M85UD8sKONC5IDKgwnFGoTzgh8v5ZmLQ > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqG8lT69lylrzLtCrGsJt3KZcs5oyQCB { width:14.5625rem;height:1.125rem;top:1.25rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV498aP6acS5f3qxXUlus8ErDCog3png { width:0.5rem;height:0.5rem;top:0.5rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTwk1awfoqAFiC2UxQMnnhmU9UlPsPuU { width:10.625rem;height:2.5625rem;top:8.9375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbH97fVsTWL4pbDxk6bhkkA9aIbJULQP { display:block; }
 }@media only screen and (max-width: 763px) { #f8EeCdTcBz17CsIzL2sK3aUXh8bTCsdS { width:2.125rem;height:2.125rem;top:5.5625rem;left:8.9375rem;font-size:1.4375rem;display:none; }
 }