.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,219,232;--color-secondary-1:157,134,178;--color-secondary-2:58,12,101;--color-secondary-3:29,6,51;--color-secondary-4:9,2,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6af00;background-image:url("https://images.assets-landingi.com/uc/7fc74718-24cd-4522-8596-162a5da2ad96/teste2.webp");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; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR.adaptive-delivery-prevent-bg, #bIcgLygagSulXvRURqiNcdDaXq70NFtR.lazyload, #bIcgLygagSulXvRURqiNcdDaXq70NFtR.lazyloading { background-image: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container { background-color: transparent; background-image: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container > .video-iframe-container { display: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row > .video-iframe-container { display: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .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); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container { border-width: 0; border-radius: 0; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container { font-size:0.875rem;font-family:"open sans";height:6.375rem;width:75rem;position:relative;display:block; }#SowNSJZDTbLTv15zzVZvuruTpZ1mtKpZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.3125rem;top:0rem;left:32.84375rem;overflow:hidden;display:block; }
#ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { background-color:rgba(var(--color-tertiary-0),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#6f0004;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:3.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.53125rem;left:70.4375rem;display:block; }
#I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hwyn9bsqcu9ZElzRNsWTTDMkTdXG2dyT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#REEEhNwH1s79NmtuXJTMkO8dkeapJaRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.75rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { font-size:0.875rem;font-family:"open sans";height:59.5rem;width:75rem;position:relative;display:block; }#rDLWTmtsVRXagDt7eTf80kMc0o2CihRK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { background-color: transparent; background-image: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { display: none; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .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); }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { border-width: 0; border-radius: 0; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#oHtBww12ySq13S6iGXo1C74aaZ3nwG3B { color:#f6af00;display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.625rem;left:13.5rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptNp05fnEqqLONsAJpdzL34614kIsDuF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5625rem;left:19.625rem;height:7.71484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:41.287109375rem;left:8.3125rem;overflow:hidden;display:none; }
#ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5rem;top:55.412109375rem;left:5.4375rem;overflow:hidden;display:none; }
#I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:22.9375rem;top:0rem;left:26.03125rem;overflow:hidden;display:none; }
#wPIf5FsMJSfvtLSHmUL057PIamNfUzXC { position:absolute;display:block;z-index:15004;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:15.25rem;width:17.5625rem;top:20.875rem;left:57.4375rem;overflow:hidden;display:block; }
#abS2DKr1XDuvCCWRURvshe7uuCTERccz { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.125rem;left:19.59375rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#E6iqSUBV4g5nHAzhQacmZca4MCznh7hH { color:#870100;display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1875rem;left:13.46875rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#W39b7Lpxs8yzNiroTBy3wD0w4MUfA0IK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:22.75rem;top:15.9228515625rem;left:26.125rem;overflow:hidden;display:block; }
#eeLdW64SulwTeXgZkkamQzisTD6AGITU { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { position:absolute;display:block;z-index:15015;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:15rem;width:12.625rem;top:37rem;left:0rem;overflow:hidden;display:none; }
#ZGiH7Dz6hoVx3qumlrvKELh6NHntn8uI { position:absolute;display:block;z-index:15016;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:15rem;width:12.625rem;top:0rem;left:9.625rem;overflow:hidden;display:none; }
#TzizBnA6InRDZiW899Fnvn6BLmL6A8Hm { position:absolute;display:block;z-index:15015;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:15.5rem;width:13rem;top:31.0625rem;left:3.5rem;overflow:hidden;display:block; }
#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e41513;background-image:url("https://images.assets-landingi.com/uc/8381a3c7-d130-42ce-8c78-4af46b677770/teste.webp");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; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh.adaptive-delivery-prevent-bg, #QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh.lazyload, #QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh.lazyloading { background-image: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container { background-color: transparent; background-image: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container > .video-iframe-container { display: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row > .video-iframe-container { display: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .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); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container { border-width: 0; border-radius: 0; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container { font-size:0.875rem;font-family:arial;height:74.1875rem;width:75rem;position:relative;display:block; }#GHp05fgn5M8F6xdInPTQOBd5fkcXe0Z3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pInvw7aynMyW7xURTfKGhXBkKdMsmsv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.625rem;left:14.4375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wssWVnv960P1EuifsnfPN9WXfsqDRfu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:35.125rem;left:8.625rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l4irl99sEZ4zR1FXw3euJbThzQAGJ3hh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:33.125rem;left:29.8125rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PWbPFa8tZMqxhymiUIwglOkNz5i0O2A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.0625rem;left:48.125rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5T0qGBJufhJtiE5qy5vDmKCeVLg8lMt { color:#facf00;display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:23.6875rem;left:20.3125rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFR6aIwheApkLAJsxL5Tbxi09J4sBAPn { color:#facf00;display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.9375rem;left:14.625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2ytr7iV8eRww89n1u407bFfmzBxzavc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:26.25rem;top:15.3125rem;left:3.46875rem;overflow:hidden;display:none; }
#uycIyvqTXfr7wIVFTuyp9RLI28XNkxea { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.4375rem;left:44.3125rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#MesTGX9nykE0iy3r42V1DPo6MAAUMclJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26.375rem;left:44.1875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#asZJdJMpcKkOTXXsh3Zbw7nIKFIZDOdT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:30.4375rem;left:44.1875rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XTSV2u077yikNCKLAKtwe3Tvw4kJ5FXr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.6875rem;left:32.1875rem;height:4.63036875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KvTgFA9sb52adMInuOpc35xLRBGnyhMt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:10.4375rem;top:10.5rem;left:31.5rem;overflow:hidden;display:block; }
#UuoSBwN47sZFMXqnRe4vJZu9TaI2Z405 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:18.5rem;top:41.8125rem;left:56.5rem;overflow:hidden;display:block; }
#asTrtdDxfNtJTfO7MglnOvkQGzQQHqCw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:18.5rem;top:41.3125rem;left:0rem;overflow:hidden;display:block; }
#rKtUh3bpe781F3GBKapp9kOehRe1IGzW { color:#facf00;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:45.6875rem;left:24.84375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGXEgDGi7pfEGT46vGuMblpInbSCwtoD { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:49.1875rem;left:19.4375rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jbr5HoeC63oy5ggxvcpyBO9tOeiGI9oX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:52.8125rem;left:19.375rem;overflow:hidden;display:block; }
#TvksxUkNptVFuGsPhT3wRDVL9REeyvTx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:56.5rem;left:30.6875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9I7BnPsqK0dE9w8tL99zhNny3JT4uQS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.3125rem;top:63.5625rem;left:27.9375rem;overflow:hidden;display:block; }
#KxNkEui7TSxqIgEbN3HdEIvCXDfwIZa8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.5625rem;top:63.5625rem;left:36.25rem;overflow:hidden;display:block; }
#Xf6AsB4mXluBkZV3t5BMmwZBtrPnEZip { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:8.8125rem;top:63.5rem;left:44.4375rem;overflow:hidden;display:block; }
#bJ6BcywupkFT6WErLWy37wJm0rdqylWd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.5625rem;top:63.6875rem;left:19.25rem;overflow:hidden;display:block; }
#N52zJaFNtTFw4yL7rnMNtmvTF1KSwHxx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.9375rem;top:28.0625rem;left:13.875rem;overflow:hidden;display:block; }
#IxewEgGiDFe8GWDI7u6IyRss4p8wGU0h { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:9.0625rem;top:26rem;left:33rem;overflow:hidden;display:block; }
#TzlENH9qWQ8EpZVRk4TXzifASq06hooF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:9rem;top:27.9375rem;left:51.0625rem;overflow:hidden;display:block; }
#nzAVToNIqdB1LXEPZEJSC24hE8VGWVbB { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.125rem;left:28.84375rem;height:4.949225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EzhR7lEaKxr8EDWB18noyLv0fHTRGW7w { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:10.1875rem;top:67.75rem;left:11.6875rem;overflow:hidden;display:block; }
#ua7aiH3sQkgsfa88warKHiup5qxHPxTg { color:#f6af00;display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:13.46875rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1M7sZlg77VzHGSQUwmEZzCsPppXB9fT { color:#f6af00;display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8125rem;left:13.46875rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container { background-color: transparent; background-image: none; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container > .video-iframe-container { display: none; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row > .video-iframe-container { display: none; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .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); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container { border-width: 0; border-radius: 0; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#UMFSM2tIpigI7RTv24g66J2ilgk0lczL { color:#f6af00;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.875rem;left:18.09375rem;height:4.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dLuT2RqZOU1r0PstGlRQkybwDWA6rfy8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.599609375rem;left:1rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXPq1H9WNKUJNlV6iHIsLDaGfCNQJQv5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wrpfs3sGxxhr3GxmoM6M02NAt6cl0eT2 { color:#f6af00;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:17.125rem;left:10.0625rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yBpMceF7qaqFWUhHqNvrQGFHwiXqiHTe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.625rem;left:25.3125rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvHf2pkIOc6W6bFHX2xOTOEVxX0g3Qr6 { color:#f6af00;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:16.8125rem;left:35.625rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agS5098hK0Fze3JATHCqsnC9IhTTybQl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.625rem;left:50.1875rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mg2oCkk13BxG6s1B9NPcFc0krWs2JEaS { color:#f6af00;display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:16.125rem;left:60.25rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTFPbmGRCwAgILhJgTxLfu17OqEBSWSZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.5rem;top:10.380859375rem;left:5.46875rem;overflow:hidden;display:block; }
#pO3B1Ss552lUiZAMrX9lE0pxqiuBBxE8 { position:absolute;display:block;z-index:15018;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:6.0625rem;width:5.6875rem;top:10.19921875rem;left:58.53125rem;overflow:hidden;display:block; }
#bC6IKD6FRmXUHomtIPfxalFiApQt0Fwa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:6.875rem;top:11.3125rem;left:27.125rem;overflow:hidden;display:block; }
#F28zZaOlJor5PPXTqeJROGGJaEJat2vI { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.0625rem;top:11.25rem;left:33.125rem;overflow:hidden;display:block; }
#S8rSOWwIqQDEvTN60xvBmIhq7rEE8i7D { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:6.875rem;top:11.375rem;left:39.25rem;overflow:hidden;display:block; }
#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e41513;background-image:url("https://images.assets-landingi.com/uc/7fc74718-24cd-4522-8596-162a5da2ad96/teste2.webp");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; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys.adaptive-delivery-prevent-bg, #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys.lazyload, #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys.lazyloading { background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { border-width: 0; border-radius: 0; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#e5trEROGUq9CUhAg79bx9B4bT78Za01T { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.6875rem;left:44.375rem;height:5.5234375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MgfylSTJOH3sCmRTuHOz2uzWzmZHpOd3 { color:#9e2100;display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3rem;left:18.34375rem;height:4.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-form-header {  }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:49.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.375rem;box-sizing:border-box;height:2.875rem;color:#b7b7b7;font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.375rem;box-sizing:border-box;height:4.5625rem;color:#b7b7b7;font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.8; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:49.375rem;box-sizing:border-box;height:2.75rem;color:#b7b7b7;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:italic; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#9e2100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.3125rem;margin-bottom:0.25rem;margin-left:17.75rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:13.8125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]:-moz-placeholder { color:#b7b7b7;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:italic; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]::-moz-placeholder { color:#b7b7b7;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:italic; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]:-ms-input-placeholder { color:#b7b7b7;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:italic; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp [class*="-text"]::-webkit-input-placeholder { color:#b7b7b7;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:italic; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:48.1875rem;overflow:hidden;font-style:normal;float:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-container:first-of-type{padding-top:0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-container:last-of-type{padding-bottom:0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp  { background-color:rgba(var(--color-tertiary-4),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:11.5625rem;top:9.375rem;z-index:15004;position:absolute; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:49.375rem;display:block;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp {display:block;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp { background-color:rgba(var(--color-tertiary-4),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:49.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:11.5625rem;top:9.375rem;z-index:15004;position:absolute; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #KEFZdDn5eQTNgqfIfG3ztSxwbwwXuhSF { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IXw3xqs0mgCGht9apMifT8M31sgWoH2f { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ATF3E0mmexT8qlKH4HgaQNNeQE9JX0uk { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #LBO1BTvTVypGbqspf3P4aEwJ9kFsUMx0 { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #k9EoUSZWf4Iam1pfkGqLlvSEBIhDdTLo { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #DbTVH1Ii9eRcm44OgNU2K1b3Wy07PTwt { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #TpN0T4NUkCPOnJO49PEoQwHD3KbRVH0z { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #SvRSEVPk3N6CrZ6ThQRTy1GcJUl66pHc { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ycHMnAs2IGGuTM4svVz243Odf6TilQLI { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BUwf6OKvAIeamPWecod0J0gw0MkNCRuC { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IBaGDdvoSdGZTsOisQzMu6Dvxc2CqkHv { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #dSKPQWCV1Bo1cqLDuQAMbJ2UNreG3pWq { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BcmhfTi0dtSuIzhX78GugB2KudDNeA6J { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #guPu19RzLhW0Spwouy6AQO9LGLReUMxk { position:relative;display:none; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #sRc1PQSqdunWpD6mT2FCfzA3ih6FCiTs { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #Xk12PyWfK0lrQXBcKuabZulT6ERFinTI { position:relative; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp #NZFiEvAcLPOt6ukmXaR1qwHVp50T8e1W { position:relative; }
#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { border-width: 0; border-radius: 0; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { color:rgba(var(--color-tertiary-3),1);display:block;width:20.875rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.0625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#BTpmprsdso30GFgTIvMk092aID8lwcKd { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.5rem;left:64.25rem;display:block; }
#vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.5rem;left:66.1875rem;display:block; }
#Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:68.4375rem;display:block; }
#dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { box-sizing:content-box;color:#e41513;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:1.5rem;left:70.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bIcgLygagSulXvRURqiNcdDaXq70NFtR { display:block; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SowNSJZDTbLTv15zzVZvuruTpZ1mtKpZ { width:9.3125rem;height:9.875rem;top:0rem;left:19.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { width:4.5625rem;height:3.3125rem;top:1.5rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block; }
 }@media only screen and (max-width: 763px) { #Hwyn9bsqcu9ZElzRNsWTTDMkTdXG2dyT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #REEEhNwH1s79NmtuXJTMkO8dkeapJaRM { display:block; }
 }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:7.75rem;height:2.5rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDLWTmtsVRXagDt7eTf80kMc0o2CihRK { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHtBww12ySq13S6iGXo1C74aaZ3nwG3B { width:47.75rem;height:2.6875rem;top:3.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { top:7.5625rem;left:6rem;width:35.8125rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:9.5625rem;height:9.5625rem;top:41.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:9.5rem;height:9.5625rem;top:55.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:22.9375rem;height:9.125rem;top:0rem;left:12.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPIf5FsMJSfvtLSHmUL057PIamNfUzXC { width:17.5625rem;height:15.25rem;top:20.875rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abS2DKr1XDuvCCWRURvshe7uuCTERccz { top:6.8125rem;left:0rem;width:20rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6iqSUBV4g5nHAzhQacmZca4MCznh7hH { width:20rem;height:3.5625rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W39b7Lpxs8yzNiroTBy3wD0w4MUfA0IK { width:22.75rem;height:13.0625rem;top:15.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:12.625rem;height:15rem;top:37rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiH7Dz6hoVx3qumlrvKELh6NHntn8uI { width:12.625rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzizBnA6InRDZiW899Fnvn6BLmL6A8Hm { width:13rem;height:15.5rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh { display:block; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHp05fgn5M8F6xdInPTQOBd5fkcXe0Z3 { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pInvw7aynMyW7xURTfKGhXBkKdMsmsv7 { top:16.625rem;left:0.8125rem;width:46.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wssWVnv960P1EuifsnfPN9WXfsqDRfu0 { top:35.125rem;left:0rem;width:19.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4irl99sEZ4zR1FXw3euJbThzQAGJ3hh { top:33.125rem;left:16.1875rem;width:15.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWbPFa8tZMqxhymiUIwglOkNz5i0O2A2 { top:35.0625rem;left:32.875rem;width:14.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5T0qGBJufhJtiE5qy5vDmKCeVLg8lMt { width:32.3125rem;height:1.9375rem;top:23.6875rem;left:6.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFR6aIwheApkLAJsxL5Tbxi09J4sBAPn { width:44.25rem;height:1.75rem;top:8.9375rem;left:1rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ytr7iV8eRww89n1u407bFfmzBxzavc { width:26.25rem;height:38.4375rem;top:15.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uycIyvqTXfr7wIVFTuyp9RLI28XNkxea { top:41.125rem;left:0rem;width:15.9375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MesTGX9nykE0iy3r42V1DPo6MAAUMclJ { top:56rem;left:0rem;width:19.4375rem;height:4.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #asZJdJMpcKkOTXXsh3Zbw7nIKFIZDOdT { top:68.375rem;left:0rem;width:19.1875rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTSV2u077yikNCKLAKtwe3Tvw4kJ5FXr { top:26.125rem;left:0rem;width:20rem;height:6.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvTgFA9sb52adMInuOpc35xLRBGnyhMt { width:10.4375rem;height:6.8125rem;top:10.5rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuoSBwN47sZFMXqnRe4vJZu9TaI2Z405 { width:18.5rem;height:32.375rem;top:41.8125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asTrtdDxfNtJTfO7MglnOvkQGzQQHqCw { width:18.5rem;height:32.875rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKtUh3bpe781F3GBKapp9kOehRe1IGzW { width:25.3125rem;height:1.9375rem;top:45.6875rem;left:11.21875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGXEgDGi7pfEGT46vGuMblpInbSCwtoD { top:49.1875rem;left:5.8125rem;width:33.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbr5HoeC63oy5ggxvcpyBO9tOeiGI9oX { width:11.375rem;height:11.375rem;top:52.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvksxUkNptVFuGsPhT3wRDVL9REeyvTx { top:56.5rem;left:17.0625rem;width:18.9375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9I7BnPsqK0dE9w8tL99zhNny3JT4uQS { width:8.3125rem;height:4.375rem;top:63.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNkEui7TSxqIgEbN3HdEIvCXDfwIZa8 { width:8.5625rem;height:4.3125rem;top:63.5625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6AsB4mXluBkZV3t5BMmwZBtrPnEZip { width:8.8125rem;height:4.5rem;top:63.5rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6BcywupkFT6WErLWy37wJm0rdqylWd { width:8.5625rem;height:4.0625rem;top:63.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N52zJaFNtTFw4yL7rnMNtmvTF1KSwHxx { width:8.9375rem;height:7.125rem;top:28.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxewEgGiDFe8GWDI7u6IyRss4p8wGU0h { width:9.0625rem;height:7.1875rem;top:26rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlENH9qWQ8EpZVRk4TXzifASq06hooF { width:9rem;height:7.1875rem;top:27.9375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzAVToNIqdB1LXEPZEJSC24hE8VGWVbB { width:18.125rem;height:1.25rem;top:19.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzhR7lEaKxr8EDWB18noyLv0fHTRGW7w { width:10.1875rem;height:10rem;top:67.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7aiH3sQkgsfa88warKHiup5qxHPxTg { width:47.75rem;height:2.6875rem;top:3.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1M7sZlg77VzHGSQUwmEZzCsPppXB9fT { width:20rem;height:3.5625rem;top:1.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #O6WJScPyZVTN7FxgFKosNemNkJd7NBUd { display:block; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMFSM2tIpigI7RTv24g66J2ilgk0lczL { width:37.0625rem;height:4.9375rem;top:4.875rem;left:4.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLuT2RqZOU1r0PstGlRQkybwDWA6rfy8 { top:19.5625rem;left:0rem;width:20.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXPq1H9WNKUJNlV6iHIsLDaGfCNQJQv5 { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrpfs3sGxxhr3GxmoM6M02NAt6cl0eT2 { width:2.25rem;height:2.4375rem;top:17.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBpMceF7qaqFWUhHqNvrQGFHwiXqiHTe { top:19.625rem;left:11.6875rem;width:22.625rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHf2pkIOc6W6bFHX2xOTOEVxX0g3Qr6 { width:2.25rem;height:2.4375rem;top:16.8125rem;left:22rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agS5098hK0Fze3JATHCqsnC9IhTTybQl { top:19.625rem;left:25.375rem;width:22.375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2oCkk13BxG6s1B9NPcFc0krWs2JEaS { width:2.25rem;height:2.4375rem;top:16.125rem;left:45.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFPbmGRCwAgILhJgTxLfu17OqEBSWSZ { width:11.5rem;height:7.5rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO3B1Ss552lUiZAMrX9lE0pxqiuBBxE8 { width:5.6875rem;height:6.0625rem;top:10.1875rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC6IKD6FRmXUHomtIPfxalFiApQt0Fwa { width:6.875rem;height:5.5rem;top:11.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F28zZaOlJor5PPXTqeJROGGJaEJat2vI { width:7.0625rem;height:5.625rem;top:11.25rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8rSOWwIqQDEvTN60xvBmIhq7rEE8i7D { width:6.875rem;height:5.5rem;top:11.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { top:16.6875rem;left:26.3125rem;width:21.4375rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgfylSTJOH3sCmRTuHOz2uzWzmZHpOd3 { width:38.3125rem;height:4.9375rem;top:3rem;left:4.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-button { width:12.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:16.3125rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp  { width:45.25rem;height:auto;top:9.375rem;left:0rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp {display:block;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp { width:45.25rem;height:auto;top:9.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #KEFZdDn5eQTNgqfIfG3ztSxwbwwXuhSF {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IXw3xqs0mgCGht9apMifT8M31sgWoH2f {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ATF3E0mmexT8qlKH4HgaQNNeQE9JX0uk {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #LBO1BTvTVypGbqspf3P4aEwJ9kFsUMx0 {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #k9EoUSZWf4Iam1pfkGqLlvSEBIhDdTLo { display:block; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #DbTVH1Ii9eRcm44OgNU2K1b3Wy07PTwt {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #TpN0T4NUkCPOnJO49PEoQwHD3KbRVH0z {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #SvRSEVPk3N6CrZ6ThQRTy1GcJUl66pHc {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ycHMnAs2IGGuTM4svVz243Odf6TilQLI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BUwf6OKvAIeamPWecod0J0gw0MkNCRuC {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IBaGDdvoSdGZTsOisQzMu6Dvxc2CqkHv {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #dSKPQWCV1Bo1cqLDuQAMbJ2UNreG3pWq {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BcmhfTi0dtSuIzhX78GugB2KudDNeA6J {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #guPu19RzLhW0Spwouy6AQO9LGLReUMxk {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #sRc1PQSqdunWpD6mT2FCfzA3ih6FCiTs {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #Xk12PyWfK0lrQXBcKuabZulT6ERFinTI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #NZFiEvAcLPOt6ukmXaR1qwHVp50T8e1W {  }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { top:2.5625rem;left:0rem;width:20.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { top:1.375rem;left:0rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { top:1.4375rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { top:1.5rem;left:45.75rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bIcgLygagSulXvRURqiNcdDaXq70NFtR { background-color:#660100;background-image:url("https://images.assets-landingi.com/uc/7fc74718-24cd-4522-8596-162a5da2ad96/teste2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR.adaptive-delivery-prevent-bg, #bIcgLygagSulXvRURqiNcdDaXq70NFtR.lazyload, #bIcgLygagSulXvRURqiNcdDaXq70NFtR.lazyloading { background-image: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container { background-color: transparent; background-image: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container > .video-iframe-container { display: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row > .video-iframe-container { display: none; }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .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); }#bIcgLygagSulXvRURqiNcdDaXq70NFtR > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SowNSJZDTbLTv15zzVZvuruTpZ1mtKpZ { width:3.5rem;height:3.8125rem;top:0rem;left:8.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ERVWGE8woOeZX9LFlkfOSa0q2i1EyTol { width:4.5625rem;height:3.3125rem;top:1.5rem;left:7.6875rem;font-size:0.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #I5J3pzRp71apCkDbZt3c2a6ubAqVlEVm { display:block; }
 }@media only screen and (max-width: 763px) { #Hwyn9bsqcu9ZElzRNsWTTDMkTdXG2dyT { top:1.4375rem;left:18.4375rem;width:1.5625rem;height:1.1875rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:0.875rem;font-family:barlow;color:#6f0004;display:block; }
 }@media only screen and (max-width: 763px) { #REEEhNwH1s79NmtuXJTMkO8dkeapJaRM { display:block; }
 }@media only screen and (max-width: 763px) { #LJs0lpoNb5N2zDw04kcQbMzP2rTy26B3 { width:4.375rem;height:1.375rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color:#ffffff;background-image:none;display:none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rDLWTmtsVRXagDt7eTf80kMc0o2CihRK { width:4.625rem;height:4.625rem;top:-2.5625rem;left:2.28125rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN { display:block; }#WVkbIsAdpV5MEX2FXuDyvlN1r3lxcTLN > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHtBww12ySq13S6iGXo1C74aaZ3nwG3B { width:20rem;height:0;top:2.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ptNp05fnEqqLONsAJpdzL34614kIsDuF { width:20rem;height:0;top:6.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkiXbJOyh3i9phRQ7BmlkzdQ98ECagVH { width:2.75rem;height:2.75rem;top:9.9375rem;left:7.65625rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #ff3wyQod5w1NzeKv6ZlumKJ9pvwHv0O0 { width:0.125rem;height:1.6875rem;top:1rem;left:11.21875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #I2zZMr0mVUZbFdNs2CZgA7Io63BdHbsx { width:5.8125rem;height:5.8125rem;top:0.5rem;left:5.09375rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #wPIf5FsMJSfvtLSHmUL057PIamNfUzXC { width:17.5625rem;height:15.25rem;top:20.875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #abS2DKr1XDuvCCWRURvshe7uuCTERccz { width:20rem;height:7.7988375rem;top:14.625rem;left:0rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #E6iqSUBV4g5nHAzhQacmZca4MCznh7hH { width:20rem;height:3.5996125rem;top:10.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15003;color:#f6af00;display:block; }
 }@media only screen and (max-width: 763px) { #W39b7Lpxs8yzNiroTBy3wD0w4MUfA0IK { width:13.875rem;height:7.9375rem;top:22.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeLdW64SulwTeXgZkkamQzisTD6AGITU { width:4.1875rem;height:5rem;top:1.375rem;left:11.09375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #Btkdg55TcR8ax3gbRWq0seFMS8cHiD3v { width:0.625rem;height:0.625rem;top:-0.75rem;left:2.71875rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #ZGiH7Dz6hoVx3qumlrvKELh6NHntn8uI { width:9.4375rem;height:11.25rem;top:0rem;left:5.28125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TzizBnA6InRDZiW899Fnvn6BLmL6A8Hm { width:4.1875rem;height:5rem;top:34.0625rem;left:0rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh { background-color:#e41513;background-image:url("https://images.assets-landingi.com/uc/8381a3c7-d130-42ce-8c78-4af46b677770/teste.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh.adaptive-delivery-prevent-bg, #QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh.lazyload, #QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh.lazyloading { background-image: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container { background-color: transparent; background-image: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container > .video-iframe-container { display: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row > .video-iframe-container { display: none; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .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); }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container { border-width: 0; border-radius: 0; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTTMzUq8gKHxgfTSfJJAq3WRx2oGPyOh > .row .container { width:20rem;height:105.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHp05fgn5M8F6xdInPTQOBd5fkcXe0Z3 { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #pInvw7aynMyW7xURTfKGhXBkKdMsmsv7 { width:20rem;height:0;top:104.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wssWVnv960P1EuifsnfPN9WXfsqDRfu0 { width:14.75rem;height:0;top:20.869140625rem;left:5.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4irl99sEZ4zR1FXw3euJbThzQAGJ3hh { width:20rem;height:0;top:33.27197265625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWbPFa8tZMqxhymiUIwglOkNz5i0O2A2 { width:20rem;height:0;top:39.70947265625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5T0qGBJufhJtiE5qy5vDmKCeVLg8lMt { width:17.125rem;height:2.8496125rem;top:39.9375rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFR6aIwheApkLAJsxL5Tbxi09J4sBAPn { width:20rem;height:0;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g2ytr7iV8eRww89n1u407bFfmzBxzavc { width:11.375rem;height:16.75rem;top:6.6875rem;left:4.3125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uycIyvqTXfr7wIVFTuyp9RLI28XNkxea { width:20rem;height:4.142575rem;top:49.375rem;left:0.0625rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MesTGX9nykE0iy3r42V1DPo6MAAUMclJ { width:19.4375rem;height:4.142575rem;top:61.1875rem;left:0.3125rem;font-size:1.0625rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asZJdJMpcKkOTXXsh3Zbw7nIKFIZDOdT { width:19.1875rem;height:2.76171875rem;top:72.9375rem;left:0.4375rem;font-size:1.0625rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTSV2u077yikNCKLAKtwe3Tvw4kJ5FXr { width:20rem;height:6.90429375rem;top:30.6875rem;left:0rem;font-size:1.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KvTgFA9sb52adMInuOpc35xLRBGnyhMt { width:7.75rem;height:5rem;top:26.375rem;left:6.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UuoSBwN47sZFMXqnRe4vJZu9TaI2Z405 { width:16rem;height:27.9375rem;top:50.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #asTrtdDxfNtJTfO7MglnOvkQGzQQHqCw { width:7.125rem;height:12.625rem;top:31.9663125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKtUh3bpe781F3GBKapp9kOehRe1IGzW { width:15rem;height:1.42480625rem;top:78.625rem;left:2.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGXEgDGi7pfEGT46vGuMblpInbSCwtoD { width:20rem;height:5.5234375rem;top:87.1748046875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbr5HoeC63oy5ggxvcpyBO9tOeiGI9oX { width:7.125rem;height:7.125rem;top:80.0498046875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvksxUkNptVFuGsPhT3wRDVL9REeyvTx { width:18.5625rem;height:3.41161875rem;top:97.25rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9I7BnPsqK0dE9w8tL99zhNny3JT4uQS { width:5.0625rem;height:2.625rem;top:101.5625rem;left:7.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KxNkEui7TSxqIgEbN3HdEIvCXDfwIZa8 { width:5rem;height:2.4375rem;top:101.625rem;left:12.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6AsB4mXluBkZV3t5BMmwZBtrPnEZip { width:7.625rem;height:3.4375rem;top:93.3125rem;left:6.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bJ6BcywupkFT6WErLWy37wJm0rdqylWd { width:4.9375rem;height:2.375rem;top:101.6875rem;left:2.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N52zJaFNtTFw4yL7rnMNtmvTF1KSwHxx { width:8.9375rem;height:7.125rem;top:42.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxewEgGiDFe8GWDI7u6IyRss4p8wGU0h { width:9.0625rem;height:7.1875rem;top:54.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlENH9qWQ8EpZVRk4TXzifASq06hooF { width:9rem;height:7.1875rem;top:66.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzAVToNIqdB1LXEPZEJSC24hE8VGWVbB { width:18.125rem;height:1.30615rem;top:25.0625rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15006;color:#facf00;display:block; }
 }@media only screen and (max-width: 763px) { #EzhR7lEaKxr8EDWB18noyLv0fHTRGW7w { width:10.1875rem;height:10rem;top:67.75rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ua7aiH3sQkgsfa88warKHiup5qxHPxTg { width:20rem;height:0;top:1.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x1M7sZlg77VzHGSQUwmEZzCsPppXB9fT { width:20rem;height:3.5996125rem;top:2.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #O6WJScPyZVTN7FxgFKosNemNkJd7NBUd { background-color:#ffffff;background-image:none;display:block; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container { background-color: transparent; background-image: none; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container > .video-iframe-container { display: none; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row > .video-iframe-container { display: none; }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .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); }#O6WJScPyZVTN7FxgFKosNemNkJd7NBUd > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMFSM2tIpigI7RTv24g66J2ilgk0lczL { width:20rem;height:4.94970625rem;top:1.576171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLuT2RqZOU1r0PstGlRQkybwDWA6rfy8 { width:19.375rem;height:5.5234375rem;top:13.6875rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXPq1H9WNKUJNlV6iHIsLDaGfCNQJQv5 { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #wrpfs3sGxxhr3GxmoM6M02NAt6cl0eT2 { width:2.25rem;height:1.6499rem;top:12rem;left:8.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBpMceF7qaqFWUhHqNvrQGFHwiXqiHTe { width:20rem;height:6.9043125rem;top:27.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvHf2pkIOc6W6bFHX2xOTOEVxX0g3Qr6 { width:2.25rem;height:1.6499rem;top:25.875rem;left:8.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agS5098hK0Fze3JATHCqsnC9IhTTybQl { width:20rem;height:8.285125rem;top:43.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mg2oCkk13BxG6s1B9NPcFc0krWs2JEaS { width:2.25rem;height:1.6499rem;top:41.4375rem;left:8.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTFPbmGRCwAgILhJgTxLfu17OqEBSWSZ { width:8.125rem;height:5.3125rem;top:7.25rem;left:5.9375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #pO3B1Ss552lUiZAMrX9lE0pxqiuBBxE8 { width:5.25rem;height:5.5625rem;top:35.6875rem;left:7.375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #bC6IKD6FRmXUHomtIPfxalFiApQt0Fwa { width:6.875rem;height:5.5rem;top:20.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F28zZaOlJor5PPXTqeJROGGJaEJat2vI { width:7.0625rem;height:5.625rem;top:20.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8rSOWwIqQDEvTN60xvBmIhq7rEE8i7D { width:6.875rem;height:5.5rem;top:20.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys { background-color:#e41513;background-image:url("https://images.assets-landingi.com/uc/7fc74718-24cd-4522-8596-162a5da2ad96/teste2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys.adaptive-delivery-prevent-bg, #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys.lazyload, #qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys.lazyloading { background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { background-color: transparent; background-image: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row > .video-iframe-container { display: none; }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .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); }#qVObgPPXvuP1ke0v7CmNfFPAJ74hkDys > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5trEROGUq9CUhAg79bx9B4bT78Za01T { width:20rem;height:0;top:13.15625rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #MgfylSTJOH3sCmRTuHOz2uzWzmZHpOd3 { width:17.875rem;height:4.94970625rem;top:1.767578125rem;left:1.0625rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#9e2100;display:block; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-text {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-select {padding-top: 0; padding-bottom: 0;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-input-button { width:8.375rem;margin-top:0.25rem;margin-right:4.5625rem;margin-bottom:0.25rem;margin-left:4.5625rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp  { width:17.5rem;height:auto;top:8.1171875rem;left:0rem; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#lTXfk3TJhduKqRg727c76Bm5TfpllKVp {display:block;}#lTXfk3TJhduKqRg727c76Bm5TfpllKVp { width:17.5rem;height:auto;top:8.1171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #KEFZdDn5eQTNgqfIfG3ztSxwbwwXuhSF {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IXw3xqs0mgCGht9apMifT8M31sgWoH2f { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ATF3E0mmexT8qlKH4HgaQNNeQE9JX0uk {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #LBO1BTvTVypGbqspf3P4aEwJ9kFsUMx0 {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #k9EoUSZWf4Iam1pfkGqLlvSEBIhDdTLo { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #DbTVH1Ii9eRcm44OgNU2K1b3Wy07PTwt {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #TpN0T4NUkCPOnJO49PEoQwHD3KbRVH0z {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #SvRSEVPk3N6CrZ6ThQRTy1GcJUl66pHc { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #ycHMnAs2IGGuTM4svVz243Odf6TilQLI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BUwf6OKvAIeamPWecod0J0gw0MkNCRuC {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #IBaGDdvoSdGZTsOisQzMu6Dvxc2CqkHv { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #dSKPQWCV1Bo1cqLDuQAMbJ2UNreG3pWq {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #BcmhfTi0dtSuIzhX78GugB2KudDNeA6J {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #guPu19RzLhW0Spwouy6AQO9LGLReUMxk { display:none; }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #sRc1PQSqdunWpD6mT2FCfzA3ih6FCiTs {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #Xk12PyWfK0lrQXBcKuabZulT6ERFinTI {  }
 }@media only screen and (max-width: 763px) { #lTXfk3TJhduKqRg727c76Bm5TfpllKVp #NZFiEvAcLPOt6ukmXaR1qwHVp50T8e1W {  }
 }@media only screen and (max-width: 763px) { #G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 { background-color:rgba(255,255,255,0.96);background-image:none;display:block; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { background-color: transparent; background-image: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row > .video-iframe-container { display: none; }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .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); }#G6fTQlmav57z7h6I7n0fFXy43xJs6FQ1 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxw66wwaTTxb4cxcypXk5wPBu8RuJc6u { width:20rem;height:0.89375rem;top:2.755859375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGB9kzb4RH8MlT9muWHhIWTAHukvb5e4 { width:19.3125rem;height:0.9746125rem;top:1.21875rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTpmprsdso30GFgTIvMk092aID8lwcKd { width:2rem;height:2rem;top:4.4375rem;left:6.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbwrGWxzipxdhQQ88iI086TlKiqy2HZn { width:2rem;height:2rem;top:4.4375rem;left:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr1acPFAiSCvpw9KT4gBdb77XXIKPX5x { width:2rem;height:2rem;top:4.4375rem;left:10rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFozcSQTmdNiSXFZ7erOD99n0sKG1mlh { width:2rem;height:2rem;top:4.4375rem;left:12rem;font-size:1.375rem;display:block; }
 }