.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(90deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(90deg, #f4eddd, #f4f4f4);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(166,167,144,0.64);background-color:#fbf8f9;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; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { border-width: 0; border-radius: 0; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #72745c, #989989);background-image: -moz-linear-gradient(90deg, #72745c, #989989);background-image: -ms-linear-gradient(90deg, #72745c, #989989);background-image: -o-linear-gradient(90deg, #72745c, #989989);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );";background-image: linear-gradient(90deg, #72745c, #989989);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.40625rem;left:60.3125rem;display:block; }
#wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { color:#000000;display:block;width:8rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:2.4375rem;left:16.6875rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SGpmk1SQMPk2VWzPqBuVpiNDiX7lTAk9 { position:absolute;display:block;z-index:15043;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:5rem;width:5rem;top:0.625rem;left:0.875rem;overflow:hidden;display:block; }
#X3ZG18TrEfCrgtbxHeUyFAl0IdrZFE4E { color:#000000;display:block;width:8rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:2.4375rem;left:24.6875rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UIrmIgT5iM7D2TK8885ZhLc0JnKXKkqp { color:#000000;display:block;width:8rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:2.4375rem;left:32.6875rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iAKCMaFgPfyWuKhtdCleroWmfCxyZzkc { color:#000000;display:block;width:8rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:2.4375rem;left:40.6875rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#REhISqWy4bJhtfTViPqO5ayfki0Tec5u { color:#000000;display:block;width:8.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:2.4375rem;left:48.6875rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(130deg, #ffffff, #798260);background-image: -moz-linear-gradient(130deg, #ffffff, #798260);background-image: -ms-linear-gradient(130deg, #ffffff, #798260);background-image: -o-linear-gradient(130deg, #ffffff, #798260);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#798260' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#798260' );";background-image: linear-gradient(130deg, #ffffff, #798260);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; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #989989, #72745c);background-image: -moz-linear-gradient(270deg, #989989, #72745c);background-image: -ms-linear-gradient(270deg, #989989, #72745c);background-image: -o-linear-gradient(270deg, #989989, #72745c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#989989', endColorstr='#72745c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#989989', endColorstr='#72745c' );";background-image: linear-gradient(270deg, #989989, #72745c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem 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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:42.5625rem;left:0.1875rem;display:block; }
#RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { color:#000000;display:block;width:33.75rem;position:absolute;font-family:aboreto;font-size:4.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.08984375rem;left:0rem;height:15.6738125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { display:block;width:40.25rem;position:absolute;font-family:lato;font-size:3.5625rem;font-weight:400;z-index:15007;line-height:1.2;top:23.80078125rem;left:0.1875rem;background-color:transparent;background-image:none;height:4.2744125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZE8767z2AvTOXnev8t02KHw8l3bAw3px { display:block;width:33.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.4;top:29.125rem;left:0.1875rem;background-color:transparent;background-image:none;height:6.82325rem;color:#4e4a49;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:47rem;left:0.1875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ln9F8ahVg8vpIhOUR2I4EH1hlKQ4LE9p { display:block;width:35.125rem;position:absolute;font-family:lato;font-size:3.5625rem;font-weight:400;z-index:15008;line-height:1.2;top:15.2529296875rem;left:0.1875rem;background-color:transparent;background-image:none;height:8.5488125rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZaTDynklugv9SbS1ULv2aHVWgfgtJhOv { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.4375rem;left:62.5625rem;height:1.96875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ucAisEwh6zhQa3uGwnuX4ObLLyKsyBsN { color:#000000;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.375rem;left:65.5rem;height:1.5rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMW9xTsZsp1TU6dG9cGRgKZJf6tDTTOV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.125rem;width:30.375rem;top:10.25rem;left:44.625rem;overflow:hidden;display:block; }
#sUPwiJ6z2flmh6Lbc4HWJT9G9gOPOlyo { box-sizing:content-box;height:1rem;width:1rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#ffffff;background-image:none;top:27.75rem;left:69.75rem;display:block; }
#pwEHKAMZ2bsQo2CpLIJroBCTBaPITsLH { box-sizing:content-box;height:1.75rem;width:1.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:27.3125rem;left:69.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#HKCXJDwcnR5Nafy75QKW0gN1JEWatPUw { box-sizing:content-box;height:14.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:14.2529296875rem;left:70.21875rem;display:block; }
#WxiV55wTmFzQlgLfTy7FdtuvFJaLssw5 { box-sizing:content-box;height:0.0625rem;width:7.5rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;top:14.1875rem;left:67.5rem;display:block; }
#tHfHhpmkvAofcgXOvBXb0GT24qA5lLXM { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:47rem;left:0.1875rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f4133;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; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { background-color: transparent; background-image: none; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container > .video-iframe-container { display: none; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row > .video-iframe-container { display: none; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .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); }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { border-width: 0; border-radius: 0; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#ZwKnnUxdNWH78QlC8fJqKpgLfAwJw50T { 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:4.0625rem;width:7.1875rem;top:1.125rem;left:1.1875rem;overflow:hidden;display:block; }
#XQwqBXowpqDOz4nSvWCfiWE5X402PyI5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.9375rem;top:1.125rem;left:9.4375rem;overflow:hidden;display:block; }
#iJfhCPPE6ILKNZeO0uTALKCWmEJuDqBm { position:absolute;display:block;z-index:15003;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:2rem;width:8.9375rem;top:1.9375rem;left:27.5625rem;overflow:hidden;display:block; }
#fwmETqBo1ES1BPWtTP7Ws7yLTfA2qt54 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.1875rem;top:1.125rem;left:19.3125rem;overflow:hidden;display:block; }
#pXbnswVUqgyCtxrTozT8xAMBQr4uourA { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.25rem;top:1.125rem;left:45.75rem;overflow:hidden;display:block; }
#DEzGFIAG2CTvo9Vop7EVhdb9OwhNraKr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.1875rem;top:2rem;left:37.5rem;overflow:hidden;display:block; }
#fAuZwaErTU9VHfEAkX5mJfU25wPGrR5R { box-sizing:content-box;height:4.0625rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:1.09375rem;left:57.90625rem;display:block; }
#SoBzFb35ZmpVeWh9MWLd2pDZfNcFwphG { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iFctQv4qBMoP4p2H0SVG6lH5aPV3MmMH { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:3.4375rem;width:13.75rem;top:1.40625rem;left:59.6875rem;overflow:hidden;display:block; }
#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f8;background-image:url("https://images.assets-landingi.com/uc/9b329c62-c992-4744-8f16-52d543d42bf5/pombal_8.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.adaptive-delivery-prevent-bg, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyload, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyloading { background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { background-color: transparent; background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .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); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { border-width: 0; border-radius: 0; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { font-size:0.875rem;font-family:arial;height:113.5rem;width:75rem;position:relative;display:block; }#kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#fkl2VUEvzOsghayqHD1pU5F3Gc14ChDg { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.25rem;left:11.25rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zqi8Lma5gaKMuZFiE8MTixSq68JTX4mC { color:#000000;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:16.125rem;left:29.3125rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:18.3125rem;left:29.3125rem;height:13.99413125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ILP0OglnthLWcdbs4VDVfPTxL4Ik0qPE { box-sizing:content-box;height:19.8125rem;width:44.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:14.3125rem;left:27.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:35.4375rem;left:60.187503814698rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CyXKENpLfcw4TU1hJS1AJE2PpVPJhJD0 { color:#232323;display:block;width:38.75rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.125rem;left:18.125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XuPhkc1TIFAs7caGdO4HKXOiT3PNQqoT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #72745c, #989989);background-image: -moz-linear-gradient(90deg, #72745c, #989989);background-image: -ms-linear-gradient(90deg, #72745c, #989989);background-image: -o-linear-gradient(90deg, #72745c, #989989);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );";background-image: linear-gradient(90deg, #72745c, #989989);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:29.2431640625rem;left:9.0625rem;display:block; }
#FZxr2XJmNJouq9WPPiyAJapipCh7Us2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQzmWdJl01Z3xhzPH85RHMxmkrzqJDBM { box-sizing:content-box;height:19.8125rem;width:24.1875rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/31f0125e-e3dd-4b33-93d1-9f2200f2ec5c/ginecologistaconversandocompacientejovemsexofemininoduranteconsultamedicanaclinicamodernapacientecomginecologistaduranteconsultanoconsultorioginecologico.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:3.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#LQzmWdJl01Z3xhzPH85RHMxmkrzqJDBM.adaptive-delivery-prevent-bg, #LQzmWdJl01Z3xhzPH85RHMxmkrzqJDBM.lazyload, #LQzmWdJl01Z3xhzPH85RHMxmkrzqJDBM.lazyloading { background-image: none; }
#bHa7OVz0vha2qwyDQcd7603P7Dw20BAh { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:9.4375rem;left:11.25rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BV5i9zVUlll4yzJ9Fu0sQLpzBBGaMrXb { color:#000000;display:block;width:40.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:41.419921875rem;left:5.5625rem;height:13.9941375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uOGOLrTugbbvtsFfPVQGz2rilcH0WT7i { box-sizing:content-box;height:19.8125rem;width:44.375rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:37.25rem;left:3.3125rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#QiXlZH1y9oRArFRHbwOxwlEmHEmT0fTn { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #72745c, #989989);background-image: -moz-linear-gradient(90deg, #72745c, #989989);background-image: -ms-linear-gradient(90deg, #72745c, #989989);background-image: -o-linear-gradient(90deg, #72745c, #989989);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );";background-image: linear-gradient(90deg, #72745c, #989989);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.125rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:52.0625rem;left:53.5rem;display:block; }
#pZpBorVEwLBCyBuu6z0ubGOmkK7iIWaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3IPR1aV1oOsSe2tTdWEis1y9tKsNZWN { color:#000000;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:39.125rem;left:5.5625rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9WWQEVbxfeS0ilSJ60aS7M4Ughr4OOS { box-sizing:content-box;height:19.8125rem;width:24.1875rem;position:absolute;display:block;z-index:15068;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b202134-9a7f-4f79-8430-f113a1ff7194/medicousandoestetoscopioparaexaminarmulhergravida.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.25rem;left:47.6875rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#l9WWQEVbxfeS0ilSJ60aS7M4Ughr4OOS.adaptive-delivery-prevent-bg, #l9WWQEVbxfeS0ilSJ60aS7M4Ughr4OOS.lazyload, #l9WWQEVbxfeS0ilSJ60aS7M4Ughr4OOS.lazyloading { background-image: none; }
#KGbqCQGQor70HN26JQ2ayZmToU7mk1HE { box-sizing:content-box;height:22.25rem;width:44.375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:83.875rem;left:3.25rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#ZIVdAXpybOXZGlfTAJS0CJXMcioMgdne { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:88.4375rem;left:5.5625rem;height:15.39355rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KxTarSNkShnXzpzf7DfkDgF5GIWDHM2F { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:86.0625rem;left:5.5625rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlgpTsALV4imzi43PEPae1N9t2H10hsv { box-sizing:content-box;height:22.25rem;width:24.1875rem;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd910ae1-fe01-4a37-9073-caa871b9ac32/medicoehomemseniordiscutindonoarquivo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:83.875rem;left:47.625rem;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#hlgpTsALV4imzi43PEPae1N9t2H10hsv.adaptive-delivery-prevent-bg, #hlgpTsALV4imzi43PEPae1N9t2H10hsv.lazyload, #hlgpTsALV4imzi43PEPae1N9t2H10hsv.lazyloading { background-image: none; }
#ALlxPFoByntHn2OEi0ZmhdilSE1gRTym { box-sizing:content-box;height:19.8125rem;width:44.375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:60.375rem;left:27.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0rem;display:block; }
#UwiOt8Baf6PyvTUuUIm9ZOuQ6uw5XeXQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #72745c, #989989);background-image: -moz-linear-gradient(90deg, #72745c, #989989);background-image: -ms-linear-gradient(90deg, #72745c, #989989);background-image: -o-linear-gradient(90deg, #72745c, #989989);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );";background-image: linear-gradient(90deg, #72745c, #989989);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:75.005859375rem;left:7.40625rem;display:block; }
#ruzwLeETO8TEof8KzzMbBVP5gM89bI9I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaLPGWJc3kbeINdJ7izfnnCBFITkz8Jw { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:64.7724609375rem;left:29.875rem;height:12.59471875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LRlQADJSt1z3aTiWG43ATa1m7FHgmmd8 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:62.369140625rem;left:29.875rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q7prFn88ukI88PL9BhuovRw9TnK3OIbU { box-sizing:content-box;height:19.8125rem;width:24.1875rem;position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e974fbc6-2326-4d8a-94be-b1679cae49ff/belajovemdepijamavermelhorelaxandonacama.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.375rem;left:3.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#q7prFn88ukI88PL9BhuovRw9TnK3OIbU.adaptive-delivery-prevent-bg, #q7prFn88ukI88PL9BhuovRw9TnK3OIbU.lazyload, #q7prFn88ukI88PL9BhuovRw9TnK3OIbU.lazyloading { background-image: none; }
#heau8HnaBNeRkv0KiCPyXKs1hyak6taC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #72745c, #989989);background-image: -moz-linear-gradient(90deg, #72745c, #989989);background-image: -ms-linear-gradient(90deg, #72745c, #989989);background-image: -o-linear-gradient(90deg, #72745c, #989989);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );";background-image: linear-gradient(90deg, #72745c, #989989);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:100.7666015625rem;left:53.5rem;display:block; }
#HXBRiIivRPnI5P85fEsp6VN5myTxv3uO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0077f1;background-image:url("https://images.assets-landingi.com/uc/cf6f512c-28df-4314-97b8-0057713e02a7/pombal_10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.adaptive-delivery-prevent-bg, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyload, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyloading { background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { background-color: transparent; background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .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); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { border-width: 0; border-radius: 0; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.0625rem;left:2.3125rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { 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:34.0625rem;width:49.9375rem;display:none; }
#C97r0p2OvSKNAqLEV2NmxZvvz27LAIh0 { box-sizing:content-box;height:19.4375rem;width:14.0625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-size:auto !important;top:20.5rem;left:0.125rem;display:none; }
#LTRQ0HbcU9o5ThDi5tuiCkQJJSwoQBwV { color:#232323;display:block;width:26.5625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gpn5EaBFv5uu3akcsfdHU4a7bveQW2PA { box-sizing:content-box;height:2.6875rem;width:10.75rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:none;top:11.625rem;left:2.1875rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.0625rem solid #fbf6f8;border-left:0.0625rem solid #fbf6f8;border-right:0.0625rem solid #fbf6f8;border-bottom:0.0625rem solid #fbf6f8;display:block; }
#PWHn6GFWUbx9gq9ZWTkTSdPketQxfcqh { box-sizing:content-box;height:13.25rem;width:13.125rem;position:absolute;display:block;z-index:14991;background-color:#3f4133;background-image:none;top:15.5rem;left:1rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gZnXAfp46PXMis7yy5e21n8UOVsFKVVo { box-sizing:content-box;height:2.6875rem;width:10.75rem;position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;top:11.6875rem;left:17.125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.0625rem solid #fbf6f8;border-left:0.0625rem solid #fbf6f8;border-right:0.0625rem solid #fbf6f8;border-bottom:0.0625rem solid #fbf6f8;display:block; }
#EFdCuFFM8SBoMPBNmSDD7yB91bW1nk9t { box-sizing:content-box;height:2.6875rem;width:10.75rem;position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;top:11.6875rem;left:47.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.0625rem solid #fbf6f8;border-left:0.0625rem solid #fbf6f8;border-right:0.0625rem solid #fbf6f8;border-bottom:0.0625rem solid #fbf6f8;display:block; }
#OcJoAtvNZmN94eyI0p8GFOaMe0oSTCMw { box-sizing:content-box;height:2.6875rem;width:10.75rem;position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;top:11.6875rem;left:32.0625rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.0625rem solid #fbf6f8;border-left:0.0625rem solid #fbf6f8;border-right:0.0625rem solid #fbf6f8;border-bottom:0.0625rem solid #fbf6f8;display:block; }
#dDhlIQT14brcHd65PUaTayi8eD9reOcq { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15056;background-color:#fbf6f8;background-image:none;top:13rem;left:13.0625rem;display:block; }
#hySs4Oeg49fTBINCH7qXf8c4odFddTvT { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15057;background-color:#fbf6f8;background-image:none;top:13rem;left:28rem;display:block; }
#rht8rwcpbzuolpFSTuXTyKMvkNIGOgLI { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:13rem;left:57.9375rem;display:block; }
#pGsisA1O7baRuyLmocaTOOTZQD1VvOzx { color:#232323;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12.125rem;left:2.25rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLIiodhIZ6o7g5psO3nHdsdSz3gNwypM { color:#232323;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:12.1875rem;left:17.25rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U3dVzoza4FO7WhgbJNXh9SMOayoJWwPt { color:#232323;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:12.1875rem;left:32.1875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fcyS1BG7hXzM9Mu3QwJdduArNc9eJJh9 { color:#232323;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:12.1875rem;left:47.125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gdIlZXAgDZ01lqAUQyfTNZTuB0LD4P1b { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:17.0625rem;left:17.09375rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#en6JGrTm4TmKHpPAgpH3x8TWA7NTR5Ne { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:17.0625rem;left:32.03125rem;height:8.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l0mUtvsSulLMKVt0Ug4uyGl0UHhW4q9X { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:17.0625rem;left:47.25rem;height:1.69921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dsttgiuXWHpmdoTdRcmgMHSVRx91JByP { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #fbf6f8, #f0ebe1);background-image: -moz-linear-gradient(270deg, #fbf6f8, #f0ebe1);background-image: -ms-linear-gradient(270deg, #fbf6f8, #f0ebe1);background-image: -o-linear-gradient(270deg, #fbf6f8, #f0ebe1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6f8', endColorstr='#f0ebe1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6f8', endColorstr='#f0ebe1' );";background-image: linear-gradient(270deg, #fbf6f8, #f0ebe1);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#72745c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.375rem;left:26.96875rem;display:block; }
#zFJAGHSGHnWc4tqIvfW6xzsNLT2so1v6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1e9Jnhx14sD44M5S4XQ4GQc0zmTuTxc { box-sizing:content-box;height:0.0625rem;width:8.4375rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:12.9375rem;left:52.625rem;display:none; }
#xVuMf7xGtTb2SCAWmU197XZtMWcsWHUA { box-sizing:content-box;height:0.0625rem;width:8.4375rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:12.9375rem;left:52.625rem;display:none; }
#Nwts4iccEofd7EtaJGU4bITkqiPoIUbC { box-sizing:content-box;height:0.0625rem;width:8.4375rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:12.9375rem;left:52.625rem;display:none; }
#OktCKismvlFSvgc6nydqxt35hlgMLfVT { box-sizing:content-box;height:0.0625rem;width:8.4375rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:12.9375rem;left:52.625rem;display:none; }
#F3PqQ6W25oqX6EyTdd4J1rWnGub6FrBd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0rem;left:36.375rem; }
#cA7rC4rHH8viXEVaaybNV7Zp7cCQIlSf { position:absolute;display:block;z-index:15003;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:3rem;width:15.9375rem;top:-0.1875rem;left:29.625rem;overflow:hidden;display:block; }
#svN6or9Vo9nB6l0HaBH9de1pTducTAkx { box-sizing:content-box;height:0.0625rem;width:4.0625rem;position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;top:13rem;left:42.9375rem;display:block; }
#HxxM9uye28y20UwCQhMrQ00z2MbtnKvl { box-sizing:content-box;height:2.6875rem;width:10.75rem;position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;top:11.6875rem;left:62rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.0625rem solid #fbf6f8;border-left:0.0625rem solid #fbf6f8;border-right:0.0625rem solid #fbf6f8;border-bottom:0.0625rem solid #fbf6f8;display:block; }
#vQ9DyEt1OloATfO2ZS2NrAl0pJdK9tg7 { color:#232323;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:12.1875rem;left:62.0625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vyLL0WWipOHzVrisJcsWd0eOkL8v60o1 { box-sizing:content-box;height:13.25rem;width:13.125rem;position:absolute;display:block;z-index:14992;background-color:#3f4133;background-image:none;top:15.5rem;left:16rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#HJR9sPXUxcsiSyHPb75cfLMhlW6EO3Ta { box-sizing:content-box;height:13.25rem;width:13.125rem;position:absolute;display:block;z-index:14993;background-color:#3f4133;background-image:none;top:15.5rem;left:30.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#m6QryJFcrFXyeSvMhc3h35dWbUebaZIe { box-sizing:content-box;height:13.25rem;width:13.125rem;position:absolute;display:block;z-index:14994;background-color:#3f4133;background-image:none;top:15.5rem;left:45.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#uv6ww8Av4hXaSccHA7ZVkbStMhONrTD5 { box-sizing:content-box;height:13.25rem;width:13.125rem;position:absolute;display:block;z-index:14995;background-color:#3f4133;background-image:none;top:15.5rem;left:61.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#LCpmPAmFm7eFiEizD91u34ceLzJczPNQ { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:17.0625rem;left:62.1875rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f8;background-image:url("https://images.assets-landingi.com/uc/9b329c62-c992-4744-8f16-52d543d42bf5/pombal_8.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7.adaptive-delivery-prevent-bg, #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7.lazyload, #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7.lazyloading { background-image: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { background-color: transparent; background-image: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .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); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { border-width: 0; border-radius: 0; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#lDncpHUFq9EOG1at8pBP5i0HEvTwwBOW { color:#232323;display:block;width:37.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.09375rem;left:35.625rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHBJbDtEfpKaxJOa7mOuiDiCUp6lvL1V { position:absolute;display:block;z-index:15007;background-color:#f0ebe1;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.1875rem;width:30.625rem;top:8.9375rem;left:32.5rem;display:block; }
#Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/beff156e-3027-457c-b0b8-b00aa05ec724/pombal_7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:27.8125rem;top:6.1875rem;left:1.8125rem;display:block; }#Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte.adaptive-delivery-prevent-bg, #Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte.lazyload, #Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte.lazyloading { background-image: none; }
#UBFcaqdIS6GJ0c84NykgvJbTsgIhV8u2 { box-sizing:content-box;height:32.1875rem;width:27.8125rem;position:absolute;display:block;z-index:15004;background-color:#f0ebe1;background-image:none;top:3.0625rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TNVS5V0hWsqZWLtEhxKTeh6s3DU1hlfv { color:#232323;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.0625rem;left:35.625rem;height:1.6494125rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x5pOZfdNi5HkipE4SBKHnxExDx5vpqz3 { color:#232323;display:block;width:27.5625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.25rem;left:35.625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGasFmFwPAhJUXLz6IpCrm2qqCCslAAI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #72745c, #989989);background-image: -moz-linear-gradient(90deg, #72745c, #989989);background-image: -ms-linear-gradient(90deg, #72745c, #989989);background-image: -o-linear-gradient(90deg, #72745c, #989989);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );";background-image: linear-gradient(90deg, #72745c, #989989);background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.4375rem;left:35.625rem;display:block; }
#SHvPxOw2h4d5UyZkNT1Jdlk3Xa1AVRzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOKpeuuNn9afdbTyeFJikSBkUCWVJQ1X { color:#232323;display:block;width:37.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.375rem;left:34.875rem;height:18.14355rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eFmC4retusclzGEof4nhVcKuxUnFR7D8 { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(251,246,248,0.87);background-image:none;top:33.1875rem;left:1.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#niIyTVgyWvShK62WNikPvQP9SKmTvm4N { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:33.5625rem;left:4.78125rem; }
#niIyTVgyWvShK62WNikPvQP9SKmTvm4N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Tw1yIMETdZkaz893WAHReXQD5gbKWF6f { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:33.5625rem;left:7.15625rem; }
#Tw1yIMETdZkaz893WAHReXQD5gbKWF6f > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Ti01HyoWdcXeoPxRpGrJEdrlfIGDQTGh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.5625rem;left:9.53125rem; }
#Ti01HyoWdcXeoPxRpGrJEdrlfIGDQTGh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#FoyWMz3kUzTzIO5A119CTTxRCWkQWpvm { 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:7.875rem;width:5.875rem;top:29.5625rem;left:22.9609375rem;overflow:hidden;display:block; }
#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f8;background-image:url("https://images.assets-landingi.com/uc/68174703-f1f3-4429-8d40-c53f084c5bd3/pombal_6.png");background-position:top left !important;background-repeat: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; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l.adaptive-delivery-prevent-bg, #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l.lazyload, #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l.lazyloading { background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { background-color: transparent; background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .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); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { border-width: 0; border-radius: 0; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Z2R0LOQVX7i3qd94dX80h553as1BaTgg { position:absolute;display:block;z-index:15018;height:18.0625rem;width:75rem;top:3.875rem;left:0rem;display:block; }
#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f8;background-image:url("https://images.assets-landingi.com/uc/6394132c-b957-4bf5-8fb8-e7bdf9af59a6/pombal_4.png");background-position:top 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; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.adaptive-delivery-prevent-bg, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyload, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyloading { background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { background-color: transparent; background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .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); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { border-width: 0; border-radius: 0; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:block; }#BGN4F12kcDrwCWfgp71heoAI3bH8Zf86 { box-sizing:content-box;height:16.875rem;width:62.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/20297529-817a-461e-8d7f-f058ce674166/pombal_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.3125rem;left:6.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#BGN4F12kcDrwCWfgp71heoAI3bH8Zf86.adaptive-delivery-prevent-bg, #BGN4F12kcDrwCWfgp71heoAI3bH8Zf86.lazyload, #BGN4F12kcDrwCWfgp71heoAI3bH8Zf86.lazyloading { background-image: none; }
#qMwcrJ1huPqXVzgwnDru33sTXZfu5cK0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:12.5625rem;top:2.1875rem;left:31.21875rem;overflow:hidden;display:block; }
#WXI2UOGJt9LSyVTRa91iOMGFCHWJzuTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.1875rem;left:36.375rem; }
#JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { color:#000000;display:block;width:62.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.880859375rem;left:6.25rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qNdZH2aLDvxMJaRXzz9Z4s3Z1nNUJatL { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #fbf6f8, #f0ebe1);background-image: -moz-linear-gradient(270deg, #fbf6f8, #f0ebe1);background-image: -ms-linear-gradient(270deg, #fbf6f8, #f0ebe1);background-image: -o-linear-gradient(270deg, #fbf6f8, #f0ebe1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6f8', endColorstr='#f0ebe1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6f8', endColorstr='#f0ebe1' );";background-image: linear-gradient(270deg, #fbf6f8, #f0ebe1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#575b43;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:13.5rem;left:22.53125rem;display:block; }
#T9VFXwnOZCcMpGE20SGrLr6mhp5GioWz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a352b;background-image:url("https://images.assets-landingi.com/uc/f4e740a4-1917-4ff0-9947-dd633e43215c/pombal_1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx.adaptive-delivery-prevent-bg, #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx.lazyload, #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx.lazyloading { background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { background-color: transparent; background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .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); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { border-width: 0; border-radius: 0; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { position:absolute;display:block;z-index:15029;background-color:#fbf6f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.875rem;width:75rem;top:3rem;left:0rem;display:block; }
#eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:12.9375rem;left:52.687503814698rem;height:4.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { color:#4f4f4f;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:5.5625rem;left:52.75rem;height:5.949225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:12.9375rem;left:50.8125rem; }
#TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:5.5625rem;left:50.562503814698rem; }
#J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { position:absolute;display:block;z-index:15050;height:20.625rem;width:46.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:19.3125rem;left:50.8125rem; }
#vAS70QaXGISdaMR54A8w7sZQItS4sfvK { color:#36c4b2;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:19.125rem;left:52.75rem;height:5.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkDKk24W133arl7LnBxAtqcadw0dl67w { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf6f8;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; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { background-color: transparent; background-image: none; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container > .video-iframe-container { display: none; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row > .video-iframe-container { display: none; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .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); }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { border-width: 0; border-radius: 0; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#HtuqzZEs8oBLeLUN9RynAzuGeP5P3OLy { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:0.818359375rem;left:0rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { 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:none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { border-width: 0; border-radius: 0; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#z6SGwU0Wm4q6ytOboKwDAq0lTeILBu9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:14.0625rem;height:3.4375rem;top:1.375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:8rem;height:1.25rem;top:2.4375rem;left:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGpmk1SQMPk2VWzPqBuVpiNDiX7lTAk9 { width:5rem;height:5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ZG18TrEfCrgtbxHeUyFAl0IdrZFE4E { width:8rem;height:1.25rem;top:2.4375rem;left:11.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIrmIgT5iM7D2TK8885ZhLc0JnKXKkqp { width:8rem;height:1.25rem;top:2.4375rem;left:19.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKCMaFgPfyWuKhtdCleroWmfCxyZzkc { width:8rem;height:1.25rem;top:2.4375rem;left:27.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REhISqWy4bJhtfTViPqO5ayfki0Tec5u { width:8.875rem;height:1.3125rem;top:2.4375rem;left:35.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:21.625rem;height:4.0625rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE8767z2AvTOXnev8t02KHw8l3bAw3px { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { width:21.5625rem;height:2.3125rem;top:47rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln9F8ahVg8vpIhOUR2I4EH1hlKQ4LE9p { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTDynklugv9SbS1ULv2aHVWgfgtJhOv { width:12.4375rem;height:2rem;top:10.4375rem;left:35.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucAisEwh6zhQa3uGwnuX4ObLLyKsyBsN { width:9.5rem;height:1.5rem;top:12.375rem;left:38.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMW9xTsZsp1TU6dG9cGRgKZJf6tDTTOV { width:30.375rem;height:44.125rem;top:10.25rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUPwiJ6z2flmh6Lbc4HWJT9G9gOPOlyo { width:1rem;height:1rem;top:27.75rem;left:46.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwEHKAMZ2bsQo2CpLIJroBCTBaPITsLH { width:1.75rem;height:1.75rem;top:27.3125rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKCXJDwcnR5Nafy75QKW0gN1JEWatPUw { width:0.0625rem;height:14.0625rem;top:14.25rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxiV55wTmFzQlgLfTy7FdtuvFJaLssw5 { width:7.5rem;height:0.0625rem;top:14.1875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHfHhpmkvAofcgXOvBXb0GT24qA5lLXM { width:20rem;height:2rem;top:55rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE { display:block; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwKnnUxdNWH78QlC8fJqKpgLfAwJw50T { width:7.1875rem;height:4.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQwqBXowpqDOz4nSvWCfiWE5X402PyI5 { width:8.9375rem;height:4.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJfhCPPE6ILKNZeO0uTALKCWmEJuDqBm { width:8.9375rem;height:2rem;top:1.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmETqBo1ES1BPWtTP7Ws7yLTfA2qt54 { width:7.1875rem;height:3.625rem;top:1.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXbnswVUqgyCtxrTozT8xAMBQr4uourA { width:8.25rem;height:4.0625rem;top:1.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEzGFIAG2CTvo9Vop7EVhdb9OwhNraKr { width:7.1875rem;height:2.375rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAuZwaErTU9VHfEAkX5mJfU25wPGrR5R { width:0.125rem;height:4.0625rem;top:1.0625rem;left:44.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoBzFb35ZmpVeWh9MWLd2pDZfNcFwphG { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFctQv4qBMoP4p2H0SVG6lH5aPV3MmMH { width:13.75rem;height:3.4375rem;top:1.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { display:block; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkl2VUEvzOsghayqHD1pU5F3Gc14ChDg { width:47.75rem;height:2.6875rem;top:9.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqi8Lma5gaKMuZFiE8MTixSq68JTX4mC { width:24.125rem;height:1.6875rem;top:16.125rem;left:15.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { width:40.4375rem;height:14rem;top:18.3125rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILP0OglnthLWcdbs4VDVfPTxL4Ik0qPE { width:44.375rem;height:19.8125rem;top:14.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { width:9.6875rem;height:0.9375rem;top:71.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyXKENpLfcw4TU1hJS1AJE2PpVPJhJD0 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuPhkc1TIFAs7caGdO4HKXOiT3PNQqoT { width:12.5625rem;height:3.125rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZxr2XJmNJouq9WPPiyAJapipCh7Us2i { display:block; }
 }@media only screen and (max-width: 763px) { #LQzmWdJl01Z3xhzPH85RHMxmkrzqJDBM { width:24.1875rem;height:19.8125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHa7OVz0vha2qwyDQcd7603P7Dw20BAh { width:18.8125rem;height:6.0625rem;top:10.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BV5i9zVUlll4yzJ9Fu0sQLpzBBGaMrXb { width:40.75rem;height:14rem;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOGOLrTugbbvtsFfPVQGz2rilcH0WT7i { width:44.375rem;height:19.8125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXlZH1y9oRArFRHbwOxwlEmHEmT0fTn { width:12.5625rem;height:3.125rem;top:52.0625rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZpBorVEwLBCyBuu6z0ubGOmkK7iIWaP { display:block; }
 }@media only screen and (max-width: 763px) { #a3IPR1aV1oOsSe2tTdWEis1y9tKsNZWN { width:16.25rem;height:1.6875rem;top:39.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9WWQEVbxfeS0ilSJ60aS7M4Ughr4OOS { width:24.1875rem;height:19.8125rem;top:37.25rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGbqCQGQor70HN26JQ2ayZmToU7mk1HE { width:44.375rem;height:22.25rem;top:83.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIVdAXpybOXZGlfTAJS0CJXMcioMgdne { width:39.5625rem;height:15.375rem;top:88.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTarSNkShnXzpzf7DfkDgF5GIWDHM2F { width:17.6875rem;height:1.6875rem;top:86.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlgpTsALV4imzi43PEPae1N9t2H10hsv { width:24.1875rem;height:22.25rem;top:83.875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALlxPFoByntHn2OEi0ZmhdilSE1gRTym { width:44.375rem;height:19.8125rem;top:60.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwiOt8Baf6PyvTUuUIm9ZOuQ6uw5XeXQ { width:12.5625rem;height:3.125rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruzwLeETO8TEof8KzzMbBVP5gM89bI9I { display:block; }
 }@media only screen and (max-width: 763px) { #DaLPGWJc3kbeINdJ7izfnnCBFITkz8Jw { width:40.6875rem;height:12.625rem;top:64.75rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRlQADJSt1z3aTiWG43ATa1m7FHgmmd8 { width:24.125rem;height:1.6875rem;top:62.3125rem;left:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7prFn88ukI88PL9BhuovRw9TnK3OIbU { width:24.1875rem;height:19.8125rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heau8HnaBNeRkv0KiCPyXKs1hyak6taC { width:12.5625rem;height:3.125rem;top:100.75rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXBRiIivRPnI5P85fEsp6VN5myTxv3uO { display:block; }
 }@media only screen and (max-width: 763px) { #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { width:10.625rem;height:6.75rem;top:17.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { width:47.75rem;height:32.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C97r0p2OvSKNAqLEV2NmxZvvz27LAIh0 { width:14.0625rem;height:19.4375rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTRQ0HbcU9o5ThDi5tuiCkQJJSwoQBwV { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpn5EaBFv5uu3akcsfdHU4a7bveQW2PA { width:10.75rem;height:2.6875rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWHn6GFWUbx9gq9ZWTkTSdPketQxfcqh { width:13.125rem;height:13.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZnXAfp46PXMis7yy5e21n8UOVsFKVVo { width:10.75rem;height:2.6875rem;top:11.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdCuFFM8SBoMPBNmSDD7yB91bW1nk9t { width:10.75rem;height:2.6875rem;top:11.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJoAtvNZmN94eyI0p8GFOaMe0oSTCMw { width:10.75rem;height:2.6875rem;top:11.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDhlIQT14brcHd65PUaTayi8eD9reOcq { width:4.0625rem;height:0.0625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hySs4Oeg49fTBINCH7qXf8c4odFddTvT { width:4.0625rem;height:0.0625rem;top:13rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rht8rwcpbzuolpFSTuXTyKMvkNIGOgLI { width:4.0625rem;height:0.0625rem;top:13rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGsisA1O7baRuyLmocaTOOTZQD1VvOzx { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLIiodhIZ6o7g5psO3nHdsdSz3gNwypM { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3dVzoza4FO7WhgbJNXh9SMOayoJWwPt { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcyS1BG7hXzM9Mu3QwJdduArNc9eJJh9 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdIlZXAgDZ01lqAUQyfTNZTuB0LD4P1b { width:10.9375rem;height:9.5625rem;top:17.0625rem;left:3.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en6JGrTm4TmKHpPAgpH3x8TWA7NTR5Ne { width:10.9375rem;height:8.4375rem;top:17.0625rem;left:18.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mUtvsSulLMKVt0Ug4uyGl0UHhW4q9X { width:10.625rem;height:1.6875rem;top:17.0625rem;left:33.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsttgiuXWHpmdoTdRcmgMHSVRx91JByP { width:21.0625rem;height:3.75rem;top:32.375rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFJAGHSGHnWc4tqIvfW6xzsNLT2so1v6 { display:block; }
 }@media only screen and (max-width: 763px) { #Z1e9Jnhx14sD44M5S4XQ4GQc0zmTuTxc { width:8.4375rem;height:0.0625rem;top:12.9375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVuMf7xGtTb2SCAWmU197XZtMWcsWHUA { width:8.4375rem;height:0.0625rem;top:12.9375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nwts4iccEofd7EtaJGU4bITkqiPoIUbC { width:8.4375rem;height:0.0625rem;top:12.9375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #OktCKismvlFSvgc6nydqxt35hlgMLfVT { width:8.4375rem;height:0.0625rem;top:12.9375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3PqQ6W25oqX6EyTdd4J1rWnGub6FrBd { width:2.25rem;height:2.5625rem;top:0rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA7rC4rHH8viXEVaaybNV7Zp7cCQIlSf { width:15.9375rem;height:3rem;top:-0.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #svN6or9Vo9nB6l0HaBH9de1pTducTAkx { width:4.0625rem;height:0.0625rem;top:13rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxxM9uye28y20UwCQhMrQ00z2MbtnKvl { width:10.75rem;height:2.6875rem;top:11.6875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9DyEt1OloATfO2ZS2NrAl0pJdK9tg7 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyLL0WWipOHzVrisJcsWd0eOkL8v60o1 { width:13.125rem;height:13.25rem;top:15.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJR9sPXUxcsiSyHPb75cfLMhlW6EO3Ta { width:13.125rem;height:13.25rem;top:15.5rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QryJFcrFXyeSvMhc3h35dWbUebaZIe { width:13.125rem;height:13.25rem;top:15.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv6ww8Av4hXaSccHA7ZVkbStMhONrTD5 { width:13.125rem;height:13.25rem;top:15.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpmPAmFm7eFiEizD91u34ceLzJczPNQ { width:10.625rem;height:6.75rem;top:17.0625rem;left:37.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 { display:block; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDncpHUFq9EOG1at8pBP5i0HEvTwwBOW { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHBJbDtEfpKaxJOa7mOuiDiCUp6lvL1V { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte { width:27.8125rem;height:32.1875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBFcaqdIS6GJ0c84NykgvJbTsgIhV8u2 { width:27.8125rem;height:32.1875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVS5V0hWsqZWLtEhxKTeh6s3DU1hlfv { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5pOZfdNi5HkipE4SBKHnxExDx5vpqz3 { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGasFmFwPAhJUXLz6IpCrm2qqCCslAAI { width:19.5625rem;height:3.75rem;top:33.4375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHvPxOw2h4d5UyZkNT1Jdlk3Xa1AVRzb { display:block; }
 }@media only screen and (max-width: 763px) { #EOKpeuuNn9afdbTyeFJikSBkUCWVJQ1X { width:29.5625rem;height:28.6875rem;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFmC4retusclzGEof4nhVcKuxUnFR7D8 { width:12.5rem;height:2.5625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niIyTVgyWvShK62WNikPvQP9SKmTvm4N { width:1.875rem;height:1.875rem;top:33.5625rem;left:0rem;display:block; }
#niIyTVgyWvShK62WNikPvQP9SKmTvm4N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Tw1yIMETdZkaz893WAHReXQD5gbKWF6f { width:1.875rem;height:1.875rem;top:33.5625rem;left:0rem;display:block; }
#Tw1yIMETdZkaz893WAHReXQD5gbKWF6f > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ti01HyoWdcXeoPxRpGrJEdrlfIGDQTGh { width:1.875rem;height:1.875rem;top:33.5625rem;left:0rem;display:block; }
#Ti01HyoWdcXeoPxRpGrJEdrlfIGDQTGh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FoyWMz3kUzTzIO5A119CTTxRCWkQWpvm { width:5.875rem;height:7.875rem;top:29.5625rem;left:9.3359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:47.75rem;height:18.0625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw { display:block; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGN4F12kcDrwCWfgp71heoAI3bH8Zf86 { width:47.75rem;height:16.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMwcrJ1huPqXVzgwnDru33sTXZfu5cK0 { width:12.5625rem;height:2.5625rem;top:2.1875rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXI2UOGJt9LSyVTRa91iOMGFCHWJzuTk { width:2.25rem;height:2.5625rem;top:2.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:47.75rem;height:4.75rem;top:6.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNdZH2aLDvxMJaRXzz9Z4s3Z1nNUJatL { width:29.9375rem;height:3.125rem;top:13.5rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9VFXwnOZCcMpGE20SGrLr6mhp5GioWz { display:block; }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:47.75rem;height:25.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:18.375rem;height:4.4375rem;top:12.9375rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:15.9375rem;height:5.9375rem;top:5.5625rem;left:31.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.3125rem;height:1.3125rem;top:12.9375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.5rem;height:1.5rem;top:5.5625rem;left:36.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:46.875rem;height:20.625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.3125rem;height:1.3125rem;top:19.3125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:14.75rem;height:5.9375rem;top:19.125rem;left:33rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp { display:block; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtuqzZEs8oBLeLUN9RynAzuGeP5P3OLy { width:47.75rem;height:1.5625rem;top:0.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { display:none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6SGwU0Wm4q6ytOboKwDAq0lTeILBu9g { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(281deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(281deg, #f4eddd, #f4f4f4);background-size:cover !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #SGpmk1SQMPk2VWzPqBuVpiNDiX7lTAk9 { width:4.0625rem;height:4.0625rem;top:0.75rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ZG18TrEfCrgtbxHeUyFAl0IdrZFE4E { width:8rem;height:auto;top:2.4375rem;left:6rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #UIrmIgT5iM7D2TK8885ZhLc0JnKXKkqp { width:8rem;height:auto;top:2.4375rem;left:6rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #iAKCMaFgPfyWuKhtdCleroWmfCxyZzkc { width:8rem;height:auto;top:2.4375rem;left:6rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #REhISqWy4bJhtfTViPqO5ayfki0Tec5u { width:8.875rem;height:auto;top:2.4375rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #798260, #ffffff);background-image: -moz-linear-gradient(360deg, #798260, #ffffff);background-image: -ms-linear-gradient(360deg, #798260, #ffffff);background-image: -o-linear-gradient(360deg, #798260, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#798260', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#798260', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #798260, #ffffff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:20rem;height:3.75rem;top:39.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:19.375rem;height:3.4375rem;top:50.6875rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15013;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.6875rem;top:7.25rem;text-align:center;text-align-last:center;height:2.0244125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE8767z2AvTOXnev8t02KHw8l3bAw3px { background-color:transparent;background-image:none;width:19.125rem;left:0.4375rem;font-size:0.9375rem;top:10rem;text-align:center;text-align-last:center;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { width:20rem;height:0;top:56.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ln9F8ahVg8vpIhOUR2I4EH1hlKQ4LE9p { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1.6875rem;top:3.4375rem;text-align:center;text-align-last:center;height:4.048825rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTDynklugv9SbS1ULv2aHVWgfgtJhOv { width:11.625rem;height:1.8369125rem;top:19.0625rem;left:8.375rem;text-align:right;text-align-last:right;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ucAisEwh6zhQa3uGwnuX4ObLLyKsyBsN { width:9.5rem;height:1.3994125rem;top:20.8125rem;left:10.5rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IMW9xTsZsp1TU6dG9cGRgKZJf6tDTTOV { width:20rem;height:29.0625rem;top:22.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUPwiJ6z2flmh6Lbc4HWJT9G9gOPOlyo { width:1rem;height:1rem;top:34.3125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwEHKAMZ2bsQo2CpLIJroBCTBaPITsLH { width:1.75rem;height:1.75rem;top:33.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKCXJDwcnR5Nafy75QKW0gN1JEWatPUw { width:0.0625rem;height:12.3125rem;top:22.5234375rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxiV55wTmFzQlgLfTy7FdtuvFJaLssw5 { width:7.5rem;height:0.0625rem;top:22.4375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHfHhpmkvAofcgXOvBXb0GT24qA5lLXM { width:20rem;height:2.01171875rem;top:55.01171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE { display:block; }#wnfXQuUh8ybSTO7hyX8TPntkKiitdTrE > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwKnnUxdNWH78QlC8fJqKpgLfAwJw50T { width:5.625rem;height:3.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQwqBXowpqDOz4nSvWCfiWE5X402PyI5 { width:5.625rem;height:2.5rem;top:2rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJfhCPPE6ILKNZeO0uTALKCWmEJuDqBm { width:5.625rem;height:1.25rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwmETqBo1ES1BPWtTP7Ws7yLTfA2qt54 { width:5.625rem;height:2.8125rem;top:1.84375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXbnswVUqgyCtxrTozT8xAMBQr4uourA { width:5.625rem;height:2.75rem;top:5.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEzGFIAG2CTvo9Vop7EVhdb9OwhNraKr { width:5.625rem;height:1.8125rem;top:5.90625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAuZwaErTU9VHfEAkX5mJfU25wPGrR5R { width:0.125rem;height:4.0625rem;top:13.75rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoBzFb35ZmpVeWh9MWLd2pDZfNcFwphG { top:9.9375rem;left:0rem;width:20rem;height:0.0625rem;z-index:15007;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFctQv4qBMoP4p2H0SVG6lH5aPV3MmMH { width:13.9375rem;height:3.375rem;top:11.25rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { background-color:rgba(246,250,255,0.9);background-image:url("https://images.assets-landingi.com/uc/db9809e2-55b3-41d0-b833-2d202e3d3910/pombal_4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.adaptive-delivery-prevent-bg, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyload, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyloading { background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { background-color: transparent; background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .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); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { width:20rem;height:223.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkl2VUEvzOsghayqHD1pU5F3Gc14ChDg { width:20rem;height:0;top:8.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #zqi8Lma5gaKMuZFiE8MTixSq68JTX4mC { width:16.0625rem;height:1.4433625rem;top:25.625rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { width:14.8125rem;height:33.79490625rem;top:27.5625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ILP0OglnthLWcdbs4VDVfPTxL4Ik0qPE { width:17.8125rem;height:41.875rem;top:24.8369140625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { width:9.1875rem;height:0;top:64.5rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #CyXKENpLfcw4TU1hJS1AJE2PpVPJhJD0 { width:15.0625rem;height:4rem;top:4.0244140625rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XuPhkc1TIFAs7caGdO4HKXOiT3PNQqoT { width:13.8125rem;height:2.8125rem;top:62.5869140625rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZxr2XJmNJouq9WPPiyAJapipCh7Us2i { display:block; }
 }@media only screen and (max-width: 763px) { #LQzmWdJl01Z3xhzPH85RHMxmkrzqJDBM { width:17.8125rem;height:8.625rem;top:16.2119140625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHa7OVz0vha2qwyDQcd7603P7Dw20BAh { width:17.375rem;height:6.5625rem;top:8.26171875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #BV5i9zVUlll4yzJ9Fu0sQLpzBBGaMrXb { width:14.1875rem;height:31.17975rem;top:81.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uOGOLrTugbbvtsFfPVQGz2rilcH0WT7i { width:17.8125rem;height:39.6875rem;top:78.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXlZH1y9oRArFRHbwOxwlEmHEmT0fTn { width:13.8125rem;height:2.8125rem;top:113.75rem;left:3.09375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZpBorVEwLBCyBuu6z0ubGOmkK7iIWaP { display:block; }
 }@media only screen and (max-width: 763px) { #a3IPR1aV1oOsSe2tTdWEis1y9tKsNZWN { width:16.25rem;height:1.4433625rem;top:79.4375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l9WWQEVbxfeS0ilSJ60aS7M4Ughr4OOS { width:17.8125rem;height:8.625rem;top:69.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGbqCQGQor70HN26JQ2ayZmToU7mk1HE { width:17.8125rem;height:39.4375rem;top:130rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIVdAXpybOXZGlfTAJS0CJXMcioMgdne { width:14.1875rem;height:29.9804375rem;top:133.5rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KxTarSNkShnXzpzf7DfkDgF5GIWDHM2F { width:16.25rem;height:1.4433625rem;top:131.3125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hlgpTsALV4imzi43PEPae1N9t2H10hsv { width:17.8125rem;height:8.625rem;top:121.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALlxPFoByntHn2OEi0ZmhdilSE1gRTym { width:17.8125rem;height:35.9375rem;top:181.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwiOt8Baf6PyvTUuUIm9ZOuQ6uw5XeXQ { width:12.5625rem;height:3.125rem;top:212.75rem;left:3.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruzwLeETO8TEof8KzzMbBVP5gM89bI9I { display:block; }
 }@media only screen and (max-width: 763px) { #DaLPGWJc3kbeINdJ7izfnnCBFITkz8Jw { width:14.1875rem;height:26.38278125rem;top:184.75rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LRlQADJSt1z3aTiWG43ATa1m7FHgmmd8 { width:16.25rem;height:1.4433625rem;top:182.9375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q7prFn88ukI88PL9BhuovRw9TnK3OIbU { width:17.8125rem;height:8.625rem;top:173.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heau8HnaBNeRkv0KiCPyXKs1hyak6taC { width:12.5625rem;height:3.125rem;top:164.8125rem;left:3.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXBRiIivRPnI5P85fEsp6VN5myTxv3uO { display:block; }
 }@media only screen and (max-width: 763px) { #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { background-color:#a98500;background-image:url("https://images.assets-landingi.com/uc/189bd716-ca21-4c50-980d-1128b8593e09/pombal_11.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.adaptive-delivery-prevent-bg, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyload, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyloading { background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { background-color: transparent; background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .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); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { top:54.875rem;left:0.3125rem;width:19.375rem;height:2.1875rem;z-index:15078;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { width:14.0625rem;height:3.65625rem;top:13.125rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { top:35.25rem;left:0rem;width:20rem;height:13.625rem;z-index:14993;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #C97r0p2OvSKNAqLEV2NmxZvvz27LAIh0 { width:20rem;height:13.0625rem;top:35.875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #LTRQ0HbcU9o5ThDi5tuiCkQJJSwoQBwV { width:20rem;height:2rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Gpn5EaBFv5uu3akcsfdHU4a7bveQW2PA { width:10.75rem;height:2.6875rem;top:8.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWHn6GFWUbx9gq9ZWTkTSdPketQxfcqh { width:17.1875rem;height:6rem;top:12.125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZnXAfp46PXMis7yy5e21n8UOVsFKVVo { width:10.75rem;height:2.6875rem;top:19.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdCuFFM8SBoMPBNmSDD7yB91bW1nk9t { width:10.75rem;height:2.6875rem;top:45.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJoAtvNZmN94eyI0p8GFOaMe0oSTCMw { width:10.75rem;height:2.6875rem;top:32.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDhlIQT14brcHd65PUaTayi8eD9reOcq { width:4.5rem;height:0.0625rem;top:9.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hySs4Oeg49fTBINCH7qXf8c4odFddTvT { width:4.5rem;height:0.0625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rht8rwcpbzuolpFSTuXTyKMvkNIGOgLI { width:4.5rem;height:0.0625rem;top:21.1875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGsisA1O7baRuyLmocaTOOTZQD1VvOzx { width:10.75rem;height:1.94921875rem;top:8.625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yLIiodhIZ6o7g5psO3nHdsdSz3gNwypM { width:10.75rem;height:1.94921875rem;top:20.25rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U3dVzoza4FO7WhgbJNXh9SMOayoJWwPt { width:10.75rem;height:1.94921875rem;top:33rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fcyS1BG7hXzM9Mu3QwJdduArNc9eJJh9 { width:10.75rem;height:1.94921875rem;top:46.25rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gdIlZXAgDZ01lqAUQyfTNZTuB0LD4P1b { width:14.625rem;height:4.875rem;top:24.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #en6JGrTm4TmKHpPAgpH3x8TWA7NTR5Ne { width:15rem;height:4.875rem;top:37.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l0mUtvsSulLMKVt0Ug4uyGl0UHhW4q9X { width:14.375rem;height:1.21875rem;top:50.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dsttgiuXWHpmdoTdRcmgMHSVRx91JByP { width:16.25rem;height:3.125rem;top:79.9375rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(251,246,248,0.93), rgba(240,235,225,0.93));background-image: -moz-linear-gradient(270deg, rgba(251,246,248,0.93), rgba(240,235,225,0.93));background-image: -ms-linear-gradient(270deg, rgba(251,246,248,0.93), rgba(240,235,225,0.93));background-image: -o-linear-gradient(270deg, rgba(251,246,248,0.93), rgba(240,235,225,0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6f8ed', endColorstr='#f0ebe1ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf6f8ed', endColorstr='#f0ebe1ed' );";background-image: linear-gradient(270deg, rgba(251,246,248,0.93), rgba(240,235,225,0.93));background-size:cover !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFJAGHSGHnWc4tqIvfW6xzsNLT2so1v6 { display:block; }
 }@media only screen and (max-width: 763px) { #Z1e9Jnhx14sD44M5S4XQ4GQc0zmTuTxc { width:4.5rem;height:0.0625rem;top:33.875rem;left:0rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #xVuMf7xGtTb2SCAWmU197XZtMWcsWHUA { width:4.5rem;height:0.0625rem;top:33.9375rem;left:15.5rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #Nwts4iccEofd7EtaJGU4bITkqiPoIUbC { width:4.5rem;height:0.0625rem;top:47.1875rem;left:0rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #OktCKismvlFSvgc6nydqxt35hlgMLfVT { width:4.5rem;height:0.0625rem;top:47.1875rem;left:15.5rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #F3PqQ6W25oqX6EyTdd4J1rWnGub6FrBd { display:flex;width:1.8125rem;height:2.0625rem;top:0rem;left:9.15625rem; }
 }@media only screen and (max-width: 763px) { #cA7rC4rHH8viXEVaaybNV7Zp7cCQIlSf { width:14.1875rem;height:2.4375rem;top:-0.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svN6or9Vo9nB6l0HaBH9de1pTducTAkx { width:4.5rem;height:0.0625rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxxM9uye28y20UwCQhMrQ00z2MbtnKvl { width:10.75rem;height:2.6875rem;top:54.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ9DyEt1OloATfO2ZS2NrAl0pJdK9tg7 { width:10.75rem;height:1.94921875rem;top:54.9375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vyLL0WWipOHzVrisJcsWd0eOkL8v60o1 { width:17.1875rem;height:7rem;top:23.8125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJR9sPXUxcsiSyHPb75cfLMhlW6EO3Ta { width:17.1875rem;height:7.5rem;top:36.625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QryJFcrFXyeSvMhc3h35dWbUebaZIe { width:17.1875rem;height:3.25rem;top:49.6875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv6ww8Av4hXaSccHA7ZVkbStMhONrTD5 { width:17.1875rem;height:6.0625rem;top:58.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCpmPAmFm7eFiEizD91u34ceLzJczPNQ { width:10.625rem;height:3.65625rem;top:59.75rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/e36a3984-dbba-4a9d-b260-e147987e370a/pombal_9.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7.adaptive-delivery-prevent-bg, #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7.lazyload, #qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7.lazyloading { background-image: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { background-color: transparent; background-image: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row > .video-iframe-container { display: none; }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .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); }#qTx72VsBgaGo1vgrUMsqRQ9hAOXyEgf7 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDncpHUFq9EOG1at8pBP5i0HEvTwwBOW { width:18.875rem;height:0;top:8.37890625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uHBJbDtEfpKaxJOa7mOuiDiCUp6lvL1V { width:5.625rem;height:0.3125rem;top:7.56640625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte { width:18.75rem;height:19.375rem;top:36.6875rem;left:0.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/beff156e-3027-457c-b0b8-b00aa05ec724/pombal_7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte.adaptive-delivery-prevent-bg, #Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte.lazyload, #Zepl0FmM5kVDeXgPpxZ4hRMZUPwn1lte.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UBFcaqdIS6GJ0c84NykgvJbTsgIhV8u2 { width:18.75rem;height:19.375rem;top:35.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVS5V0hWsqZWLtEhxKTeh6s3DU1hlfv { width:20rem;height:1.4619125rem;top:3.78515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x5pOZfdNi5HkipE4SBKHnxExDx5vpqz3 { width:20rem;height:2rem;top:5.19140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14998;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DGasFmFwPAhJUXLz6IpCrm2qqCCslAAI { width:16.25rem;height:3.125rem;top:58.125rem;left:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #72745c, #989989);background-image: -moz-linear-gradient(90deg, #72745c, #989989);background-image: -ms-linear-gradient(90deg, #72745c, #989989);background-image: -o-linear-gradient(90deg, #72745c, #989989);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72745c', endColorstr='#989989' );";background-image: linear-gradient(90deg, #72745c, #989989);background-size:cover !important;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHvPxOw2h4d5UyZkNT1Jdlk3Xa1AVRzb { display:block; }
 }@media only screen and (max-width: 763px) { #EOKpeuuNn9afdbTyeFJikSBkUCWVJQ1X { width:18.875rem;height:23.396425rem;top:8.56640625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eFmC4retusclzGEof4nhVcKuxUnFR7D8 { width:10.6875rem;height:2.5625rem;top:52.4375rem;left:0rem;background-color:rgba(251,246,248,0.87);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #niIyTVgyWvShK62WNikPvQP9SKmTvm4N { display:flex;width:1.875rem;height:1.875rem;top:52.8125rem;left:3rem; }
#niIyTVgyWvShK62WNikPvQP9SKmTvm4N > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Tw1yIMETdZkaz893WAHReXQD5gbKWF6f { display:flex;width:1.875rem;height:1.875rem;top:52.8125rem;left:5.375rem; }
#Tw1yIMETdZkaz893WAHReXQD5gbKWF6f > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ti01HyoWdcXeoPxRpGrJEdrlfIGDQTGh { display:flex;width:1.875rem;height:1.875rem;top:52.8125rem;left:7.75rem; }
#Ti01HyoWdcXeoPxRpGrJEdrlfIGDQTGh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FoyWMz3kUzTzIO5A119CTTxRCWkQWpvm { width:3.875rem;height:5.1875rem;top:50.25rem;left:14.463709677419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { background-color:#fbf6f8;background-image:url("https://images.assets-landingi.com/uc/2d1c37d5-f3cc-4915-aa84-d3b297f66ef0/pombal_7.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l.adaptive-delivery-prevent-bg, #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l.lazyload, #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l.lazyloading { background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { background-color: transparent; background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .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); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:20rem;height:27.625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw { background-color:#fbf6f8;background-image:url("https://images.assets-landingi.com/uc/edff4af2-02f9-4f5c-8bf0-316891323b59/pombal_5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.adaptive-delivery-prevent-bg, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyload, #rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw.lazyloading { background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { background-color: transparent; background-image: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row > .video-iframe-container { display: none; }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .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); }#rSsULxIWT2bGLu8tucBn2LxQ0v1VQ9Vw > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGN4F12kcDrwCWfgp71heoAI3bH8Zf86 { width:19.25rem;height:16.875rem;top:2.060546875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMwcrJ1huPqXVzgwnDru33sTXZfu5cK0 { width:12.5625rem;height:2.5625rem;top:1.998046875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXI2UOGJt9LSyVTRa91iOMGFCHWJzuTk { display:flex;width:2.25rem;height:2.5625rem;top:1.998046875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:16.1875rem;height:5.36133125rem;top:6.185546875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qNdZH2aLDvxMJaRXzz9Z4s3Z1nNUJatL { width:18.125rem;height:3.125rem;top:13.1875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9VFXwnOZCcMpGE20SGrLr6mhp5GioWz { display:block; }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { background-color:#3a352b;background-image:url("https://images.assets-landingi.com/uc/830d370b-c500-42db-9be4-a4730ced6c6b/pombal_2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx.adaptive-delivery-prevent-bg, #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx.lazyload, #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx.lazyloading { background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { background-color: transparent; background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .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); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:20rem;height:21.9375rem;top:4.4990234375rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:14.375rem;height:3.9375rem;top:6.625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:14.375rem;height:5.25rem;top:11.75rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.25rem;height:1.25rem;top:6.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.5625rem;height:1.5625rem;top:11.75rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.25rem;height:1.25rem;top:18.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:14.375rem;height:5.59765625rem;top:18.1875rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:20rem;height:16.375rem;top:26.4365234375rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp { display:block; }#TDU2GbXDLf0PzD6poXDKco4DaNQfxVbp > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HtuqzZEs8oBLeLUN9RynAzuGeP5P3OLy { width:16.25rem;height:2.4375rem;top:1.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { background-color: transparent; background-image: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container > .video-iframe-container { display: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container { display: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .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); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { width:20rem;height:3.6875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE { width:18.75rem;height:3.125rem;top:0.25rem;left:0.625rem;font-size:1.125rem;z-index:15015;background-color:#d4977b;background-image:url("https://images.assets-landingi.com/uc/7f0fa001-25b5-44bf-934d-c6e051ba1307/SemTtulo3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE.adaptive-delivery-prevent-bg, #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE.lazyload, #Jmsu3tnFLWdHVl6uATbOCuzqM8MfB3EE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z6SGwU0Wm4q6ytOboKwDAq0lTeILBu9g { display:block; }
 }