.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;
  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;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row .container { background-color: transparent; background-image: none; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row .container > .video-iframe-container { display: none; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row > .video-iframe-container { display: none; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .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); }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row .container { border-width: 0; border-radius: 0; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#XqPLoHsORJACwMoGchKUsosv72RTghVq { position:absolute;display:block;z-index:14999;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:4rem;width:8.875rem;top:0.5302734375rem;left:0.623046875rem;overflow:hidden;display:block; }
#PJCD94GSApm936GOIp3NT3VHJRrF0QTn { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.5rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.8125rem;left:13.1552734375rem;display:block; }
#Vfg0VpG2ztrkVKPRnliRP6whLX8LNoUX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9z516t6J556341HMKSFJEulgkJbtNah { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:0.8125rem;left:19.2802734375rem;display:block; }
#VawuR3nfnwILOPkybwt4dTKdaGNA0h3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phdrS4MBqbWR1UzPU1gukX7RcaoiuQ7Z { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:14996;text-align:center;text-align-last:center;top:0.8125rem;left:27.2802734375rem;display:block; }
#uPXPHDOTKJGIQ8RZqJTn3u0QSrFO61RF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2VzFhs3JDmXIe9RmFOvqKdKnHATTIyB { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.4375rem;text-decoration:none;z-index:14995;text-align:center;text-align-last:center;top:0.8125rem;left:34.21875rem;display:block; }
#K8FxX0zKHaJ0XpZym1WyobMnLk2RQ9hR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecqlcnuzHLsHXQneFZyblneTo3aHc5Wm { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.4375rem;text-decoration:none;z-index:14994;text-align:center;text-align-last:center;top:0.8125rem;left:43.3427734375rem;display:block; }
#SlsRNRql17CbF9BpJNlrMbZT9wrnSJ3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBDGfx3fNIp8XBGN8TnmIu0TUFneOUD4 { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14992;top:1.5rem;left:55.9375rem;display:block; }
#K6J4Owv8TIG6Ek6au24fXIfPK6mrGalo { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14991;top:1.5rem;left:57.9375rem;display:block; }
#Jisc44BmuMNpprAugl0V5o5TG8m5xEuC { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14993;top:1.5rem;left:53.9375rem;display:block; }
#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.94);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;z-index:auto;display:block; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row .container { background-color: transparent; background-image: none; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row .container > .video-iframe-container { display: none; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row > .video-iframe-container { display: none; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .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); }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row .container { border-width: 0; border-radius: 0; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#IBH3MRup0fg378KSDS7O6tKSm0ObgXQg { position:absolute;display:block;z-index:14999;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:4rem;width:8.875rem;top:0.5302734375rem;left:0.623046875rem;overflow:hidden;display:block; }
#IfPZWqMFqhJ392ZGWbX4xh40tNEWpJcz { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:3.5rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.8125rem;left:13.1552734375rem;display:block; }
#PKp41by5N5hdG2weqgQN2eSzwqvX9yNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVdOHlwtTSiS460XV9sn2hTOPW6ZfJ2Q { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:0.8125rem;left:19.2802734375rem;display:block; }
#eRnaRPbEBUJbs9lp2egHVT69AkNCG8RN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVBs8SMRRrNtvGx1hTnv77v81leVWLNP { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:14996;text-align:center;text-align-last:center;top:0.8125rem;left:27.2802734375rem;display:block; }
#CTZLvJnmsXKqTPVf3JWmGQ1mdH05goz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkxfzmfm5SCGs8TI3AhB5zNyiim9xKKB { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5rem;height:3.4375rem;text-decoration:none;z-index:14995;text-align:center;text-align-last:center;top:0.8125rem;left:34.21875rem;display:block; }
#uZU1iRT6fhIx0q3645vNXJxFMfgfRmz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SfWWvFgWCoM813PJ8o1QgQLCD4X683n5 { background-color:rgba(225,113,145,0.1);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:#ce7b8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:3.4375rem;text-decoration:none;z-index:14994;text-align:center;text-align-last:center;top:0.8125rem;left:43.3427734375rem;display:block; }
#L22QWHfnu0ioy7die5vmGAp3GpS0xs7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6BglTKGKxN92ipNvUFfbRFXcfgyDFXJ { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14992;top:1.5rem;left:55.9375rem;display:block; }
#l6BEUpT0cGolBFH4bs6BXTIosgc8EBkT { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14991;top:1.5rem;left:57.9375rem;display:block; }
#RT1PQ2VpZ042l4xLsTHbryWQ8V6wKHEw { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14993;top:1.5rem;left:53.9375rem;display:block; }
#oIyiy0VuSKP5MTE1K5KDRUfIU2eqs5mi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#vtXmXvJMvRfSHRCyfkTnPlhaMatITrnT { box-sizing:content-box;color:#ce7b8e;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14993;top:0.3125rem;left:55.9375rem;display:none; }
#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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;z-index:auto;display:block; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { background-color: transparent; background-image: none; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container > .video-iframe-container { display: none; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row > .video-iframe-container { display: none; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .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); }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { border-width: 0; border-radius: 0; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e5790e;background-image:url("https://images.assets-landingi.com/uc/292913f3-d1a6-4831-9b22-1ee439e771ba/banner_fabiana_Verao_site_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#hPZpz9sGzmks81Di6o80JPmZiGKl96wD { background-color:#52c345;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:20.4375rem;height:3.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.1875rem;left:33.3125rem;display:block; }
#zDPZwXm5ztb3XLK9iFVtWPbOdbWiNmsq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rffMmO5ir9AwwBZtPkAaWHrRi2TfpB6W { position:absolute;display:block;z-index:15026;background-color:#1b6d12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:25.1875rem;left:30rem;display:block; }
#UZEwwOeK7iho8vpUTpnNv5BTFc6S1SqL { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:25.1875rem;left:30.0625rem;display:block; }
#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { background-color: transparent; background-image: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .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); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { border-width: 0; border-radius: 0; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { color:#515151;display:block;width:21.6875rem;position:absolute;font-family:neuton;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.59375rem;height:21.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mDT0UL99DFwKMOkgTBJJWNLlqd91E7m0 { box-sizing:content-box;color:#ce7b8e;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:26.625rem;left:3rem;display:block; }
#TuMfplPh4LKdLpBp1ZXrV4ahbeFSfHV1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#515151;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:16.25rem;height:2.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.0625rem;left:5.625rem;display:block; }
#wD6xxCwqGTM9TpOPoVQvkT65VQcEIzn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIDK3CVEC2fcPMXGOzmw0Dk3ppPfUt4q { box-sizing:content-box;color:#ce7b8e;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:37.5rem;left:55.3125rem;display:none; }
#c4oWiKzvMwCzArwF8aJp4rVlJS24JM3A { box-sizing:content-box;color:#f4b6c6;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:38.3125rem;left:56rem;display:none; }
#XsQLW0vlaWmIpafDeuESF1tV7fULzKfk { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:38.8125rem;left:56.375rem;display:none; }
#NpA8pb29lxRmAieMmuTZ16hFQdcRiBpW { position:absolute;display:block;z-index:15024;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:34rem;width:27.0625rem;top:0.65625rem;left:31.46875rem;overflow:hidden;display:block; }
#G2UNhiv1T4kIylABoxB5bWghhpZkPE3f { color:#ce7b8e;display:block;width:23.9375rem;position:absolute;font-family:neuton;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:25.5rem;left:3.59375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JsGlImSRWcg5b4JNKe9gO69EmePt2gfS { background-color:#52c345;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:20.4375rem;height:3.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.875rem;left:5.8125rem;display:block; }
#P5oRhId6QaDmPlExpR7NC3t8tCrH6BbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDd3XFVmL7RGwpuilaQrEzNOHi2K7MCw { position:absolute;display:block;z-index:15023;background-color:#1b6d12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:30.875rem;left:2.5rem;display:block; }
#XBTipZJNlIJqKRF5knRyG8KsqWtZWRxs { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:30.875rem;left:2.53125rem;display:block; }
#Le1vH8Sr9fUXZAgTvFGr52ETWfGQa0IA { position:absolute;display:block;z-index:15026;background-color:#1b6d12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:25.1875rem;left:30rem;display:none; }
#LtdM1z0VOEX0G35kHB6PfQabEuS369rf { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:25.1875rem;left:30.0625rem;display:none; }
#Zy4dGs3v98AtlI7pE4EJF8Png7e7QCbu { background-color:#52c345;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:20.4375rem;height:3.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.1875rem;left:33.3125rem;display:none; }
#moARFGDlKAP8kGbG5TnzINgJh1PL4aBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { background-color: transparent; background-image: none; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container > .video-iframe-container { display: none; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row > .video-iframe-container { display: none; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .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); }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { border-width: 0; border-radius: 0; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#MBR2TEJHrD0hs1l5ygx0hDid4EAem8rA { position:absolute;display:block;z-index:15007;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:2.0625rem;left:28.4375rem;display:block; }
#FxrceETxsMqb1639hvAzm5mZ9EROwTIF { color:#ce7b8e;display:block;width:60rem;position:absolute;font-family:neuton;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { background-color: transparent; background-image: none; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container > .video-iframe-container { display: none; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row > .video-iframe-container { display: none; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .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); }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { border-width: 0; border-radius: 0; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#VQhncGepm6sysvntKkZvAGoinJsus1L8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:47.625rem;width:50rem;top:0rem;left:5rem;overflow:hidden;display:block; }
#EsaIuo5nxaAeKtgoIaCQPhin4meZOeAG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.625rem;width:50rem;display:none; }
#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { background-color: transparent; background-image: none; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container > .video-iframe-container { display: none; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row > .video-iframe-container { display: none; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .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); }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { border-width: 0; border-radius: 0; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#MpOcOluk3O8pG0iB928tKlEl7LP3hT3h { color:#515151;display:block;width:22.0625rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:8.63916015625rem;left:5rem;height:8.04931875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HSRPAd3wo67UOkLCGKe4CbkwUXDHX3f6 { position:absolute;display:block;z-index:15008;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:3.4375rem;left:5.0625rem;display:block; }
#M3NVlMFWreMuHlOaFuVTN3OCeL3HT2OV { color:#ce7b8e;display:block;width:17.0625rem;position:absolute;font-family:neuton;font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:5rem;height:3.8183625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyQSmpFXIWTL3sLGDbmeeMBrw1GUrzZH { position:absolute;display:block;z-index:15026;background-color:#1b6d12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:17.9375rem;left:5rem;display:block; }
#a60mrIBR88ZQTMckyXGUJ75TbGZiL5zN { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:17.9375rem;left:5.0625rem;display:block; }
#KB2drHlvRRvlu9GSesRnULHdSkvfEhr1 { background-color:#52c345;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:20.4375rem;height:3.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:17.9375rem;left:8.3125rem;display:block; }
#GLWJWWuMaKB1b8cQ88eb6aHmNUnb95Ac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g0Q6iZcG8T4hOTVp2ealFGnOFv56qnXh { position:absolute;display:block;z-index:15026;background-color:#1b6d12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:25.1875rem;left:30rem;display:none; }
#cfx19TKXyZN1IuxGBAXrrH4VRiakz0lu { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:25.1875rem;left:30.0625rem;display:none; }
#gly0c5mfOyuJM6WAfpVl1uF9FfN7Tekt { background-color:#52c345;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:20.4375rem;height:3.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.1875rem;left:33.3125rem;display:none; }
#eZuT9DBeddJpeBS0Z83fbRM0iRSadT6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ly1JGvaZNhTK7uf3Gwe1CBDSz68MFGTb { position:absolute;display:block;z-index:15047;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:27.5625rem;width:23.75rem;top:1.5625rem;left:31.25rem;overflow:hidden;display:block; }
#rocn50r0eigVyxGPwiOiJz9vLe7H82fG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG.adaptive-delivery-prevent-bg, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyload, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyloading { background-image: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { background-color: transparent; background-image: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container > .video-iframe-container { display: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row > .video-iframe-container { display: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .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); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { border-width: 0; border-radius: 0; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:60rem;position:relative;display:block; }#tgCJ1C0bAtZSJ2exImJaE5V45WJsTudq { color:#ffffff;display:block;width:60rem;position:absolute;font-family:neuton;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sp07EwtWQ1zn2ikQQEyBFOTxMUzS4xyB { color:#ffffff;display:block;width:60rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDQB5qFMpmrWn5cQhLdehLpbOUuEQiUQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e56284, #e895aa);background-image: -moz-linear-gradient(90deg, #e56284, #e895aa);background-image: -ms-linear-gradient(90deg, #e56284, #e895aa);background-image: -o-linear-gradient(90deg, #e56284, #e895aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56284', endColorstr='#e895aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56284', endColorstr='#e895aa' );";background-image: linear-gradient(90deg, #e56284, #e895aa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:49.36865234375rem;left:17.71875rem;display:block; }
#Zu2hkROIuKpKeoERH4Id7lMzKhtdkquk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gS3OFmu400o2tTNGxWxWvUB8UdaBEQ7W { color:#f6ecec;display:block;width:48.8125rem;position:absolute;font-family:neuton;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.59375rem;left:5.59375rem;height:11.70044375rem;text-align:center;text-align-last:center;display:block; }
#NGrmRSGqDgq5hNmBRzR5KIbcPCLqW9PH { color:#f6ecec;display:block;width:48.8125rem;position:absolute;font-family:neuton;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:34.96875rem;left:6.21875rem;height:11.70044375rem;text-align:center;text-align-last:center;display:block; }
#egFgMfiuddWf1MhskzotoZwE15ln4Dd7 { position:absolute;display:block;z-index:15008;background-color:#f8f8f8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:28.25rem;top:29.40625rem;left:15.875rem;display:block; }
#dcOJQe00C1MHMMCO2nWPGVOM4tszshSF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.96875rem;left:23.65625rem; }
#KVNC72CQt9H0E9TG2AB085uvRCvKxWye { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:10.96875rem;left:25.78125rem; }
#nugyw2hrchL49TXO6EZPK6X0KwSw2Dyx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:10.96875rem;left:27.96875rem; }
#VAviLhAFg0ycXVTaW3kbTROx3M92lJ9t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:10.96875rem;left:30.21875rem; }
#HN3h7GNu6mPaTlxKnOaEIFLpkJmtnAmw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:10.96875rem;left:32.46875rem; }
#eDnA7JJMqv6mzeThzWvIuwcmiEtnXwgC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.34375rem;left:24.21875rem; }
#XeB45VC7HzG3wKMZFm63CJIDAZigkF7U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:31.34375rem;left:26.28125rem; }
#C6pW8enunSVeKuGX5Szt2sEWikEMaI1w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.28125rem;left:28.34375rem; }
#rcCSnmmh6l80y7EDTVXcG71SD7SnNVTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:31.28125rem;left:30.53125rem; }
#t6OVI9vOTSPgfuxdBvstL07UwaEDdVtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:31.21875rem;left:32.78125rem; }
#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { background-color: transparent; background-image: none; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container > .video-iframe-container { display: none; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row > .video-iframe-container { display: none; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .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); }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { border-width: 0; border-radius: 0; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#iumNEHLl0mrqIGzPEwqN4zQ3DaOiSNGA { color:#515151;display:block;width:50.625rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.6875rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e31OpgG7oqBnNGime79H572G8SA87Tx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { background-color: transparent; background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .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); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { border-width: 0; border-radius: 0; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:60rem;position:relative;display:block; }#Gar45dHR6UgaUdtyzk548boBlKDL0Ccq { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:13.875rem;top:22.125rem;left:0.125rem;display:block; }
#cEuDkyBtyXZSnIwEB3WZsVIvhC7DR7pa { color:#e17191;display:block;width:12.875rem;position:absolute;font-family:neuton;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:22.5rem;left:0.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOMH5mofaVrKZhemEHia5lloTI5ZRvXM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.1875rem;width:21.5625rem;top:24.9375rem;left:0rem;display:block; }
#fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/674a1XBc/aula02.jpeg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #e17191;border-left:0.125rem solid #e17191;border-right:0.125rem solid #e17191;border-bottom:0.125rem solid #e17191;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:21.375rem;top:1.4375rem;left:0rem;display:block; }#fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd.adaptive-delivery-prevent-bg, #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd.lazyload, #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd.lazyloading { background-image: none; }
#mAuzcm668TxoPg7RxR4LgAWL4bt1nRV7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/73747457-3853-41a0-8976-faea665b85dd/foto_Fabiana_site_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #e17191;border-left:0.125rem solid #e17191;border-right:0.125rem solid #e17191;border-bottom:0.125rem solid #e17191;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.375rem;width:37.375rem;top:1.40625rem;left:22.375rem;display:block; }#sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.adaptive-delivery-prevent-bg, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyload, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyloading { background-image: none; }
#pWWple81C5pm0bB0r3aC60tgRDIikTpx { color:#4f4f4f;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:47.125rem;left:0rem;height:0.97473125rem;display:block; }
#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.adaptive-delivery-prevent-bg, #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.lazyload, #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.lazyloading { background-image: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { background-color: transparent; background-image: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .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); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { border-width: 0; border-radius: 0; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#TwF4PrBrzSLqxTCsm56zVcCglFNDZnBH { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.25rem;left:4.125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BpD8SGctU8wpXZEahZdJCynb1tBkW67m { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:neuton;font-size:3.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.125rem;left:0rem;height:4.63135rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mE0HhOAe8CuRUnQa1PDCbd2x52vJQNZJ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:36.1875rem;top:0.8125rem;left:0rem;display:block; }
#pQpfanptPebWRPUDybWSQFr9tZurMykx { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.3);background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:22.375rem;top:0.8125rem;left:37.375rem;display:block; }
#wRcBkeB8lVfM1ZUgLXzW1WwQTaDDlgQd { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:neuton;font-size:3.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.21875rem;left:44.8125rem;height:8.286125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VxJvSspG12XdfHkxbU7MpO1MAPr1vOBI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:neuton;font-size:4.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9375rem;height:13rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.125rem;left:37.71875rem;display:block; }
#bCWHyTg6F4VaD3MwARuw1UUd7x5E4OMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3bfwEi76u130ZNliNt46IRhdFEHvNT6 { box-sizing:content-box;color:#ffffff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);display:block;z-index:15013;top:3.59375rem;left:38.71875rem;display:block; }
#HIs9Nxvln014oh7tzZfrvAwVKXSgpWqr { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:neuton;font-size:3.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.21875rem;left:44.8125rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { background-color: transparent; background-image: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .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); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { border-width: 0; border-radius: 0; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#vSpkyL3aM49TpwMDKFNtXDWrpAR5ad9K { position:absolute;display:block;z-index:15007;background-color:#e17191;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:2.5625rem;left:28.4375rem;display:block; }
#LkOxwKmch4EK3TFJJ9Cxlele5ZbeTw9A { color:#515151;display:block;width:60rem;position:absolute;font-family:neuton;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpqklHXOc30xT4TlPEiCQbeBBeglgMTF { color:#515151;display:block;width:60rem;position:absolute;font-family:neuton;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAWNgdaKdCScucveDa4X08qAraM1llga { position:absolute;display:block;z-index:15044;height:6.25rem;width:6.25rem;top:5.375rem;left:53.75rem;display:block; }
#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { background-color: transparent; background-image: none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container > .video-iframe-container { display: none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row > .video-iframe-container { display: none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .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); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { border-width: 0; border-radius: 0; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#sgOJ7lGe897pH9sDdlHP5V1nTlHro9O0 { position:absolute;display:block;z-index:15038;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:25.5625rem;left:5.125rem;display:block; }
#Cxr9mcCyZW9JtTHa1ubx5hFm0ilmxr6H { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:27.234375rem;left:31.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HTK36tqe/lipoaspiracao_papada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:3.5rem;left:30.625rem;display:block; }#k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX.adaptive-delivery-prevent-bg, #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX.lazyload, #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX.lazyloading { background-image: none; }
#kXHdd9g5xn0gGBna45vN0TgEn6ufAs72 { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/1OW6AbGs/sculptra_bioestimulador_colageno.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:3.5rem;left:5.125rem;display:block; }#kXHdd9g5xn0gGBna45vN0TgEn6ufAs72.adaptive-delivery-prevent-bg, #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72.lazyload, #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72.lazyloading { background-image: none; }
#WIetVqdlqRN5h2gpth0NSVLv2Zfl1FEb { position:absolute;display:block;z-index:15039;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:25.5625rem;left:30.625rem;display:block; }
#UfW6TiXSbqGkXpq21zfABbp0h1ZshwBT { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.21875rem;left:6.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLfygtUrPMqhi0dfTxZLTWM0w6FWqRVB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:24.25rem;height:27.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:3.5rem;left:5.125rem;display:block; }
#Ap8TNiqtKiLNHqODBuOVroQcyXqBXHTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4IQTbVPLTORBg5zKaIVTL4LiwuSLeIl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:24.25rem;height:27.75rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:3.5rem;left:30.625rem;display:block; }
#ANRtcKT1I3PCWKzbHiPDvaiCfx7cpX34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { background-color: transparent; background-image: none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container > .video-iframe-container { display: none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row > .video-iframe-container { display: none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .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); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { border-width: 0; border-radius: 0; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#ucieQGnOwXaGpDWDWDPPUGPQ1Q0i9FVP { position:absolute;display:block;z-index:15038;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:22rem;left:5.125rem;display:block; }
#oyV9KLTaq1RTOVFUlWqbFx1PJeiAP9dm { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:23.69687461853rem;left:31.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SergH55sbgdyi9QBWyL4D2mMbRoFidlT { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/8wg4zP0p/skinboosters.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:0rem;left:30.625rem;display:block; }#SergH55sbgdyi9QBWyL4D2mMbRoFidlT.adaptive-delivery-prevent-bg, #SergH55sbgdyi9QBWyL4D2mMbRoFidlT.lazyload, #SergH55sbgdyi9QBWyL4D2mMbRoFidlT.lazyloading { background-image: none; }
#SiFIASFlbcmdATBx10QtgwEPO9zL8QbH { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/gssfIjmV/preenchimento_acido_hialuronico.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.25rem;top:0rem;left:5.125rem;display:block; }#SiFIASFlbcmdATBx10QtgwEPO9zL8QbH.adaptive-delivery-prevent-bg, #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH.lazyload, #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH.lazyloading { background-image: none; }
#pqo3FVGcBrG1ZSfMWqifI2iU8E0TCai1 { position:absolute;display:block;z-index:15039;background-color:rgba(206,123,142,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.25rem;top:22rem;left:30.625rem;display:block; }
#bT8TNEv3nSbc9cJt1TH0vRUVIATHbmf2 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:neuton;font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.71875rem;left:6.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xacfMqWAOWRa8JCgm31bWUivCUmF1OQ9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:24.25rem;height:27.75rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:0rem;left:5.125rem;display:block; }
#hHwocTblxxOIEGQomHzl66EiEnDX8kPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hx4BLwVd62oTbtnV6TRP0icp5lS8x7GO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:24.25rem;height:27.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:0rem;left:30.625rem;display:block; }
#c1uU4uT5dCfZ9gmVCgcOsger74n3unqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.adaptive-delivery-prevent-bg, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyload, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyloading { background-image: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { background-color: transparent; background-image: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container > .video-iframe-container { display: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row > .video-iframe-container { display: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .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); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { border-width: 0; border-radius: 0; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#meKh6uIw5T5lwWuIZkLNtWqKCc3RinZw { box-sizing:content-box;color:#ffffff;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:15006;top:16.6875rem;left:32.75rem;display:block; }
#GZTIHtFJOAE46RZg2qsnApBCzlbA4ZKK { box-sizing:content-box;color:#ffffff;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:15007;top:16.6875rem;left:29rem;display:block; }
#be31TR3XkxnT6CcKEqSRLemwI7liFcBs { color:#ffffff;display:block;width:33.499375rem;position:absolute;font-family:neuton;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.923828125rem;left:13.216796875rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVoJS1Mcq5sCKTaTEZLcvL8q6ZLXxFIg { position:absolute;display:block;z-index:15011;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.1875rem;width:11.5rem;top:1.3125rem;left:24.25rem;overflow:hidden;display:block; }
#Dy5BsQdOqQyr607moiSdT8DWPo3EPEuT { box-sizing:content-box;color:#ffffff;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:15007;top:16.6875rem;left:25.1875rem;display:block; }
#z7CeUtrMucvaBsHyNzBoCeaaBmlHlP33 { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:13.9375rem;left:16.875rem;display:block; }
#miy8qUmW3QDuOI0w0h5SlihPNDilR7Ie { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:neuton;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:23.75rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#q7xrDNBuM930JyT5tc9v6R0wN6zMpLJF { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:neuton;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.25rem;left:20.71875rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#tTxsB8XDKDftp5U3Mgsni2pChkJwkfiT { color:#ffffff;display:block;width:29rem;position:absolute;font-family:neuton;font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:14.25rem;left:18.0625rem;height:1.54358125rem;text-align:center;text-align-last:center;display:block; }
#OBHqUEVw3c0a7nc1ZCLd4tQRw7V8deMO { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:neuton;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.9375rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UoTvB0BAFk158sDuKiKw9MarqUZEe3hB { display:block; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqPLoHsORJACwMoGchKUsosv72RTghVq { top:0.5rem;left:0rem;width:8.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJCD94GSApm936GOIp3NT3VHJRrF0QTn { width:5.5rem;height:3.5rem;top:0.8125rem;left:7.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfg0VpG2ztrkVKPRnliRP6whLX8LNoUX { display:block; }
 }@media only screen and (max-width: 763px) { #V9z516t6J556341HMKSFJEulgkJbtNah { width:7.375rem;height:3.4375rem;top:0.8125rem;left:13.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawuR3nfnwILOPkybwt4dTKdaGNA0h3I { display:block; }
 }@media only screen and (max-width: 763px) { #phdrS4MBqbWR1UzPU1gukX7RcaoiuQ7Z { width:6.3125rem;height:3.4375rem;top:0.8125rem;left:21.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPXPHDOTKJGIQ8RZqJTn3u0QSrFO61RF { display:block; }
 }@media only screen and (max-width: 763px) { #U2VzFhs3JDmXIe9RmFOvqKdKnHATTIyB { width:8.5rem;height:3.4375rem;top:0.8125rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8FxX0zKHaJ0XpZym1WyobMnLk2RQ9hR { display:block; }
 }@media only screen and (max-width: 763px) { #ecqlcnuzHLsHXQneFZyblneTo3aHc5Wm { width:9rem;height:3.4375rem;top:0.8125rem;left:37.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlsRNRql17CbF9BpJNlrMbZT9wrnSJ3i { display:block; }
 }@media only screen and (max-width: 763px) { #UBDGfx3fNIp8XBGN8TnmIu0TUFneOUD4 { top:1.5rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6J4Owv8TIG6Ek6au24fXIfPK6mrGalo { top:1.5rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jisc44BmuMNpprAugl0V5o5TG8m5xEuC { top:1.5rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 { display:none; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IBH3MRup0fg378KSDS7O6tKSm0ObgXQg { top:0.5rem;left:0rem;width:8.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfPZWqMFqhJ392ZGWbX4xh40tNEWpJcz { width:5.5rem;height:3.5rem;top:0.8125rem;left:7.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKp41by5N5hdG2weqgQN2eSzwqvX9yNl { display:block; }
 }@media only screen and (max-width: 763px) { #hVdOHlwtTSiS460XV9sn2hTOPW6ZfJ2Q { width:7.375rem;height:3.4375rem;top:0.8125rem;left:13.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnaRPbEBUJbs9lp2egHVT69AkNCG8RN { display:block; }
 }@media only screen and (max-width: 763px) { #DVBs8SMRRrNtvGx1hTnv77v81leVWLNP { width:6.3125rem;height:3.4375rem;top:0.8125rem;left:21.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTZLvJnmsXKqTPVf3JWmGQ1mdH05goz3 { display:block; }
 }@media only screen and (max-width: 763px) { #nkxfzmfm5SCGs8TI3AhB5zNyiim9xKKB { width:8.5rem;height:3.4375rem;top:0.8125rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZU1iRT6fhIx0q3645vNXJxFMfgfRmz9 { display:block; }
 }@media only screen and (max-width: 763px) { #SfWWvFgWCoM813PJ8o1QgQLCD4X683n5 { width:9rem;height:3.4375rem;top:0.8125rem;left:37.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L22QWHfnu0ioy7die5vmGAp3GpS0xs7f { display:block; }
 }@media only screen and (max-width: 763px) { #P6BglTKGKxN92ipNvUFfbRFXcfgyDFXJ { top:1.5rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6BEUpT0cGolBFH4bs6BXTIosgc8EBkT { top:1.5rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT1PQ2VpZ042l4xLsTHbryWQ8V6wKHEw { top:1.5rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIyiy0VuSKP5MTE1K5KDRUfIU2eqs5mi { display:none; }
 }@media only screen and (max-width: 763px) { #vtXmXvJMvRfSHRCyfkTnPlhaMatITrnT { top:0.3125rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs { display:block; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPZpz9sGzmks81Di6o80JPmZiGKl96wD { width:20.4375rem;height:3.6875rem;top:25.1875rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPZwXm5ztb3XLK9iFVtWPbOdbWiNmsq { display:block; }
 }@media only screen and (max-width: 763px) { #rffMmO5ir9AwwBZtPkAaWHrRi2TfpB6W { top:25.1875rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZEwwOeK7iho8vpUTpnNv5BTFc6S1SqL { top:25.1875rem;left:23.9375rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:21.6875rem;height:21.4375rem;top:2.875rem;left:0.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDT0UL99DFwKMOkgTBJJWNLlqd91E7m0 { top:26.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMfplPh4LKdLpBp1ZXrV4ahbeFSfHV1 { width:16.25rem;height:2.0625rem;top:27.0625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6xxCwqGTM9TpOPoVQvkT65VQcEIzn7 { display:block; }
 }@media only screen and (max-width: 763px) { #AIDK3CVEC2fcPMXGOzmw0Dk3ppPfUt4q { top:37.5rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4oWiKzvMwCzArwF8aJp4rVlJS24JM3A { top:38.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQLW0vlaWmIpafDeuESF1tV7fULzKfk { top:38.8125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpA8pb29lxRmAieMmuTZ16hFQdcRiBpW { top:0.625rem;left:20.6875rem;width:27.0625rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UNhiv1T4kIylABoxB5bWghhpZkPE3f { width:23.9375rem;height:1.125rem;top:25.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsGlImSRWcg5b4JNKe9gO69EmePt2gfS { width:20.4375rem;height:3.6875rem;top:30.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5oRhId6QaDmPlExpR7NC3t8tCrH6BbF { display:block; }
 }@media only screen and (max-width: 763px) { #TDd3XFVmL7RGwpuilaQrEzNOHi2K7MCw { top:30.875rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTipZJNlIJqKRF5knRyG8KsqWtZWRxs { top:30.875rem;left:0rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le1vH8Sr9fUXZAgTvFGr52ETWfGQa0IA { top:25.1875rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtdM1z0VOEX0G35kHB6PfQabEuS369rf { top:25.1875rem;left:23.9375rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zy4dGs3v98AtlI7pE4EJF8Png7e7QCbu { width:20.4375rem;height:3.6875rem;top:25.1875rem;left:27.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #moARFGDlKAP8kGbG5TnzINgJh1PL4aBe { display:block; }
 }@media only screen and (max-width: 763px) { #FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ { display:block; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBR2TEJHrD0hs1l5ygx0hDid4EAem8rA { width:3.125rem;height:0.125rem;top:2.0625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrceETxsMqb1639hvAzm5mZ9EROwTIF { width:47.75rem;height:3.8125rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU { display:block; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQhncGepm6sysvntKkZvAGoinJsus1L8 { top:0rem;left:0rem;width:47.75rem;height:45.481875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaIuo5nxaAeKtgoIaCQPhin4meZOeAG { width:47.75rem;height:45.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se { display:block; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpOcOluk3O8pG0iB928tKlEl7LP3hT3h { width:22.0625rem;height:8rem;top:8.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPAd3wo67UOkLCGKe4CbkwUXDHX3f6 { width:3.125rem;height:0.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3NVlMFWreMuHlOaFuVTN3OCeL3HT2OV { width:17.0625rem;height:3.8125rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQSmpFXIWTL3sLGDbmeeMBrw1GUrzZH { top:17.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a60mrIBR88ZQTMckyXGUJ75TbGZiL5zN { top:17.9375rem;left:0rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB2drHlvRRvlu9GSesRnULHdSkvfEhr1 { width:20.4375rem;height:3.6875rem;top:17.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLWJWWuMaKB1b8cQ88eb6aHmNUnb95Ac { display:block; }
 }@media only screen and (max-width: 763px) { #g0Q6iZcG8T4hOTVp2ealFGnOFv56qnXh { top:25.1875rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfx19TKXyZN1IuxGBAXrrH4VRiakz0lu { top:25.1875rem;left:23.9375rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gly0c5mfOyuJM6WAfpVl1uF9FfN7Tekt { width:20.4375rem;height:3.6875rem;top:25.1875rem;left:27.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZuT9DBeddJpeBS0Z83fbRM0iRSadT6n { display:block; }
 }@media only screen and (max-width: 763px) { #Ly1JGvaZNhTK7uf3Gwe1CBDSz68MFGTb { top:1.5625rem;left:24rem;width:23.75rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rocn50r0eigVyxGPwiOiJz9vLe7H82fG { display:block; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgCJ1C0bAtZSJ2exImJaE5V45WJsTudq { width:47.75rem;height:3.8125rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp07EwtWQ1zn2ikQQEyBFOTxMUzS4xyB { width:47.75rem;height:1.8125rem;top:7.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDQB5qFMpmrWn5cQhLdehLpbOUuEQiUQ { width:24.5625rem;height:3.4375rem;top:49.3125rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2hkROIuKpKeoERH4Id7lMzKhtdkquk { display:block; }
 }@media only screen and (max-width: 763px) { #gS3OFmu400o2tTNGxWxWvUB8UdaBEQ7W { top:14.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGrmRSGqDgq5hNmBRzR5KIbcPCLqW9PH { top:34.9375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFgMfiuddWf1MhskzotoZwE15ln4Dd7 { width:28.25rem;height:0.125rem;top:29.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcOJQe00C1MHMMCO2nWPGVOM4tszshSF { top:10.9375rem;left:17.53125rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVNC72CQt9H0E9TG2AB085uvRCvKxWye { top:10.9375rem;left:19.65625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nugyw2hrchL49TXO6EZPK6X0KwSw2Dyx { top:10.9375rem;left:21.84375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAviLhAFg0ycXVTaW3kbTROx3M92lJ9t { top:10.9375rem;left:24.09375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN3h7GNu6mPaTlxKnOaEIFLpkJmtnAmw { top:10.9375rem;left:26.34375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDnA7JJMqv6mzeThzWvIuwcmiEtnXwgC { top:31.3125rem;left:18.09375rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeB45VC7HzG3wKMZFm63CJIDAZigkF7U { top:31.3125rem;left:20.15625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6pW8enunSVeKuGX5Szt2sEWikEMaI1w { top:31.25rem;left:22.21875rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcCSnmmh6l80y7EDTVXcG71SD7SnNVTX { top:31.25rem;left:24.40625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6OVI9vOTSPgfuxdBvstL07UwaEDdVtV { top:31.1875rem;left:26.65625rem;width:2.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR { display:block; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iumNEHLl0mrqIGzPEwqN4zQ3DaOiSNGA { width:47.75rem;height:3.6875rem;top:2.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gar45dHR6UgaUdtyzk548boBlKDL0Ccq { top:22.125rem;left:0rem;width:13.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuDkyBtyXZSnIwEB3WZsVIvhC7DR7pa { width:12.875rem;height:1.5rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOMH5mofaVrKZhemEHia5lloTI5ZRvXM { top:24.9375rem;left:0rem;width:21.5625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd { top:1.4375rem;left:0rem;width:21.375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAuzcm668TxoPg7RxR4LgAWL4bt1nRV7 { display:none; }
 }@media only screen and (max-width: 763px) { #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh { top:1.375rem;left:10.125rem;width:37.375rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWple81C5pm0bB0r3aC60tgRDIikTpx { top:47.125rem;left:0rem;width:21.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwF4PrBrzSLqxTCsm56zVcCglFNDZnBH { width:28.0625rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpD8SGctU8wpXZEahZdJCynb1tBkW67m { width:36.3125rem;height:4.625rem;top:9.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0HhOAe8CuRUnQa1PDCbd2x52vJQNZJ { top:0.8125rem;left:0rem;width:36.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpfanptPebWRPUDybWSQFr9tZurMykx { top:0.8125rem;left:25.125rem;width:22.375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRcBkeB8lVfM1ZUgLXzW1WwQTaDDlgQd { width:14.8125rem;height:8.25rem;top:3.1875rem;left:32.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxJvSspG12XdfHkxbU7MpO1MAPr1vOBI { width:21.9375rem;height:13rem;top:1.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWHyTg6F4VaD3MwARuw1UUd7x5E4OMm { display:block; }
 }@media only screen and (max-width: 763px) { #E3bfwEi76u130ZNliNt46IRhdFEHvNT6 { top:3.5625rem;left:32.59375rem;width:7.5rem;height:7.5rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIs9Nxvln014oh7tzZfrvAwVKXSgpWqr { width:14.6875rem;height:2rem;top:16.1875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR { display:block; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSpkyL3aM49TpwMDKFNtXDWrpAR5ad9K { width:3.125rem;height:0.125rem;top:2.5625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkOxwKmch4EK3TFJJ9Cxlele5ZbeTw9A { width:47.75rem;height:3.8125rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpqklHXOc30xT4TlPEiCQbeBBeglgMTF { width:47.75rem;height:1.8125rem;top:8.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWNgdaKdCScucveDa4X08qAraM1llga { top:5.375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 { display:block; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgOJ7lGe897pH9sDdlHP5V1nTlHro9O0 { top:25.5625rem;left:0rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxr9mcCyZW9JtTHa1ubx5hFm0ilmxr6H { width:21.75rem;height:2rem;top:27.1875rem;left:25.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX { top:3.5rem;left:23.5rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72 { top:3.5rem;left:0rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIetVqdlqRN5h2gpth0NSVLv2Zfl1FEb { top:25.5625rem;left:23.5rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfW6TiXSbqGkXpq21zfABbp0h1ZshwBT { width:21.75rem;height:4.0625rem;top:26.1875rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLfygtUrPMqhi0dfTxZLTWM0w6FWqRVB { width:24.25rem;height:27.75rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8TNiqtKiLNHqODBuOVroQcyXqBXHTc { display:block; }
 }@media only screen and (max-width: 763px) { #L4IQTbVPLTORBg5zKaIVTL4LiwuSLeIl { width:24.25rem;height:27.75rem;top:3.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANRtcKT1I3PCWKzbHiPDvaiCfx7cpX34 { display:block; }
 }@media only screen and (max-width: 763px) { #eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ { display:block; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucieQGnOwXaGpDWDWDPPUGPQ1Q0i9FVP { top:22rem;left:0rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyV9KLTaq1RTOVFUlWqbFx1PJeiAP9dm { width:21.75rem;height:2rem;top:23.6875rem;left:25.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SergH55sbgdyi9QBWyL4D2mMbRoFidlT { top:0rem;left:23.5rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH { top:0rem;left:0rem;width:24.25rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqo3FVGcBrG1ZSfMWqifI2iU8E0TCai1 { top:22rem;left:23.5rem;width:24.25rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8TNEv3nSbc9cJt1TH0vRUVIATHbmf2 { width:21.75rem;height:4.0625rem;top:22.6875rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xacfMqWAOWRa8JCgm31bWUivCUmF1OQ9 { width:24.25rem;height:27.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwocTblxxOIEGQomHzl66EiEnDX8kPp { display:block; }
 }@media only screen and (max-width: 763px) { #Hx4BLwVd62oTbtnV6TRP0icp5lS8x7GO { width:24.25rem;height:27.75rem;top:0rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1uU4uT5dCfZ9gmVCgcOsger74n3unqd { display:block; }
 }@media only screen and (max-width: 763px) { #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD { display:block; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meKh6uIw5T5lwWuIZkLNtWqKCc3RinZw { top:16.6875rem;left:26.625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTIHtFJOAE46RZg2qsnApBCzlbA4ZKK { top:16.6875rem;left:22.875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be31TR3XkxnT6CcKEqSRLemwI7liFcBs { top:19.875rem;left:7.091796875rem;width:33.4375rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVoJS1Mcq5sCKTaTEZLcvL8q6ZLXxFIg { top:1.3125rem;left:18.125rem;width:11.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy5BsQdOqQyr607moiSdT8DWPo3EPEuT { top:16.6875rem;left:19.0625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CeUtrMucvaBsHyNzBoCeaaBmlHlP33 { top:13.9375rem;left:10.75rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miy8qUmW3QDuOI0w0h5SlihPNDilR7Ie { top:10.625rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xrDNBuM930JyT5tc9v6R0wN6zMpLJF { top:12.25rem;left:14.59375rem;width:18.5625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxsB8XDKDftp5U3Mgsni2pChkJwkfiT { top:14.25rem;left:11.9375rem;width:29rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHqUEVw3c0a7nc1ZCLd4tQRw7V8deMO { top:7.25rem;left:15.8125rem;width:15.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UoTvB0BAFk158sDuKiKw9MarqUZEe3hB { position:relative;z-index:auto;display:block; }#UoTvB0BAFk158sDuKiKw9MarqUZEe3hB > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqPLoHsORJACwMoGchKUsosv72RTghVq { width:8.3125rem;height:3.75rem;top:0.75rem;left:6.03125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PJCD94GSApm936GOIp3NT3VHJRrF0QTn { width:20rem;height:1.5625rem;top:5.75rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Vfg0VpG2ztrkVKPRnliRP6whLX8LNoUX { display:block; }
 }@media only screen and (max-width: 763px) { #V9z516t6J556341HMKSFJEulgkJbtNah { width:20rem;height:1.5625rem;top:7.5rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #VawuR3nfnwILOPkybwt4dTKdaGNA0h3I { display:block; }
 }@media only screen and (max-width: 763px) { #phdrS4MBqbWR1UzPU1gukX7RcaoiuQ7Z { width:20rem;height:1.5625rem;top:9.25rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #uPXPHDOTKJGIQ8RZqJTn3u0QSrFO61RF { display:block; }
 }@media only screen and (max-width: 763px) { #U2VzFhs3JDmXIe9RmFOvqKdKnHATTIyB { width:20rem;height:1.5625rem;top:11rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #K8FxX0zKHaJ0XpZym1WyobMnLk2RQ9hR { display:block; }
 }@media only screen and (max-width: 763px) { #ecqlcnuzHLsHXQneFZyblneTo3aHc5Wm { width:20rem;height:1.5625rem;top:12.75rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #SlsRNRql17CbF9BpJNlrMbZT9wrnSJ3i { display:block; }
 }@media only screen and (max-width: 763px) { #UBDGfx3fNIp8XBGN8TnmIu0TUFneOUD4 { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:12rem;font-size:1.4375rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #K6J4Owv8TIG6Ek6au24fXIfPK6mrGalo { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:10rem;font-size:1.4375rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #Jisc44BmuMNpprAugl0V5o5TG8m5xEuC { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:8rem;font-size:1.4375rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 { position:relative;z-index:auto;display:block; }#WVriZrbSVToxSEAhN2rPi1bkMhpEQK13 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBH3MRup0fg378KSDS7O6tKSm0ObgXQg { width:8.3125rem;height:3.75rem;top:0.75rem;left:6.03125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #IfPZWqMFqhJ392ZGWbX4xh40tNEWpJcz { width:20rem;height:1.5625rem;top:5.75rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PKp41by5N5hdG2weqgQN2eSzwqvX9yNl { display:block; }
 }@media only screen and (max-width: 763px) { #hVdOHlwtTSiS460XV9sn2hTOPW6ZfJ2Q { width:20rem;height:1.5625rem;top:7.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #eRnaRPbEBUJbs9lp2egHVT69AkNCG8RN { display:block; }
 }@media only screen and (max-width: 763px) { #DVBs8SMRRrNtvGx1hTnv77v81leVWLNP { width:20rem;height:1.5625rem;top:9.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CTZLvJnmsXKqTPVf3JWmGQ1mdH05goz3 { display:block; }
 }@media only screen and (max-width: 763px) { #nkxfzmfm5SCGs8TI3AhB5zNyiim9xKKB { width:20rem;height:1.5625rem;top:11rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uZU1iRT6fhIx0q3645vNXJxFMfgfRmz9 { display:block; }
 }@media only screen and (max-width: 763px) { #SfWWvFgWCoM813PJ8o1QgQLCD4X683n5 { width:20rem;height:1.5625rem;top:12.75rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #L22QWHfnu0ioy7die5vmGAp3GpS0xs7f { display:block; }
 }@media only screen and (max-width: 763px) { #P6BglTKGKxN92ipNvUFfbRFXcfgyDFXJ { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:12rem;font-size:1.4375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #l6BEUpT0cGolBFH4bs6BXTIosgc8EBkT { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:10rem;font-size:1.4375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #RT1PQ2VpZ042l4xLsTHbryWQ8V6wKHEw { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:8rem;font-size:1.4375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #oIyiy0VuSKP5MTE1K5KDRUfIU2eqs5mi { top:1.6875rem;left:17.65625rem;width:1.875rem;height:1.875rem;z-index:15003;font-size:1.3125rem;color:#ce7b8e;display:block; }
 }@media only screen and (max-width: 763px) { #vtXmXvJMvRfSHRCyfkTnPlhaMatITrnT { width:2.0625rem;height:2.0625rem;top:15.4375rem;left:6rem;font-size:1.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs { position:relative;z-index:auto;display:none; }#Jb35B5xyiQ8gpHOmAhbRMThlqahxA1Vs > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73c3b000-7e13-45df-bbdc-116d674edfa2/banner_fabiana_Verao_site_04.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPZpz9sGzmks81Di6o80JPmZiGKl96wD { width:13.25rem;height:3.6875rem;top:24.8125rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPZwXm5ztb3XLK9iFVtWPbOdbWiNmsq { display:block; }
 }@media only screen and (max-width: 763px) { #rffMmO5ir9AwwBZtPkAaWHrRi2TfpB6W { width:3.75rem;height:3.75rem;top:24.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZEwwOeK7iho8vpUTpnNv5BTFc6S1SqL { width:3.6875rem;height:3.6875rem;top:24.8125rem;left:1.5rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:16.0625rem;height:16.5747125rem;top:29.0546875rem;left:2rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDT0UL99DFwKMOkgTBJJWNLlqd91E7m0 { width:2.1875rem;height:2.1875rem;top:48.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuMfplPh4LKdLpBp1ZXrV4ahbeFSfHV1 { width:14.375rem;height:1.9375rem;top:48.75rem;left:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6xxCwqGTM9TpOPoVQvkT65VQcEIzn7 { display:block; }
 }@media only screen and (max-width: 763px) { #AIDK3CVEC2fcPMXGOzmw0Dk3ppPfUt4q { width:4.6875rem;height:4.6875rem;top:47.8125rem;left:15.3125rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4oWiKzvMwCzArwF8aJp4rVlJS24JM3A { width:3.125rem;height:3.125rem;top:48.625rem;left:16rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsQLW0vlaWmIpafDeuESF1tV7fULzKfk { width:2.1875rem;height:2.1875rem;top:49.0625rem;left:16.3125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpA8pb29lxRmAieMmuTZ16hFQdcRiBpW { width:19.9375rem;height:24.9375rem;top:1.9619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UNhiv1T4kIylABoxB5bWghhpZkPE3f { width:20rem;height:1.275025rem;top:46.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsGlImSRWcg5b4JNKe9gO69EmePt2gfS { width:19rem;height:3.6875rem;top:57.32325rem;left:0.5rem;font-size:1.0625rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #P5oRhId6QaDmPlExpR7NC3t8tCrH6BbF { display:block; }
 }@media only screen and (max-width: 763px) { #TDd3XFVmL7RGwpuilaQrEzNOHi2K7MCw { width:3.5625rem;height:3.5625rem;top:49.375rem;left:6.25rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XBTipZJNlIJqKRF5knRyG8KsqWtZWRxs { width:3.6875rem;height:3.6875rem;top:52.38575rem;left:8.125rem;font-size:2.5625rem;color:rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #Le1vH8Sr9fUXZAgTvFGr52ETWfGQa0IA { width:3.6875rem;height:3.6875rem;top:51.875rem;left:1.25rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #LtdM1z0VOEX0G35kHB6PfQabEuS369rf { width:3.6875rem;height:3.6875rem;top:51.875rem;left:1.25rem;font-size:2.5625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #Zy4dGs3v98AtlI7pE4EJF8Png7e7QCbu { width:13.25rem;height:3.6875rem;top:51.875rem;left:4.96875rem;font-size:0.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #moARFGDlKAP8kGbG5TnzINgJh1PL4aBe { display:block; }
 }@media only screen and (max-width: 763px) { #FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ { display:block; }#FaOO1kxBk9cc17f2zcm6gR3sQAFnPGTJ > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MBR2TEJHrD0hs1l5ygx0hDid4EAem8rA { width:3.125rem;height:0.125rem;top:2.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrceETxsMqb1639hvAzm5mZ9EROwTIF { width:20rem;height:4.87426875rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU { display:block; }#RE6tP47yRGzPSPI6GxRo94bVcGcPOgTU > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQhncGepm6sysvntKkZvAGoinJsus1L8 { width:20rem;height:19rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsaIuo5nxaAeKtgoIaCQPhin4meZOeAG { top:0rem;left:0rem;width:20rem;height:19rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se { display:block; }#vf2DZyNBZeuT5yqnL2mDRLgDeDZDa6se > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpOcOluk3O8pG0iB928tKlEl7LP3hT3h { width:20rem;height:5.94970625rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPAd3wo67UOkLCGKe4CbkwUXDHX3f6 { width:3.125rem;height:0.125rem;top:1.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3NVlMFWreMuHlOaFuVTN3OCeL3HT2OV { width:17.0625rem;height:2.4375rem;top:3.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQSmpFXIWTL3sLGDbmeeMBrw1GUrzZH { width:3.6875rem;height:3.6875rem;top:47rem;left:6.25rem;z-index:15007;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #a60mrIBR88ZQTMckyXGUJ75TbGZiL5zN { width:3.6875rem;height:3.6875rem;top:51.9375rem;left:8.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB2drHlvRRvlu9GSesRnULHdSkvfEhr1 { width:19rem;height:3.6875rem;top:56.875rem;left:0.5rem;font-size:1.0625rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #GLWJWWuMaKB1b8cQ88eb6aHmNUnb95Ac { display:block; }
 }@media only screen and (max-width: 763px) { #g0Q6iZcG8T4hOTVp2ealFGnOFv56qnXh { width:3.6875rem;height:3.6875rem;top:13.8125rem;left:1.75rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #cfx19TKXyZN1IuxGBAXrrH4VRiakz0lu { width:3.6875rem;height:3.6875rem;top:13.8125rem;left:1.75rem;font-size:2.5625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #gly0c5mfOyuJM6WAfpVl1uF9FfN7Tekt { width:13.25rem;height:3.6875rem;top:13.8125rem;left:5.0625rem;font-size:0.9375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #eZuT9DBeddJpeBS0Z83fbRM0iRSadT6n { display:block; }
 }@media only screen and (max-width: 763px) { #Ly1JGvaZNhTK7uf3Gwe1CBDSz68MFGTb { width:16.1875rem;height:18.8125rem;top:19.0625rem;left:1.951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rocn50r0eigVyxGPwiOiJz9vLe7H82fG { background-color:transparent;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG.adaptive-delivery-prevent-bg, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyload, #rocn50r0eigVyxGPwiOiJz9vLe7H82fG.lazyloading { background-image: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { background-color: transparent; background-image: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container > .video-iframe-container { display: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row > .video-iframe-container { display: none; }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .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); }#rocn50r0eigVyxGPwiOiJz9vLe7H82fG > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgCJ1C0bAtZSJ2exImJaE5V45WJsTudq { width:20rem;height:4.125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sp07EwtWQ1zn2ikQQEyBFOTxMUzS4xyB { width:20rem;height:1.21875rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDQB5qFMpmrWn5cQhLdehLpbOUuEQiUQ { width:17.5rem;height:3.4375rem;top:50.583984375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2hkROIuKpKeoERH4Id7lMzKhtdkquk { display:block; }
 }@media only screen and (max-width: 763px) { #gS3OFmu400o2tTNGxWxWvUB8UdaBEQ7W { width:20rem;height:13.15613125rem;top:14.34375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGrmRSGqDgq5hNmBRzR5KIbcPCLqW9PH { width:20rem;height:11.69431875rem;top:37.36572265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egFgMfiuddWf1MhskzotoZwE15ln4Dd7 { width:20rem;height:0.125rem;top:31.177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcOJQe00C1MHMMCO2nWPGVOM4tszshSF { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #KVNC72CQt9H0E9TG2AB085uvRCvKxWye { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #nugyw2hrchL49TXO6EZPK6X0KwSw2Dyx { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VAviLhAFg0ycXVTaW3kbTROx3M92lJ9t { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #HN3h7GNu6mPaTlxKnOaEIFLpkJmtnAmw { display:flex;width:2.0625rem;height:2.625rem;top:10.53125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #eDnA7JJMqv6mzeThzWvIuwcmiEtnXwgC { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #XeB45VC7HzG3wKMZFm63CJIDAZigkF7U { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #C6pW8enunSVeKuGX5Szt2sEWikEMaI1w { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #rcCSnmmh6l80y7EDTVXcG71SD7SnNVTX { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #t6OVI9vOTSPgfuxdBvstL07UwaEDdVtV { display:flex;width:2.0625rem;height:2.625rem;top:33.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR { display:block; }#CZ3NQXT0e0VOOh1bEf9ZhsX4rhKTpweR > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iumNEHLl0mrqIGzPEwqN4zQ3DaOiSNGA { width:17.25rem;height:6.906125rem;top:2rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gar45dHR6UgaUdtyzk548boBlKDL0Ccq { width:13.875rem;height:2.25rem;top:19.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEuDkyBtyXZSnIwEB3WZsVIvhC7DR7pa { width:12.875rem;height:1.275025rem;top:20.375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOMH5mofaVrKZhemEHia5lloTI5ZRvXM { height:26.25rem;width:19.75rem;top:24.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqWu2oP4cbmA7N08lJtmsZOUnT73tyd { width:19.75rem;height:20.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAuzcm668TxoPg7RxR4LgAWL4bt1nRV7 { top:44.125rem;left:0rem;width:19.75rem;height:26.25rem;z-index:14998;background-color:transparent;background-image:none;border-top:0.125rem solid #e17191;border-left:0.125rem solid #e17191;border-right:0.125rem solid #e17191;border-bottom:0.125rem solid #e17191;display:none; }
 }@media only screen and (max-width: 763px) { #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh { width:19.75rem;height:21rem;top:52.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eda22bed-99b3-4ae4-bcb9-9ca69ec1cf8b/foto_Fabiana_site_02.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.adaptive-delivery-prevent-bg, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyload, #sTSTNFVuhxhlpBP0vstSZP6nFz8oT7oh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pWWple81C5pm0bB0r3aC60tgRDIikTpx { width:20rem;height:0.97473125rem;top:50.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwF4PrBrzSLqxTCsm56zVcCglFNDZnBH { width:20rem;height:4.0625rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpD8SGctU8wpXZEahZdJCynb1tBkW67m { width:20rem;height:2.4375rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE0HhOAe8CuRUnQa1PDCbd2x52vJQNZJ { width:19.75rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpfanptPebWRPUDybWSQFr9tZurMykx { width:19.75rem;height:5.625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRcBkeB8lVfM1ZUgLXzW1WwQTaDDlgQd { width:14.6875rem;height:0;top:18.59375rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxJvSspG12XdfHkxbU7MpO1MAPr1vOBI { width:19.75rem;height:5.625rem;top:9.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCWHyTg6F4VaD3MwARuw1UUd7x5E4OMm { display:block; }
 }@media only screen and (max-width: 763px) { #E3bfwEi76u130ZNliNt46IRhdFEHvNT6 { width:4.375rem;height:4.375rem;top:10.25rem;left:1.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIs9Nxvln014oh7tzZfrvAwVKXSgpWqr { width:14.6875rem;height:2.03125rem;top:11.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR { background-color:#ffffff;background-image:none;display:block; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { background-color: transparent; background-image: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row > .video-iframe-container { display: none; }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .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); }#sXMDcHlhkfoW7lKifPT4bV6BQo8SBviR > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSpkyL3aM49TpwMDKFNtXDWrpAR5ad9K { width:3.125rem;height:0.125rem;top:3.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkOxwKmch4EK3TFJJ9Cxlele5ZbeTw9A { width:20rem;height:4.125rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fpqklHXOc30xT4TlPEiCQbeBBeglgMTF { width:20rem;height:1.381225rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAWNgdaKdCScucveDa4X08qAraM1llga { width:6.25rem;height:6.25rem;top:0rem;left:13.75rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 { background-color:#ffffff;background-image:none;display:block; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { background-color: transparent; background-image: none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container > .video-iframe-container { display: none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row > .video-iframe-container { display: none; }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .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); }#pQf3sbWTJn5Kh8OK22DpTX8xhoi8WhU3 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgOJ7lGe897pH9sDdlHP5V1nTlHro9O0 { width:20rem;height:4.375rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxr9mcCyZW9JtTHa1ubx5hFm0ilmxr6H { width:20rem;height:1.38125rem;top:38.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3MvaPZ0Pah3ExxSdDwROBBg9Q1uz4cX { width:20rem;height:19.375rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHdd9g5xn0gGBna45vN0TgEn6ufAs72 { width:20rem;height:19.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIetVqdlqRN5h2gpth0NSVLv2Zfl1FEb { width:20rem;height:4.375rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfW6TiXSbqGkXpq21zfABbp0h1ZshwBT { width:14.25rem;height:2.76245rem;top:17.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLfygtUrPMqhi0dfTxZLTWM0w6FWqRVB { width:20rem;height:19.375rem;top:1.25rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #Ap8TNiqtKiLNHqODBuOVroQcyXqBXHTc { display:block; }
 }@media only screen and (max-width: 763px) { #L4IQTbVPLTORBg5zKaIVTL4LiwuSLeIl { width:20rem;height:19.375rem;top:21.9375rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ANRtcKT1I3PCWKzbHiPDvaiCfx7cpX34 { display:block; }
 }@media only screen and (max-width: 763px) { #eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ { background-color:#ffffff;background-image:none;display:block; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { background-color: transparent; background-image: none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container > .video-iframe-container { display: none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row > .video-iframe-container { display: none; }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .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); }#eLavclEoZ5aLuD4sxEJOQ9IPUd2aWEwQ > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucieQGnOwXaGpDWDWDPPUGPQ1Q0i9FVP { width:20rem;height:4.375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyV9KLTaq1RTOVFUlWqbFx1PJeiAP9dm { width:12rem;height:1.38125rem;top:37.125rem;left:4rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SergH55sbgdyi9QBWyL4D2mMbRoFidlT { width:20rem;height:19.375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiFIASFlbcmdATBx10QtgwEPO9zL8QbH { width:20rem;height:19.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqo3FVGcBrG1ZSfMWqifI2iU8E0TCai1 { width:20rem;height:4.375rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8TNEv3nSbc9cJt1TH0vRUVIATHbmf2 { width:15.375rem;height:2.76245rem;top:15.8125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xacfMqWAOWRa8JCgm31bWUivCUmF1OQ9 { width:20rem;height:19.375rem;top:0rem;left:0rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #hHwocTblxxOIEGQomHzl66EiEnDX8kPp { display:block; }
 }@media only screen and (max-width: 763px) { #Hx4BLwVd62oTbtnV6TRP0icp5lS8x7GO { width:20rem;height:19.375rem;top:20.6875rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #c1uU4uT5dCfZ9gmVCgcOsger74n3unqd { display:block; }
 }@media only screen and (max-width: 763px) { #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NIlXevRI/fundo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.adaptive-delivery-prevent-bg, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyload, #G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD.lazyloading { background-image: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { background-color: transparent; background-image: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container > .video-iframe-container { display: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row > .video-iframe-container { display: none; }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .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); }#G1EAmHUbaKaQyuUxN2z49WsuBrl7LuyD > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meKh6uIw5T5lwWuIZkLNtWqKCc3RinZw { width:2rem;height:2rem;top:19.875rem;left:12.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTIHtFJOAE46RZg2qsnApBCzlbA4ZKK { width:2rem;height:2rem;top:19.875rem;left:9.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be31TR3XkxnT6CcKEqSRLemwI7liFcBs { width:20rem;height:2.2744125rem;top:23.625rem;left:0rem;font-size:0.8125rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wVoJS1Mcq5sCKTaTEZLcvL8q6ZLXxFIg { width:8.9375rem;height:4.0625rem;top:2.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy5BsQdOqQyr607moiSdT8DWPo3EPEuT { width:2rem;height:2rem;top:19.875rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7CeUtrMucvaBsHyNzBoCeaaBmlHlP33 { width:2.375rem;height:2.375rem;top:14.818359375rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miy8qUmW3QDuOI0w0h5SlihPNDilR7Ie { width:12.5rem;height:1.381225rem;top:10.375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xrDNBuM930JyT5tc9v6R0wN6zMpLJF { width:18.5625rem;height:1.381225rem;top:11.9375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxsB8XDKDftp5U3Mgsni2pChkJwkfiT { width:14.6875rem;height:2.76245rem;top:15.0625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBHqUEVw3c0a7nc1ZCLd4tQRw7V8deMO { width:15.625rem;height:1.381225rem;top:7.05615234375rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }