.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:229,230,235;--color-primary-1:168,171,189;--color-primary-2:81,86,122;--color-primary-3:41,43,61;--color-primary-4:12,13,18;--color-secondary-0:235,236,234;--color-secondary-1:189,193,187;--color-secondary-2:122,130,118;--color-secondary-3:61,65,59;--color-secondary-4:18,20,18;--color-tertiary-0:255,255,255;--color-tertiary-1:251,241,179;--color-tertiary-2:241,208,1;--color-tertiary-3:121,104,1;--color-tertiary-4:24,21,0;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/76a1fffa-3128-4b7a-89d0-b5aee1e7fde9/Secao1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA.adaptive-delivery-prevent-bg, #H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA.lazyload, #H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA.lazyloading { background-image: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container { background-color: transparent; background-image: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container > .video-iframe-container { display: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row > .video-iframe-container { display: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .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); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container { border-width: 0; border-radius: 0; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#cw3ys6qLsb9sEi9OT7xKhCzpMLnVXSkV { 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:2.5rem;width:13.6875rem;top:11.9375rem;left:4.625rem;overflow:hidden;display:block; }
#JZVHcbDPrJgX7VSBUJgwcSUPNTuN9kq3 { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"londrina solid";font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:15.3125rem;left:4.625rem;height:8.5488125rem;font-style:normal;display:block; }
#V6vzDT3ifxR3uWiul4uxTFKSEgKKynDo { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:24.6875rem;left:4.625rem;height:6.75rem;font-style:normal;display:block; }
#cxnCWoLE3QSMFRrvTAHk73gWLXg4IzxI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.125rem;left:4.625rem;display:block; }
#twyBRG7mGI3SN3BJA4qsA75C2AnIdskQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/53d2f935-da47-4a52-a782-70c7a24b0d8b/Secao21.png");background-position:bottom 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; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq.adaptive-delivery-prevent-bg, #G28alUIVMxTCEeEbImaRLvyVeTQVWNZq.lazyload, #G28alUIVMxTCEeEbImaRLvyVeTQVWNZq.lazyloading { background-image: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container { background-color: transparent; background-image: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container > .video-iframe-container { display: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row > .video-iframe-container { display: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .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); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container { border-width: 0; border-radius: 0; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#Bnn4IMAJapCKTyfSyTqeri83adRW6pug { color:rgba(var(--color-secondary-0),1);display:block;width:30rem;position:absolute;font-family:"londrina solid";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.25rem;height:5.5244125rem;font-style:normal;display:block; }
#MiOiFrsDDQrLntcZtbJKHcumC4t4Khlv { color:rgba(var(--color-secondary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:14rem;left:41.25rem;height:20.25rem;font-style:normal;display:block; }
#hxVrFTQG4Aa6rrlGLHA59EeJekQFK5kL { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #53a724, #4eca16);background-image: -moz-linear-gradient(90deg, #53a724, #4eca16);background-image: -ms-linear-gradient(90deg, #53a724, #4eca16);background-image: -o-linear-gradient(90deg, #53a724, #4eca16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a724', endColorstr='#4eca16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a724', endColorstr='#4eca16' );";background-image: linear-gradient(90deg, #53a724, #4eca16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.4375rem;left:41.25rem;display:block; }
#tVZIwZKMo9y02mwWGb1Zmh5GNxo3NZDE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIuv2WPrklEPimFDybMeQdMv4KUL5CmT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:38.1875rem;width:38.5625rem;top:4.46875rem;left:0rem;overflow:hidden;display:block; }
#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/090d9e50-32e5-43af-bca5-1a713072a0d3/Secao33.png");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; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT.adaptive-delivery-prevent-bg, #bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT.lazyload, #bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT.lazyloading { background-image: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container { background-color: transparent; background-image: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container > .video-iframe-container { display: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row > .video-iframe-container { display: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .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); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container { border-width: 0; border-radius: 0; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container { font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;position:relative;display:block; }#zOLyXTzVi3cncCBKxwnvxXWcnovI3AcM { color:rgba(var(--color-primary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22rem;left:2.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbiJuzQ6QLq6R1gXgDFffL8XcqVfPP4a { color:rgba(var(--color-primary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.0625rem;left:2.8125rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bFHApVTnlmRRsLiF6spP3OwNPTWB3vd4 { color:rgba(var(--color-primary-0),1);display:block;width:25.8125rem;position:absolute;font-family:"londrina solid";font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:24.5625rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGlBaR465sHSlZLr6QZqdHKhSLI0TeZp { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #53a724, #4eca16);background-image: -moz-linear-gradient(90deg, #53a724, #4eca16);background-image: -ms-linear-gradient(90deg, #53a724, #4eca16);background-image: -o-linear-gradient(90deg, #53a724, #4eca16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a724', endColorstr='#4eca16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a724', endColorstr='#4eca16' );";background-image: linear-gradient(90deg, #53a724, #4eca16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.6875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:52.4375rem;left:23.625rem;display:block; }
#x0Uez4wKVkEM3FUqKP7M4hufUmLnEyCb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mT3LeJbocAlTalw54MmXFAHeheN7r8oa { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15034;background-color:#545da5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:2.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#sLuTAvgIX7VKJaAZvoTXfFPaWdNbqVmz { box-sizing:content-box;height:17.25rem;width:22.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:1.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UE3X2IuDyNOzZSDnTcGsFuiCiPGeXAn4 { box-sizing:content-box;height:17.25rem;width:22.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:26.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xBS53sz8wSlISNCtMCl0OpAL4GUmA4Nr { color:rgba(var(--color-primary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:27.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WlXwGSbnhv41JcZHSVg046dJF6TDPE4v { color:rgba(var(--color-primary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.0625rem;left:27.8125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIuBR4R0EGliyxdaChoEkcCse42zbBzp { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15038;background-color:#545da5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:27.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Ju8KR7bvuQpTTQA071AxS6bNNThIBTkM { box-sizing:content-box;height:17.25rem;width:22.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:51.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PZXsJ1E6Gy6DQz8XtEZzCZRhzRkfLgk3 { color:rgba(var(--color-primary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22rem;left:52.8125rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccxRfxCpnxPTcR3TmeJe3OkpPoDbelsh { color:rgba(var(--color-primary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.0625rem;left:52.8125rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pFakZ3z2rtdiTJQa3DZudy1q2KbbCQ26 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15042;background-color:#545da5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:52.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#AhAGodlUeQJHSIKyu6IJA6pOo1kWr1Vx { box-sizing:content-box;height:17.25rem;width:22.6875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:12.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mZ6vnCtyoiyeLE0BMOa6DHtnauyFRCUm { color:rgba(var(--color-primary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:43.1875rem;left:14.375rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IMpr1kG15MTGkqPiiPq1Qv49zRs7TKWr { color:rgba(var(--color-primary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.125rem;left:14.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTSlr1e00byb1AfynCXFG2fWkkauJogu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15046;background-color:#545da5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:14.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#VlcZsrbchdbIyTLR6I2RdX9ePvE7WJTt { box-sizing:content-box;height:17.25rem;width:22.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.625rem;left:37.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#EheUfOg7ZDRrFaMuCt6eW4qFxtCQ1JWf { color:rgba(var(--color-primary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:43.1875rem;left:39.375rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C0bO06vTyaNOlTaGTTPd7g8NS8loNpve { color:rgba(var(--color-primary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:41.125rem;left:39.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZweyhI8WpAXXBzbTTAhg2nu0krCgLaHO { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15050;background-color:#545da5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.9375rem;left:39.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Bf9WcuM6ETwWb4T3lnZ2vdcu6EU4aMcr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.40625rem;left:4.40625rem; }
#feRdkPRZw3mOaW6r9r8ZyoIFeMKgOXfO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:17.40625rem;left:29.40625rem; }
#F1ZU4G0vppRIryFZbw4HEa4ZQ7xVmkE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:17.40625rem;left:54.40625rem; }
#C0TiCEg5TI3CKr98Tv6tasNfmkFUfllb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:36.53125rem;left:40.96875rem; }
#W3wS2EPl7NCBzFGkKoGQ9tUKF4dRwruQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:36.53125rem;left:15.96875rem; }
#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/c0fd34bf-6bb0-43a8-8839-9c25bdadcb9f/Secao4.png");background-position:bottom 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; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd.adaptive-delivery-prevent-bg, #XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd.lazyload, #XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd.lazyloading { background-image: none; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row .container { background-color: transparent; background-image: none; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row .container > .video-iframe-container { display: none; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row > .video-iframe-container { display: none; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .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); }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row .container { border-width: 0; border-radius: 0; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#fKEIyERgV6CM7CbVL6iXyZR2IndWpWLs { color:rgba(var(--color-secondary-0),1);display:block;width:25.625rem;position:absolute;font-family:"londrina solid";font-size:2.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:24.6875rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WX1r7HiaFIECWxEoAIdUzqfb47fBKvAv { box-sizing:content-box;height:14.375rem;width:24rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/4d2b2704-443d-4f70-b464-d012b08fb973/ComfyUI_00001_tqcvb_176517617411.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:9.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#WX1r7HiaFIECWxEoAIdUzqfb47fBKvAv.adaptive-delivery-prevent-bg, #WX1r7HiaFIECWxEoAIdUzqfb47fBKvAv.lazyload, #WX1r7HiaFIECWxEoAIdUzqfb47fBKvAv.lazyloading { background-image: none; }
#kpkbTnTre5OwEeZcJi7s5J8mwkg7walC { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:12.9375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1mlIZxrMPVDH2MFqXhiJBZmFmowOf43 { color:rgba(var(--color-secondary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:30.4375rem;left:10.0625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztcBkU2go6deXXHTeRx4euzpLVybeQ0A { color:rgba(var(--color-secondary-0),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:30.3125rem;left:40.5rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awWUTeP7n8TS4t4mSNnBnymWpOlqdvpZ { box-sizing:content-box;height:14.375rem;width:24rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/22038d7f-efdf-4ba9-9eed-07e468d3de6f/unnamed.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#awWUTeP7n8TS4t4mSNnBnymWpOlqdvpZ.adaptive-delivery-prevent-bg, #awWUTeP7n8TS4t4mSNnBnymWpOlqdvpZ.lazyload, #awWUTeP7n8TS4t4mSNnBnymWpOlqdvpZ.lazyloading { background-image: none; }
#QxnDk6Tadtw6Vk2N6s1lmKDCZL42WFAh { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.75rem;left:44.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNwIV8SuLwtQJKKkmvRppliXh7KeJF9m { box-sizing:content-box;height:23.8125rem;width:27.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.09375rem;left:8.15625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#CIavCOwa4OJiITgOBLgzNDZNh4SfCSJg { box-sizing:content-box;height:23.8125rem;width:27.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.09375rem;left:39.40625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/fc440665-ac6a-4764-af41-1371778ba08e/Secao11.jpg");background-position:bottom 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; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75.adaptive-delivery-prevent-bg, #woQve30gmChyuaTA1ZO2zUgMdp3iZd75.lazyload, #woQve30gmChyuaTA1ZO2zUgMdp3iZd75.lazyloading { background-image: none; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row .container { background-color: transparent; background-image: none; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row .container > .video-iframe-container { display: none; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row > .video-iframe-container { display: none; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .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); }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row .container { border-width: 0; border-radius: 0; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#C22kNQ4VdvvM637mn2OWzGSOxWTCalGU { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:"londrina solid";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9rem;left:40.625rem;height:8.28661875rem;font-style:normal;display:block; }
#mzH66TUi9cNxnBZW83clDTFTnpOEW5lX { color:rgba(var(--color-primary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:17.9375rem;left:40.625rem;height:15.1875rem;font-style:normal;display:block; }
#KkmAHvsmokHFkTS6cLt9eTEXw7hvtrhW { box-sizing:content-box;height:32.375rem;width:65.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.46);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:4.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#T9rr2NsRLW5iRV5crNTigvlWagaUqCzQ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.5rem;width:28.8125rem;top:6.8125rem;left:6.875rem;overflow:hidden;display:block; }
#BrkCckCRqr4ybPHRBDU1BgGoNMlHu8SX { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.375rem;width:21.375rem;top:15.9375rem;left:21rem;overflow:hidden;display:block; }
#QP8P2gE7nTvvlVBc5gNDhad8c4b1HhMz { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/d69b84e7-7d4c-4b0a-ac46-ec133d609335/Secao32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg.adaptive-delivery-prevent-bg, #dfBqgqoTx076l9nvfa0of0sAE3Iwetdg.lazyload, #dfBqgqoTx076l9nvfa0of0sAE3Iwetdg.lazyloading { background-image: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container { background-color: transparent; background-image: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container > .video-iframe-container { display: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row > .video-iframe-container { display: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .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); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container { border-width: 0; border-radius: 0; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#fsxCP0EAoNGQn3WcGZMaTFfx4s7xMoya { color:rgba(var(--color-secondary-0),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.125rem;left:3.1875rem;height:28.6875rem;font-style:normal;display:block; }
#PpNdCp9387LVA0ouf2rqLTlfPPTEPOP2 { color:rgba(var(--color-secondary-0),1);display:block;width:23.6875rem;position:absolute;font-family:"londrina solid";font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.1875rem;height:5.5244125rem;font-style:normal;display:block; }
#BDsl6Cf6T0wJ3QfyBJBBqBtSmKRULdOp { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #53a724, #4eca16);background-image: -moz-linear-gradient(90deg, #53a724, #4eca16);background-image: -ms-linear-gradient(90deg, #53a724, #4eca16);background-image: -o-linear-gradient(90deg, #53a724, #4eca16);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a724', endColorstr='#4eca16' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a724', endColorstr='#4eca16' );";background-image: linear-gradient(90deg, #53a724, #4eca16);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.9375rem;left:3.125rem;display:block; }
#kwEvwN8X5VKVzwn82rbP0zXvXb1orXmy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/14a9d064-718b-4a33-9a7b-59b3e6d0324d/Secao5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863.adaptive-delivery-prevent-bg, #lQEFpl5IkW8pIBlMeh6645QzzlDSX863.lazyload, #lQEFpl5IkW8pIBlMeh6645QzzlDSX863.lazyloading { background-image: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container { background-color: transparent; background-image: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container > .video-iframe-container { display: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row > .video-iframe-container { display: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .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); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container { border-width: 0; border-radius: 0; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#SD0GSCuKV5NFxT2lJG5ZM0hoE6TwxH5v { box-sizing:content-box;height:21rem;width:26.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/3dc7f80b-bdff-43f5-a769-dc8633d2e18b/a446e6cccc6c4b0bbbe74e25dea288eb.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:5.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#SD0GSCuKV5NFxT2lJG5ZM0hoE6TwxH5v.adaptive-delivery-prevent-bg, #SD0GSCuKV5NFxT2lJG5ZM0hoE6TwxH5v.lazyload, #SD0GSCuKV5NFxT2lJG5ZM0hoE6TwxH5v.lazyloading { background-image: none; }
#BlpZ0Zb5rs06LvTAAAx1MSZXUCQ3ZP6L { color:rgba(var(--color-primary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1;letter-spacing:0;top:27.3125rem;left:9.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yt23iwLFdTStbN2SnV8pdqWkPAMUdg2A { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:"londrina solid";font-size:2.125rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:28.625rem;left:6.9375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWytdEksB8TyBQVEJ01MSxWTISrRdqGf { color:rgba(var(--color-primary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:32rem;left:5.9375rem;height:9.7993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcAFMfETJdAHVy4LrhJsFokkd4ZMXmfB { box-sizing:content-box;height:21rem;width:26.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/cc941521-0a5f-4ac1-ab63-65bd335b5279/4c009ffe8e984ac39689761a451a9d0f1.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.875rem;left:43rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#IcAFMfETJdAHVy4LrhJsFokkd4ZMXmfB.adaptive-delivery-prevent-bg, #IcAFMfETJdAHVy4LrhJsFokkd4ZMXmfB.lazyload, #IcAFMfETJdAHVy4LrhJsFokkd4ZMXmfB.lazyloading { background-image: none; }
#G4iLE4RgyyHhI7InxPUByJ50QqdIDC6i { color:rgba(var(--color-primary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1;letter-spacing:0;top:27.3125rem;left:47.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6zXcxbWeqqeTN76KVuFn6fTUigFCcgk { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:"londrina solid";font-size:2.125rem;font-weight:400;z-index:15019;line-height:1;letter-spacing:0;top:28.625rem;left:44.4375rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGnwXNvmyznzPn017VENQVFf86VRcB0E { color:rgba(var(--color-primary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:32rem;left:43.4375rem;height:9.7993125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/c0fd34bf-6bb0-43a8-8839-9c25bdadcb9f/Secao4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1.adaptive-delivery-prevent-bg, #QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1.lazyload, #QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1.lazyloading { background-image: none; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container { background-color: transparent; background-image: none; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container > .video-iframe-container { display: none; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row > .video-iframe-container { display: none; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .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); }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container { border-width: 0; border-radius: 0; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;position:relative;display:block; }#OxOFRCfeBaU7LH1hT9iFQ1TIlfrXGHhA { color:rgba(var(--color-primary-3),1);display:block;width:19.75rem;position:absolute;font-family:"londrina solid";font-size:2rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:8rem;left:10.125rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1HGslpODTgMF1y6ZnKaf53gyEodSR3o { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:39.125rem;left:7.875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITKV4Of5IBkSxR0Ik2e0XSx7nxkwL5dJ { box-sizing:content-box;height:41.0625rem;width:31.75rem;position:absolute;display:block;z-index:15008;background-color:#e2c7a5;background-image:url("https://images.assets-landingi.com/uc/7e272132-68d0-4bb6-87c0-319f2c412e91/Entregaveis.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.9375rem;left:38.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#ITKV4Of5IBkSxR0Ik2e0XSx7nxkwL5dJ.adaptive-delivery-prevent-bg, #ITKV4Of5IBkSxR0Ik2e0XSx7nxkwL5dJ.lazyload, #ITKV4Of5IBkSxR0Ik2e0XSx7nxkwL5dJ.lazyloading { background-image: none; }
#GnFSHnuSLAaaCclhy6Kfqdi1lTczN49R { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2f3d9f, #3e47b1);background-image: -moz-linear-gradient(90deg, #2f3d9f, #3e47b1);background-image: -ms-linear-gradient(90deg, #2f3d9f, #3e47b1);background-image: -o-linear-gradient(90deg, #2f3d9f, #3e47b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3d9f', endColorstr='#3e47b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3d9f', endColorstr='#3e47b1' );";background-image: linear-gradient(90deg, #2f3d9f, #3e47b1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35.0625rem;left:7.8125rem;display:block; }
#nio8sUL8XSci3bnHik0ybF295K9rVVqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sipK1AFqDTLlysPApDawhazW9NH1p3nB { box-sizing:content-box;height:40.9375rem;width:32.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:4.9375rem;left:3.875rem;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pd1eutzAMD1w9WLgk5IOvEwaex6cAP3l { color:#4d5aba;display:block;width:9.75rem;position:absolute;font-family:"plus jakarta sans";font-size:7.5rem;font-weight:700;z-index:15039;line-height:.8;letter-spacing:0;top:23.5625rem;left:14.875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbAVku2S8EVxwCVQZ9DOn48Hvoml8qHh { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:"plus jakarta sans";font-size:3.3125rem;font-weight:700;z-index:15038;line-height:.8;letter-spacing:0;top:27rem;left:10rem;height:2.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E7e44WSvrcu8Dk0mGabLSUzG3TKS5QEI { color:rgba(var(--color-primary-3),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:21.25rem;left:11.0625rem;height:1.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C7cmMTn1RMPx1tFJZb2gru77dSvRN2nF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:30.625rem;left:11.9375rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ez6qH0QZW8vA7wT2hRoyZHBFh5f4nhay { color:#4d5aba;display:block;width:5.25rem;position:absolute;font-family:"plus jakarta sans";font-size:3.3125rem;font-weight:700;z-index:15039;line-height:.8;letter-spacing:0;top:27rem;left:23.5rem;height:2.6499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FbNhxoWcyPauhEx5EnEtBxvq3gIPORmd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:32.25rem;left:12.25rem;height:0.9624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJr6IGe6IwlAHKyC5fnFzGmduNe8wsTv { color:rgba(var(--color-primary-3),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:13.4375rem;left:6.5625rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uksZsBDXnvCgSTwwR05SbmnWHZWnHXVM { color:rgba(var(--color-primary-3),1);display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:17.625rem;left:7.1875rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row .container { background-color: transparent; background-image: none; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row .container > .video-iframe-container { display: none; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row > .video-iframe-container { display: none; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .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); }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row .container { border-width: 0; border-radius: 0; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(9,9,9,0.5);border-left:0.0625rem solid rgba(9,9,9,0.5);border-right:0.0625rem solid rgba(9,9,9,0.5);border-bottom:0.0625rem solid rgba(9,9,9,0.5); }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:"plus jakarta sans";font-style:normal;height:auto;color:rgba(var(--color-primary-3),1);line-height:2;overflow:hidden; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;height:auto;color:rgba(23,23,23,0.8); }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_db93061d0be8bffe00dd4e7e76b1e999728e4593.svg");background-size:contain !important; }#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-trigger.adaptive-delivery-prevent-bg, #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-trigger.lazyload, #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-trigger.lazyloading { background-image: none; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF { box-sizing:content-box;height:auto;width:45.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.875rem;z-index:15022;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.25rem;left:26.8125rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #kgCcVzRh1MkZ8NwBT6sR419qkqtg3yQe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #HfyEab6dKZpflITvBOIfWCiCVT1fWvdo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #WoXSv1u7KqT4hz51VsuMzq4F5MNvrqx6 { display:block;position:relative; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #HBDTQbdOaCM0GgsmIiNfttq9L2FSiKeF {  }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #TcocfV0LKF5Nb2qKTPtvC5WbrmrWlmM2 {  }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #pR6951pWmZ0v3bgOP3xFH2Xo5tgwU0H7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #RAT5U2P9XhDv0ay7VgInypNFa14uy6IO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #sW8lumNdHTl5I96Nxngo8DUDEcFIwTmv { display:block;position:relative; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #BTkPxO2PuAngrUivZTTRtqP1dDeLvNM1 {  }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #AOVeC1XmyeTGPLTVQhfxPHsCZ9xip7h2 { display:none; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #FTXLTTIIZmNGLQ0hxNgaBQiTppvdCVvm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #GUFOlwDXGytVPbLKsqq11Kby4HyyeXXC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #SXG9M26hzBoiR7TMEs6gQIIngmtUc8F3 { display:block;position:relative; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #lPSAaQZNUbdOesRwp7rTzTcJiTKdO0G6 {  }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #JTWm9Ty9y7TLtgdA8qWZt4Ls5VOTkk9u { display:none; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #ggwnIrDpQ89E6K0q2QHfxNCMGSNrRTFF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #dq9l4sbkUxlHRe7WT78fFDqO5u7gKXbf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #k9CS8QNVvJxfSRaUWk9eb5uUNl7Cy9M8 { display:block;position:relative; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #BSXfQPSkh5utJm9taiofm6mBnSGTJNT6 {  }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #ORTw97JdmTBibQNgOreJLE7bC8Mc2TIZ { display:none; }
#TWATuQFwvrPWIHPmJMf2Fn0sRxg0H1Sb { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:"londrina solid";font-size:4.25rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:4.1875rem;left:0rem;height:8.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA { display:block; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw3ys6qLsb9sEi9OT7xKhCzpMLnVXSkV { top:11.9375rem;left:0rem;width:13.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZVHcbDPrJgX7VSBUJgwcSUPNTuN9kq3 { top:15.3125rem;left:0rem;width:27.875rem;height:8.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6vzDT3ifxR3uWiul4uxTFKSEgKKynDo { top:24.6875rem;left:0rem;width:27.6875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxnCWoLE3QSMFRrvTAHk73gWLXg4IzxI { width:27.1875rem;height:3.75rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twyBRG7mGI3SN3BJA4qsA75C2AnIdskQ { display:block; }
 }@media only screen and (max-width: 763px) { #G28alUIVMxTCEeEbImaRLvyVeTQVWNZq { display:block; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bnn4IMAJapCKTyfSyTqeri83adRW6pug { top:7.9375rem;left:17.75rem;width:30rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiOiFrsDDQrLntcZtbJKHcumC4t4Khlv { top:14rem;left:20.25rem;width:27.5rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxVrFTQG4Aa6rrlGLHA59EeJekQFK5kL { width:27.6875rem;height:3.75rem;top:35.4375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZIwZKMo9y02mwWGb1Zmh5GNxo3NZDE { display:block; }
 }@media only screen and (max-width: 763px) { #TIuv2WPrklEPimFDybMeQdMv4KUL5CmT { top:4.4375rem;left:0rem;width:38.5625rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT { display:block; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOLyXTzVi3cncCBKxwnvxXWcnovI3AcM { top:22rem;left:0rem;width:17.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbiJuzQ6QLq6R1gXgDFffL8XcqVfPP4a { top:24.0625rem;left:0rem;width:19.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFHApVTnlmRRsLiF6spP3OwNPTWB3vd4 { top:5.5rem;left:0rem;width:25.8125rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGlBaR465sHSlZLr6QZqdHKhSLI0TeZp { width:27.6875rem;height:3.75rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Uez4wKVkEM3FUqKP7M4hufUmLnEyCb { display:block; }
 }@media only screen and (max-width: 763px) { #mT3LeJbocAlTalw54MmXFAHeheN7r8oa { top:15.8125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLuTAvgIX7VKJaAZvoTXfFPaWdNbqVmz { top:13.5rem;left:0rem;width:22.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE3X2IuDyNOzZSDnTcGsFuiCiPGeXAn4 { top:13.5rem;left:9.0625rem;width:22.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBS53sz8wSlISNCtMCl0OpAL4GUmA4Nr { top:22rem;left:14.1875rem;width:17.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlXwGSbnhv41JcZHSVg046dJF6TDPE4v { top:24.0625rem;left:12.3125rem;width:19.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuBR4R0EGliyxdaChoEkcCse42zbBzp { top:15.8125rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8KR7bvuQpTTQA071AxS6bNNThIBTkM { top:13.5rem;left:24.9375rem;width:22.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZXsJ1E6Gy6DQz8XtEZzCZRhzRkfLgk3 { top:22rem;left:28.8125rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccxRfxCpnxPTcR3TmeJe3OkpPoDbelsh { top:24.0625rem;left:28.75rem;width:18.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFakZ3z2rtdiTJQa3DZudy1q2KbbCQ26 { top:15.8125rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhAGodlUeQJHSIKyu6IJA6pOo1kWr1Vx { top:32.625rem;left:0rem;width:22.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ6vnCtyoiyeLE0BMOa6DHtnauyFRCUm { top:43.1875rem;left:0rem;width:18.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMpr1kG15MTGkqPiiPq1Qv49zRs7TKWr { top:41.125rem;left:0rem;width:18.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSlr1e00byb1AfynCXFG2fWkkauJogu { top:34.9375rem;left:9.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlcZsrbchdbIyTLR6I2RdX9ePvE7WJTt { top:32.625rem;left:9.0625rem;width:22.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EheUfOg7ZDRrFaMuCt6eW4qFxtCQ1JWf { top:43.1875rem;left:12.875rem;width:18.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0bO06vTyaNOlTaGTTPd7g8NS8loNpve { top:41.125rem;left:12.4375rem;width:19.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZweyhI8WpAXXBzbTTAhg2nu0krCgLaHO { top:34.9375rem;left:25.6875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf9WcuM6ETwWb4T3lnZ2vdcu6EU4aMcr { top:17.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feRdkPRZw3mOaW6r9r8ZyoIFeMKgOXfO { top:17.375rem;left:15.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1ZU4G0vppRIryFZbw4HEa4ZQ7xVmkE8 { top:17.375rem;left:31.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0TiCEg5TI3CKr98Tv6tasNfmkFUfllb { top:36.5rem;left:27.28125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3wS2EPl7NCBzFGkKoGQ9tUKF4dRwruQ { top:36.5rem;left:11.40625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd { display:block; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKEIyERgV6CM7CbVL6iXyZR2IndWpWLs { top:5rem;left:0rem;width:25.625rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1r7HiaFIECWxEoAIdUzqfb47fBKvAv { top:12.5rem;left:0rem;width:24rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpkbTnTre5OwEeZcJi7s5J8mwkg7walC { top:27.875rem;left:6.125rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1mlIZxrMPVDH2MFqXhiJBZmFmowOf43 { top:30.4375rem;left:0.625rem;width:23.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztcBkU2go6deXXHTeRx4euzpLVybeQ0A { top:30.3125rem;left:22.875rem;width:24.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awWUTeP7n8TS4t4mSNnBnymWpOlqdvpZ { top:12.375rem;left:23.75rem;width:24rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxnDk6Tadtw6Vk2N6s1lmKDCZL42WFAh { top:27.75rem;left:23.875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNwIV8SuLwtQJKKkmvRppliXh7KeJF9m { top:11.0625rem;left:0rem;width:27.0625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIavCOwa4OJiITgOBLgzNDZNh4SfCSJg { top:11.0625rem;left:20.6875rem;width:27.0625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woQve30gmChyuaTA1ZO2zUgMdp3iZd75 { display:block; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C22kNQ4VdvvM637mn2OWzGSOxWTCalGU { top:9rem;left:23.875rem;width:17.5rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzH66TUi9cNxnBZW83clDTFTnpOEW5lX { top:17.9375rem;left:23.875rem;width:22.0625rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkmAHvsmokHFkTS6cLt9eTEXw7hvtrhW { top:4.875rem;left:0rem;width:47.75rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9rr2NsRLW5iRV5crNTigvlWagaUqCzQ { top:6.8125rem;left:0rem;width:28.8125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrkCckCRqr4ybPHRBDU1BgGoNMlHu8SX { top:15.9375rem;left:2.5rem;width:21.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP8P2gE7nTvvlVBc5gNDhad8c4b1HhMz { top:0rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfBqgqoTx076l9nvfa0of0sAE3Iwetdg { display:block; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsxCP0EAoNGQn3WcGZMaTFfx4s7xMoya { top:11.125rem;left:0rem;width:24.8125rem;height:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpNdCp9387LVA0ouf2rqLTlfPPTEPOP2 { top:4.9375rem;left:0rem;width:23.6875rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDsl6Cf6T0wJ3QfyBJBBqBtSmKRULdOp { width:23.4375rem;height:3.75rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwEvwN8X5VKVzwn82rbP0zXvXb1orXmy { display:block; }
 }@media only screen and (max-width: 763px) { #lQEFpl5IkW8pIBlMeh6645QzzlDSX863 { display:block; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SD0GSCuKV5NFxT2lJG5ZM0hoE6TwxH5v { top:4.875rem;left:0rem;width:26.1875rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlpZ0Zb5rs06LvTAAAx1MSZXUCQ3ZP6L { top:27.3125rem;left:3rem;width:17.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt23iwLFdTStbN2SnV8pdqWkPAMUdg2A { top:28.625rem;left:0.125rem;width:23.25rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWytdEksB8TyBQVEJ01MSxWTISrRdqGf { top:32rem;left:0rem;width:25.3125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcAFMfETJdAHVy4LrhJsFokkd4ZMXmfB { top:4.875rem;left:21.5625rem;width:26.1875rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iLE4RgyyHhI7InxPUByJ50QqdIDC6i { top:27.3125rem;left:26.875rem;width:17.5625rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zXcxbWeqqeTN76KVuFn6fTUigFCcgk { top:28.625rem;left:24rem;width:23.25rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGnwXNvmyznzPn017VENQVFf86VRcB0E { top:32rem;left:22.4375rem;width:25.3125rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 { display:block; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxOFRCfeBaU7LH1hT9iFQ1TIlfrXGHhA { top:8rem;left:3.3125rem;width:19.75rem;height:4.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1HGslpODTgMF1y6ZnKaf53gyEodSR3o { top:39.125rem;left:0rem;width:24.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKV4Of5IBkSxR0Ik2e0XSx7nxkwL5dJ { top:4.9375rem;left:16rem;width:31.75rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnFSHnuSLAaaCclhy6Kfqdi1lTczN49R { width:24.3125rem;height:3.4375rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nio8sUL8XSci3bnHik0ybF295K9rVVqN { display:block; }
 }@media only screen and (max-width: 763px) { #sipK1AFqDTLlysPApDawhazW9NH1p3nB { top:4.9375rem;left:0rem;width:32.125rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1eutzAMD1w9WLgk5IOvEwaex6cAP3l { top:23.5625rem;left:8.0625rem;width:9.75rem;height:6rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbAVku2S8EVxwCVQZ9DOn48Hvoml8qHh { top:27rem;left:3.1875rem;width:4.25rem;height:2.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7e44WSvrcu8Dk0mGabLSUzG3TKS5QEI { top:21.25rem;left:4.25rem;width:18.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7cmMTn1RMPx1tFJZb2gru77dSvRN2nF { top:30.625rem;left:5.125rem;width:15.0625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6qH0QZW8vA7wT2hRoyZHBFh5f4nhay { top:27rem;left:16.6875rem;width:5.25rem;height:2.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNhxoWcyPauhEx5EnEtBxvq3gIPORmd { top:32.25rem;left:5.4375rem;width:15.0625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJr6IGe6IwlAHKyC5fnFzGmduNe8wsTv { top:13.4375rem;left:0rem;width:26.9375rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uksZsBDXnvCgSTwwR05SbmnWHZWnHXVM { top:17.625rem;left:0rem;width:25.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT { display:block; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF { display:flex;height:auto;width:45.25rem;top:7.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #kgCcVzRh1MkZ8NwBT6sR419qkqtg3yQe {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #HfyEab6dKZpflITvBOIfWCiCVT1fWvdo {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #WoXSv1u7KqT4hz51VsuMzq4F5MNvrqx6 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #HBDTQbdOaCM0GgsmIiNfttq9L2FSiKeF {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #TcocfV0LKF5Nb2qKTPtvC5WbrmrWlmM2 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #pR6951pWmZ0v3bgOP3xFH2Xo5tgwU0H7 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #RAT5U2P9XhDv0ay7VgInypNFa14uy6IO {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #sW8lumNdHTl5I96Nxngo8DUDEcFIwTmv {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #BTkPxO2PuAngrUivZTTRtqP1dDeLvNM1 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #AOVeC1XmyeTGPLTVQhfxPHsCZ9xip7h2 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #FTXLTTIIZmNGLQ0hxNgaBQiTppvdCVvm {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #GUFOlwDXGytVPbLKsqq11Kby4HyyeXXC {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #SXG9M26hzBoiR7TMEs6gQIIngmtUc8F3 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #lPSAaQZNUbdOesRwp7rTzTcJiTKdO0G6 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #JTWm9Ty9y7TLtgdA8qWZt4Ls5VOTkk9u {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #ggwnIrDpQ89E6K0q2QHfxNCMGSNrRTFF {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #dq9l4sbkUxlHRe7WT78fFDqO5u7gKXbf {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #k9CS8QNVvJxfSRaUWk9eb5uUNl7Cy9M8 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #BSXfQPSkh5utJm9taiofm6mBnSGTJNT6 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #ORTw97JdmTBibQNgOreJLE7bC8Mc2TIZ {  }
 }@media only screen and (max-width: 763px) { #TWATuQFwvrPWIHPmJMf2Fn0sRxg0H1Sb { top:4.1875rem;left:0rem;width:23.75rem;height:8.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cddc7add-6d33-4406-ad2a-83b51945ba40/Secao1Mobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA.adaptive-delivery-prevent-bg, #H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA.lazyload, #H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA.lazyloading { background-image: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container { background-color: transparent; background-image: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container > .video-iframe-container { display: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row > .video-iframe-container { display: none; }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .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); }#H3guEFczK1kVSZmzvJG1arP0Tfdd4DxA > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cw3ys6qLsb9sEi9OT7xKhCzpMLnVXSkV { width:13.6875rem;height:2.5rem;top:17.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZVHcbDPrJgX7VSBUJgwcSUPNTuN9kq3 { width:17.375rem;height:9rem;top:20.3125rem;left:1.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V6vzDT3ifxR3uWiul4uxTFKSEgKKynDo { width:18.6875rem;height:7.03125rem;top:29.875rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxnCWoLE3QSMFRrvTAHk73gWLXg4IzxI { width:19rem;height:3.75rem;top:38.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #twyBRG7mGI3SN3BJA4qsA75C2AnIdskQ { display:block; }
 }@media only screen and (max-width: 763px) { #G28alUIVMxTCEeEbImaRLvyVeTQVWNZq { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/6f4e727c-b400-4fc2-8e2c-98bde7dbdb7f/Secao2Mobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq.adaptive-delivery-prevent-bg, #G28alUIVMxTCEeEbImaRLvyVeTQVWNZq.lazyload, #G28alUIVMxTCEeEbImaRLvyVeTQVWNZq.lazyloading { background-image: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container { background-color: transparent; background-image: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container > .video-iframe-container { display: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row > .video-iframe-container { display: none; }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .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); }#G28alUIVMxTCEeEbImaRLvyVeTQVWNZq > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bnn4IMAJapCKTyfSyTqeri83adRW6pug { width:17.3125rem;height:7.3125rem;top:22.724609375rem;left:1.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiOiFrsDDQrLntcZtbJKHcumC4t4Khlv { width:17.875rem;height:24rem;top:30.8125rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxVrFTQG4Aa6rrlGLHA59EeJekQFK5kL { width:19rem;height:3.4375rem;top:56.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVZIwZKMo9y02mwWGb1Zmh5GNxo3NZDE { display:block; }
 }@media only screen and (max-width: 763px) { #TIuv2WPrklEPimFDybMeQdMv4KUL5CmT { width:19rem;height:18.8125rem;top:2.662109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/090d9e50-32e5-43af-bca5-1a713072a0d3/Secao33.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT.adaptive-delivery-prevent-bg, #bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT.lazyload, #bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT.lazyloading { background-image: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container { background-color: transparent; background-image: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container > .video-iframe-container { display: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row > .video-iframe-container { display: none; }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .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); }#bVTZNtHWgmS1scBiD1Lmmkc96TXEzJRT > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOLyXTzVi3cncCBKxwnvxXWcnovI3AcM { width:17.5rem;height:1.29980625rem;top:16.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sbiJuzQ6QLq6R1gXgDFffL8XcqVfPP4a { width:17.5rem;height:3.8994125rem;top:18.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFHApVTnlmRRsLiF6spP3OwNPTWB3vd4 { width:20rem;height:4.875rem;top:2.6484375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGlBaR465sHSlZLr6QZqdHKhSLI0TeZp { width:19rem;height:3.75rem;top:88.76171875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Uez4wKVkEM3FUqKP7M4hufUmLnEyCb { display:block; }
 }@media only screen and (max-width: 763px) { #mT3LeJbocAlTalw54MmXFAHeheN7r8oa { width:5rem;height:5rem;top:10.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLuTAvgIX7VKJaAZvoTXfFPaWdNbqVmz { width:20rem;height:15.125rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE3X2IuDyNOzZSDnTcGsFuiCiPGeXAn4 { width:20rem;height:13.75rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBS53sz8wSlISNCtMCl0OpAL4GUmA4Nr { width:17.5rem;height:1.29980625rem;top:49.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WlXwGSbnhv41JcZHSVg046dJF6TDPE4v { width:17.5rem;height:2.5996125rem;top:51.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIuBR4R0EGliyxdaChoEkcCse42zbBzp { width:5rem;height:5rem;top:43.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju8KR7bvuQpTTQA071AxS6bNNThIBTkM { width:20rem;height:15.6875rem;top:71.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZXsJ1E6Gy6DQz8XtEZzCZRhzRkfLgk3 { width:17.5rem;height:1.29980625rem;top:79.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccxRfxCpnxPTcR3TmeJe3OkpPoDbelsh { width:16.5rem;height:3.8994125rem;top:81.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFakZ3z2rtdiTJQa3DZudy1q2KbbCQ26 { width:5rem;height:5rem;top:73.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhAGodlUeQJHSIKyu6IJA6pOo1kWr1Vx { width:20rem;height:15.25rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ6vnCtyoiyeLE0BMOa6DHtnauyFRCUm { width:16.6875rem;height:3.8994125rem;top:35.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IMpr1kG15MTGkqPiiPq1Qv49zRs7TKWr { width:17.5rem;height:1.29980625rem;top:33.0625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTSlr1e00byb1AfynCXFG2fWkkauJogu { width:5rem;height:5rem;top:26.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlcZsrbchdbIyTLR6I2RdX9ePvE7WJTt { width:20rem;height:14.1875rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EheUfOg7ZDRrFaMuCt6eW4qFxtCQ1JWf { width:17.5rem;height:2.5996125rem;top:66.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C0bO06vTyaNOlTaGTTPd7g8NS8loNpve { width:17.5rem;height:1.29980625rem;top:64.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZweyhI8WpAXXBzbTTAhg2nu0krCgLaHO { width:5rem;height:5rem;top:58.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf9WcuM6ETwWb4T3lnZ2vdcu6EU4aMcr { display:flex;width:1.8125rem;height:1.8125rem;top:12.375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #feRdkPRZw3mOaW6r9r8ZyoIFeMKgOXfO { display:flex;width:1.8125rem;height:1.8125rem;top:45.125rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #F1ZU4G0vppRIryFZbw4HEa4ZQ7xVmkE8 { display:flex;width:1.8125rem;height:1.8125rem;top:75.25rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #C0TiCEg5TI3CKr98Tv6tasNfmkFUfllb { display:flex;width:1.8125rem;height:1.8125rem;top:59.9375rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #W3wS2EPl7NCBzFGkKoGQ9tUKF4dRwruQ { display:flex;width:1.8125rem;height:1.8125rem;top:28.5rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd { display:block; }#XAbt9mCTtisp1Lcd7i1WMpUE22JpSHOd > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKEIyERgV6CM7CbVL6iXyZR2IndWpWLs { width:18.3125rem;height:7.3125rem;top:3.5625rem;left:0.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WX1r7HiaFIECWxEoAIdUzqfb47fBKvAv { width:17.6875rem;height:12.6875rem;top:14.5625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpkbTnTre5OwEeZcJi7s5J8mwkg7walC { width:17.5625rem;height:1.94970625rem;top:27.8125rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1mlIZxrMPVDH2MFqXhiJBZmFmowOf43 { width:15.0625rem;height:4.38720625rem;top:29.75rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztcBkU2go6deXXHTeRx4euzpLVybeQ0A { width:18.5625rem;height:4.38720625rem;top:54.4375rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awWUTeP7n8TS4t4mSNnBnymWpOlqdvpZ { width:17.6875rem;height:12.5rem;top:38.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxnDk6Tadtw6Vk2N6s1lmKDCZL42WFAh { width:17.5625rem;height:1.94970625rem;top:51.875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tNwIV8SuLwtQJKKkmvRppliXh7KeJF9m { width:20rem;height:22.8125rem;top:12.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIavCOwa4OJiITgOBLgzNDZNh4SfCSJg { width:20rem;height:23.8125rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woQve30gmChyuaTA1ZO2zUgMdp3iZd75 { display:block; }#woQve30gmChyuaTA1ZO2zUgMdp3iZd75 > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C22kNQ4VdvvM637mn2OWzGSOxWTCalGU { width:17.875rem;height:7.3125rem;top:10.9375rem;left:1.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzH66TUi9cNxnBZW83clDTFTnpOEW5lX { width:16.4375rem;height:16.5rem;top:19.375rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkmAHvsmokHFkTS6cLt9eTEXw7hvtrhW { width:20rem;height:52.625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9rr2NsRLW5iRV5crNTigvlWagaUqCzQ { width:16.0625rem;height:15.875rem;top:38.75rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrkCckCRqr4ybPHRBDU1BgGoNMlHu8SX { width:10.875rem;height:10.875rem;top:47rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP8P2gE7nTvvlVBc5gNDhad8c4b1HhMz { width:10.9375rem;height:10.9375rem;top:0rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfBqgqoTx076l9nvfa0of0sAE3Iwetdg { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/9c5d991b-882c-41cb-add5-355cd27407f4/Secao3Mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg.adaptive-delivery-prevent-bg, #dfBqgqoTx076l9nvfa0of0sAE3Iwetdg.lazyload, #dfBqgqoTx076l9nvfa0of0sAE3Iwetdg.lazyloading { background-image: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container { background-color: transparent; background-image: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container > .video-iframe-container { display: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row > .video-iframe-container { display: none; }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .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); }#dfBqgqoTx076l9nvfa0of0sAE3Iwetdg > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsxCP0EAoNGQn3WcGZMaTFfx4s7xMoya { width:19rem;height:30rem;top:24.0625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpNdCp9387LVA0ouf2rqLTlfPPTEPOP2 { width:20rem;height:4.875rem;top:18.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDsl6Cf6T0wJ3QfyBJBBqBtSmKRULdOp { width:19rem;height:3.75rem;top:55.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwEvwN8X5VKVzwn82rbP0zXvXb1orXmy { display:block; }
 }@media only screen and (max-width: 763px) { #lQEFpl5IkW8pIBlMeh6645QzzlDSX863 { background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/14a9d064-718b-4a33-9a7b-59b3e6d0324d/Secao5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863.adaptive-delivery-prevent-bg, #lQEFpl5IkW8pIBlMeh6645QzzlDSX863.lazyload, #lQEFpl5IkW8pIBlMeh6645QzzlDSX863.lazyloading { background-image: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container { background-color: transparent; background-image: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container > .video-iframe-container { display: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row > .video-iframe-container { display: none; }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .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); }#lQEFpl5IkW8pIBlMeh6645QzzlDSX863 > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SD0GSCuKV5NFxT2lJG5ZM0hoE6TwxH5v { width:20rem;height:21rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlpZ0Zb5rs06LvTAAAx1MSZXUCQ3ZP6L { width:17.5625rem;height:1rem;top:26.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yt23iwLFdTStbN2SnV8pdqWkPAMUdg2A { width:20rem;height:2rem;top:28.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWytdEksB8TyBQVEJ01MSxWTISrRdqGf { width:18.3125rem;height:13.999rem;top:31.125rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcAFMfETJdAHVy4LrhJsFokkd4ZMXmfB { width:20rem;height:21rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4iLE4RgyyHhI7InxPUByJ50QqdIDC6i { width:17.5625rem;height:1rem;top:72rem;left:1.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6zXcxbWeqqeTN76KVuFn6fTUigFCcgk { width:20rem;height:2rem;top:73.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGnwXNvmyznzPn017VENQVFf86VRcB0E { width:18.625rem;height:12.599125rem;top:76.375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 { display:block; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QmZmfRSuefKoKvCsMwGL2qRMBz2OoqP1 > .row .container { width:20rem;height:70rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxOFRCfeBaU7LH1hT9iFQ1TIlfrXGHhA { width:18.0625rem;height:4.6494125rem;top:32rem;left:1rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1HGslpODTgMF1y6ZnKaf53gyEodSR3o { width:17.5625rem;height:2.923825rem;top:61.3125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKV4Of5IBkSxR0Ik2e0XSx7nxkwL5dJ { width:20rem;height:24.8125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnFSHnuSLAaaCclhy6Kfqdi1lTczN49R { width:17.5rem;height:3.4375rem;top:57.25rem;left:1.25rem;font-size:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nio8sUL8XSci3bnHik0ybF295K9rVVqN { display:block; }
 }@media only screen and (max-width: 763px) { #sipK1AFqDTLlysPApDawhazW9NH1p3nB { width:19.875rem;height:36.9375rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1eutzAMD1w9WLgk5IOvEwaex6cAP3l { width:7.25rem;height:4.5rem;top:47.4375rem;left:6.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbAVku2S8EVxwCVQZ9DOn48Hvoml8qHh { width:4.25rem;height:2.19970625rem;top:49.8125rem;left:2.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7e44WSvrcu8Dk0mGabLSUzG3TKS5QEI { width:16.8125rem;height:1.51220625rem;top:45rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7cmMTn1RMPx1tFJZb2gru77dSvRN2nF { width:15.0625rem;height:1.30615rem;top:53.125rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez6qH0QZW8vA7wT2hRoyZHBFh5f4nhay { width:5.25rem;height:2.25rem;top:49.75rem;left:12.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNhxoWcyPauhEx5EnEtBxvq3gIPORmd { width:15.0625rem;height:0.9624rem;top:55.25rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJr6IGe6IwlAHKyC5fnFzGmduNe8wsTv { width:18.5rem;height:3.1494125rem;top:37.1875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uksZsBDXnvCgSTwwR05SbmnWHZWnHXVM { width:18.625rem;height:1.3999rem;top:41rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT { display:block; }#nhzwuaZiTw0TVqJV7hTwvc3LOIm6A0oT > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-heading-text { color:#000000;font-size:1.0625rem;height:auto;font-family:"dm sans";text-align:left;text-align-last:left; }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-desc-text { font-family:lato;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-weight:300;font-style:normal;color:rgba(0,0,0,0.8); }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_8c44fcce298e6613bcb9546032481def11f94e49.svg"); }
#CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF { display:flex;height:auto;width:17.5rem;top:7.109375rem;left:0rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #kgCcVzRh1MkZ8NwBT6sR419qkqtg3yQe {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #HfyEab6dKZpflITvBOIfWCiCVT1fWvdo {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #WoXSv1u7KqT4hz51VsuMzq4F5MNvrqx6 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #HBDTQbdOaCM0GgsmIiNfttq9L2FSiKeF {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #TcocfV0LKF5Nb2qKTPtvC5WbrmrWlmM2 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #pR6951pWmZ0v3bgOP3xFH2Xo5tgwU0H7 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #RAT5U2P9XhDv0ay7VgInypNFa14uy6IO {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #sW8lumNdHTl5I96Nxngo8DUDEcFIwTmv {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #BTkPxO2PuAngrUivZTTRtqP1dDeLvNM1 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #AOVeC1XmyeTGPLTVQhfxPHsCZ9xip7h2 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #FTXLTTIIZmNGLQ0hxNgaBQiTppvdCVvm {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #GUFOlwDXGytVPbLKsqq11Kby4HyyeXXC {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #SXG9M26hzBoiR7TMEs6gQIIngmtUc8F3 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #lPSAaQZNUbdOesRwp7rTzTcJiTKdO0G6 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #JTWm9Ty9y7TLtgdA8qWZt4Ls5VOTkk9u {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #ggwnIrDpQ89E6K0q2QHfxNCMGSNrRTFF {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #dq9l4sbkUxlHRe7WT78fFDqO5u7gKXbf {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #k9CS8QNVvJxfSRaUWk9eb5uUNl7Cy9M8 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #BSXfQPSkh5utJm9taiofm6mBnSGTJNT6 {  }
 }@media only screen and (max-width: 763px) { #CGksAc7l1bT3g93M2vJxrzDvHqPgSEIF #ORTw97JdmTBibQNgOreJLE7bC8Mc2TIZ {  }
 }@media only screen and (max-width: 763px) { #TWATuQFwvrPWIHPmJMf2Fn0sRxg0H1Sb { width:15.4375rem;height:4rem;top:3.171875rem;left:2.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }