.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,230,204;--color-primary-1:255,181,102;--color-primary-2:255,131,0;--color-primary-3:225,107,0;--color-primary-4:218,172,0;--color-secondary-0:217,218,224;--color-secondary-1:128,133,150;--color-secondary-2:1,11,45;--color-secondary-3:1,6,23;--color-secondary-4:0,2,7;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a1b563e2-f219-4c9e-bc4e-55ace00a3dd5/fundolpmudanalocal.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),0));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { background-color: transparent; background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .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); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { border-width: 0; border-radius: 0; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { font-size:0.875rem;font-family:arial;height:77.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { color:rgba(var(--color-tertiary-0),1);display:block;width:48.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:26.15234375rem;left:0rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:"raleway black";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.5625rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.1875rem;left:13.125rem;display:none; }
#HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.1875rem;left:43.1875rem;display:none; }
#Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.1875rem;left:30.1875rem;display:none; }
#s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.1875rem;left:56.3125rem;display:none; }
#zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qv5UiHyF7VKDnEtG4hd0ultqpEGCgq4p { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.186525rem;width:4.125rem;top:63.125rem;left:26.4375rem;overflow:hidden;display:block; }
#V1iR8htBpKVQkMoX5avtu6BI9CbokQmK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:63rem;left:0rem;display:none; }
#zCuuGlnlcadfFakAaUbldII94x4TxIoI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.124rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:64.4375rem;left:30.625rem;height:2.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nphITGEfKvpFfQuyJu20MgTezLrdBueU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:63.4375rem;left:30.75rem;height:1.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z { position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/657584b4-bf50-42ac-be80-1877ec048f80/logobranca.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1865rem;width:9.1865rem;top:1.5625rem;left:0rem;display:block; }#agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z.adaptive-delivery-prevent-bg, #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z.lazyload, #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z.lazyloading { background-image: none; }
#R17DSRvacaSkb4lgLTxN4VH7ZM6nkJHO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:47.9375rem;display:none; }
#L9MSgi8v02KdSQPFpoENHhnq7orHdrJw { color:rgba(var(--color-tertiary-0),1);display:block;width:48.375rem;position:absolute;font-family:"raleway black";font-size:5.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:14.0625rem;left:0rem;height:11.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lNhbXXg0ayD6TZE5omrR3JAGW8avoEk4 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:32.462501525879rem;left:0rem;height:25.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lNhbXXg0ayD6TZE5omrR3JAGW8avoEk4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lNhbXXg0ayD6TZE5omrR3JAGW8avoEk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7da6a8ff-27df-4911-bbf8-728b7022e794/Prancheta3.png); }
#EBW3nIhhb1lCQTPwOAwfA1u4ayg4V5eW { position:absolute;display:block;z-index:15064;height:4.375rem;width:25rem;top:61.674716949463rem;left:0rem;display:block; }
#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row .container { background-color: transparent; background-image: none; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row .container > .video-iframe-container { display: none; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row > .video-iframe-container { display: none; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .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); }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row .container { border-width: 0; border-radius: 0; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#OWrl5ICnNSMS1mT2uMH9eEDOTpZf2Eg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:12.9375rem;left:0rem;height:24.15625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#OWrl5ICnNSMS1mT2uMH9eEDOTpZf2Eg7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OWrl5ICnNSMS1mT2uMH9eEDOTpZf2Eg7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
#ZQaHOQ6z7W6pXSdXDdUm6VuZBBgbLvDm { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rynK3vItW9952V5Akby1EvMh0O5vKd1T { color:rgba(var(--color-secondary-2),1);display:block;width:42.0625rem;position:absolute;font-family:"raleway black";font-size:3.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:7.961625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XT2pZTp0U3wIlROsB88BxPzx2tTtVATa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:30.625rem;top:7.453125rem;left:44.375rem;overflow:hidden;display:block; }
#uWvWV5N7zwQlJtdPLTFw89OgDUBPFw6z { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.5rem;left:0rem;display:none; }
#uC3ZDTw70WD6HK0vSTyUCSTp85TkaVXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rUmfGg3b7pwxMQpR0hQEsnwDBLpkSH5M { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#flP5NoLfwxr5xC52DdoBbKLN1uclGEmO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BUkbqgH4E4N9oFNUiTbIEKgoXzvfzwUX { position:absolute;display:block;z-index:15065;height:4.375rem;width:25rem;top:38.9375rem;left:0rem;display:block; }
#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { background-color: transparent; background-image: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { display: none; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .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); }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { border-width: 0; border-radius: 0; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#aQhMEi1yNklcT8Sw6uJnXbzRCZ5N8umn { color:rgba(var(--color-secondary-2),1);display:block;width:26.5625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:36.25rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LqJ8S8i0sh1TGnp6QeRf8lhTUs5TVgD1 { color:rgba(var(--color-secondary-2),1);display:block;width:38.75rem;position:absolute;font-family:"raleway black";font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:36.25rem;height:7.961625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eSdTtxZ3lI5oZq3SivQ6EtBgOkq180lT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.125rem;width:33.6875rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.71875rem;left:36.25rem;height:30.875rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:40.75rem;left:2.4375rem;display:none; }
#MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgKUDc0qlwLDeuQdWa1pXrgeX5OATzLK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:10.4375rem;top:8.1875rem;left:0rem;overflow:hidden;display:none; }
#xl1dlTEe0DHnhtTTyKIrQrGNyarzLRpd { position:absolute;display:block;z-index:15066;height:4.375rem;width:25rem;top:38.982244491577rem;left:3.0326690673828rem;display:block; }
#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { background-color: transparent; background-image: none; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container > .video-iframe-container { display: none; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row > .video-iframe-container { display: none; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .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); }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { border-width: 0; border-radius: 0; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#T1PFLw4hEulhsPaFqOEsHuOctxzSDENx { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:36.875rem;top:0.9375rem;left:0rem;display:block; }
#qChKfhocmTdT78ZGHx6ZWqO95KMKzHAC { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evZ3vnKFNduFAPscKxzIyV1qClVmcRIh { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.4375rem;height:9.0965625rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c4IpmfMAlZxZNkF3ORokPzavg1HHIBqK { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:36.875rem;top:0.9375rem;left:38.125rem;display:block; }
#MViMmisWqNNP8rCPUvhUMoRZSb6upGea { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:38.124221801757rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blMzftiby3fdHyVgGeGTBpXOIxXeqVzN { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.7742195129394rem;left:38.90625rem;height:6.8224375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { background-color: transparent; background-image: none; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container > .video-iframe-container { display: none; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row > .video-iframe-container { display: none; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .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); }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { border-width: 0; border-radius: 0; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#CTIbkFwi5pRLWEx2GTbxCRglziRPlu93 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:36.875rem;top:0.9375rem;left:0rem;display:block; }
#dTZ1trxWrcWp3EAREJ7eZxuCeL3QNnGp { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuu7vKR0msicNbm8NKrKiSbtbKT16Iwc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.4375rem;height:;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZsuUdVcEFKcxv2SJFx69xpPoMnovfQss { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:36.875rem;top:0.9375rem;left:38.125rem;display:block; }
#zJGr5bEmQmE6fIZhCl4TFDX8tQEEJRQF { color:#00d8e0;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:38.124221801757rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5N0KzWzip6QFCrZ8DtcLt9LLgNAzVJE { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.7742195129394rem;left:38.90625rem;height:;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { background-color: transparent; background-image: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container > .video-iframe-container { display: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container { display: none; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .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); }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { border-width: 0; border-radius: 0; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#Hbn6OSaNhTnzf8IUuIge6ZK0J5PoTNcv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"raleway black";font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6083984375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { background-color: transparent; background-image: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container > .video-iframe-container { display: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container { display: none; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .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); }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { border-width: 0; border-radius: 0; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { position:absolute;display:block;z-index:15000;height:45.8745625rem;width:75rem;top:1.0004348754882rem;left:0rem;display:block; }
#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row .container { background-color: transparent; background-image: none; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row .container > .video-iframe-container { display: none; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row > .video-iframe-container { display: none; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .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); }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row .container { border-width: 0; border-radius: 0; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#RoJhZvBLoLKEClZOrTzAFo1mRNtBwRGG { color:#00d8e0;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnXFrQJvmhTt6niglJdu4cZgtzGrg5VP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dRn9ydEN/mudanca1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:10.9375rem;left:7.5rem;display:block; }#KnXFrQJvmhTt6niglJdu4cZgtzGrg5VP.adaptive-delivery-prevent-bg, #KnXFrQJvmhTt6niglJdu4cZgtzGrg5VP.lazyload, #KnXFrQJvmhTt6niglJdu4cZgtzGrg5VP.lazyloading { background-image: none; }
#UUZVzLGuLikvsrFlpBfVvFCdeVg9WbmT { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/u6X85kAX/guarda_moveis.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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:10.9375rem;left:53.0625rem;display:block; }#UUZVzLGuLikvsrFlpBfVvFCdeVg9WbmT.adaptive-delivery-prevent-bg, #UUZVzLGuLikvsrFlpBfVvFCdeVg9WbmT.lazyload, #UUZVzLGuLikvsrFlpBfVvFCdeVg9WbmT.lazyloading { background-image: none; }
#LQg7vLkQs4lfd9kElePzmcSu2U9IBk0p { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HEd2Zv2i/mudanca_interestadual.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:10.9375rem;left:22.5625rem;display:block; }#LQg7vLkQs4lfd9kElePzmcSu2U9IBk0p.adaptive-delivery-prevent-bg, #LQg7vLkQs4lfd9kElePzmcSu2U9IBk0p.lazyload, #LQg7vLkQs4lfd9kElePzmcSu2U9IBk0p.lazyloading { background-image: none; }
#c3agOva7umdTOoaTTWb05Eg4IQ2EyAZd { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2Mn6fXru/internacional2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:14.4375rem;top:10.9375rem;left:37.75rem;display:block; }#c3agOva7umdTOoaTTWb05Eg4IQ2EyAZd.adaptive-delivery-prevent-bg, #c3agOva7umdTOoaTTWb05Eg4IQ2EyAZd.lazyload, #c3agOva7umdTOoaTTWb05Eg4IQ2EyAZd.lazyloading { background-image: none; }
#Q2y7ev1mKbuNxTsJOpWoyIkAk0A2l3sl { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.4375rem;left:7.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9mmEx6UsxDonW9AsRTCuoP7OivxESyG { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4375rem;left:22.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWUSiJ3WEWsAK8Cu5PtzTy2mng3aU76h { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.4375rem;left:37.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQxEi870NWPURVX2O888HP6Rw6Pzgr8G { color:#00d8e0;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:52.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzt0LMM3TMgP5QUiDyfKcTo1JAitX8Rs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zLH7cguzTUVba7Qd3XTQfKuUGcOymRuB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.125rem;left:8.125rem;height:5.68536875rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dvE3cF4QysnRoOhzPIKEA6BpPikK56Jl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.125rem;left:23.25rem;height:5.68536875rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eHmTaVUzVUPq9WafTAPqAcFMqIWkagN3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.125rem;left:38.375rem;height:4.54829375rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQXV2o5KvTxfRG6xOGPPsUTB7QNHltrw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.125rem;left:53.375rem;height:5.68536875rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CVKCuNSCwdyWuIZUuussvFI9pH59AQzH { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.375rem;left:7.5rem;display:block; }
#LbmKCyZwimqcLc9mL5nntCiBMTQRBc3S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORM4Vog86iCVkbg4g2C1cUt98L6t21P0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.375rem;left:22.625rem;display:block; }
#HoaALkvq3nIhD4lQ5Ef5sgbRnHrHVgxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgSxWTBENkhBBeiyzhMSzUCN65aPNo9p { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.375rem;left:53.0625rem;display:block; }
#eLnrTNCiBg2b0d2ICFlyT5pwlhnSswDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDUOrO8RTT2xeuZv5ftXtTTOOdJnZcUL { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.375rem;left:37.75rem;display:block; }
#e2NGIMPfuPVSV9nZAETo8aST8z2r66k8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTWMfFLHr7L8OEC6FgxdUWnfeKI2ZGsG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:14.4375rem;top:10.9375rem;left:7.5rem;display:block; }
#smXlydHdLsTLr8pFnChzCuZJiMQZTg34 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:14.4375rem;top:10.9375rem;left:22.625rem;display:block; }
#feBT1fLPk5vnrJaIZlkwphRcLFBCN5Qu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:14.4375rem;top:10.9375rem;left:53.0625rem;display:block; }
#cyIgVA7v0BB4x9pp0wQ7IxwiE9HZCIu2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:14.4375rem;top:10.9375rem;left:37.75rem;display:block; }
#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row .container { background-color: transparent; background-image: none; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row .container > .video-iframe-container { display: none; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row > .video-iframe-container { display: none; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .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); }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row .container { border-width: 0; border-radius: 0; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#BgoR6lDeoQX4EcBTq2yX1JHPbFvaXkQT { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:1.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZxNiyHJUOKQKJD56NM0wI5SbgEZeWSh { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xwicu0kWbQ6okRut3JFPrWXqKs99ZczP { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:58.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXhzD7Q1EtxTtesghdrHpTvsHrZyqke0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:58.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZBG97TCOdKK2qG9kWKSepLCEit0KKJf { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:39.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uk7w3CkJ7qLDfTvRhANkU7F1AuvC60lF { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:39.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vCe2TS8UogfkJ6tGnR5nqoouegWeaOXD { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:20.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqo33TA0TyaTCbdag3ACs9SD7sJEwWFT { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw.adaptive-delivery-prevent-bg, #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw.lazyload, #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw.lazyloading { background-image: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { background-color: transparent; background-image: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container > .video-iframe-container { display: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row > .video-iframe-container { display: none; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .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); }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { border-width: 0; border-radius: 0; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;position:relative;display:block; }#x79FCND0xV6V47URmrm1AtUUicRxezhL { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bfb58380-1e75-4ce5-80eb-dbe56d4f4f2c/placeholder1.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.5625rem;left:50.4375rem;display:block; }#x79FCND0xV6V47URmrm1AtUUicRxezhL.adaptive-delivery-prevent-bg, #x79FCND0xV6V47URmrm1AtUUicRxezhL.lazyload, #x79FCND0xV6V47URmrm1AtUUicRxezhL.lazyloading { background-image: none; }
#i7A3x9afAdQl5lH9broabyRshhrkmD2k { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:52.625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eg2BClX6rppQJRknSGI1KrK6otnn0gHC { color:rgba(var(--color-secondary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:52.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vTJAvmsR52XIoBfq1MFC2O3uxSBd33EX { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:65.25rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QmhAylb4d33OhSw0w5M4wGnebM4TlHib { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.8125rem;left:65.25rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dLfWRWr1CoOX8E67awiL5wb7di5c9TeG { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/48a630cc-19f5-4327-93a5-fcc69ced6727/phonecall.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.25rem;left:63.0625rem;display:block; }#dLfWRWr1CoOX8E67awiL5wb7di5c9TeG.adaptive-delivery-prevent-bg, #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG.lazyload, #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG.lazyloading { background-image: none; }
#xOIKFEgn5TxMmmQK5lG4ADTxEBrSSvax { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.25rem;left:52.625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6 { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b48110a5-38db-4b02-9e32-854551afc675/smartphone.svg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.25rem;left:50.4375rem;display:block; }#Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6.adaptive-delivery-prevent-bg, #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6.lazyload, #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6.lazyloading { background-image: none; }
#ePogAzei6dJ95lHgmkUVPt4mgex0GTU3 { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.8125rem;left:52.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9OdsAKr05xIEVyXksk0msMWET82gIk7 { position:absolute;display:block;z-index:15000;height:8.3125rem;width:46.5625rem;top:2.875rem;left:0rem;display:block; }
#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/P15iPuWm/mt_1672_content_bg04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.adaptive-delivery-prevent-bg, #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.lazyload, #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W.lazyloading { background-image: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { background-color: transparent; background-image: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.9); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { display: none; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .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); }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { border-width: 0; border-radius: 0; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#emWohCmOMkPCVHT6UwEJiQzvXCugBege { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.171875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HW13aciEPykkzn8s8OyAlcg62ezu2PKi { position:relative;display:none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi { border-width: 0; border-radius: 0; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf { background-color:rgba(var(--color-primary-3),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"product sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6865rem;height:4.374025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:44.9375rem;left:0rem;display:none; }
#QrBsn8h7G8C1qFTpv6ZnB4A8B82nLxUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meOirDz6nKmIH74iJRGeq5b5eHluRl1W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:20rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PURhATnyrnApHB3npzkrfr0qgXVJwfMt { display:block; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { width:47.75rem;height:2.0625rem;top:26.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { width:34.3125rem;height:1.8125rem;top:11.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { width:17.0625rem;height:2.875rem;top:0.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block; }
 }@media only screen and (max-width: 763px) { #MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { width:11.125rem;height:2.875rem;top:0.1875rem;left:29.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block; }
 }@media only screen and (max-width: 763px) { #uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { width:11.875rem;height:2.875rem;top:0.1875rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { width:13.625rem;height:2.875rem;top:0.1875rem;left:34.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block; }
 }@media only screen and (max-width: 763px) { #Qv5UiHyF7VKDnEtG4hd0ultqpEGCgq4p { width:4.125rem;height:4.1859375rem;top:63.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1iR8htBpKVQkMoX5avtu6BI9CbokQmK { width:25.0625rem;height:4.375rem;top:63rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCuuGlnlcadfFakAaUbldII94x4TxIoI { display:block; }
 }@media only screen and (max-width: 763px) { #BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { width:17.0625rem;height:2.375rem;top:64.4375rem;left:17rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nphITGEfKvpFfQuyJu20MgTezLrdBueU { width:9.75rem;height:1.3125rem;top:63.4375rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z { width:9.125rem;height:9.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17DSRvacaSkb4lgLTxN4VH7ZM6nkJHO { width:47.75rem;height:49.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9MSgi8v02KdSQPFpoENHhnq7orHdrJw { width:47.75rem;height:11.625rem;top:14.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNhbXXg0ayD6TZE5omrR3JAGW8avoEk4 { width:35.5625rem;height:25.4375rem;top:32.4375rem;left:0rem;font-size:1.0625rem;display:block; }#lNhbXXg0ayD6TZE5omrR3JAGW8avoEk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7da6a8ff-27df-4911-bbf8-728b7022e794/Prancheta3.png); }
 }@media only screen and (max-width: 763px) { #EBW3nIhhb1lCQTPwOAwfA1u4ayg4V5eW { width:25rem;height:4.375rem;top:61.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP { display:block; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWrl5ICnNSMS1mT2uMH9eEDOTpZf2Eg7 { width:38.75rem;height:24.125rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }#OWrl5ICnNSMS1mT2uMH9eEDOTpZf2Eg7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #ZQaHOQ6z7W6pXSdXDdUm6VuZBBgbLvDm { width:26.5625rem;height:2.8125rem;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rynK3vItW9952V5Akby1EvMh0O5vKd1T { width:42.0625rem;height:4rem;top:7.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2pZTp0U3wIlROsB88BxPzx2tTtVATa { width:30.625rem;height:35.125rem;top:7.4375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWvWV5N7zwQlJtdPLTFw89OgDUBPFw6z { width:25.0625rem;height:4.375rem;top:39.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uC3ZDTw70WD6HK0vSTyUCSTp85TkaVXz { display:block; }
 }@media only screen and (max-width: 763px) { #rUmfGg3b7pwxMQpR0hQEsnwDBLpkSH5M { width:20rem;height:7.5rem;top:5.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #flP5NoLfwxr5xC52DdoBbKLN1uclGEmO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUkbqgH4E4N9oFNUiTbIEKgoXzvfzwUX { width:25rem;height:4.375rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQhMEi1yNklcT8Sw6uJnXbzRCZ5N8umn { width:26.5625rem;height:2.8125rem;top:7.1875rem;left:21.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ8S8i0sh1TGnp6QeRf8lhTUs5TVgD1 { width:38.75rem;height:3.9375rem;top:9.3125rem;left:9rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSdTtxZ3lI5oZq3SivQ6EtBgOkq180lT { width:33.6875rem;height:35.125rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { width:38.5rem;height:30.875rem;top:13.6875rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { width:25.0625rem;height:4.375rem;top:40.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block; }
 }@media only screen and (max-width: 763px) { #TgKUDc0qlwLDeuQdWa1pXrgeX5OATzLK { width:10.4375rem;height:9.875rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xl1dlTEe0DHnhtTTyKIrQrGNyarzLRpd { width:25rem;height:4.375rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT { display:block; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1PFLw4hEulhsPaFqOEsHuOctxzSDENx { width:36.875rem;height:17.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qChKfhocmTdT78ZGHx6ZWqO95KMKzHAC { width:36.875rem;height:2rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZ3vnKFNduFAPscKxzIyV1qClVmcRIh { width:34.6875rem;height:9.0625rem;top:6.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IpmfMAlZxZNkF3ORokPzavg1HHIBqK { width:36.875rem;height:17.1875rem;top:0.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MViMmisWqNNP8rCPUvhUMoRZSb6upGea { width:36.875rem;height:2rem;top:4rem;left:10.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMzftiby3fdHyVgGeGTBpXOIxXeqVzN { width:34.6875rem;height:6.8125rem;top:6.75rem;left:13.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX { display:block; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTIbkFwi5pRLWEx2GTbxCRglziRPlu93 { width:36.875rem;height:17.1875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZ1trxWrcWp3EAREJ7eZxuCeL3QNnGp { width:36.875rem;height:2rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuu7vKR0msicNbm8NKrKiSbtbKT16Iwc { width:34.6875rem;height:;top:6.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsuUdVcEFKcxv2SJFx69xpPoMnovfQss { width:36.875rem;height:17.1875rem;top:0.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJGr5bEmQmE6fIZhCl4TFDX8tQEEJRQF { width:36.875rem;height:2rem;top:4rem;left:10.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5N0KzWzip6QFCrZ8DtcLt9LLgNAzVJE { width:34.6875rem;height:;top:6.75rem;left:13.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hbn6OSaNhTnzf8IUuIge6ZK0J5PoTNcv { width:47.75rem;height:4.4375rem;top:6.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { width:47.75rem;height:45.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 { display:block; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoJhZvBLoLKEClZOrTzAFo1mRNtBwRGG { width:47.75rem;height:2.8125rem;top:4.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnXFrQJvmhTt6niglJdu4cZgtzGrg5VP { width:14.375rem;height:14.375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUZVzLGuLikvsrFlpBfVvFCdeVg9WbmT { width:14.375rem;height:14.375rem;top:10.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQg7vLkQs4lfd9kElePzmcSu2U9IBk0p { width:14.375rem;height:14.375rem;top:10.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3agOva7umdTOoaTTWb05Eg4IQ2EyAZd { width:14.375rem;height:14.375rem;top:10.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2y7ev1mKbuNxTsJOpWoyIkAk0A2l3sl { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9mmEx6UsxDonW9AsRTCuoP7OivxESyG { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWUSiJ3WEWsAK8Cu5PtzTy2mng3aU76h { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:24.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQxEi870NWPURVX2O888HP6Rw6Pzgr8G { width:14.6875rem;height:1.1875rem;top:26.4375rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzt0LMM3TMgP5QUiDyfKcTo1JAitX8Rs { width:47.75rem;height:;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLH7cguzTUVba7Qd3XTQfKuUGcOymRuB { width:13.4375rem;height:5.625rem;top:28.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvE3cF4QysnRoOhzPIKEA6BpPikK56Jl { width:13.4375rem;height:5.625rem;top:28.125rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHmTaVUzVUPq9WafTAPqAcFMqIWkagN3 { width:13.4375rem;height:4.5rem;top:28.125rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQXV2o5KvTxfRG6xOGPPsUTB7QNHltrw { width:13.4375rem;height:5.625rem;top:28.125rem;left:34.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVKCuNSCwdyWuIZUuussvFI9pH59AQzH { width:14.375rem;height:2.8125rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbmKCyZwimqcLc9mL5nntCiBMTQRBc3S { display:block; }
 }@media only screen and (max-width: 763px) { #ORM4Vog86iCVkbg4g2C1cUt98L6t21P0 { width:14.375rem;height:2.8125rem;top:35.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoaALkvq3nIhD4lQ5Ef5sgbRnHrHVgxg { display:block; }
 }@media only screen and (max-width: 763px) { #VgSxWTBENkhBBeiyzhMSzUCN65aPNo9p { width:14.375rem;height:2.8125rem;top:35.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLnrTNCiBg2b0d2ICFlyT5pwlhnSswDL { display:block; }
 }@media only screen and (max-width: 763px) { #QDUOrO8RTT2xeuZv5ftXtTTOOdJnZcUL { width:14.375rem;height:2.8125rem;top:35.375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2NGIMPfuPVSV9nZAETo8aST8z2r66k8 { display:block; }
 }@media only screen and (max-width: 763px) { #kTWMfFLHr7L8OEC6FgxdUWnfeKI2ZGsG { width:14.375rem;height:26.9375rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smXlydHdLsTLr8pFnChzCuZJiMQZTg34 { width:14.375rem;height:26.9375rem;top:10.9375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBT1fLPk5vnrJaIZlkwphRcLFBCN5Qu { width:14.375rem;height:26.9375rem;top:10.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIgVA7v0BB4x9pp0wQ7IxwiE9HZCIu2 { width:14.375rem;height:26.9375rem;top:10.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF { display:block; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgoR6lDeoQX4EcBTq2yX1JHPbFvaXkQT { width:15rem;height:4.875rem;top:3.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxNiyHJUOKQKJD56NM0wI5SbgEZeWSh { width:15rem;height:4.875rem;top:3.375rem;left:8.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwicu0kWbQ6okRut3JFPrWXqKs99ZczP { width:15rem;height:4.875rem;top:3.375rem;left:32.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXhzD7Q1EtxTtesghdrHpTvsHrZyqke0 { width:15rem;height:1.1875rem;top:7.625rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZBG97TCOdKK2qG9kWKSepLCEit0KKJf { width:15rem;height:4.875rem;top:3.375rem;left:20.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk7w3CkJ7qLDfTvRhANkU7F1AuvC60lF { width:15rem;height:1.1875rem;top:7.625rem;left:20.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCe2TS8UogfkJ6tGnR5nqoouegWeaOXD { width:15rem;height:1.1875rem;top:7.625rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqo33TA0TyaTCbdag3ACs9SD7sJEwWFT { width:15rem;height:1.1875rem;top:7.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw { display:block; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x79FCND0xV6V47URmrm1AtUUicRxezhL { width:1.875rem;height:1.875rem;top:3.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7A3x9afAdQl5lH9broabyRshhrkmD2k { width:11.4375rem;height:1.4375rem;top:3.5625rem;left:36.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg2BClX6rppQJRknSGI1KrK6otnn0gHC { width:21.75rem;height:2.4375rem;top:5.125rem;left:26rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJAvmsR52XIoBfq1MFC2O3uxSBd33EX { width:9.75rem;height:1.4375rem;top:8.4375rem;left:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhAylb4d33OhSw0w5M4wGnebM4TlHib { width:9.75rem;height:;top:9.8125rem;left:38rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG { width:1.875rem;height:1.875rem;top:8.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIKFEgn5TxMmmQK5lG4ADTxEBrSSvax { width:9.75rem;height:1.4375rem;top:8.25rem;left:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6 { width:1.875rem;height:1.875rem;top:8.25rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePogAzei6dJ95lHgmkUVPt4mgex0GTU3 { width:9.75rem;height:1.1875rem;top:9.8125rem;left:38rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OdsAKr05xIEVyXksk0msMWET82gIk7 { width:46.5625rem;height:8.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:47.75rem;height:1.1875rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW13aciEPykkzn8s8OyAlcg62ezu2PKi { display:none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf { width:20.625rem;height:4.3125rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QrBsn8h7G8C1qFTpv6ZnB4A8B82nLxUo { display:block; }
 }@media only screen and (max-width: 763px) { #meOirDz6nKmIH74iJRGeq5b5eHluRl1W { width:20rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zoqXngO4/mudanca2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PURhATnyrnApHB3npzkrfr0qgXVJwfMt { background-color:rgba(34,81,144,0.75);background-image:url("https://images.assets-landingi.com/uc/90a526d4-4da9-47e9-a874-f2eebcb29995/fundo.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt.adaptive-delivery-prevent-bg, #PURhATnyrnApHB3npzkrfr0qgXVJwfMt.lazyload, #PURhATnyrnApHB3npzkrfr0qgXVJwfMt.lazyloading { background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { background-color: transparent; background-image: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { display: none; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .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); }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { border-width: 0; border-radius: 0; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PURhATnyrnApHB3npzkrfr0qgXVJwfMt > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkrQP88s9e25kAJxuuCAJ02kg98XMnZE { width:20rem;height:2.925rem;top:20.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1l7BTqaOzWThoa2ZwXXfhFtWK29THlO { width:20rem;height:4.125rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MfyXmnZE7G5CgtyyxtaVISO0sLOGmIs3 { width:20rem;height:2.875rem;top:24.25rem;left:0rem;z-index:15013;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #HFUU9WSVdesaWKE9Cg0PabChansQtR8N { display:block; }
 }@media only screen and (max-width: 763px) { #MS3LuUPlp3x3k4kk5FpVXMGWogZZI5Ep { width:9.875rem;height:2.875rem;top:27.4375rem;left:10.125rem;z-index:15015;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Qm9JuL8fyrlT5L6nwalnApf5Cte2q4FV { display:block; }
 }@media only screen and (max-width: 763px) { #uaFP7uvkoLThbFMznR3Gk62GzBUxdAML { width:9.875rem;height:2.875rem;top:27.4375rem;left:0rem;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #s2MzxUAFVV5b5gDPX8E4plgACJ43J3Kz { display:block; }
 }@media only screen and (max-width: 763px) { #Hso3vCraNRTTsiNmSXbbSDB3csCG8Qan { width:20rem;height:2.875rem;top:30.625rem;left:0rem;z-index:15016;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #zsCJ53UrB39gECzMEzXOgH04BNfvU3NI { display:block; }
 }@media only screen and (max-width: 763px) { #Qv5UiHyF7VKDnEtG4hd0ultqpEGCgq4p { width:4.125rem;height:4.1875rem;top:61.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1iR8htBpKVQkMoX5avtu6BI9CbokQmK { width:20rem;height:4.375rem;top:47.125rem;left:0rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zCuuGlnlcadfFakAaUbldII94x4TxIoI { display:block; }
 }@media only screen and (max-width: 763px) { #BoAwX5p1XhdXLlH7pEC7kGQI3M7mKLLG { width:17.125rem;height:0;top:63.1875rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nphITGEfKvpFfQuyJu20MgTezLrdBueU { width:9.8125rem;height:0;top:62.0625rem;left:4.125rem;text-align:left;text-align-last:left;line-height:1.2;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #agFtp3fzEMMlETXrZPiQELPVTDEI0p0Z { width:9.125rem;height:9.125rem;top:0rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R17DSRvacaSkb4lgLTxN4VH7ZM6nkJHO { top:27.375rem;left:0rem;width:20rem;height:20.8125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L9MSgi8v02KdSQPFpoENHhnq7orHdrJw { width:20rem;height:5.0875rem;top:15.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lNhbXXg0ayD6TZE5omrR3JAGW8avoEk4 { width:20rem;height:13.2375rem;top:53.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#lNhbXXg0ayD6TZE5omrR3JAGW8avoEk4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7da6a8ff-27df-4911-bbf8-728b7022e794/Prancheta3.png); }
 }@media only screen and (max-width: 763px) { #EBW3nIhhb1lCQTPwOAwfA1u4ayg4V5eW { width:20rem;height:4.375rem;top:61.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP { display:block; }#uVM4XqA6J9UaAM2ghnbvfENQbCGy1OuP > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWrl5ICnNSMS1mT2uMH9eEDOTpZf2Eg7 { width:20rem;height:29.8rem;top:13.375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.3;display:block; }#OWrl5ICnNSMS1mT2uMH9eEDOTpZf2Eg7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/0af3f2c9-c05f-4c48-bb40-b97c61ceb8b9/check.png); }
 }@media only screen and (max-width: 763px) { #ZQaHOQ6z7W6pXSdXDdUm6VuZBBgbLvDm { width:20rem;height:0;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rynK3vItW9952V5Akby1EvMh0O5vKd1T { width:20rem;height:0;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #XT2pZTp0U3wIlROsB88BxPzx2tTtVATa { width:20rem;height:22.938775510204rem;top:7.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWvWV5N7zwQlJtdPLTFw89OgDUBPFw6z { width:19rem;height:4.375rem;top:39.5rem;left:0rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #uC3ZDTw70WD6HK0vSTyUCSTp85TkaVXz { display:block; }
 }@media only screen and (max-width: 763px) { #rUmfGg3b7pwxMQpR0hQEsnwDBLpkSH5M { width:20rem;height:6.6rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15006;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #flP5NoLfwxr5xC52DdoBbKLN1uclGEmO { top:46.125rem;left:0rem;width:20rem;height:20rem;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2be35249-89f8-47b9-9a9f-abdb67b3703c/transportationlogisticscontainercargoshipcargoplane3drenderingillustration.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#flP5NoLfwxr5xC52DdoBbKLN1uclGEmO.adaptive-delivery-prevent-bg, #flP5NoLfwxr5xC52DdoBbKLN1uclGEmO.lazyload, #flP5NoLfwxr5xC52DdoBbKLN1uclGEmO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BUkbqgH4E4N9oFNUiTbIEKgoXzvfzwUX { width:20rem;height:4.375rem;top:38.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE { display:block; }#ZK66Mx0TMfM5d8ZR3hTFoSzPtJkL6AZE > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQhMEi1yNklcT8Sw6uJnXbzRCZ5N8umn { width:19.999rem;height:1.625rem;top:4.37109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ8S8i0sh1TGnp6QeRf8lhTUs5TVgD1 { width:20rem;height:5.125rem;top:5.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eSdTtxZ3lI5oZq3SivQ6EtBgOkq180lT { width:20rem;height:20.853432282004rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc4hkBqalW0zhPoKwlSxe5SNS0HFbFBN { width:20rem;height:36.4rem;top:12.203125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSG6x2e9lRFx2TE3WUUFGEmJzEPrGcPf { width:19rem;height:4.375rem;top:182.2441875rem;left:0.5rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e16b00;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MNFfKSAs7v6mdRtFLILrfHmUTkQ28Icx { display:block; }
 }@media only screen and (max-width: 763px) { #TgKUDc0qlwLDeuQdWa1pXrgeX5OATzLK { width:20rem;height:18.875rem;top:51.5625rem;left:0rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xl1dlTEe0DHnhtTTyKIrQrGNyarzLRpd { width:20rem;height:4.375rem;top:38.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT { display:block; }#q7yBCkuHnWALHBFRL5KI3tUqZZvnMOfT > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1PFLw4hEulhsPaFqOEsHuOctxzSDENx { width:20rem;height:17.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qChKfhocmTdT78ZGHx6ZWqO95KMKzHAC { width:20rem;height:1.38125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZ3vnKFNduFAPscKxzIyV1qClVmcRIh { width:18.125rem;height:11.7rem;top:4.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IpmfMAlZxZNkF3ORokPzavg1HHIBqK { width:20rem;height:17.1875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MViMmisWqNNP8rCPUvhUMoRZSb6upGea { width:20rem;height:1.38125rem;top:22.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMzftiby3fdHyVgGeGTBpXOIxXeqVzN { width:18.125rem;height:10.725rem;top:23.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX { display:block; }#CTTQh61uCbTQmzF305MSNRAZ6hMtVJLX > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTIbkFwi5pRLWEx2GTbxCRglziRPlu93 { width:20rem;height:17.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTZ1trxWrcWp3EAREJ7eZxuCeL3QNnGp { width:20rem;height:1.38125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuu7vKR0msicNbm8NKrKiSbtbKT16Iwc { width:18.125rem;height:11.7rem;top:4.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsuUdVcEFKcxv2SJFx69xpPoMnovfQss { width:20rem;height:17.1875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJGr5bEmQmE6fIZhCl4TFDX8tQEEJRQF { width:20rem;height:1.38125rem;top:21.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5N0KzWzip6QFCrZ8DtcLt9LLgNAzVJE { width:18.125rem;height:11.7rem;top:23.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiCK90mspyqycSQPGQSUsidHuPa5lZT2 { display:block; }#NiCK90mspyqycSQPGQSUsidHuPa5lZT2 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hbn6OSaNhTnzf8IUuIge6ZK0J5PoTNcv { width:20rem;height:5.25rem;top:4.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W { display:block; }#NOFL2SfQQv586XvGvPx0AG6mzQMvBN1W > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPn5T8vT0cTcA2lV71BpQslXJgzKFNwO { width:20rem;height:45.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 { display:block; }#aGyWK6s1Lf01R3HeWovAErxemEtNIrf7 > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RoJhZvBLoLKEClZOrTzAFo1mRNtBwRGG { width:20rem;height:4.55rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnXFrQJvmhTt6niglJdu4cZgtzGrg5VP { width:9.6875rem;height:9.6875rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUZVzLGuLikvsrFlpBfVvFCdeVg9WbmT { width:9.6875rem;height:9.6875rem;top:37.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQg7vLkQs4lfd9kElePzmcSu2U9IBk0p { width:9.6875rem;height:9.6875rem;top:12.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3agOva7umdTOoaTTWb05Eg4IQ2EyAZd { width:9.6875rem;height:9.6875rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2y7ev1mKbuNxTsJOpWoyIkAk0A2l3sl { width:9.6875rem;height:2.4375rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9mmEx6UsxDonW9AsRTCuoP7OivxESyG { width:9.6875rem;height:2.4375rem;top:22.4375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWUSiJ3WEWsAK8Cu5PtzTy2mng3aU76h { width:9.6875rem;height:2.4375rem;top:47.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQxEi870NWPURVX2O888HP6Rw6Pzgr8G { width:9.6875rem;height:2.4375rem;top:47.9375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzt0LMM3TMgP5QUiDyfKcTo1JAitX8Rs { width:18.0620625rem;height:2.6rem;top:8.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLH7cguzTUVba7Qd3XTQfKuUGcOymRuB { width:9.375rem;height:6.825rem;top:25.4375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvE3cF4QysnRoOhzPIKEA6BpPikK56Jl { width:9.0625rem;height:5.85rem;top:25.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHmTaVUzVUPq9WafTAPqAcFMqIWkagN3 { width:9.0625rem;height:5.85rem;top:50.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQXV2o5KvTxfRG6xOGPPsUTB7QNHltrw { width:9.375rem;height:5.85rem;top:51.125rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVKCuNSCwdyWuIZUuussvFI9pH59AQzH { width:9.6875rem;height:2.8125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbmKCyZwimqcLc9mL5nntCiBMTQRBc3S { display:block; }
 }@media only screen and (max-width: 763px) { #ORM4Vog86iCVkbg4g2C1cUt98L6t21P0 { width:9.6875rem;height:2.8125rem;top:33.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoaALkvq3nIhD4lQ5Ef5sgbRnHrHVgxg { display:block; }
 }@media only screen and (max-width: 763px) { #VgSxWTBENkhBBeiyzhMSzUCN65aPNo9p { width:9.6875rem;height:2.8125rem;top:58.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLnrTNCiBg2b0d2ICFlyT5pwlhnSswDL { display:block; }
 }@media only screen and (max-width: 763px) { #QDUOrO8RTT2xeuZv5ftXtTTOOdJnZcUL { width:9.6875rem;height:2.8125rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2NGIMPfuPVSV9nZAETo8aST8z2r66k8 { display:block; }
 }@media only screen and (max-width: 763px) { #kTWMfFLHr7L8OEC6FgxdUWnfeKI2ZGsG { width:9.6875rem;height:24.375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smXlydHdLsTLr8pFnChzCuZJiMQZTg34 { width:9.6875rem;height:24.375rem;top:12.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBT1fLPk5vnrJaIZlkwphRcLFBCN5Qu { width:9.6875rem;height:24.375rem;top:37.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIgVA7v0BB4x9pp0wQ7IxwiE9HZCIu2 { width:9.6875rem;height:24.375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF { display:block; }#sgfQ0sEAl2du8xnTTIz7IXGvuba8cKdF > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgoR6lDeoQX4EcBTq2yX1JHPbFvaXkQT { width:9.875rem;height:3.25rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxNiyHJUOKQKJD56NM0wI5SbgEZeWSh { width:9.875rem;height:3.25rem;top:2.4375rem;left:10.125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwicu0kWbQ6okRut3JFPrWXqKs99ZczP { width:9.875rem;height:3.25rem;top:7.5rem;left:10.125rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXhzD7Q1EtxTtesghdrHpTvsHrZyqke0 { width:9.875rem;height:0.975rem;top:10.3125rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZBG97TCOdKK2qG9kWKSepLCEit0KKJf { width:9.875rem;height:3.25rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk7w3CkJ7qLDfTvRhANkU7F1AuvC60lF { width:9.875rem;height:0.975rem;top:10.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCe2TS8UogfkJ6tGnR5nqoouegWeaOXD { width:9.875rem;height:0.975rem;top:5.6875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqo33TA0TyaTCbdag3ACs9SD7sJEwWFT { width:9.875rem;height:0.975rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw { display:block; }#dctXTydV0teCFD6kKpd3OkJiTDz2E6Qw > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x79FCND0xV6V47URmrm1AtUUicRxezhL { width:1.875rem;height:1.875rem;top:7.0625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7A3x9afAdQl5lH9broabyRshhrkmD2k { width:9.75rem;height:0;top:9.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eg2BClX6rppQJRknSGI1KrK6otnn0gHC { width:20rem;height:0.975rem;top:2.4453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTJAvmsR52XIoBfq1MFC2O3uxSBd33EX { width:9.75rem;height:1.4625rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmhAylb4d33OhSw0w5M4wGnebM4TlHib { width:9.75rem;height:0.975rem;top:9.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLfWRWr1CoOX8E67awiL5wb7di5c9TeG { width:1.875rem;height:1.875rem;top:4.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOIKFEgn5TxMmmQK5lG4ADTxEBrSSvax { width:9.75rem;height:1.4625rem;top:7.875rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0Tgb9LccFUtDT7J70C1GU8Ca72SEDr6 { width:1.875rem;height:1.875rem;top:4.75rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePogAzei6dJ95lHgmkUVPt4mgex0GTU3 { width:9.75rem;height:0.975rem;top:9.2734375rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9OdsAKr05xIEVyXksk0msMWET82gIk7 { width:20rem;height:22.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W { display:block; }#aQLR3AOHkh9SvETTTDyoH66Qz5KX4I1W > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emWohCmOMkPCVHT6UwEJiQzvXCugBege { width:20rem;height:0.975rem;top:1.068359375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW13aciEPykkzn8s8OyAlcg62ezu2PKi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { background-color: transparent; background-image: none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container > .video-iframe-container { display: none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row > .video-iframe-container { display: none; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .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); }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { border-width: 0; border-radius: 0; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HW13aciEPykkzn8s8OyAlcg62ezu2PKi > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf { width:20rem;height:3.125rem;top:0rem;left:0rem;font-size:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#1f8400;background-image:url("https://images.assets-landingi.com/uc/0c1e1c88-1240-4a1d-9847-c160ad5bf9a1/WHATSAPP1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;z-index:15016;font-weight:400;font-style:normal;line-height:1.1;display:block; }#vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf.adaptive-delivery-prevent-bg, #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf.lazyload, #vtgGn0oo2aLz11vKd93W5dT6hz83Tnhf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QrBsn8h7G8C1qFTpv6ZnB4A8B82nLxUo { display:block; }
 }@media only screen and (max-width: 763px) { #meOirDz6nKmIH74iJRGeq5b5eHluRl1W { top:3.2625007629394rem;left:0rem;width:20rem;height:3.125rem;z-index:15019;overflow:hidden;display:block; }
 }