.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f93839d-d865-45cf-9b27-4c1d791f4152/montagemcapa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container {  }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#wVCvaWk154gMsnrD6KkRofMT68FwJI2b { color:#000000;display:block;width:52.375rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:9.5rem;left:8.6875rem;height:5.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NfzSTINuwk99NOtsSLTP9dRSwm7LtWoi { color:#c8a153;display:block;width:38.5rem;position:absolute;font-family:staatliches;font-size:2.4375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:17.75rem;left:18.1875rem;height:3.16861875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AyT9ETuI69N8AO9MldV4TGMbHhwg7xLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;opacity:1;top:9.8125rem;left:55.125rem; }
#H64tkrwuPONaTdRAdPJNCDuRDyItseim { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:24.5rem;top:1.875rem;left:25.250003814698rem;overflow:hidden;display:block; }
#eAaITDpMCZdhDE2pmtfB7vFTtKXDrZ9G { color:#ffffff;display:block;width:42.875rem;position:absolute;font-family:muli;font-size:2.4375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.978515625rem;left:16.0625rem;height:3.16861875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TVWnJmO8dDdwZG3zMylTVVc2xpTiLTfC { position:absolute;display:block;z-index:100023;background-color:#71a595;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:4.75rem;width:43.625rem;top:22.3125rem;left:15.6875rem;display:block; }
#yJ1SmZfxgqcP4LuOcVh86uIwR3LerP2W { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:49.125rem;top:34.0625rem;left:21.3125rem;display:block; }
#puQZs47Rkc4T606SfRok80myNdHpreDG { color:#000000;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:39.8125rem;left:34.625rem;height:12.42775rem;display:block; }
#e3faIa1SKWBpRkzKwmzL0UDKayHmbJBw { color:#6f7f1d;display:block;width:6.5625rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:35.311849594116rem;left:34.802082061767rem;height:1.29948125rem;font-style:normal;display:block; }
#n8n5RKOrgwxuCX5sSwRqSbupBCKTSLxL { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:36.674479961395rem;left:34.625003814698rem;height:1.3808625rem;display:block; }
#nl28h7MfgtJeMwqC4q8bFq1H1ppvyNU1 { position:absolute;display:block;z-index:100031;height:17.5rem;width:31.1875rem;top:32.0625rem;left:2.0201835632324rem;display:block; }
#Se58p46tfgg8o05FunPheaIcAavcbXDt { position:absolute;display:block;z-index:100030;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:31.875rem;top:31.75rem;left:1.6451835632324rem;display:block; }
#MSG1JqsyDzSoTJICbqTzdoI7qurOa6uR { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:45.9375rem;top:49.5625rem;left:11.25rem;overflow:hidden;display:block; }
#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/XiRiagUC/RETANGULAR_02.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq.adaptive-delivery-prevent-bg, #k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq.lazyload, #k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq.lazyloading { background-image: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container { background-color: transparent; background-image: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(107,106,106,0.44); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container > .video-iframe-container { display: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(107,106,106,0.44); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row > .video-iframe-container { display: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .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); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container { border-width: 0; border-radius: 0; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row > .video-iframe-container {  }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container { font-size:0.875rem;font-family:arial;height:105.875rem;width:75rem;position:relative;display:block; }#cCxmkSLxRpyakxcgI1iJpgpPL9WAacwO { position:absolute;display:block;z-index:100032;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:49.125rem;top:3.375rem;left:2.75rem;display:block; }
#kPZTtoL5EJ4R931TPTiZxpuGDUJvb9Bd { color:#000000;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:8.27734375rem;left:3.5rem;height:13.8085625rem;display:block; }
#C5NKmTKJOTetgx75E2IkAmT6l8OWSD4n { color:#6f7f1d;display:block;width:6.5625rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:4.25rem;left:31.625003814698rem;height:1.29948125rem;font-style:normal;display:block; }
#rNQkIgRQW2Zil2ZhZJ6IVGKpu1viQg5M { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:5.798828125rem;left:14.6875rem;height:1.3808625rem;display:block; }
#LBDQq5R5alW3CzdxK7RyJca6PyXb3fgQ { position:absolute;display:block;z-index:100032;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:49.125rem;top:28.500001907349rem;left:22.500003814698rem;display:block; }
#oGeS7dE1rXrTfHNEnrkdo19H9WzIi7hp { color:#000000;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:35.500001907349rem;left:35.812503814698rem;height:11.046875rem;display:block; }
#EqZnm49T9FboA7n0zcDCqprm18prEWGw { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:31.437502384186rem;left:35.812503814698rem;height:1.3808625rem;display:block; }
#xz8soOPLbnxi0C7fffoMXXJwbds2Rp2A { color:#6f7f1d;display:block;width:6.5625rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:30.000001907349rem;left:36.000003814698rem;height:1.29948125rem;font-style:normal;display:block; }
#z6IWQI9kPohbwnmP7w8JDTSABuew25RN { position:absolute;display:block;z-index:100032;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:31.875rem;top:1rem;left:39.812503814698rem;display:block; }
#vCNHt2KS95T2H9wozSscUfbAfIsMJ9p9 { position:absolute;display:block;z-index:100033;height:17.5rem;width:31.1875rem;top:1.3125rem;left:40.187503814698rem;display:block; }
#HrQwJy4su8Om7bfn55VJFMwFfV4c9KW7 { position:absolute;display:block;z-index:100034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:31.875rem;top:26.687501907349rem;left:2.75rem;display:block; }
#aPoKNBtQ02WNunb7oWBGDX3fwJ6q3EUc { position:absolute;display:block;z-index:100035;height:17.5rem;width:31.1875rem;top:27.000001907349rem;left:3.125rem;display:block; }
#bdXI50LFwOyhXFf3tmRb3eKWPPH8mG85 { position:absolute;display:block;z-index:100038;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:49.125rem;top:56.375002861023rem;left:3.0625rem;display:block; }
#VcV1PJ5yhM4vdAIn9tSXIcORvGmGCvMT { color:#6f7f1d;display:block;width:6.6875rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:57.450523376465rem;left:31.562503814698rem;height:1.29948125rem;font-style:normal;display:block; }
#ECrJfdT55E5tqNVgofQCtRIyA2AqUPJg { position:absolute;display:block;z-index:100038;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:31.875rem;top:54.000002861023rem;left:40.125003814698rem;display:block; }
#O5ZDcl8UUVd4oTe2LWnqPu48wWb5P6eh { position:absolute;display:block;z-index:100039;height:17.5rem;width:31.1875rem;top:54.312502861023rem;left:40.500003814698rem;display:block; }
#WIJIAa4Rg94du7nGsht3XQDovekOnDgc { color:#000000;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:61.187502861023rem;left:3.875rem;height:13.8085625rem;display:block; }
#VREHN9ifZ1qCwHKz12FKSMNIPLwHrh6h { position:absolute;display:block;z-index:100040;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.125rem;width:31.875rem;top:81.25rem;left:3.0625rem;display:block; }
#RCVMPxBCNeKC3eUtD5pZ5EbnpNBMxPA2 { position:absolute;display:block;z-index:100041;height:17.5rem;width:31.1875rem;top:81.5625rem;left:3.4375rem;display:block; }
#MEXNTVaoTQwW1aKk0xntHa3dHzQobWIT { position:absolute;display:block;z-index:100038;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:49.125rem;top:84.3125rem;left:22.8125rem;display:block; }
#ufTBtvoTQvA66bOB66qMXXcJviAuxPdw { color:#000000;display:block;width:35.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:90rem;left:35.75rem;height:12.42775rem;display:block; }
#Ttfpd1JzcaM6vUJhfB1VxLFE6KJT2awa { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:86.9375rem;left:36.125rem;height:1.3808625rem;display:block; }
#ZMlL0mU7C7mMOhdURL86RZlmDaqnUA7L { color:#6f7f1d;display:block;width:6.5625rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:85.5625rem;left:36.3125rem;height:1.29948125rem;font-style:normal;display:block; }
#fk2WVg76OL82DPNUsfvd8fEI7UuqatE4 { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:58.750003814698rem;left:11.4375rem;height:1.3808625rem;display:block; }
#A4pnKPS3nJqpRdXsw6UOHt6EI2e6cpwK { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:45.4375rem;top:19rem;left:11.4375rem;overflow:hidden;display:block; }
#fBLKHmbUTEBSyEq9Tr8QCUi0nrzefvKO { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:45.9375rem;top:44.375rem;left:11.9375rem;overflow:hidden;display:block; }
#w2BmMpHr79zslIffGzKR5xTwmCvgFqkm { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:45.4375rem;top:71.625rem;left:12.1875rem;overflow:hidden;display:block; }
#mWume8h61TStbKDaZX1os1HhdWzQM4oL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row .container { background-color: transparent; background-image: none; }#mWume8h61TStbKDaZX1os1HhdWzQM4oL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row .container > .video-iframe-container { display: none; }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row > .video-iframe-container { display: none; }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .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); }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row .container { border-width: 0; border-radius: 0; }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row > .video-iframe-container {  }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVCvaWk154gMsnrD6KkRofMT68FwJI2b { width:47.75rem;height:5.6875rem;top:9.5rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfzSTINuwk99NOtsSLTP9dRSwm7LtWoi { width:38.5rem;height:3.125rem;top:17.75rem;left:4.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyT9ETuI69N8AO9MldV4TGMbHhwg7xLr { width:5.0625rem;height:5.0625rem;top:9.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H64tkrwuPONaTdRAdPJNCDuRDyItseim { width:24.5rem;height:6.8125rem;top:1.875rem;left:11.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAaITDpMCZdhDE2pmtfB7vFTtKXDrZ9G { width:42.875rem;height:3.125rem;top:22.9375rem;left:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVWnJmO8dDdwZG3zMylTVVc2xpTiLTfC { width:43.625rem;height:4.75rem;top:22.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ1SmZfxgqcP4LuOcVh86uIwR3LerP2W { width:47.75rem;height:19.3125rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQZs47Rkc4T606SfRok80myNdHpreDG { width:35.375rem;height:12.375rem;top:39.8125rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3faIa1SKWBpRkzKwmzL0UDKayHmbJBw { width:6.5625rem;height:1.25rem;top:35.25rem;left:21.177082061767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8n5RKOrgwxuCX5sSwRqSbupBCKTSLxL { width:28.4375rem;height:1.375rem;top:36.625rem;left:19.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl28h7MfgtJeMwqC4q8bFq1H1ppvyNU1 { width:31.1875rem;height:17.5rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se58p46tfgg8o05FunPheaIcAavcbXDt { width:31.875rem;height:18.125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSG1JqsyDzSoTJICbqTzdoI7qurOa6uR { width:45.9375rem;height:12.0625rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq { display:block; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCxmkSLxRpyakxcgI1iJpgpPL9WAacwO { width:47.75rem;height:19.3125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPZTtoL5EJ4R931TPTiZxpuGDUJvb9Bd { width:35.375rem;height:13.75rem;top:8.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5NKmTKJOTetgx75E2IkAmT6l8OWSD4n { width:6.5625rem;height:1.25rem;top:4.25rem;left:18.000003814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQkIgRQW2Zil2ZhZJ6IVGKpu1viQg5M { width:23.5625rem;height:1.375rem;top:5.75rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBDQq5R5alW3CzdxK7RyJca6PyXb3fgQ { width:47.75rem;height:19.3125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGeS7dE1rXrTfHNEnrkdo19H9WzIi7hp { width:35.375rem;height:11rem;top:35.5rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqZnm49T9FboA7n0zcDCqprm18prEWGw { width:29.4375rem;height:1.375rem;top:31.4375rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz8soOPLbnxi0C7fffoMXXJwbds2Rp2A { width:6.5625rem;height:1.25rem;top:30rem;left:22.375003814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6IWQI9kPohbwnmP7w8JDTSABuew25RN { width:31.875rem;height:18.125rem;top:1rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCNHt2KS95T2H9wozSscUfbAfIsMJ9p9 { width:31.1875rem;height:17.5rem;top:1.3125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrQwJy4su8Om7bfn55VJFMwFfV4c9KW7 { width:31.875rem;height:18.125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoKNBtQ02WNunb7oWBGDX3fwJ6q3EUc { width:31.1875rem;height:17.5rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdXI50LFwOyhXFf3tmRb3eKWPPH8mG85 { width:47.75rem;height:19.3125rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcV1PJ5yhM4vdAIn9tSXIcORvGmGCvMT { width:6.6875rem;height:1.25rem;top:57.4375rem;left:17.937503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECrJfdT55E5tqNVgofQCtRIyA2AqUPJg { width:31.875rem;height:18.125rem;top:54rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ZDcl8UUVd4oTe2LWnqPu48wWb5P6eh { width:31.1875rem;height:17.5rem;top:54.3125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJIAa4Rg94du7nGsht3XQDovekOnDgc { width:35.375rem;height:13.75rem;top:61.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VREHN9ifZ1qCwHKz12FKSMNIPLwHrh6h { width:31.875rem;height:18.125rem;top:81.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVMPxBCNeKC3eUtD5pZ5EbnpNBMxPA2 { width:31.1875rem;height:17.5rem;top:81.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEXNTVaoTQwW1aKk0xntHa3dHzQobWIT { width:47.75rem;height:19.3125rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTBtvoTQvA66bOB66qMXXcJviAuxPdw { width:35.375rem;height:12.375rem;top:90rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttfpd1JzcaM6vUJhfB1VxLFE6KJT2awa { width:29.4375rem;height:1.375rem;top:86.9375rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMlL0mU7C7mMOhdURL86RZlmDaqnUA7L { width:6.5625rem;height:1.25rem;top:85.5625rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk2WVg76OL82DPNUsfvd8fEI7UuqatE4 { width:27.3125rem;height:1.375rem;top:58.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4pnKPS3nJqpRdXsw6UOHt6EI2e6cpwK { width:45.4375rem;height:12.0625rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBLKHmbUTEBSyEq9Tr8QCUi0nrzefvKO { width:45.9375rem;height:12.0625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2BmMpHr79zslIffGzKR5xTwmCvgFqkm { width:45.4375rem;height:12.0625rem;top:71.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWume8h61TStbKDaZX1os1HhdWzQM4oL { display:block; }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3a451af-1c80-4d42-b302-848eaf82e79a/montagemcapa3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.adaptive-delivery-prevent-bg, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyload, #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz.lazyloading { background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVCvaWk154gMsnrD6KkRofMT68FwJI2b { width:20rem;height:2.5996125rem;top:9.0872402191163rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfzSTINuwk99NOtsSLTP9dRSwm7LtWoi { width:20rem;height:3.57421875rem;top:13.474609375rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AyT9ETuI69N8AO9MldV4TGMbHhwg7xLr { width:3.0625rem;height:3.0625rem;top:13.849609375rem;left:8.4687502980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #H64tkrwuPONaTdRAdPJNCDuRDyItseim { width:17.875rem;height:5.0625rem;top:2.25rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAaITDpMCZdhDE2pmtfB7vFTtKXDrZ9G { width:20rem;height:3.57421875rem;top:19.173828125rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TVWnJmO8dDdwZG3zMylTVVc2xpTiLTfC { width:20rem;height:4.25rem;top:18.923828125rem;left:0rem;background-color:rgba(113,130,165,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yJ1SmZfxgqcP4LuOcVh86uIwR3LerP2W { width:20rem;height:20.5rem;top:31.861328840256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puQZs47Rkc4T606SfRok80myNdHpreDG { width:19.625rem;height:11.6953rem;top:39.925783157349rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3faIa1SKWBpRkzKwmzL0UDKayHmbJBw { width:6.5625rem;height:1.29948125rem;top:35.673828125rem;left:6.7187502980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8n5RKOrgwxuCX5sSwRqSbupBCKTSLxL { width:17.125rem;height:2.2747375rem;top:36.973308563233rem;left:1.0625000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nl28h7MfgtJeMwqC4q8bFq1H1ppvyNU1 { width:15.3125rem;height:8.5625rem;top:26.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se58p46tfgg8o05FunPheaIcAavcbXDt { width:15.8125rem;height:9.0625rem;top:26.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSG1JqsyDzSoTJICbqTzdoI7qurOa6uR { width:20rem;height:5.2517006802721rem;top:53.611328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XiRiagUC/RETANGULAR_02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq.adaptive-delivery-prevent-bg, #k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq.lazyload, #k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq.lazyloading { background-image: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container { background-color: transparent; background-image: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container > .video-iframe-container { display: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row > .video-iframe-container { display: none; }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .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); }#k6DTBPcQUFWyFsMBDCwyTSeJgcRwLnMq > .row .container { width:20rem;height:113.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCxmkSLxRpyakxcgI1iJpgpPL9WAacwO { width:20rem;height:20.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPZTtoL5EJ4R931TPTiZxpuGDUJvb9Bd { width:20rem;height:11.6953rem;top:15.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5NKmTKJOTetgx75E2IkAmT6l8OWSD4n { width:6.5625rem;height:1.29948125rem;top:11.25rem;left:6.6875002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQkIgRQW2Zil2ZhZJ6IVGKpu1viQg5M { width:20rem;height:1.13736875rem;top:12.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBDQq5R5alW3CzdxK7RyJca6PyXb3fgQ { width:20rem;height:19.3125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGeS7dE1rXrTfHNEnrkdo19H9WzIi7hp { width:20rem;height:8.7714875rem;top:43.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqZnm49T9FboA7n0zcDCqprm18prEWGw { width:20rem;height:2.2747375rem;top:40.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xz8soOPLbnxi0C7fffoMXXJwbds2Rp2A { width:6.5625rem;height:1.29948125rem;top:39.25rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6IWQI9kPohbwnmP7w8JDTSABuew25RN { width:15.8125rem;height:9.0625rem;top:1.689453125rem;left:2.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCNHt2KS95T2H9wozSscUfbAfIsMJ9p9 { width:15.3125rem;height:8.5625rem;top:1.9401035308838rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrQwJy4su8Om7bfn55VJFMwFfV4c9KW7 { width:15.8125rem;height:9.0625rem;top:30rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPoKNBtQ02WNunb7oWBGDX3fwJ6q3EUc { width:15.3125rem;height:8.5625rem;top:30.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdXI50LFwOyhXFf3tmRb3eKWPPH8mG85 { width:20rem;height:19.3125rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcV1PJ5yhM4vdAIn9tSXIcORvGmGCvMT { width:6.6875rem;height:1.29948125rem;top:68.375rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECrJfdT55E5tqNVgofQCtRIyA2AqUPJg { width:15.8125rem;height:9.0625rem;top:58.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ZDcl8UUVd4oTe2LWnqPu48wWb5P6eh { width:15.3125rem;height:8.5625rem;top:59.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJIAa4Rg94du7nGsht3XQDovekOnDgc { width:20rem;height:11.6953rem;top:72.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VREHN9ifZ1qCwHKz12FKSMNIPLwHrh6h { width:15.8125rem;height:9.0625rem;top:86.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCVMPxBCNeKC3eUtD5pZ5EbnpNBMxPA2 { width:15.3125rem;height:8.5625rem;top:86.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEXNTVaoTQwW1aKk0xntHa3dHzQobWIT { width:20rem;height:19.3125rem;top:93.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTBtvoTQvA66bOB66qMXXcJviAuxPdw { width:20rem;height:11.6953rem;top:100.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ttfpd1JzcaM6vUJhfB1VxLFE6KJT2awa { width:20rem;height:2.2747375rem;top:97.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMlL0mU7C7mMOhdURL86RZlmDaqnUA7L { width:6.5625rem;height:1.29948125rem;top:96.0625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk2WVg76OL82DPNUsfvd8fEI7UuqatE4 { width:20rem;height:2.2747375rem;top:69.736979484556rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4pnKPS3nJqpRdXsw6UOHt6EI2e6cpwK { width:20rem;height:5.3094910591472rem;top:113.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBLKHmbUTEBSyEq9Tr8QCUi0nrzefvKO { width:20rem;height:5.2517006802721rem;top:44.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2BmMpHr79zslIffGzKR5xTwmCvgFqkm { width:20rem;height:5.3094910591472rem;top:71.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWume8h61TStbKDaZX1os1HhdWzQM4oL { display:block; }#mWume8h61TStbKDaZX1os1HhdWzQM4oL > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }