.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:url("https://images.assets-landingi.com/1QixvJSG/MENU_TLO_LUSKI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#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); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.43);background-image:url("https://images.assets-landingi.com/uc/d43ea36c-5a7f-423b-b10c-7223d2f1c721/CARMELHOTEIS_SEMANADOCLIENTE_LPCAPTACAO_BANNERTOPO.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.adaptive-delivery-prevent-bg, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyload, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyloading { background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { background-color: transparent; background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .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); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { border-width: 0; border-radius: 0; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#SoPrZLgsJlGqeP2zmqnpf8EZbWseUHPO { 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:4.18728125rem;width:10.5620625rem;top:1.3433160781861rem;left:32.217885971069rem;overflow:hidden;display:block; }
#OZykG0OGbQdlDkiVGeJTdHmXQKqKhCI3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:43.811875rem;top:8.1239156723025rem;left:15.593534469604rem;overflow:hidden;display:block; }
#IsAqvnEkprTKrZ6awkG7f1r87zUqSTR9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;font-size:2.75rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:21.062284469604rem;left:0rem;height:3.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:1.211875rem;padding-right:1.09625rem;padding-bottom:1.211875rem;padding-left:1.09625rem;display:block;align-items:center;width:6.575625rem;min-width:6.575625rem;height:6.514375rem;position:relative;font-family:figtree;font-size:4.848125rem;font-weight:300;line-height:104.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-text.counter-label { background-color:;background-image:none;color:#cfb992;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.75875rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:8.768125rem;height:0;position:relative;font-family:figtree;font-size:1.8175rem;font-weight:300;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:29.3125rem;height:9.696875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.875rem;left:22.875rem;z-index:15014; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #WTUbEhTUUB0OaFOEGLAsrk1QV1g7vZEZ { display:flex;position:relative;top:0rem;left:0rem; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZDhLlTByt8TbRCmLutBuK4XTFyvDQnQe { width:auto; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #VI3HLokilGLcy6BnqDzhAVTWvPBp68iF {  }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #MrQUh4NJQQR4ndUkbZooQaisQKVQZBgZ { display:flex;position:relative;top:0rem;left:0rem; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #E6VzTAbEZaVncTsMaW92ZCMWqdiNUq2Z {  }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZSg9AF3nf1IVHz4wobmM8ErVlkc2n5pl {  }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #VrpVB9ZcUS78uK31fp7hrA8uwVkw2sy4 { display:flex;position:relative;top:0rem;left:0rem; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #swXSdTeLstK928KavlT0V8s4bi14Iodz {  }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #efGZFKZeTe3ThCVKhCK846JkWHUDggyD {  }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #LRvwZVybBKph2mCM75nxD6eOORsJC2R0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZJ7pU0cJRd94oB0wR1N1rBNQ14TXly58 {  }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #sWIZOpcN2mDITcyhaqEQHSbORdwnPciL {  }
#wM9DRi7aryOTC4Qgl7TaTC72X8CHmShg { color:#ffffff;display:block;width:27.686625rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:26.3125rem;left:23.6875rem;height:1.6494125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TRTZTvD3SVWWWgupwgEMCkCFATXkVz4s { color:#ffffff;display:block;width:2.56185rem;position:absolute;font-family:figtree;font-size:4.0625rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:29.625rem;left:30.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6yhXZFhQ5wnVlhJcqrL8HnW9rsCEcoL { color:#ffffff;display:block;width:2.56185rem;position:absolute;font-family:figtree;font-size:4.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:29.625rem;left:41.5625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OegBxBWtnJBT58PeK70LheswBx0Be6B6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0efe9;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; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { border-width: 0; border-radius: 0; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:none; }#dKQOQGfCHWIsCPzHq0JRFVVM5GTLCOUs { color:#4d3527;display:block;width:52.3125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:9.8125rem;left:11.375rem;height:1.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd4ca;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; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container { background-color: transparent; background-image: none; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container > .video-iframe-container { display: none; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row > .video-iframe-container { display: none; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .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); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container { border-width: 0; border-radius: 0; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#lMg6CTsW3ig2zyzTohDBcLT8LXPt6B81 { color:#4d3527;display:block;width:75rem;position:absolute;font-family:figtree;font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.15625rem;left:0rem;height:2.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZScew0SEouBkpVfgHvahuvtfaQZ8mxkd { color:#4d3527;display:block;width:75rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:9.1435546875rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd4ca;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; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row .container { background-color: transparent; background-image: none; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row .container > .video-iframe-container { display: none; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row > .video-iframe-container { display: none; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .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); }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row .container { border-width: 0; border-radius: 0; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#wq5tsWMKPe12pZ93bG14mtsXV1yCZmdJ { box-sizing:content-box;height:6.0625rem;width:7.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f47c5eee-3991-4b3e-9a03-ac57d8fcd42d/CARMELHOTEIS_ICONES_MassagemSPA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:8.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wq5tsWMKPe12pZ93bG14mtsXV1yCZmdJ.adaptive-delivery-prevent-bg, #wq5tsWMKPe12pZ93bG14mtsXV1yCZmdJ.lazyload, #wq5tsWMKPe12pZ93bG14mtsXV1yCZmdJ.lazyloading { background-image: none; }
#wq5tsWMKPe12pZ93bG14mtsXV1yCZmdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTWtlqcJIVkZ6nMPqPFva0N3HVqbT92N { color:#000000;display:block;width:17.5rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.25rem;left:3.75rem;height:6.5989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdzFiOcJLl2QXQor9lmhTHdvuPNQpDdc { box-sizing:content-box;height:12.4375rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.5);background-image:none;top:0rem;left:24.9375rem;display:block; }
#yHMGUb4ydxsUw6liTr4Q1BFMLnBzliAH { box-sizing:content-box;height:12.4375rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.5);background-image:none;top:0rem;left:49.9375rem;display:block; }
#QdMemoEbdivqQRCe61aoE2O8y3rpDWDT { color:#000000;display:block;width:17.5rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.294921875rem;left:28.75rem;height:4.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NderyZ4ZZBUKGI7JLE2RDDyVIzg2pUa4 { box-sizing:content-box;height:6.0625rem;width:7.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0a5903ff-92f8-435a-b36d-29a0b0446504/CARMELHOTEIS_ICONES_Horario.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:33.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NderyZ4ZZBUKGI7JLE2RDDyVIzg2pUa4.adaptive-delivery-prevent-bg, #NderyZ4ZZBUKGI7JLE2RDDyVIzg2pUa4.lazyload, #NderyZ4ZZBUKGI7JLE2RDDyVIzg2pUa4.lazyloading { background-image: none; }
#NderyZ4ZZBUKGI7JLE2RDDyVIzg2pUa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxlb4zBmU6UZ4J3AVouAApOTwtnxsP0D { color:#000000;display:block;width:16.375rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.294921875rem;left:54.3125rem;height:6.5989375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DR6zzuTDVPgin31gTX7suR5rwkfA36E2 { box-sizing:content-box;height:6.0625rem;width:7.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba190551-b4e9-49cc-9596-53f85c557ab9/CARMELHOTEIS_ICONES_CalendarioProgramacao.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:58.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DR6zzuTDVPgin31gTX7suR5rwkfA36E2.adaptive-delivery-prevent-bg, #DR6zzuTDVPgin31gTX7suR5rwkfA36E2.lazyload, #DR6zzuTDVPgin31gTX7suR5rwkfA36E2.lazyloading { background-image: none; }
#DR6zzuTDVPgin31gTX7suR5rwkfA36E2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2QtoXVMJUHcUEAORDTt4WiqHP1ScVbA { color:#4d3527;display:block;width:75rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:19.8310546875rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#C5BvuxzXRPPfn98Sl1m6XLdAOfZwI06a { background-color:#432e22;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.749375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:21.685116767883rem;left:27.624784469604rem;display:block; }
#TkODEEdb1oKeoQWhRsWufqDMeiku9n26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB { position:relative;display:block; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB { background-color: transparent; background-image: none; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row .container > .video-iframe-container { display: none; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row > .video-iframe-container { display: none; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .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); }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB { border-width: 0; border-radius: 0; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DrH5R1A39QTqNRtqGnOVc0QnZa1tNqko { color:#4c3427;display:block;width:56.125rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:5.8125rem;left:9.4375rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tsNAAvabfAwRw07hHRumgM6huyL1GIAx { box-sizing:content-box;height:2.12456875rem;width:28.5623125rem;position:absolute;display:block;z-index:15016;background-color:#ae894b;background-image:none;top:12.3125rem;left:23.25rem;display:block; }
#u84HKidbBITri299fFdTzVi48hkhCFE1 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:27.875rem;height:1.381075rem;display:block; }
#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC { position:relative;display:none; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC { border-width: 0; border-radius: 0; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv { position:relative;display:block; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv { background-color: transparent; background-image: none; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row .container > .video-iframe-container { display: none; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row > .video-iframe-container { display: none; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .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); }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv { border-width: 0; border-radius: 0; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cvkmaIBm6McxehpNBV5mGSAcNQBCGplP { box-sizing:content-box;height:18.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/50fc06be-b762-4fec-9a03-be79a89bcc2d/lareira168b99b2601b79.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.0010850690305233rem;left:0rem;display:block; }#cvkmaIBm6McxehpNBV5mGSAcNQBCGplP.adaptive-delivery-prevent-bg, #cvkmaIBm6McxehpNBV5mGSAcNQBCGplP.lazyload, #cvkmaIBm6McxehpNBV5mGSAcNQBCGplP.lazyloading { background-image: none; }
#WNKF5yhdyt0efFq1g0vuhEd14gtXhvTT { color:#4c3427;display:block;width:14.25rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:5.7220458984375E-6rem;left:20.562067031861rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ucLGsL77LoWst1uRTnnNIsdQNH2xD5Ot { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:4.3109817504883rem;left:20.562067031861rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mr7c4CPdgl47IDd65H2a2TivTKifCECF { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:5.8355026245117rem;left:20.562067031861rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pt7S7xo8XxanoGBHIiFBSH8TNg1RtLA7 { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:8.1781692504881rem;left:22.374132156372rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AIkSEmVUngQ38bkQQVOll958qGpCth85 { position:absolute;display:block;z-index:15030;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:1.12413125rem;width:1.25rem;top:8.1781692504881rem;left:20.562067031861rem;overflow:hidden;display:block; }
#TJ20FW7lLIgTvf89cIE95tgEqG7rPd2l { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:10.250652313233rem;left:20.562067031861rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L2mTf4qFPZZxd5JT6xIFcb0rs15DaHiF { position:absolute;display:block;z-index:15032;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:1.125rem;width:1.3125rem;top:8.1781692504881rem;left:27.468534469604rem;overflow:hidden;display:block; }
#Chz9nqfCodThXd2NriS0ZbNTeq79TPNU { color:#4c3427;display:block;width:9.75rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:12.355682373047rem;left:22.749567031861rem;height:2.33680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#adblwuMgqMhU0bEfAoPFXJ7ZH7TyShWF { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:8.1781692504881rem;left:29.379343032837rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUVG1Fu8cGByhHMXChbczpI6qy16kJkh { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:12.904296875rem;left:20.5615234375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aAHQe8P4L7pegK5eGEEDpp0pQ1Ekd4Dq { color:#4c3427;display:block;width:2.8732625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:12.939453125rem;left:30.562067031861rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULolRN3xNpiFCkdxry8oS85gmVbhcIA4 { color:#4c3427;display:block;width:29.3120625rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:0.84310102462769rem;left:36.187067031861rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RogIoPlIZMebar9hrTSIGVequOwt9RzC { background-color:#ae894b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:15.998264312744rem;left:20.562067031861rem;display:block; }
#KPg5XNBWNfJMCzE1r7iDMTA0JdlNmMN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4WNfZOA11ABzpxTD0qN7Saol0T71Guh { box-sizing:content-box;height:14.561625rem;width:0.0618489375rem;position:absolute;display:block;z-index:15040;background-color:#4c3427;background-image:none;top:4.3109817504883rem;left:37.501085281372rem;display:block; }
#rJTSxDfeK372LxsDVnsCv7FGMG7odm7o { background-color:#ae894b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:16rem;left:39.25rem;display:block; }
#rCEqE3yJraWq6CP1vo1QhcRU0gGyhbWe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQXCZCkK65TyRwW3TnXNZn8q4rHZZyxw { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.7;letter-spacing:0;top:12.375rem;left:41.4375rem;height:2.33680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pNxPSkcRL1IgETXT7MRssVSzrpcdHUuF { color:#4c3427;display:block;width:2.8732625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15048;line-height:1.7;letter-spacing:0;top:13rem;left:49.25rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrVJgCC6VMXlc8znnuR1CXkazDkmN93w { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15043;line-height:1.7;letter-spacing:0;top:10.3125rem;left:39.25rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rauTHIgTU1xmLUKiSWddr61k80I1ZHhJ { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:8.1875rem;left:41.0625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhLZ4WSbuekgArA0plZsXMracq8MZEhB { 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:1.125rem;width:1.3125rem;top:8.1875rem;left:46.125rem;overflow:hidden;display:block; }
#g8tZol1foFPGQS1XhGkOKxdM7vUhtdgP { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:8.1875rem;left:48.0625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eT7sNQ59TJQeQuTLIQgp0o0wTAHNfIKW { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:5.875rem;left:39.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wDmUk2hq4OhKnZTCfdHFFToabNW38TF4 { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.7;letter-spacing:0;top:12.9375rem;left:39.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MZs91WHfNvAIIsTFnFHiEdpnXyAl3TCr { position:absolute;display:block;z-index:15041;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:1.12413125rem;width:1.25rem;top:8.1875rem;left:39.25rem;overflow:hidden;display:block; }
#tE8sgTNAidgDQu6d6JEWE64zZak1Wpgy { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.3125rem;left:39.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xpWyqvL3JBXbxwELwdJVINR2hcvz088U { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ae894b;border-left:0.125rem solid #ae894b;border-right:0.125rem solid #ae894b;border-bottom:0.125rem solid #ae894b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ae894b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:16rem;left:57.9375rem;display:block; }
#zxaIVQFrLOR2MxaV1AosK0uJTqMx4gFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7BT3BxAxlREkRlfGlH4cxifr05fxUDZ { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15058;line-height:1.7;letter-spacing:0;top:12.375rem;left:60.125rem;height:2.3369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ck4T3dFgIrna96SWtZscuonD92NJJa6i { color:#4c3427;display:block;width:2.8732625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15059;line-height:1.7;letter-spacing:0;top:13rem;left:67.9375rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ceVaE02NsXeQEvxhfzaveMZgRteMkuWq { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15054;line-height:1.7;letter-spacing:0;top:10.3125rem;left:57.9375rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pcOEGyZ2ykxpLOGkl15X7LNt0PaQQpL4 { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:8.1875rem;left:59.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b3UPoegxmHKHdT3zLg0JQB3TcHkWglwC { position:absolute;display:block;z-index:15054;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:1.125rem;width:1.3125rem;top:8.1875rem;left:64.8125rem;overflow:hidden;display:block; }
#Q25f741VweyQ43m01rJ5CwAJiFTRUX59 { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:8.1875rem;left:66.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P4HQOM0Ig4gMPs83yL9TfOunKOMbPNRr { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:5.875rem;left:57.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tFGs5HAgwWayQ3U9I1zRGA3P1evGVE4T { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.7;letter-spacing:0;top:12.9375rem;left:57.9375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJfVrsTSsTobNqd5PBT97V4f8pJJ0xTt { position:absolute;display:block;z-index:15052;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:1.12413125rem;width:1.25rem;top:8.1875rem;left:57.9375rem;overflow:hidden;display:block; }
#cUWdrRSiG5eQLzp5ueKoAfO9IO3ACVvh { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.7;letter-spacing:0;top:4.3125rem;left:57.9375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvvo86rpn9lTqLNJ4paDZpL3FvGNQi1n { box-sizing:content-box;height:14.5605625rem;width:0.060763875rem;position:absolute;display:block;z-index:15041;background-color:#4c3427;background-image:none;top:4.3109817504883rem;left:56.251085281372rem;display:block; }
#tpq21eoom6ulgT18N8k4uBSwMta6Bbry { box-sizing:content-box;height:1.875rem;width:0.1875rem;position:absolute;display:block;z-index:15041;background-color:#4c3427;background-image:none;top:0.56098127365113rem;left:35.317926406861rem;display:block; }
#xMwuvHJlbNtq0HZV4t4fFEkLTRpCx9eA { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#xfS0xBxKwoHkr2RTBUobpblZKQxhtzd5 { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#F52wP60R4lJXy1XtaCz1Fl8XTwtNk51g { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq { position:relative;display:none; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq { border-width: 0; border-radius: 0; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbd4ca;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; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row .container { background-color: transparent; background-image: none; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row .container > .video-iframe-container { display: none; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row > .video-iframe-container { display: none; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .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); }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row .container { border-width: 0; border-radius: 0; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#fXZb6ll2ck0T9RAJuf1OyigN6ypKcFqX { color:#4c3427;display:block;width:17.0625rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:3.5rem;left:20.5625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EgPl1R7ToedI9epkPwi4ObbTWJkNQcJw { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:7.8125rem;left:20.5625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T3Qdaueb4QKD4xsMp7rfHFWy1Mck3JXK { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:9.3125rem;left:20.5625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iL5gOPLnz1d1sh1l6oFMKHCQ1opsawvX { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:11.6875rem;left:22.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lvfmi0vLKpamHqQKRTVxhM507BHX8q1r { position:absolute;display:block;z-index:15030;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:1.12413125rem;width:1.25rem;top:11.6875rem;left:20.5625rem;overflow:hidden;display:block; }
#ZRsbOg32x987UWPPPIzElM3RHriusWIb { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:13.75rem;left:20.5625rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n9lrm5aeOt2BGlat6sZZRDmSHoetqPqh { position:absolute;display:block;z-index:15032;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:1.125rem;width:1.3125rem;top:11.6875rem;left:27.5rem;overflow:hidden;display:block; }
#pwr9Wy67s4dqCvUisb233VePhGdXzLcW { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:15.875rem;left:22.75rem;height:2.33680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Aqr4xNdroFbrbTTncN32Kz7zGVbpeFSx { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:11.6875rem;left:29.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQVAa4y2zvKnIZgafXtmwToUvvdUAT0g { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:16.4375rem;left:20.5625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DOHQBrtNmC8N0RpHDmeQC0sI4akFMQgv { color:#4c3427;display:block;width:2.8732625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:16.4375rem;left:30.5625rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UMbsz5MkSLhIfLKEDGCGtyfFdsnutz4I { color:#4c3427;display:block;width:29.311rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:4.375rem;left:39.25rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kfkm2Jh7t45RzePtNJtldrHR7RuVB0qq { background-color:#ae894b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:19.5rem;left:20.5625rem;display:block; }
#whOccnS8VKTHU3NawVNeLOUmfTTSASqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lVmvJrskDy8oNWpKGcvZIBmg5o95Ipme { box-sizing:content-box;height:14.561625rem;width:0.0618489375rem;position:absolute;display:block;z-index:15040;background-color:#4c3427;background-image:none;top:7.8125rem;left:37.5rem;display:block; }
#iNOzu9aq0rmtXCsPeEgn5xMUrCabhbs7 { background-color:#ae894b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:19.5rem;left:39.25rem;display:block; }
#zpy41GUpDvHMLFmaT4bhIPKheK6cKVQV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPTwGyyxyiztezrV63KCGUxWfx5cTcRs { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.7;letter-spacing:0;top:15.875rem;left:41.4375rem;height:2.33680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L2FmoK8JpJEp4MePhb5aPHOTgVKmDGmV { color:#4c3427;display:block;width:2.8732625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15048;line-height:1.7;letter-spacing:0;top:16.5rem;left:49.25rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I9xUv9V41Dm325v3sMAKKi7Qz0dnVAeo { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15043;line-height:1.7;letter-spacing:0;top:13.8125rem;left:39.25rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5xJgyT4SlTEy17FburJZPbbf0qbdwmu { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:11.6875rem;left:41.0625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOTw1b0JMCzLxkePtbkOVLtBuQUEfyyi { 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:1.125rem;width:1.3125rem;top:11.6875rem;left:46.125rem;overflow:hidden;display:block; }
#GdMhiSbBVGpcgLAdxQGhQ2qdz6KhVUgf { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:11.6875rem;left:48.0625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GEpxh491AO54Iab53tavsMtgSMNnhiv7 { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:9.375rem;left:39.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IkRCEE1TFJksTOQsys0zhkA1DIDruzPV { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.7;letter-spacing:0;top:16.4375rem;left:39.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJMbz8zfZGkGeDN7el77aeESN7IXZWmX { position:absolute;display:block;z-index:15041;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:1.12413125rem;width:1.25rem;top:11.6875rem;left:39.25rem;overflow:hidden;display:block; }
#PJJ9q6wGkSLHQNnitpb0xXJrhu7TbkvP { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:7.8125rem;left:39.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jcyz5O84xbuiTuiVrnQ0LHuETHvTyUC8 { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15058;line-height:1.7;letter-spacing:0;top:15.875rem;left:60.125rem;height:2.33680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RNIcp8hXZMZuCPME4C7rUs7FRvlAZ88g { color:#4c3427;display:block;width:2.87218125rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15059;line-height:1.7;letter-spacing:0;top:16.4375rem;left:67.9375rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rGex46MGQegDQuhImk2OtLFbgDly673P { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15054;line-height:1.7;letter-spacing:0;top:13.8125rem;left:57.9375rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4BIoPLK006c6zcPEd0rCt5CczMkOJ6z { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:11.6875rem;left:59.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ovh97prnaI8H2A5VLWlCt6UvMm4pnG8M { position:absolute;display:block;z-index:15054;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:1.125rem;width:1.3125rem;top:11.6875rem;left:64.8125rem;overflow:hidden;display:block; }
#GzKb8nNL92qpHzd6QM0s8KJ6oN5UWse9 { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:11.6875rem;left:66.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ERLTJx3ws8FkrzAkp4Dptsn13OTqiiDG { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:9.375rem;left:57.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AzOEmck0pQlEPxEKiCO1uNT91MtSytcH { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.7;letter-spacing:0;top:16.4375rem;left:57.9375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SySSedq8rBQab3VGSnpKeVqUAKL9csT3 { position:absolute;display:block;z-index:15052;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:1.12413125rem;width:1.25rem;top:11.6875rem;left:57.9375rem;overflow:hidden;display:block; }
#ExfFeHpVvk1TpTw8sMWsmAyuFkARXTpX { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.7;letter-spacing:0;top:7.8125rem;left:57.9375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HlIXr2Tr5eHZUs6zmmUsAdt5paEXT6dQ { box-sizing:content-box;height:14.5605625rem;width:0.060763875rem;position:absolute;display:block;z-index:15041;background-color:#4c3427;background-image:none;top:7.8125rem;left:56.25rem;display:block; }
#TvbTtDEKPXG1EX8GkJoNL1IrukTmURph { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:4.0625rem;left:38.3125rem;display:block; }
#Ep66p4nt4Mx0ncEOhAqmvc5t7KE9DmDZ { z-index:15003;top:19.5rem;left:58.0625rem;background-color:#ae894b;background-image:none;border-top:0.0625rem solid #ae894b;border-left:0.0625rem solid #ae894b;border-right:0.0625rem solid #ae894b;border-bottom:0.0625rem solid #ae894b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y8qmUTxRaBwNJy9tXNUFuzQNFPRBgR1O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z57b92lgNQR71MpS2T6UrozF35cyOQWv { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#p83nvd8FSWMtEtoLBzeAxx5uICLkeNbP { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#pBuJTE8UCkpWpZFf5z8XU60HqSyoqNxZ { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#ISXCXTdMMJH4HI6WNr0aGuFBKKxpIuFf { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:4.3125rem;left:39.25rem;height:1.59288125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BDG21bEDZZdZaOCuBiVHTDexNEZICn7V { box-sizing:content-box;height:18.6855625rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3e0bfedf-96d8-48cc-ba14-57ab905e0e75/LPDEVENDAS_CHARME.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.5rem;left:0rem;display:block; }#BDG21bEDZZdZaOCuBiVHTDexNEZICn7V.adaptive-delivery-prevent-bg, #BDG21bEDZZdZaOCuBiVHTDexNEZICn7V.lazyload, #BDG21bEDZZdZaOCuBiVHTDexNEZICn7V.lazyloading { background-image: none; }
#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci { position:relative;display:none; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci { border-width: 0; border-radius: 0; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row .container { background-color: transparent; background-image: none; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row .container > .video-iframe-container { display: none; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row > .video-iframe-container { display: none; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .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); }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row .container { border-width: 0; border-radius: 0; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#i3aGLoItTxKfzzMpppcxZUfJdyhZGlSO { color:#4c3427;display:block;width:18.6875rem;position:absolute;font-family:figtree;font-size:2rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:3.0625rem;left:20.5625rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U3LyiesVq3MDars533l8TsmTc3NqBcq4 { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.7;letter-spacing:0;top:7.375rem;left:20.5625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t8w5lx66XBH3Zon4NWZkP9F29bNHSBuD { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:8.875rem;left:20.5625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SOzZk7aMVR8rKaTuHV8lCJhlNo4XdEO4 { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:11.25rem;left:22.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mdnuwEZTfBLZG9wedkbEToMzQ6uvUZh6 { position:absolute;display:block;z-index:15030;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:1.12413125rem;width:1.25rem;top:11.25rem;left:20.5625rem;overflow:hidden;display:block; }
#r7upSM1qHTbViGaX5N4ONtaUBZHlywto { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:13.3125rem;left:20.5625rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KkAxQbR3s9cxe02FtUA4nnE4lM70hz4M { position:absolute;display:block;z-index:15032;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:1.125rem;width:1.3125rem;top:11.25rem;left:27.5rem;overflow:hidden;display:block; }
#PqK1CtbhtNU3kMPVX7N3cLtflXupdoBf { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:15.4375rem;left:22.75rem;height:2.3369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hc9TvH8Q6qHRZUTroW5e5y69Nxl7M2ap { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:11.25rem;left:29.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iiVoL1yVOrgpL6gS7nF9nUIv3yAaqB8i { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:15.9375rem;left:20.5625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fiJ421rvsMswO0I5D6zBUcMrznLguc9N { color:#4c3427;display:block;width:2.8732625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:16rem;left:30.5625rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2hEuboS2Am1E3QUgFf3WtsAOX4xStFH { color:#4c3427;display:block;width:29.311rem;position:absolute;font-family:figtree;font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:3.875rem;left:41.0625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SuSD3H4iMA2nitf9vQxywei80rBcter8 { background-color:#ae894b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:19.0625rem;left:20.5625rem;display:block; }
#CpuIUOTDI0No9OIhBD4IWJOdbQ69V2Gb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tCiJMAbH2IeWB4DehUy1OHxNPuQaeT79 { box-sizing:content-box;height:14.561625rem;width:0.0618489375rem;position:absolute;display:block;z-index:15040;background-color:#4c3427;background-image:none;top:7.375rem;left:37.5rem;display:block; }
#Zurmy2DMOTKlP6ZOecRGJfm9tT9vdw4d { background-color:#ae894b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5620625rem;height:2.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:19.0625rem;left:39.25rem;display:block; }
#P4yTxebMhpRnSG0bGddKtuIITE2gJnsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhoyqqCDmEELV2JyFgCVIfeSy3cuHqWq { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15047;line-height:1.7;letter-spacing:0;top:15.4375rem;left:41.4375rem;height:2.33680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PUz9DBkoDCGcBTPN4sg3d9KtNBT0Kz1G { color:#4c3427;display:block;width:2.87218125rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15048;line-height:1.7;letter-spacing:0;top:16rem;left:49.25rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DCBAW7dQHDEOvCZWHV2t2Z7BImXML7oV { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15043;line-height:1.7;letter-spacing:0;top:13.375rem;left:39.25rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uwpgpzHTd6aAT7SaMELiZFBK7cNFw1J0 { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:11.25rem;left:41.0625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJNXJeRaBuXOwmwAfphpGURTMZGBte8X { 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:1.125rem;width:1.3125rem;top:11.25rem;left:46.125rem;overflow:hidden;display:block; }
#AuTMPuQihO8FCNhvGhGWQPTOJWOieokD { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:11.25rem;left:48.0625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hQmEHEdTqk5JyQbB8F6fZXL5MaeQhoT3 { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:8.9375rem;left:39.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GnwWUl1agfJ0Sdcir7WR13pSNNcFlbqW { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.7;letter-spacing:0;top:16rem;left:39.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nDcATwtppR8w31ApSG3Dg6m2vs20tlmu { position:absolute;display:block;z-index:15041;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:1.12413125rem;width:1.25rem;top:11.25rem;left:39.25rem;overflow:hidden;display:block; }
#K3lHthvZJrKVW1Xqgo4cdNihbSTw7WJP { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:7.375rem;left:39.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TOhC8k77hC5IBQ0FVeGv52KqWtCyszLC { color:#4c3427;display:block;width:7.8125rem;position:absolute;font-family:figtree;font-size:1.375rem;font-weight:300;z-index:15058;line-height:1.7;letter-spacing:0;top:15.4375rem;left:60.125rem;height:2.3369125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ktpxe0yOUyMiqxUb5M8gKwdPXDXRDFdr { color:#4c3427;display:block;width:2.8732625rem;position:absolute;font-family:figtree;font-size:0.6875rem;font-weight:300;z-index:15059;line-height:1.7;letter-spacing:0;top:16.0625rem;left:67.9375rem;height:1.16861875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTiHgiJCxKJTIauhwluDSTvUofZewErF { color:#4c3427;display:block;width:12.1875rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15054;line-height:1.7;letter-spacing:0;top:13.375rem;left:57.9375rem;height:1.38129375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mneyD3LCrduUtIwniBfSupSHW4s2bPwK { color:#4c3427;display:block;width:4.18728125rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:11.25rem;left:59.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LRt2UJHw8qeLReAZdf2LJdMhc7D7Hu3n { position:absolute;display:block;z-index:15054;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:1.125rem;width:1.3125rem;top:11.25rem;left:64.8125rem;overflow:hidden;display:block; }
#k9H99nNN8gU6sH1wArFDK5LonKqBULRT { color:#4c3427;display:block;width:6.5625rem;position:absolute;font-family:figtree;font-size:0.75rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:11.25rem;left:66.75rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JoZnu46cnDHyJnqTnV1bxEuGJBz37U2L { color:#4c3427;display:block;width:17.125rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:8.9375rem;left:57.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sQ4l5TFcCcwCAbwtrKdJJ9Zw9oSXzueT { color:#4c3427;display:block;width:2.25rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.7;letter-spacing:0;top:16rem;left:57.9375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GnDZgmGTBvKcXdds5TXbOqUmTIysXk48 { position:absolute;display:block;z-index:15052;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:1.12413125rem;width:1.25rem;top:11.25rem;left:57.9375rem;overflow:hidden;display:block; }
#DFGPUVITS9F4uAZiTxcktQL0n2EippoC { color:#ae894b;display:block;width:15.625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.7;letter-spacing:0;top:7.375rem;left:57.9375rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7lVzQQXIkMdqNagM4okZget0Qb9O7mp { box-sizing:content-box;height:14.5605625rem;width:0.060763875rem;position:absolute;display:block;z-index:15041;background-color:#4c3427;background-image:none;top:7.375rem;left:56.25rem;display:block; }
#mQgu6amkbtXVFwEJWxsO5HzGUpNWBNcN { box-sizing:content-box;height:1.875rem;width:0.185546875rem;position:absolute;display:block;z-index:15043;background-color:#4c3427;background-image:none;top:3.625rem;left:39.75rem;display:block; }
#NK5pshzkUmWsyoVMJAJPqOGaAcnVmDzo { z-index:15004;top:18.875rem;left:57.9375rem;background-color:#ae894b;background-image:none;border-top:0.0625rem solid #ae894b;border-left:0.0625rem solid #ae894b;border-right:0.0625rem solid #ae894b;border-bottom:0.0625rem solid #ae894b;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:figtree;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.54817375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MRIM66eTsPtXdKAlZ3hbwVAVHMLv4f8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvIaUetQWqkz9GL9Z26a9saP0mdsfFvc { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#d323T0t2VbEgzyWhbI7d90C8w7kfT0FV { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#SbJcl4tAk598XIKLDGSdGaWMI1AmuzyG { box-sizing:content-box;height:1.875rem;width:0.186631875rem;position:absolute;display:block;z-index:15042;background-color:#4c3427;background-image:none;top:0.56098175048828rem;left:38.317056655884rem;display:none; }
#LgE5iQVPXewU81e1KyKTE5ryJ7wpnUPM { box-sizing:content-box;height:18.686rem;width:18.686rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d5aba40c-9598-45b2-9727-2731c70df3b3/LPDEVENDAS_CUMBUCO.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.0609722137451rem;left:0rem;display:block; }#LgE5iQVPXewU81e1KyKTE5ryJ7wpnUPM.adaptive-delivery-prevent-bg, #LgE5iQVPXewU81e1KyKTE5ryJ7wpnUPM.lazyload, #LgE5iQVPXewU81e1KyKTE5ryJ7wpnUPM.lazyloading { background-image: none; }
#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeae4;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; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row .container { background-color: transparent; background-image: none; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row .container > .video-iframe-container { display: none; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row > .video-iframe-container { display: none; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .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); }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row .container { border-width: 0; border-radius: 0; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#cmG64oJP4rtz4CqkNdZHw3NTXw7q5LUu { color:#4c3427;display:block;width:75rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:6.3125rem;left:0rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kLly2NeV67XJeyAv7y8ulgLP5fwhpXrr { color:#4c3427;display:block;width:12rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:14rem;left:4.3125rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XkTXLwk0CrAs4A4UoRlFMZiNXCwsHwtl { color:#4c3427;display:block;width:10.25rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:14rem;left:32rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UbZ03hsaVbRbGLGR3HX7PtKDKg2OkxIx { color:#4c3427;display:block;width:14.5rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:14rem;left:58.125rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gDGzKwxJiyHksT4cKb9137V41vra6XNQ { color:#4c3427;display:block;width:12.8125rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:19.1875rem;left:4.5625rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OqzrdnG1JVNyVIfKOe4Qn4FQQcRLaLV2 { color:#4c3427;display:block;width:12rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:19.1875rem;left:32rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLlXh1TxiRdHLQGVAtT9Mc83Gl96bq6b { color:#4c3427;display:block;width:16.5625rem;position:absolute;font-family:figtree;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:19.1875rem;left:58.4375rem;height:1.6494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KOJP46JQAkfPpDaWQ9XWl59qVaw3iNKS { position:absolute;display:block;z-index:15010;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.8125rem;width:2.8125rem;top:13.4375rem;left:0rem;overflow:hidden;display:block; }
#qPoSb90CDgoN75NRvJuulNNKE9na0rT2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.625rem;left:0rem;overflow:hidden;display:block; }
#hiWTLuB3ofhgXh9a0pBdF2Nyhm7iaKOx { position:absolute;display:block;z-index:15013;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.8125rem;width:2.8125rem;top:18.5625rem;left:28.5625rem;overflow:hidden;display:block; }
#KoLCtH9U7id80dPDJ2TSV56i0ZJmTLSd { position:absolute;display:block;z-index:15012;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.8125rem;width:2.8125rem;top:13.375rem;left:28.5625rem;overflow:hidden;display:block; }
#cerNfuxfpU7RLmy3GOGIZcFKSXAUqCfq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.375rem;left:54.75rem;overflow:hidden;display:block; }
#NGXqdQKHLqs2yMnmzElaQZfhDT932T2Q { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.1875rem;top:18.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#SVVJumyNy2pmC8EJpfolKvX686yridli { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bfaf8f;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; }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row .container { background-color: transparent; background-image: none; }#SVVJumyNy2pmC8EJpfolKvX686yridli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row .container > .video-iframe-container { display: none; }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row > .video-iframe-container { display: none; }#SVVJumyNy2pmC8EJpfolKvX686yridli > .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); }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row .container { border-width: 0; border-radius: 0; }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#O0nJbptt6lEMNwqDGvy2lC3IPklv9GPH { color:#4c3427;display:block;width:44.625rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.21875rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cnD9TfklvgXxTDAnBy8DTmNZdQz5Ou2p { background-color:#432e22;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:7.84375rem;left:61.25rem;display:block; }
#WytSUD5TXWM107Sf9e5V8Tzfai9kxn4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfpU7fvAKZD9cId8GSbGqtIhm11aU8ex { color:#4c3427;display:block;width:56.6875rem;position:absolute;font-family:figtree;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container { background-color: transparent; background-image: none; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container > .video-iframe-container { display: none; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row > .video-iframe-container { display: none; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .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); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container { border-width: 0; border-radius: 0; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#PwTA81FN1kUqTb6pdN8ZrbHSQyGDn0CR { color:#4d3527;display:block;width:75rem;position:absolute;font-family:figtree;font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:5.84375rem;left:0rem;height:2.17480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGAOlXg6iw39n2o382HbLzcc94pF5tXR { border-top:6.25rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container { background-color: transparent; background-image: none; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container > .video-iframe-container { display: none; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row > .video-iframe-container { display: none; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .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); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container { border-width: 0; border-radius: 0; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#eH8tyITT2Qk5TtLIi3AdEHmaEHWgFRBZ { box-sizing:content-box;height:18.75rem;width:23.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.21);background-image:url("https://images.assets-landingi.com/uc/73ae3e9d-7266-4b51-8260-760095785a92/piscina04copiar68b99b284b728.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-6.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eH8tyITT2Qk5TtLIi3AdEHmaEHWgFRBZ.adaptive-delivery-prevent-bg, #eH8tyITT2Qk5TtLIi3AdEHmaEHWgFRBZ.lazyload, #eH8tyITT2Qk5TtLIi3AdEHmaEHWgFRBZ.lazyloading { background-image: none; }
#LIKrVxkRJs1UWxohbwh5fqSILTC6HtPC { color:#432e22;display:block;width:21.4375rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.75rem;left:0rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SmHRgyiMp6d09wJQRO81puMMrFClAdPM { color:#4d3527;display:block;width:18.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:13.625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mBfcAQaAT9ggcDGemQktHseOuzgZbvtw { color:#4d3527;display:block;width:21.25rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.75rem;left:26.5625rem;height:8.997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Af47MTFpBzCtoIMwDdqKlev2534FCyTT { box-sizing:content-box;height:18.75rem;width:21.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.21);background-image:url("https://images.assets-landingi.com/uc/222b8ab5-3a17-46b8-af8f-208fad64fa68/LP_CHARME2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-6.25rem;left:26.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Af47MTFpBzCtoIMwDdqKlev2534FCyTT.adaptive-delivery-prevent-bg, #Af47MTFpBzCtoIMwDdqKlev2534FCyTT.lazyload, #Af47MTFpBzCtoIMwDdqKlev2534FCyTT.lazyloading { background-image: none; }
#eVowDbHRWZXD18Hxb9H4QVJxbwEQ5DqG { color:#4d3527;display:block;width:18.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:13.625rem;left:26.5625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X48hgEFonIPgWlZ24StIomNoMLbTG7tT { color:#4d3527;display:block;width:19.5625rem;position:absolute;font-family:figtree;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.75rem;left:53.125rem;height:8.997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzDQ1SfW1tK83QKLJvG0d9XNiFUImsux { box-sizing:content-box;height:18.75rem;width:21.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.21);background-image:url("https://images.assets-landingi.com/uc/e62656ff-2fe7-4e5e-a397-0371c8a47175/vistaspassaro022copiar68b99b262e03f.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:-6.25rem;left:53.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XzDQ1SfW1tK83QKLJvG0d9XNiFUImsux.adaptive-delivery-prevent-bg, #XzDQ1SfW1tK83QKLJvG0d9XNiFUImsux.lazyload, #XzDQ1SfW1tK83QKLJvG0d9XNiFUImsux.lazyloading { background-image: none; }
#yP0ZtaG8QhO9X4ZiDQt5QwT1vIc9LviK { color:#4d3527;display:block;width:21.75rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:13.625rem;left:53.125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeae4;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; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row .container { background-color: transparent; background-image: none; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row .container > .video-iframe-container { display: none; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row > .video-iframe-container { display: none; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .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); }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row .container { border-width: 0; border-radius: 0; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:figtree;color:#432e22;font-style:normal; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:figtree;color:rgba(0,0,0,0.65); }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-trigger { width:0.9375rem;min-width:0.9375rem;height:0.9375rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b2f26df36adf5775d364d558f1993d6d06e36b78.svg");background-size:contain !important; }#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-trigger.adaptive-delivery-prevent-bg, #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-trigger.lazyload, #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-trigger.lazyloading { background-image: none; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.6243457794187rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #KppqTRbx64z03H5IU4C4TDOXXoEfGrGv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #XzQw1GgLVhWirk8JpzxzKSbboEm29dSO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #qBCG9hQeA732IfrT6t0auAA4Nz08sqIT { display:block;position:relative; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #u6pbWsN99c9lbXwQgywJexmsMVuAghkb {  }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #w2OngBo9G6r0CxOtaKlnXSskgKmHHmeN {  }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #J0BT4FBfN8AgHwJITicDycDFoEX6QT3T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #h1Owcrxf511CZee0w4Jah70iQreqSZCb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #mXU5qEo39lrgRp8EGcPFcJIciMfGvQly { display:block;position:relative; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #z9DDPnk2syHgw5c021tySfFQFwtBOr4o {  }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #RNWafwuXI5k3o08FZ4gdOZzK7qCGTwaB { display:none; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #qzcMhHtRyFA84q2sRL9R3bVsKOc8dzm3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #tkwFg5dyR64CXvTa1s0u1XAqWXavBN6Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #gC3NWoOLqmXdPPx8cUTTDnK9ilhUK2GJ { display:block;position:relative; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #dIQLD1cXGXOzyT7MOJHveCzD4uI5Vw0i {  }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #yJLHtPJuouafmU7CVCQap3eKMQ5P0Isc { display:none; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #PLR65HlNanhAKG5MZyOQ0KqaITsEZ55F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #L9zcNDOfMkW47tLGp8QfTMvw7KemCUD3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #n9OTmVTdO1stMMH0licQdWxvJoCIGCN4 { display:block;position:relative; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #St9KGyRgNHeJaTcTnt3XR9KL6aZdkZM1 {  }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #GVT82xirJOTLnzvpfhFVdEGQpTQ7FuUT { display:none; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #buZtRQGo1ETMlsd0EoDbb24w02Z4Dg8S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #TwLz7OGEsv8PoKf8A4cT2qbsHPnmTDeD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #DFXCdCaixHaup0SwHiwUZP0XFy0SVkte { display:block;position:relative; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #HRs9d24zWs1cuv4R2aNcsQd8tTHJ0Bnu {  }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #xl4i71aDTJ7KuVwCeWOWoiEsw1Sdc3Xy { display:none; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #a04fWvCASSt6wOLh3TWe1xvQ751TXyIq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #oZT8ozFR4qSOkLUTRS8eGitGcKGPUN9T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #fWJ7lIQM6Dmda57wwByI9D1txgf3C0wE { display:block;position:relative; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #FuGztzpaU9SJRsH3nCTA6gkk4gbuD97g {  }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #SkavphsWx7GUVFqsiub2c03y8ncafoX3 { display:none; }
#pDWTS21qc0KKk4ZucTgZENkdWo3OAToa { color:#4c3427;display:block;width:55.875rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xu1voK9avovdlLTKdrV3PC19nSphyxoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeae4;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; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row .container { background-color: transparent; background-image: none; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row .container > .video-iframe-container { display: none; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row > .video-iframe-container { display: none; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .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); }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row .container { border-width: 0; border-radius: 0; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#KISdMZdy17kEdHT6wi2UCK8mUK4zzgyM { color:#4c3427;display:block;width:75rem;position:absolute;font-family:figtree;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.140625rem;left:0rem;height:2.3559rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3ccc2;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; }#tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M > .row .container { border-width: 0; border-radius: 0; }#tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:none; }#upwhmX3N4qA4IHL7U84hFtzTeWU4hORK { color:#4d3527;display:block;width:41.3125rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:4.4987rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Neueqao7u4JFliXiS0WcW1HtJ2X6XmVt { background-color:#4c3427;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:figtree;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.875rem;left:54.03125rem;display:block; }
#I2aT1H7UoPgTFFFfxDfFHNhlBJE6eDSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection *:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="text"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="email"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="tel"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection textarea:focus-visible { outline: none; } #K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container { background-color: transparent; background-image: none; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container > .video-iframe-container { display: none; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row > .video-iframe-container { display: none; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .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); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container { border-width: 0; border-radius: 0; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4d3527;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; } #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection *:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="text"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="email"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="tel"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection textarea:focus-visible { outline: none; } #bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container { background-color: transparent; background-image: none; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container > .video-iframe-container { display: none; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row > .video-iframe-container { display: none; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .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); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container { border-width: 0; border-radius: 0; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { background-color: transparent; background-image: none; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container > .video-iframe-container { display: none; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row > .video-iframe-container { display: none; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .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); }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { border-width: 0; border-radius: 0; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DtwA3Spg4zLGOz9z6dAcVUwRAhHc2vNM { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#XEGQ97D8FRAieE4TZ1MyLEBWZf12EkHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odpTWm88nBGqfJp6dk2ONVGMNAsaOaz7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#P2hTwCwi4z5VbzFQ0Hc1THEgMJRmHlay { 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) { #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL { display:block; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPrZLgsJlGqeP2zmqnpf8EZbWseUHPO { width:10.5rem;height:4.1626768564378rem;top:1.3125rem;left:18.592885971069rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZykG0OGbQdlDkiVGeJTdHmXQKqKhCI3 { width:43.75rem;height:9.9858771166493rem;top:8.0625rem;left:1.9685344696045rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAqvnEkprTKrZ6awkG7f1r87zUqSTR9 { width:47.75rem;height:3.25rem;top:21rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM { display:flex;width:13.5rem;height:5.0625rem;top:31.6875rem;left:21.53125rem; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #WTUbEhTUUB0OaFOEGLAsrk1QV1g7vZEZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZDhLlTByt8TbRCmLutBuK4XTFyvDQnQe {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #VI3HLokilGLcy6BnqDzhAVTWvPBp68iF {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #MrQUh4NJQQR4ndUkbZooQaisQKVQZBgZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #E6VzTAbEZaVncTsMaW92ZCMWqdiNUq2Z {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZSg9AF3nf1IVHz4wobmM8ErVlkc2n5pl {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #VrpVB9ZcUS78uK31fp7hrA8uwVkw2sy4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #swXSdTeLstK928KavlT0V8s4bi14Iodz {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #efGZFKZeTe3ThCVKhCK846JkWHUDggyD {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #LRvwZVybBKph2mCM75nxD6eOORsJC2R0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZJ7pU0cJRd94oB0wR1N1rBNQ14TXly58 {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #sWIZOpcN2mDITcyhaqEQHSbORdwnPciL {  }
 }@media only screen and (max-width: 763px) { #wM9DRi7aryOTC4Qgl7TaTC72X8CHmShg { width:27.625rem;height:1.625rem;top:26.3125rem;left:10.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRTZTvD3SVWWWgupwgEMCkCFATXkVz4s { width:2.5rem;height:4.8125rem;top:29.625rem;left:17.3125rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6yhXZFhQ5wnVlhJcqrL8HnW9rsCEcoL { width:2.5rem;height:4.8125rem;top:29.625rem;left:27.9375rem;font-size:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OegBxBWtnJBT58PeK70LheswBx0Be6B6 { display:none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dKQOQGfCHWIsCPzHq0JRFVVM5GTLCOUs { width:47.75rem;height:1.25rem;top:9.8125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ { display:block; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMg6CTsW3ig2zyzTohDBcLT8LXPt6B81 { width:47.75rem;height:2.125rem;top:6.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZScew0SEouBkpVfgHvahuvtfaQZ8mxkd { width:47.75rem;height:1.5rem;top:9.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 { display:block; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wq5tsWMKPe12pZ93bG14mtsXV1yCZmdJ { width:7.375rem;height:6.0625rem;top:0rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWtlqcJIVkZ6nMPqPFva0N3HVqbT92N { top:7.25rem;left:0rem;width:17.5rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdzFiOcJLl2QXQor9lmhTHdvuPNQpDdc { width:0.125rem;height:12.4375rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHMGUb4ydxsUw6liTr4Q1BFMLnBzliAH { width:0.125rem;height:12.4375rem;top:0rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdMemoEbdivqQRCe61aoE2O8y3rpDWDT { top:7.25rem;left:14.25rem;width:17.5rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NderyZ4ZZBUKGI7JLE2RDDyVIzg2pUa4 { width:7.375rem;height:6.0625rem;top:0rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxlb4zBmU6UZ4J3AVouAApOTwtnxsP0D { top:7.25rem;left:31.25rem;width:16.375rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR6zzuTDVPgin31gTX7suR5rwkfA36E2 { width:7.375rem;height:6.0625rem;top:0rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2QtoXVMJUHcUEAORDTt4WiqHP1ScVbA { width:47.75rem;height:1.125rem;top:19.8125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5BvuxzXRPPfn98Sl1m6XLdAOfZwI06a { width:19.6875rem;height:2.8125rem;top:21.625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkODEEdb1oKeoQWhRsWufqDMeiku9n26 { display:block; }
 }@media only screen and (max-width: 763px) { #vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB { display:block; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrH5R1A39QTqNRtqGnOVc0QnZa1tNqko { width:47.75rem;height:3.0625rem;top:5.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsNAAvabfAwRw07hHRumgM6huyL1GIAx { width:28.5rem;height:2.0625rem;top:12.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u84HKidbBITri299fFdTzVi48hkhCFE1 { width:22.8125rem;height:1.375rem;top:12.6875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC { display:none; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv { display:block; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvkmaIBm6McxehpNBV5mGSAcNQBCGplP { width:18.75rem;height:18.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNKF5yhdyt0efFq1g0vuhEd14gtXhvTT { width:14.25rem;height:3rem;top:0rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucLGsL77LoWst1uRTnnNIsdQNH2xD5Ot { width:15.625rem;height:1.5625rem;top:4.25rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr7c4CPdgl47IDd65H2a2TivTKifCECF { width:17.0625rem;height:1.875rem;top:5.8125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt7S7xo8XxanoGBHIiFBSH8TNg1RtLA7 { width:4.125rem;height:1.0625rem;top:8.125rem;left:12.155382156372rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIkSEmVUngQ38bkQQVOll958qGpCth85 { width:1.25rem;height:1.12413125rem;top:8.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ20FW7lLIgTvf89cIE95tgEqG7rPd2l { width:12.1875rem;height:1.375rem;top:10.25rem;left:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2mTf4qFPZZxd5JT6xIFcb0rs15DaHiF { width:1.3125rem;height:1.125rem;top:8.125rem;left:17.249784469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chz9nqfCodThXd2NriS0ZbNTeq79TPNU { width:9.6875rem;height:2.3125rem;top:12.3125rem;left:12.530817031861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adblwuMgqMhU0bEfAoPFXJ7ZH7TyShWF { width:6.5625rem;height:1.125rem;top:8.125rem;left:18.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUVG1Fu8cGByhHMXChbczpI6qy16kJkh { width:2.25rem;height:1.5625rem;top:12.875rem;left:11.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAHQe8P4L7pegK5eGEEDpp0pQ1Ekd4Dq { width:2.8125rem;height:1.125rem;top:12.9375rem;left:20.343317031861rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULolRN3xNpiFCkdxry8oS85gmVbhcIA4 { width:29.25rem;height:1.25rem;top:0.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RogIoPlIZMebar9hrTSIGVequOwt9RzC { width:10.5rem;height:2.1875rem;top:15.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPg5XNBWNfJMCzE1r7iDMTA0JdlNmMN7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4WNfZOA11ABzpxTD0qN7Saol0T71Guh { width:0;height:14.5rem;top:4.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTSxDfeK372LxsDVnsCv7FGMG7odm7o { width:10.5rem;height:2.1875rem;top:16rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCEqE3yJraWq6CP1vo1QhcRU0gGyhbWe { display:block; }
 }@media only screen and (max-width: 763px) { #JQXCZCkK65TyRwW3TnXNZn8q4rHZZyxw { width:7.8125rem;height:2.3125rem;top:12.3125rem;left:24.405382156372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxPSkcRL1IgETXT7MRssVSzrpcdHUuF { width:2.8125rem;height:1.125rem;top:12.9375rem;left:32.217882156372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrVJgCC6VMXlc8znnuR1CXkazDkmN93w { width:12.1875rem;height:1.375rem;top:10.3125rem;left:23.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rauTHIgTU1xmLUKiSWddr61k80I1ZHhJ { width:4.125rem;height:1.0625rem;top:8.1875rem;left:24.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhLZ4WSbuekgArA0plZsXMracq8MZEhB { width:1.25rem;height:1.0711316556771rem;top:8.1875rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8tZol1foFPGQS1XhGkOKxdM7vUhtdgP { width:6.5625rem;height:1.0625rem;top:8.1875rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7sNQ59TJQeQuTLIQgp0o0wTAHNfIKW { width:17.0625rem;height:1.875rem;top:5.8125rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDmUk2hq4OhKnZTCfdHFFToabNW38TF4 { width:2.1875rem;height:1.5625rem;top:12.9375rem;left:23.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZs91WHfNvAIIsTFnFHiEdpnXyAl3TCr { width:1.25rem;height:1.12305rem;top:8.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE8sgTNAidgDQu6d6JEWE64zZak1Wpgy { width:15.625rem;height:1.5625rem;top:4.25rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpWyqvL3JBXbxwELwdJVINR2hcvz088U { width:10.5rem;height:2.1875rem;top:16rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxaIVQFrLOR2MxaV1AosK0uJTqMx4gFr { display:block; }
 }@media only screen and (max-width: 763px) { #x7BT3BxAxlREkRlfGlH4cxifr05fxUDZ { width:7.8125rem;height:2.3125rem;top:12.3125rem;left:36.281038284302rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4T3dFgIrna96SWtZscuonD92NJJa6i { width:2.8125rem;height:1.125rem;top:12.9375rem;left:44.093538284302rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceVaE02NsXeQEvxhfzaveMZgRteMkuWq { width:12.1875rem;height:2.9375rem;top:10.3125rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcOEGyZ2ykxpLOGkl15X7LNt0PaQQpL4 { width:4.125rem;height:1.0625rem;top:8.1875rem;left:35.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3UPoegxmHKHdT3zLg0JQB3TcHkWglwC { width:1.25rem;height:1.0711316556771rem;top:8.1875rem;left:40.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q25f741VweyQ43m01rJ5CwAJiFTRUX59 { width:6.5625rem;height:1.0625rem;top:8.1875rem;left:41.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4HQOM0Ig4gMPs83yL9TfOunKOMbPNRr { width:17.0625rem;height:1.875rem;top:5.875rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFGs5HAgwWayQ3U9I1zRGA3P1evGVE4T { width:2.1875rem;height:1.5625rem;top:12.9375rem;left:35.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJfVrsTSsTobNqd5PBT97V4f8pJJ0xTt { width:1.25rem;height:1.12305rem;top:8.1875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUWdrRSiG5eQLzp5ueKoAfO9IO3ACVvh { width:15.625rem;height:1.5625rem;top:4.25rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvvo86rpn9lTqLNJ4paDZpL3FvGNQi1n { width:0;height:14.5rem;top:4.25rem;left:35.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpq21eoom6ulgT18N8k4uBSwMta6Bbry { width:0.1875rem;height:1.875rem;top:0.5rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMwuvHJlbNtq0HZV4t4fFEkLTRpCx9eA { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfS0xBxKwoHkr2RTBUobpblZKQxhtzd5 { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F52wP60R4lJXy1XtaCz1Fl8XTwtNk51g { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq { display:none; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd { display:block; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXZb6ll2ck0T9RAJuf1OyigN6ypKcFqX { width:17rem;height:2.9375rem;top:3.5rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgPl1R7ToedI9epkPwi4ObbTWJkNQcJw { width:15.625rem;height:1.5625rem;top:7.8125rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Qdaueb4QKD4xsMp7rfHFWy1Mck3JXK { width:17.0625rem;height:1.875rem;top:9.3125rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL5gOPLnz1d1sh1l6oFMKHCQ1opsawvX { width:4.125rem;height:1.0625rem;top:11.6875rem;left:12.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvfmi0vLKpamHqQKRTVxhM507BHX8q1r { width:1.25rem;height:1.12305rem;top:11.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRsbOg32x987UWPPPIzElM3RHriusWIb { width:12.1875rem;height:1.375rem;top:13.75rem;left:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9lrm5aeOt2BGlat6sZZRDmSHoetqPqh { width:1.25rem;height:1.0711316556771rem;top:11.6875rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwr9Wy67s4dqCvUisb233VePhGdXzLcW { width:7.8125rem;height:2.3125rem;top:15.8125rem;left:12.530817031861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqr4xNdroFbrbTTncN32Kz7zGVbpeFSx { width:6.5625rem;height:1.0625rem;top:11.6875rem;left:17.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVAa4y2zvKnIZgafXtmwToUvvdUAT0g { width:2.1875rem;height:1.5625rem;top:16.4375rem;left:11.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOHQBrtNmC8N0RpHDmeQC0sI4akFMQgv { width:2.8125rem;height:1.125rem;top:16.4375rem;left:20.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMbsz5MkSLhIfLKEDGCGtyfFdsnutz4I { width:29.25rem;height:1.3125rem;top:4.375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfkm2Jh7t45RzePtNJtldrHR7RuVB0qq { width:10.5rem;height:2.1875rem;top:19.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whOccnS8VKTHU3NawVNeLOUmfTTSASqz { display:block; }
 }@media only screen and (max-width: 763px) { #lVmvJrskDy8oNWpKGcvZIBmg5o95Ipme { width:0;height:14.5rem;top:7.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNOzu9aq0rmtXCsPeEgn5xMUrCabhbs7 { width:10.5rem;height:2.1875rem;top:19.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpy41GUpDvHMLFmaT4bhIPKheK6cKVQV { display:block; }
 }@media only screen and (max-width: 763px) { #LPTwGyyxyiztezrV63KCGUxWfx5cTcRs { width:7.8125rem;height:2.3125rem;top:15.8125rem;left:24.405382156372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2FmoK8JpJEp4MePhb5aPHOTgVKmDGmV { width:2.8125rem;height:1.125rem;top:16.5rem;left:32.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9xUv9V41Dm325v3sMAKKi7Qz0dnVAeo { width:12.1875rem;height:1.375rem;top:13.75rem;left:23.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5xJgyT4SlTEy17FburJZPbbf0qbdwmu { width:4.125rem;height:1.0625rem;top:11.6875rem;left:24.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTw1b0JMCzLxkePtbkOVLtBuQUEfyyi { width:1.25rem;height:1.0711316556771rem;top:11.6875rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMhiSbBVGpcgLAdxQGhQ2qdz6KhVUgf { width:6.5625rem;height:1.0625rem;top:11.6875rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEpxh491AO54Iab53tavsMtgSMNnhiv7 { width:17.0625rem;height:1.875rem;top:9.375rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkRCEE1TFJksTOQsys0zhkA1DIDruzPV { width:2.1875rem;height:1.5625rem;top:16.4375rem;left:23.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJMbz8zfZGkGeDN7el77aeESN7IXZWmX { width:1.25rem;height:1.12305rem;top:11.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJJ9q6wGkSLHQNnitpb0xXJrhu7TbkvP { width:15.625rem;height:1.5625rem;top:7.8125rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcyz5O84xbuiTuiVrnQ0LHuETHvTyUC8 { width:7.8125rem;height:2.3125rem;top:15.8125rem;left:36.281038284302rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNIcp8hXZMZuCPME4C7rUs7FRvlAZ88g { width:2.8125rem;height:1.125rem;top:16.4375rem;left:44.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGex46MGQegDQuhImk2OtLFbgDly673P { width:12.1875rem;height:1.375rem;top:13.75rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4BIoPLK006c6zcPEd0rCt5CczMkOJ6z { width:4.125rem;height:1.0625rem;top:11.6875rem;left:35.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ovh97prnaI8H2A5VLWlCt6UvMm4pnG8M { width:1.25rem;height:1.0711316556771rem;top:11.6875rem;left:40.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKb8nNL92qpHzd6QM0s8KJ6oN5UWse9 { width:6.5625rem;height:1.0625rem;top:11.6875rem;left:41.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERLTJx3ws8FkrzAkp4Dptsn13OTqiiDG { width:17.0625rem;height:1.875rem;top:9.375rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzOEmck0pQlEPxEKiCO1uNT91MtSytcH { width:2.1875rem;height:1.5625rem;top:16.4375rem;left:35.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SySSedq8rBQab3VGSnpKeVqUAKL9csT3 { width:1.25rem;height:1.12305rem;top:11.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfFeHpVvk1TpTw8sMWsmAyuFkARXTpX { width:15.625rem;height:1.5625rem;top:7.8125rem;left:32.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlIXr2Tr5eHZUs6zmmUsAdt5paEXT6dQ { width:0;height:14.5rem;top:7.8125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbTtDEKPXG1EX8GkJoNL1IrukTmURph { width:0.125rem;height:1.875rem;top:4.0625rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ep66p4nt4Mx0ncEOhAqmvc5t7KE9DmDZ { top:19.5rem;left:35.8125rem;width:10.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8qmUTxRaBwNJy9tXNUFuzQNFPRBgR1O { display:block; }
 }@media only screen and (max-width: 763px) { #z57b92lgNQR71MpS2T6UrozF35cyOQWv { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p83nvd8FSWMtEtoLBzeAxx5uICLkeNbP { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBuJTE8UCkpWpZFf5z8XU60HqSyoqNxZ { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISXCXTdMMJH4HI6WNr0aGuFBKKxpIuFf { width:10rem;height:1.4375rem;top:71.8125rem;left:1.5622833371162rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDG21bEDZZdZaOCuBiVHTDexNEZICn7V { width:18.75rem;height:18.625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci { display:none; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 { display:block; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3aGLoItTxKfzzMpppcxZUfJdyhZGlSO { width:18.625rem;height:2.9375rem;top:3.0625rem;left:5.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3LyiesVq3MDars533l8TsmTc3NqBcq4 { width:15.625rem;height:1.5625rem;top:7.375rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8w5lx66XBH3Zon4NWZkP9F29bNHSBuD { width:17.0625rem;height:1.875rem;top:8.875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOzZk7aMVR8rKaTuHV8lCJhlNo4XdEO4 { width:4.125rem;height:1.0625rem;top:11.25rem;left:12.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdnuwEZTfBLZG9wedkbEToMzQ6uvUZh6 { width:1.25rem;height:1.12305rem;top:11.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7upSM1qHTbViGaX5N4ONtaUBZHlywto { width:12.1875rem;height:1.375rem;top:13.3125rem;left:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkAxQbR3s9cxe02FtUA4nnE4lM70hz4M { width:1.25rem;height:1.0711316556771rem;top:11.25rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqK1CtbhtNU3kMPVX7N3cLtflXupdoBf { width:7.8125rem;height:2.3125rem;top:15.4375rem;left:12.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc9TvH8Q6qHRZUTroW5e5y69Nxl7M2ap { width:6.5625rem;height:1.0625rem;top:11.25rem;left:17.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVoL1yVOrgpL6gS7nF9nUIv3yAaqB8i { width:2.1875rem;height:1.5625rem;top:15.9375rem;left:11.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJ421rvsMswO0I5D6zBUcMrznLguc9N { width:2.8125rem;height:1.125rem;top:16rem;left:20.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2hEuboS2Am1E3QUgFf3WtsAOX4xStFH { width:29.25rem;height:1.25rem;top:3.875rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuSD3H4iMA2nitf9vQxywei80rBcter8 { width:10.5rem;height:2.1875rem;top:19.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpuIUOTDI0No9OIhBD4IWJOdbQ69V2Gb { display:block; }
 }@media only screen and (max-width: 763px) { #tCiJMAbH2IeWB4DehUy1OHxNPuQaeT79 { width:0;height:14.5rem;top:7.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zurmy2DMOTKlP6ZOecRGJfm9tT9vdw4d { width:10.5rem;height:2.1875rem;top:19.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4yTxebMhpRnSG0bGddKtuIITE2gJnsu { display:block; }
 }@media only screen and (max-width: 763px) { #mhoyqqCDmEELV2JyFgCVIfeSy3cuHqWq { width:7.8125rem;height:2.3125rem;top:15.375rem;left:24.405382156372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUz9DBkoDCGcBTPN4sg3d9KtNBT0Kz1G { width:2.8125rem;height:1.125rem;top:16rem;left:32.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCBAW7dQHDEOvCZWHV2t2Z7BImXML7oV { width:12.1875rem;height:1.375rem;top:13.3125rem;left:23.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwpgpzHTd6aAT7SaMELiZFBK7cNFw1J0 { width:4.125rem;height:1.0625rem;top:11.25rem;left:24.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJNXJeRaBuXOwmwAfphpGURTMZGBte8X { width:1.25rem;height:1.0711316556771rem;top:11.25rem;left:29.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTMPuQihO8FCNhvGhGWQPTOJWOieokD { width:6.5625rem;height:1.0625rem;top:11.25rem;left:29.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQmEHEdTqk5JyQbB8F6fZXL5MaeQhoT3 { width:17.0625rem;height:1.875rem;top:8.9375rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnwWUl1agfJ0Sdcir7WR13pSNNcFlbqW { width:2.1875rem;height:1.5625rem;top:16rem;left:23.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDcATwtppR8w31ApSG3Dg6m2vs20tlmu { width:1.25rem;height:1.12305rem;top:11.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3lHthvZJrKVW1Xqgo4cdNihbSTw7WJP { width:15.625rem;height:1.5625rem;top:7.375rem;left:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhC8k77hC5IBQ0FVeGv52KqWtCyszLC { width:7.8125rem;height:2.3125rem;top:15.4375rem;left:36.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktpxe0yOUyMiqxUb5M8gKwdPXDXRDFdr { width:2.8125rem;height:1.125rem;top:16.0625rem;left:44.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTiHgiJCxKJTIauhwluDSTvUofZewErF { width:12.1875rem;height:1.375rem;top:13.375rem;left:35.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mneyD3LCrduUtIwniBfSupSHW4s2bPwK { width:4.125rem;height:1.0625rem;top:11.25rem;left:35.90625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRt2UJHw8qeLReAZdf2LJdMhc7D7Hu3n { width:1.25rem;height:1.0711316556771rem;top:11.25rem;left:40.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9H99nNN8gU6sH1wArFDK5LonKqBULRT { width:6.5625rem;height:1.0625rem;top:11.25rem;left:41.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoZnu46cnDHyJnqTnV1bxEuGJBz37U2L { width:17.0625rem;height:1.875rem;top:8.9375rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ4l5TFcCcwCAbwtrKdJJ9Zw9oSXzueT { width:2.1875rem;height:1.5625rem;top:16rem;left:35.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnDZgmGTBvKcXdds5TXbOqUmTIysXk48 { width:1.25rem;height:1.12305rem;top:11.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGPUVITS9F4uAZiTxcktQL0n2EippoC { width:15.625rem;height:1.5625rem;top:7.375rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7lVzQQXIkMdqNagM4okZget0Qb9O7mp { width:0;height:14.5rem;top:7.375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgu6amkbtXVFwEJWxsO5HzGUpNWBNcN { width:0.125rem;height:1.875rem;top:3.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK5pshzkUmWsyoVMJAJPqOGaAcnVmDzo { top:18.875rem;left:35.8125rem;width:10.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRIM66eTsPtXdKAlZ3hbwVAVHMLv4f8y { display:block; }
 }@media only screen and (max-width: 763px) { #JvIaUetQWqkz9GL9Z26a9saP0mdsfFvc { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d323T0t2VbEgzyWhbI7d90C8w7kfT0FV { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbJcl4tAk598XIKLDGSdGaWMI1AmuzyG { width:0.125rem;height:1.875rem;top:0.5rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgE5iQVPXewU81e1KyKTE5ryJ7wpnUPM { width:18.625rem;height:18.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A { display:block; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmG64oJP4rtz4CqkNdZHw3NTXw7q5LUu { width:47.75rem;height:2.375rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLly2NeV67XJeyAv7y8ulgLP5fwhpXrr { width:11.9375rem;height:1.625rem;top:14rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkTXLwk0CrAs4A4UoRlFMZiNXCwsHwtl { width:10.1875rem;height:1.625rem;top:14rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbZ03hsaVbRbGLGR3HX7PtKDKg2OkxIx { width:14.4375rem;height:1.625rem;top:14rem;left:33.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDGzKwxJiyHksT4cKb9137V41vra6XNQ { width:12.8125rem;height:1.625rem;top:19.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqzrdnG1JVNyVIfKOe4Qn4FQQcRLaLV2 { width:11.9375rem;height:1.625rem;top:19.1875rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLlXh1TxiRdHLQGVAtT9Mc83Gl96bq6b { width:16.5625rem;height:1.625rem;top:19.1875rem;left:31.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOJP46JQAkfPpDaWQ9XWl59qVaw3iNKS { width:2.8125rem;height:2.8125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoSb90CDgoN75NRvJuulNNKE9na0rT2 { width:2.8125rem;height:2.8125rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWTLuB3ofhgXh9a0pBdF2Nyhm7iaKOx { width:2.8125rem;height:2.8125rem;top:18.5625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLCtH9U7id80dPDJ2TSV56i0ZJmTLSd { width:2.8125rem;height:2.8125rem;top:13.375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cerNfuxfpU7RLmy3GOGIZcFKSXAUqCfq { width:2.8125rem;height:2.8125rem;top:13.375rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXqdQKHLqs2yMnmzElaQZfhDT932T2Q { width:2.1875rem;height:1.99978125rem;top:18.6875rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVJumyNy2pmC8EJpfolKvX686yridli { display:block; }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0nJbptt6lEMNwqDGvy2lC3IPklv9GPH { width:44.625rem;height:2.8125rem;top:5.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnD9TfklvgXxTDAnBy8DTmNZdQz5Ou2p { width:13.75rem;height:3.125rem;top:7.8125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WytSUD5TXWM107Sf9e5V8Tzfai9kxn4f { display:block; }
 }@media only screen and (max-width: 763px) { #yfpU7fvAKZD9cId8GSbGqtIhm11aU8ex { width:47.75rem;height:2.875rem;top:8.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa { display:block; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwTA81FN1kUqTb6pdN8ZrbHSQyGDn0CR { width:47.75rem;height:2.125rem;top:5.8125rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGAOlXg6iw39n2o382HbLzcc94pF5tXR { display:block; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eH8tyITT2Qk5TtLIi3AdEHmaEHWgFRBZ { width:23.25rem;height:18.75rem;top:-6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIKrVxkRJs1UWxohbwh5fqSILTC6HtPC { top:15.75rem;left:0rem;width:21.4375rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmHRgyiMp6d09wJQRO81puMMrFClAdPM { width:18.4375rem;height:1.5rem;top:13.625rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBfcAQaAT9ggcDGemQktHseOuzgZbvtw { top:15.75rem;left:10.5rem;width:21.25rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af47MTFpBzCtoIMwDdqKlev2534FCyTT { width:21.875rem;height:18.75rem;top:-6.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVowDbHRWZXD18Hxb9H4QVJxbwEQ5DqG { width:18.4375rem;height:1.5rem;top:13.625rem;left:13.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X48hgEFonIPgWlZ24StIomNoMLbTG7tT { top:15.75rem;left:28.0625rem;width:19.5625rem;height:8.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzDQ1SfW1tK83QKLJvG0d9XNiFUImsux { width:21.875rem;height:18.75rem;top:-6.25rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP0ZtaG8QhO9X4ZiDQt5QwT1vIc9LviK { width:21.75rem;height:1.5rem;top:13.625rem;left:25.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 { display:block; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi { display:flex;height:auto;width:45.25rem;top:2.625rem;left:0rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #KppqTRbx64z03H5IU4C4TDOXXoEfGrGv {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #XzQw1GgLVhWirk8JpzxzKSbboEm29dSO {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #qBCG9hQeA732IfrT6t0auAA4Nz08sqIT {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #u6pbWsN99c9lbXwQgywJexmsMVuAghkb {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #w2OngBo9G6r0CxOtaKlnXSskgKmHHmeN {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #J0BT4FBfN8AgHwJITicDycDFoEX6QT3T {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #h1Owcrxf511CZee0w4Jah70iQreqSZCb {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #mXU5qEo39lrgRp8EGcPFcJIciMfGvQly {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #z9DDPnk2syHgw5c021tySfFQFwtBOr4o {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #RNWafwuXI5k3o08FZ4gdOZzK7qCGTwaB {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #qzcMhHtRyFA84q2sRL9R3bVsKOc8dzm3 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #tkwFg5dyR64CXvTa1s0u1XAqWXavBN6Q {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #gC3NWoOLqmXdPPx8cUTTDnK9ilhUK2GJ {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #dIQLD1cXGXOzyT7MOJHveCzD4uI5Vw0i {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #yJLHtPJuouafmU7CVCQap3eKMQ5P0Isc {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #PLR65HlNanhAKG5MZyOQ0KqaITsEZ55F {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #L9zcNDOfMkW47tLGp8QfTMvw7KemCUD3 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #n9OTmVTdO1stMMH0licQdWxvJoCIGCN4 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #St9KGyRgNHeJaTcTnt3XR9KL6aZdkZM1 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #GVT82xirJOTLnzvpfhFVdEGQpTQ7FuUT {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #buZtRQGo1ETMlsd0EoDbb24w02Z4Dg8S {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #TwLz7OGEsv8PoKf8A4cT2qbsHPnmTDeD {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #DFXCdCaixHaup0SwHiwUZP0XFy0SVkte {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #HRs9d24zWs1cuv4R2aNcsQd8tTHJ0Bnu {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #xl4i71aDTJ7KuVwCeWOWoiEsw1Sdc3Xy {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #a04fWvCASSt6wOLh3TWe1xvQ751TXyIq {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #oZT8ozFR4qSOkLUTRS8eGitGcKGPUN9T {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #fWJ7lIQM6Dmda57wwByI9D1txgf3C0wE {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #FuGztzpaU9SJRsH3nCTA6gkk4gbuD97g {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #SkavphsWx7GUVFqsiub2c03y8ncafoX3 {  }
 }@media only screen and (max-width: 763px) { #pDWTS21qc0KKk4ZucTgZENkdWo3OAToa { width:47.75rem;height:2.4375rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu1voK9avovdlLTKdrV3PC19nSphyxoT { display:block; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KISdMZdy17kEdHT6wi2UCK8mUK4zzgyM { width:47.75rem;height:2.3125rem;top:5.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M { display:none; }#tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #upwhmX3N4qA4IHL7U84hFtzTeWU4hORK { width:41.3125rem;height:4.5rem;top:4.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Neueqao7u4JFliXiS0WcW1HtJ2X6XmVt { width:16.375rem;height:3.75rem;top:4.875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2aT1H7UoPgTFFFfxDfFHNhlBJE6eDSx { display:block; }
 }@media only screen and (max-width: 763px) { #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection { display:block; } #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection *:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="text"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="email"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="tel"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection textarea:focus-visible { outline: none; } #K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection { display:block; } #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection *:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="text"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="email"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="tel"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection textarea:focus-visible { outline: none; } #bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtwA3Spg4zLGOz9z6dAcVUwRAhHc2vNM { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGQ97D8FRAieE4TZ1MyLEBWZf12EkHZ { display:block; }
 }@media only screen and (max-width: 763px) { #odpTWm88nBGqfJp6dk2ONVGMNAsaOaz7 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hTwCwi4z5VbzFQ0Hc1THEgMJRmHlay { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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) { #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d43ea36c-5a7f-423b-b10c-7223d2f1c721/CARMELHOTEIS_SEMANADOCLIENTE_LPCAPTACAO_BANNERTOPO.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.adaptive-delivery-prevent-bg, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyload, #PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL.lazyloading { background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { background-color: transparent; background-image: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row > .video-iframe-container { display: none; }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .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); }#PSZk1D0z4cA4xKDHyrAxZhsq3hr8ALJL > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPrZLgsJlGqeP2zmqnpf8EZbWseUHPO { width:7.374125rem;height:2.8125rem;top:0rem;left:6.3118494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZykG0OGbQdlDkiVGeJTdHmXQKqKhCI3 { width:20rem;height:4.62456875rem;top:4.6234812736511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAqvnEkprTKrZ6awkG7f1r87zUqSTR9 { width:18.125rem;height:3.14930625rem;top:11.329210281372rem;left:0.93750005960463rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-text.counter-number { padding-top:0.543125rem;padding-right:0.52375rem;padding-bottom:0.543125rem;padding-left:0.52375rem;width:3.150625rem;min-width:3.150625rem;height:2.918125rem;font-size:2.17375rem;line-height:46.69px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:300;font-style:normal; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.339375rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.200625rem;height:0;font-size:0.815rem;line-height:19.72px;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:none; }
#ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM { display:flex;width:15.625rem;height:4.34375rem;top:17.5625rem;left:2.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15003; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #WTUbEhTUUB0OaFOEGLAsrk1QV1g7vZEZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZDhLlTByt8TbRCmLutBuK4XTFyvDQnQe {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #VI3HLokilGLcy6BnqDzhAVTWvPBp68iF {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #MrQUh4NJQQR4ndUkbZooQaisQKVQZBgZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #E6VzTAbEZaVncTsMaW92ZCMWqdiNUq2Z {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZSg9AF3nf1IVHz4wobmM8ErVlkc2n5pl {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #VrpVB9ZcUS78uK31fp7hrA8uwVkw2sy4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #swXSdTeLstK928KavlT0V8s4bi14Iodz {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #efGZFKZeTe3ThCVKhCK846JkWHUDggyD {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #LRvwZVybBKph2mCM75nxD6eOORsJC2R0 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #ZJ7pU0cJRd94oB0wR1N1rBNQ14TXly58 {  }
 }@media only screen and (max-width: 763px) { #ylXed0fWQeRHbfOFhgI6OKuWQvvv8yoM #sWIZOpcN2mDITcyhaqEQHSbORdwnPciL {  }
 }@media only screen and (max-width: 763px) { #wM9DRi7aryOTC4Qgl7TaTC72X8CHmShg { width:20rem;height:1.125rem;top:16.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TRTZTvD3SVWWWgupwgEMCkCFATXkVz4s { width:2.5625rem;height:2.3994125rem;top:18.25rem;left:5.9375rem;font-size:2rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m6yhXZFhQ5wnVlhJcqrL8HnW9rsCEcoL { width:2.5625rem;height:2.3994125rem;top:18.25rem;left:11.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OegBxBWtnJBT58PeK70LheswBx0Be6B6 { background-color:#f0efe9;background-image:none;display:none; }#OegBxBWtnJBT58PeK70LheswBx0Be6B6 > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dKQOQGfCHWIsCPzHq0JRFVVM5GTLCOUs { width:15.375rem;height:1.94921875rem;top:8.275390625rem;left:2.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ { background-color:#dbd4ca;background-image:none;display:block; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container { background-color: transparent; background-image: none; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container > .video-iframe-container { display: none; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row > .video-iframe-container { display: none; }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .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); }#Exl4AWTu0UvpSIhzRN0hIwBrOO2VwJRQ > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMg6CTsW3ig2zyzTohDBcLT8LXPt6B81 { width:20rem;height:3.14930625rem;top:4rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZScew0SEouBkpVfgHvahuvtfaQZ8mxkd { width:20rem;height:2.548825rem;top:8.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 { display:block; }#qBMEpfgpMVqXEkTUOIXdWxqRyH6NcRo8 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wq5tsWMKPe12pZ93bG14mtsXV1yCZmdJ { width:6.1875rem;height:4.4375rem;top:0.625rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTWtlqcJIVkZ6nMPqPFva0N3HVqbT92N { width:15.3125rem;height:6rem;top:6.3125rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VdzFiOcJLl2QXQor9lmhTHdvuPNQpDdc { width:20rem;height:0.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHMGUb4ydxsUw6liTr4Q1BFMLnBzliAH { width:20rem;height:0.125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdMemoEbdivqQRCe61aoE2O8y3rpDWDT { width:15.3125rem;height:6rem;top:24.1875rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NderyZ4ZZBUKGI7JLE2RDDyVIzg2pUa4 { width:6.1875rem;height:4.4375rem;top:18.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxlb4zBmU6UZ4J3AVouAApOTwtnxsP0D { width:15.3125rem;height:6rem;top:42.6875rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DR6zzuTDVPgin31gTX7suR5rwkfA36E2 { width:5.5625rem;height:3.9375rem;top:37.375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2QtoXVMJUHcUEAORDTt4WiqHP1ScVbA { width:16.125rem;height:1.798825rem;top:53.125rem;left:1.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #C5BvuxzXRPPfn98Sl1m6XLdAOfZwI06a { width:19.6875rem;height:2.8125rem;top:51.185983657837rem;left:0rem;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TkODEEdb1oKeoQWhRsWufqDMeiku9n26 { display:block; }
 }@media only screen and (max-width: 763px) { #vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB { display:block; }#vn9nxJclD3pcf0T6yKHPfyrE5sE47hnB > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrH5R1A39QTqNRtqGnOVc0QnZa1tNqko { width:20rem;height:3.849825rem;top:5.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsNAAvabfAwRw07hHRumgM6huyL1GIAx { width:19.3120625rem;height:2.06163125rem;top:10.340711593628rem;left:0.34288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #u84HKidbBITri299fFdTzVi48hkhCFE1 { width:18.936625rem;height:1.2999125rem;top:10.723741531372rem;left:0.5316841006279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50fc06be-b762-4fec-9a03-be79a89bcc2d/lareira168b99b2601b79.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC.adaptive-delivery-prevent-bg, #VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC.lazyload, #VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC.lazyloading { background-image: none; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container { background-color: transparent; background-image: none; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container > .video-iframe-container { display: none; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row > .video-iframe-container { display: none; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .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); }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container { border-width: 0; border-radius: 0; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VebfdUGLZO0pKdLk7xwrLw9IAP8heNkC > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv { display:block; }#K85CLAyMD2hzRGoPeb6UWLOP6COeZuUv > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvkmaIBm6McxehpNBV5mGSAcNQBCGplP { width:18.75rem;height:18.5rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNKF5yhdyt0efFq1g0vuhEd14gtXhvTT { width:14.249125rem;height:2.19965rem;top:1.25rem;left:2.875rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ucLGsL77LoWst1uRTnnNIsdQNH2xD5Ot { width:15.625rem;height:1.48730625rem;top:10.1875rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mr7c4CPdgl47IDd65H2a2TivTKifCECF { width:17.061625rem;height:1.875rem;top:12.5rem;left:1.5rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pt7S7xo8XxanoGBHIiFBSH8TNg1RtLA7 { width:4.12435rem;height:1.125rem;top:15.125rem;left:4.75rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AIkSEmVUngQ38bkQQVOll958qGpCth85 { width:1.25rem;height:1.12305rem;top:15.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ20FW7lLIgTvf89cIE95tgEqG7rPd2l { width:8.811875rem;height:1.38129375rem;top:18.5rem;left:5.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2mTf4qFPZZxd5JT6xIFcb0rs15DaHiF { width:1.5625rem;height:1.25rem;top:15.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chz9nqfCodThXd2NriS0ZbNTeq79TPNU { width:7.8125rem;height:2.3369125rem;top:20.125rem;left:5.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #adblwuMgqMhU0bEfAoPFXJ7ZH7TyShWF { width:6.5625rem;height:1.125rem;top:15.125rem;left:11.3125rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aUVG1Fu8cGByhHMXChbczpI6qy16kJkh { width:1.6862rem;height:1.16861875rem;top:20.6875rem;left:3.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aAHQe8P4L7pegK5eGEEDpp0pQ1Ekd4Dq { width:2.8125rem;height:1.38129375rem;top:20.5625rem;left:13.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULolRN3xNpiFCkdxry8oS85gmVbhcIA4 { width:20rem;height:2.625rem;top:3.4375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RogIoPlIZMebar9hrTSIGVequOwt9RzC { width:10.5rem;height:2.1875rem;top:23.25rem;left:4.75rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KPg5XNBWNfJMCzE1r7iDMTA0JdlNmMN7 { display:block; }
 }@media only screen and (max-width: 763px) { #P4WNfZOA11ABzpxTD0qN7Saol0T71Guh { width:0;height:14.5rem;top:36.3125rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJTSxDfeK372LxsDVnsCv7FGMG7odm7o { width:10.499125rem;height:2.1875rem;top:45.935546875rem;left:4.75rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rCEqE3yJraWq6CP1vo1QhcRU0gGyhbWe { display:block; }
 }@media only screen and (max-width: 763px) { #JQXCZCkK65TyRwW3TnXNZn8q4rHZZyxw { width:7.8125rem;height:2.3369125rem;top:42.4375rem;left:6rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pNxPSkcRL1IgETXT7MRssVSzrpcdHUuF { width:2.8125rem;height:1.38129375rem;top:42.9375rem;left:13.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UrVJgCC6VMXlc8znnuR1CXkazDkmN93w { width:7.8125rem;height:1.38129375rem;top:40.498046875rem;left:6.09375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rauTHIgTU1xmLUKiSWddr61k80I1ZHhJ { width:4.12435rem;height:1.125rem;top:37.375rem;left:4.75rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yhLZ4WSbuekgArA0plZsXMracq8MZEhB { width:1.4375rem;height:1.25rem;top:37.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8tZol1foFPGQS1XhGkOKxdM7vUhtdgP { width:6.311875rem;height:1.125rem;top:37.375rem;left:10.875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eT7sNQ59TJQeQuTLIQgp0o0wTAHNfIKW { width:17.061625rem;height:1.875rem;top:34.5rem;left:1.5rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDmUk2hq4OhKnZTCfdHFFToabNW38TF4 { width:1.62435rem;height:1.16861875rem;top:43.0205078125rem;left:3.193359375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MZs91WHfNvAIIsTFnFHiEdpnXyAl3TCr { width:1.25rem;height:1.12305rem;top:37.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE8sgTNAidgDQu6d6JEWE64zZak1Wpgy { width:15.625rem;height:1.48730625rem;top:31.9375rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpWyqvL3JBXbxwELwdJVINR2hcvz088U { width:10.499125rem;height:2.1875rem;top:69.8115234375rem;left:4.7490234375rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zxaIVQFrLOR2MxaV1AosK0uJTqMx4gFr { display:block; }
 }@media only screen and (max-width: 763px) { #x7BT3BxAxlREkRlfGlH4cxifr05fxUDZ { width:7.8125rem;height:2.3369125rem;top:66.25rem;left:5.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ck4T3dFgIrna96SWtZscuonD92NJJa6i { width:2.8125rem;height:1.38129375rem;top:66.75rem;left:13.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ceVaE02NsXeQEvxhfzaveMZgRteMkuWq { width:8.4375rem;height:1.38129375rem;top:64.4365234375rem;left:5.78125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pcOEGyZ2ykxpLOGkl15X7LNt0PaQQpL4 { width:4.12435rem;height:1.125rem;top:61.0625rem;left:4.25rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b3UPoegxmHKHdT3zLg0JQB3TcHkWglwC { width:1.5rem;height:1.25rem;top:61rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q25f741VweyQ43m01rJ5CwAJiFTRUX59 { width:6.5625rem;height:1.125rem;top:61.0625rem;left:10.9375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P4HQOM0Ig4gMPs83yL9TfOunKOMbPNRr { width:8.125rem;height:1.875rem;top:58.1875rem;left:5.875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFGs5HAgwWayQ3U9I1zRGA3P1evGVE4T { width:2.1875rem;height:1.16861875rem;top:66.8330078125rem;left:2.8740234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJfVrsTSsTobNqd5PBT97V4f8pJJ0xTt { width:1.25rem;height:1.12305rem;top:61.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUWdrRSiG5eQLzp5ueKoAfO9IO3ACVvh { width:10.186625rem;height:1.48730625rem;top:55.625rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvvo86rpn9lTqLNJ4paDZpL3FvGNQi1n { width:0;height:14.5rem;top:80.4958820343rem;left:18.629557907581rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpq21eoom6ulgT18N8k4uBSwMta6Bbry { width:0.1875rem;height:1.875rem;top:4.6994375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMwuvHJlbNtq0HZV4t4fFEkLTRpCx9eA { width:16.1870625rem;height:0.0625rem;top:29.6875rem;left:1.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #xfS0xBxKwoHkr2RTBUobpblZKQxhtzd5 { width:16.186rem;height:0.0618489375rem;top:8.4375rem;left:1.9375rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #F52wP60R4lJXy1XtaCz1Fl8XTwtNk51g { width:16.186rem;height:0.0618489375rem;top:53.0302734375rem;left:1.90625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ca2225e-2fe4-41e8-9caa-0505fc14e4bd/PORDOSOLCARMELCHARME.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq.adaptive-delivery-prevent-bg, #LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq.lazyload, #LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq.lazyloading { background-image: none; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container { background-color: transparent; background-image: none; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container > .video-iframe-container { display: none; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row > .video-iframe-container { display: none; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .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); }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container { border-width: 0; border-radius: 0; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxDIALt2lPAR7JAFcLkfuav2OP7KXSpq > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd { display:block; }#BTCIEAWNTkHi7eNgmvBlC5qoxkINciBd > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXZb6ll2ck0T9RAJuf1OyigN6ypKcFqX { width:17.0605625rem;height:2.19965rem;top:1.6243515014649rem;left:1.4691842198372rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EgPl1R7ToedI9epkPwi4ObbTWJkNQcJw { width:10.4980625rem;height:1.48730625rem;top:10.8720703125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3Qdaueb4QKD4xsMp7rfHFWy1Mck3JXK { width:17.061625rem;height:1.875rem;top:13.373046875rem;left:1.46875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iL5gOPLnz1d1sh1l6oFMKHCQ1opsawvX { width:4.12435rem;height:1.125rem;top:16.75rem;left:4.75rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Lvfmi0vLKpamHqQKRTVxhM507BHX8q1r { width:1.25rem;height:1.12305rem;top:16.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRsbOg32x987UWPPPIzElM3RHriusWIb { width:8.3735rem;height:1.38129375rem;top:19.7490234375rem;left:5.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n9lrm5aeOt2BGlat6sZZRDmSHoetqPqh { width:1.3125rem;height:1.124688238461rem;top:16.75rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwr9Wy67s4dqCvUisb233VePhGdXzLcW { width:7.8125rem;height:2.3369125rem;top:21.75rem;left:5.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aqr4xNdroFbrbTTncN32Kz7zGVbpeFSx { width:6.5625rem;height:1.125rem;top:16.75rem;left:11.3125rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rQVAa4y2zvKnIZgafXtmwToUvvdUAT0g { width:2.24935rem;height:1.16861875rem;top:22.33203125rem;left:3.630859375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DOHQBrtNmC8N0RpHDmeQC0sI4akFMQgv { width:2.8125rem;height:1.38129375rem;top:22.25rem;left:13.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UMbsz5MkSLhIfLKEDGCGtyfFdsnutz4I { width:20rem;height:2.625rem;top:4.703125rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kfkm2Jh7t45RzePtNJtldrHR7RuVB0qq { width:10.5rem;height:2.1875rem;top:25.6865234375rem;left:4.7490234375rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #whOccnS8VKTHU3NawVNeLOUmfTTSASqz { display:block; }
 }@media only screen and (max-width: 763px) { #lVmvJrskDy8oNWpKGcvZIBmg5o95Ipme { width:0;height:14.5rem;top:39.3125rem;left:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNOzu9aq0rmtXCsPeEgn5xMUrCabhbs7 { width:10.499125rem;height:2.1875rem;top:50.6328125rem;left:4.7490234375rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zpy41GUpDvHMLFmaT4bhIPKheK6cKVQV { display:block; }
 }@media only screen and (max-width: 763px) { #LPTwGyyxyiztezrV63KCGUxWfx5cTcRs { width:7.8125rem;height:2.3369125rem;top:46.8125rem;left:5.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2FmoK8JpJEp4MePhb5aPHOTgVKmDGmV { width:2.8125rem;height:1.38129375rem;top:47.25rem;left:13.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I9xUv9V41Dm325v3sMAKKi7Qz0dnVAeo { width:8.2498125rem;height:1.38129375rem;top:44.9326171875rem;left:5.8740234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q5xJgyT4SlTEy17FburJZPbbf0qbdwmu { width:4.12435rem;height:1.125rem;top:41.75rem;left:4.3125rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HOTw1b0JMCzLxkePtbkOVLtBuQUEfyyi { width:1.25rem;height:1.0709625rem;top:41.8125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMhiSbBVGpcgLAdxQGhQ2qdz6KhVUgf { width:6.5625rem;height:1.125rem;top:41.75rem;left:10.875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GEpxh491AO54Iab53tavsMtgSMNnhiv7 { width:17.0605625rem;height:1.875rem;top:38.1767578125rem;left:1.46875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkRCEE1TFJksTOQsys0zhkA1DIDruzPV { width:2.1875rem;height:1.16861875rem;top:47.375rem;left:2.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJMbz8zfZGkGeDN7el77aeESN7IXZWmX { width:1.25rem;height:1.12305rem;top:41.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJJ9q6wGkSLHQNnitpb0xXJrhu7TbkvP { width:10.061875rem;height:1.48730625rem;top:35.50390625rem;left:4.9677734375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jcyz5O84xbuiTuiVrnQ0LHuETHvTyUC8 { width:7.8125rem;height:2.3369125rem;top:73.125rem;left:5.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNIcp8hXZMZuCPME4C7rUs7FRvlAZ88g { width:2.8125rem;height:1.38129375rem;top:73.5625rem;left:13.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGex46MGQegDQuhImk2OtLFbgDly673P { width:8.2498125rem;height:1.38129375rem;top:71.01171875rem;left:5.8740234375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4BIoPLK006c6zcPEd0rCt5CczMkOJ6z { width:4.12435rem;height:1.125rem;top:67.3125rem;left:4.8125rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ovh97prnaI8H2A5VLWlCt6UvMm4pnG8M { width:1.25rem;height:1.0709625rem;top:67.3369140625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKb8nNL92qpHzd6QM0s8KJ6oN5UWse9 { width:6.5625rem;height:1.125rem;top:67.3125rem;left:11.3125rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ERLTJx3ws8FkrzAkp4Dptsn13OTqiiDG { width:17.0605625rem;height:1.875rem;top:63.5576171875rem;left:1.46875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzOEmck0pQlEPxEKiCO1uNT91MtSytcH { width:2.1875rem;height:1.16861875rem;top:73.7080078125rem;left:2.9365234375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SySSedq8rBQab3VGSnpKeVqUAKL9csT3 { width:1.25rem;height:1.12305rem;top:67.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfFeHpVvk1TpTw8sMWsmAyuFkARXTpX { width:15.625rem;height:0;top:72.760433197019rem;left:2.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HlIXr2Tr5eHZUs6zmmUsAdt5paEXT6dQ { width:0;height:14.5rem;top:68.4375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvbTtDEKPXG1EX8GkJoNL1IrukTmURph { width:0.125rem;height:1.875rem;top:34.7569625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ep66p4nt4Mx0ncEOhAqmvc5t7KE9DmDZ { top:77.3115234375rem;left:4.7177734375rem;width:10.54817375rem;height:2.54796125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8qmUTxRaBwNJy9tXNUFuzQNFPRBgR1O { display:block; }
 }@media only screen and (max-width: 763px) { #z57b92lgNQR71MpS2T6UrozF35cyOQWv { width:16.186rem;height:0.060763875rem;top:9.189453125rem;left:1.90625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #p83nvd8FSWMtEtoLBzeAxx5uICLkeNbP { width:16.186rem;height:0.0596788125rem;top:33.123046875rem;left:1.90625rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #pBuJTE8UCkpWpZFf5z8XU60HqSyoqNxZ { width:16.186rem;height:0.05859375rem;top:57.6826171875rem;left:1.90625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ISXCXTdMMJH4HI6WNr0aGuFBKKxpIuFf { width:10.061875rem;height:1.48730625rem;top:59.7509765625rem;left:4.9677734375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #BDG21bEDZZdZaOCuBiVHTDexNEZICn7V { width:18.75rem;height:18.625rem;top:3.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e1504d2-7315-4323-8415-0d95dd71a30a/cumbuco2968b99b247ae49.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci.adaptive-delivery-prevent-bg, #dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci.lazyload, #dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci.lazyloading { background-image: none; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container { background-color: transparent; background-image: none; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container > .video-iframe-container { display: none; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row > .video-iframe-container { display: none; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .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); }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container { border-width: 0; border-radius: 0; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHFvUBhfbVWhTOlmGFzTNWnVkSDTD1Ci > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 { display:block; }#OckswxnpS9UoJI3aCegF115AsaQZ8Ik7 > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3aGLoItTxKfzzMpppcxZUfJdyhZGlSO { width:18.6870625rem;height:2.19965rem;top:1.9997825622559rem;left:0.65646702051162rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U3LyiesVq3MDars533l8TsmTc3NqBcq4 { width:15.625rem;height:1.48730625rem;top:11.8251953125rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8w5lx66XBH3Zon4NWZkP9F29bNHSBuD { width:17.0605625rem;height:1.875rem;top:14.1767578125rem;left:1.46875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOzZk7aMVR8rKaTuHV8lCJhlNo4XdEO4 { width:4.12435rem;height:1.125rem;top:17.4375rem;left:4rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mdnuwEZTfBLZG9wedkbEToMzQ6uvUZh6 { width:1.25rem;height:1.12305rem;top:17.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7upSM1qHTbViGaX5N4ONtaUBZHlywto { width:7.9375rem;height:1.38129375rem;top:20.625rem;left:5.6943359375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KkAxQbR3s9cxe02FtUA4nnE4lM70hz4M { width:1.31185rem;height:1.12413125rem;top:17.4345703125rem;left:9.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqK1CtbhtNU3kMPVX7N3cLtflXupdoBf { width:7.8125rem;height:2.3369125rem;top:22.875rem;left:5.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hc9TvH8Q6qHRZUTroW5e5y69Nxl7M2ap { width:6.5625rem;height:1.125rem;top:17.4365234375rem;left:11.3193359375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iiVoL1yVOrgpL6gS7nF9nUIv3yAaqB8i { width:2.24935rem;height:1.16861875rem;top:23.4580078125rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fiJ421rvsMswO0I5D6zBUcMrznLguc9N { width:2.8125rem;height:1.38129375rem;top:23.375rem;left:13.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2hEuboS2Am1E3QUgFf3WtsAOX4xStFH { width:20rem;height:2.625rem;top:5.2490234375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuSD3H4iMA2nitf9vQxywei80rBcter8 { width:10.499125rem;height:2.1875rem;top:26.373046875rem;left:4.7490234375rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CpuIUOTDI0No9OIhBD4IWJOdbQ69V2Gb { display:block; }
 }@media only screen and (max-width: 763px) { #tCiJMAbH2IeWB4DehUy1OHxNPuQaeT79 { width:0;height:14.5rem;top:37.25rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zurmy2DMOTKlP6ZOecRGJfm9tT9vdw4d { width:10.499125rem;height:2.1875rem;top:52.5rem;left:4.75rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P4yTxebMhpRnSG0bGddKtuIITE2gJnsu { display:block; }
 }@media only screen and (max-width: 763px) { #mhoyqqCDmEELV2JyFgCVIfeSy3cuHqWq { width:7.8125rem;height:2.33680625rem;top:49.0625rem;left:5.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PUz9DBkoDCGcBTPN4sg3d9KtNBT0Kz1G { width:2.8125rem;height:1.38129375rem;top:49.5rem;left:13.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DCBAW7dQHDEOvCZWHV2t2Z7BImXML7oV { width:8.311625rem;height:1.38129375rem;top:47rem;left:5.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwpgpzHTd6aAT7SaMELiZFBK7cNFw1J0 { width:4.12435rem;height:1.125rem;top:43rem;left:4.4375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pJNXJeRaBuXOwmwAfphpGURTMZGBte8X { width:1.25rem;height:1.0709625rem;top:43.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTMPuQihO8FCNhvGhGWQPTOJWOieokD { width:6.5625rem;height:1.125rem;top:43rem;left:11.3125rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hQmEHEdTqk5JyQbB8F6fZXL5MaeQhoT3 { width:17.0605625rem;height:1.875rem;top:39.3125rem;left:1.5rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnwWUl1agfJ0Sdcir7WR13pSNNcFlbqW { width:2.1875rem;height:1.16861875rem;top:49.625rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDcATwtppR8w31ApSG3Dg6m2vs20tlmu { width:1.25rem;height:1.12305rem;top:43rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3lHthvZJrKVW1Xqgo4cdNihbSTw7WJP { width:15.625rem;height:1.48730625rem;top:36.3125rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOhC8k77hC5IBQ0FVeGv52KqWtCyszLC { width:7.8125rem;height:2.3369125rem;top:76.359375rem;left:6.09375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ktpxe0yOUyMiqxUb5M8gKwdPXDXRDFdr { width:2.8125rem;height:1.38129375rem;top:76.8369140625rem;left:13.630859375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTiHgiJCxKJTIauhwluDSTvUofZewErF { width:12.1875rem;height:1.38129375rem;top:74.2509765625rem;left:3.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mneyD3LCrduUtIwniBfSupSHW4s2bPwK { width:4.12435rem;height:1.125rem;top:69.7373046875rem;left:3.9990234375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LRt2UJHw8qeLReAZdf2LJdMhc7D7Hu3n { width:1.25rem;height:1.0709625rem;top:69.7626953125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9H99nNN8gU6sH1wArFDK5LonKqBULRT { width:6.5625rem;height:1.125rem;top:69.7373046875rem;left:11.3193359375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JoZnu46cnDHyJnqTnV1bxEuGJBz37U2L { width:17.0605625rem;height:1.875rem;top:66.62109375rem;left:1.46875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQ4l5TFcCcwCAbwtrKdJJ9Zw9oSXzueT { width:2.1875rem;height:1.16861875rem;top:76.9443359375rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GnDZgmGTBvKcXdds5TXbOqUmTIysXk48 { width:1.18706875rem;height:1.06228125rem;top:69.7685546875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGPUVITS9F4uAZiTxcktQL0n2EippoC { width:15.625rem;height:1.48730625rem;top:63.3232421875rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7lVzQQXIkMdqNagM4okZget0Qb9O7mp { width:0;height:14.5rem;top:85.13696875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQgu6amkbtXVFwEJWxsO5HzGUpNWBNcN { width:0.1875rem;height:1.875rem;top:4.9370517730713rem;left:9.9370663762094rem;display:none; }
 }@media only screen and (max-width: 763px) { #NK5pshzkUmWsyoVMJAJPqOGaAcnVmDzo { top:80.2607421875rem;left:4.7490234375rem;width:10.48523625rem;height:2.48611125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRIM66eTsPtXdKAlZ3hbwVAVHMLv4f8y { display:block; }
 }@media only screen and (max-width: 763px) { #JvIaUetQWqkz9GL9Z26a9saP0mdsfFvc { width:16.186rem;height:0.05859375rem;top:9.6982421875rem;left:1.90625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #d323T0t2VbEgzyWhbI7d90C8w7kfT0FV { width:16.186rem;height:0.05859375rem;top:33.6953125rem;left:1.90625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #SbJcl4tAk598XIKLDGSdGaWMI1AmuzyG { width:16.186rem;height:0.05859375rem;top:60.1328125rem;left:1.90625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #LgE5iQVPXewU81e1KyKTE5ryJ7wpnUPM { width:18.625rem;height:18.625rem;top:3rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A { display:block; }#CBb2IFTid0as9ITPMNiTUU5BfmlhIl7A > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmG64oJP4rtz4CqkNdZHw3NTXw7q5LUu { width:20rem;height:3.1621125rem;top:4.3740234375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLly2NeV67XJeyAv7y8ulgLP5fwhpXrr { width:7.8125rem;height:1.1684rem;top:14.5rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkTXLwk0CrAs4A4UoRlFMZiNXCwsHwtl { width:8.1875rem;height:1.1684rem;top:23.75rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbZ03hsaVbRbGLGR3HX7PtKDKg2OkxIx { width:7.375rem;height:2.33680625rem;top:32.25rem;left:1.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDGzKwxJiyHksT4cKb9137V41vra6XNQ { width:8.6875rem;height:1.1684rem;top:14.5rem;left:10.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqzrdnG1JVNyVIfKOe4Qn4FQQcRLaLV2 { width:8.875rem;height:1.1684rem;top:23.75rem;left:10.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLlXh1TxiRdHLQGVAtT9Mc83Gl96bq6b { width:7.375rem;height:2.33680625rem;top:32.25rem;left:11.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOJP46JQAkfPpDaWQ9XWl59qVaw3iNKS { width:2.8125rem;height:2.8125rem;top:11.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPoSb90CDgoN75NRvJuulNNKE9na0rT2 { width:2.8125rem;height:2.8125rem;top:11.75rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWTLuB3ofhgXh9a0pBdF2Nyhm7iaKOx { width:2.8125rem;height:2.8125rem;top:20.375rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoLCtH9U7id80dPDJ2TSV56i0ZJmTLSd { width:2.8125rem;height:2.8125rem;top:20.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cerNfuxfpU7RLmy3GOGIZcFKSXAUqCfq { width:2.8125rem;height:2.8125rem;top:28.875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGXqdQKHLqs2yMnmzElaQZfhDT932T2Q { width:2.1875rem;height:2rem;top:29.3125rem;left:14.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVJumyNy2pmC8EJpfolKvX686yridli { display:block; }#SVVJumyNy2pmC8EJpfolKvX686yridli > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0nJbptt6lEMNwqDGvy2lC3IPklv9GPH { width:20rem;height:4.125rem;top:3.3125rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cnD9TfklvgXxTDAnBy8DTmNZdQz5Ou2p { width:13.75rem;height:3.125rem;top:13.873718261719rem;left:3.1250000596046rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WytSUD5TXWM107Sf9e5V8Tzfai9kxn4f { display:block; }
 }@media only screen and (max-width: 763px) { #yfpU7fvAKZD9cId8GSbGqtIhm11aU8ex { width:20rem;height:2.75rem;top:9.3739166259762rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa { background-color:#ffffff;background-image:none;display:block; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container { background-color: transparent; background-image: none; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container > .video-iframe-container { display: none; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row > .video-iframe-container { display: none; }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .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); }#XJltcTMTKHSSyhgZ9uGThSNgbM9HzGUa > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwTA81FN1kUqTb6pdN8ZrbHSQyGDn0CR { width:20rem;height:3.75rem;top:5.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pGAOlXg6iw39n2o382HbLzcc94pF5tXR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;display:block; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container { background-color: transparent; background-image: none; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container > .video-iframe-container { display: none; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row > .video-iframe-container { display: none; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .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); }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container { border-width: 0; border-radius: 0; }#pGAOlXg6iw39n2o382HbLzcc94pF5tXR > .row .container { width:20rem;height:100.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eH8tyITT2Qk5TtLIi3AdEHmaEHWgFRBZ { width:20rem;height:18.75rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIKrVxkRJs1UWxohbwh5fqSILTC6HtPC { width:19.4375rem;height:4.5rem;top:24.875rem;left:0.28125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SmHRgyiMp6d09wJQRO81puMMrFClAdPM { width:20rem;height:1.42448125rem;top:22.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mBfcAQaAT9ggcDGemQktHseOuzgZbvtw { width:20rem;height:6rem;top:55.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Af47MTFpBzCtoIMwDdqKlev2534FCyTT { width:20rem;height:18.75rem;top:33.3125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eVowDbHRWZXD18Hxb9H4QVJxbwEQ5DqG { width:20rem;height:1.42448125rem;top:53.3125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X48hgEFonIPgWlZ24StIomNoMLbTG7tT { width:20rem;height:6rem;top:87.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;font-family:figtree;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XzDQ1SfW1tK83QKLJvG0d9XNiFUImsux { width:20rem;height:18.75rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP0ZtaG8QhO9X4ZiDQt5QwT1vIc9LviK { width:20rem;height:1.35rem;top:85.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 { display:block; }#qz6EQRmNWinqz9zAKvXgcw1DptZaTF80 > .row .container { width:20rem;height:50.331625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-heading-text { color:#432e22;font-size:1.125rem;height:auto;line-height:1.4;overflow:hidden; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-desc-text { font-size:1rem;height:auto;line-height:1.6;overflow:hidden; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi { display:flex;height:auto;width:20rem;top:5.4375rem;left:0rem;gap:1.375rem; }
#D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #KppqTRbx64z03H5IU4C4TDOXXoEfGrGv {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #XzQw1GgLVhWirk8JpzxzKSbboEm29dSO {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #qBCG9hQeA732IfrT6t0auAA4Nz08sqIT {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #u6pbWsN99c9lbXwQgywJexmsMVuAghkb {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #w2OngBo9G6r0CxOtaKlnXSskgKmHHmeN {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #J0BT4FBfN8AgHwJITicDycDFoEX6QT3T {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #h1Owcrxf511CZee0w4Jah70iQreqSZCb {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #mXU5qEo39lrgRp8EGcPFcJIciMfGvQly {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #z9DDPnk2syHgw5c021tySfFQFwtBOr4o {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #RNWafwuXI5k3o08FZ4gdOZzK7qCGTwaB {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #qzcMhHtRyFA84q2sRL9R3bVsKOc8dzm3 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #tkwFg5dyR64CXvTa1s0u1XAqWXavBN6Q {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #gC3NWoOLqmXdPPx8cUTTDnK9ilhUK2GJ {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #dIQLD1cXGXOzyT7MOJHveCzD4uI5Vw0i {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #yJLHtPJuouafmU7CVCQap3eKMQ5P0Isc {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #PLR65HlNanhAKG5MZyOQ0KqaITsEZ55F {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #L9zcNDOfMkW47tLGp8QfTMvw7KemCUD3 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #n9OTmVTdO1stMMH0licQdWxvJoCIGCN4 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #St9KGyRgNHeJaTcTnt3XR9KL6aZdkZM1 {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #GVT82xirJOTLnzvpfhFVdEGQpTQ7FuUT {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #buZtRQGo1ETMlsd0EoDbb24w02Z4Dg8S {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #TwLz7OGEsv8PoKf8A4cT2qbsHPnmTDeD {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #DFXCdCaixHaup0SwHiwUZP0XFy0SVkte {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #HRs9d24zWs1cuv4R2aNcsQd8tTHJ0Bnu {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #xl4i71aDTJ7KuVwCeWOWoiEsw1Sdc3Xy {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #a04fWvCASSt6wOLh3TWe1xvQ751TXyIq {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #oZT8ozFR4qSOkLUTRS8eGitGcKGPUN9T {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #fWJ7lIQM6Dmda57wwByI9D1txgf3C0wE {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #FuGztzpaU9SJRsH3nCTA6gkk4gbuD97g {  }
 }@media only screen and (max-width: 763px) { #D3MTKhFKsvIRSzTcTAV1Ld9ul86VzlVi #SkavphsWx7GUVFqsiub2c03y8ncafoX3 {  }
 }@media only screen and (max-width: 763px) { #pDWTS21qc0KKk4ZucTgZENkdWo3OAToa { width:13.4375rem;height:2.03125rem;top:3.4645833969116rem;left:3.28125rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xu1voK9avovdlLTKdrV3PC19nSphyxoT { display:block; }#Xu1voK9avovdlLTKdrV3PC19nSphyxoT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KISdMZdy17kEdHT6wi2UCK8mUK4zzgyM { width:20rem;height:3.5625rem;top:3.53125rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M { background-color:#d3ccc2;background-image:none;display:none; }#tULNvmcyUTQCX3JaBlnZhDmnS3dqAM0M > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #upwhmX3N4qA4IHL7U84hFtzTeWU4hORK { width:20rem;height:5.173825rem;top:3.125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:figtree;z-index:15004;line-height:1.2;font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Neueqao7u4JFliXiS0WcW1HtJ2X6XmVt { width:16.375rem;height:3.75rem;top:10.1875rem;left:1.8125rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I2aT1H7UoPgTFFFfxDfFHNhlBJE6eDSx { display:block; }
 }@media only screen and (max-width: 763px) { #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection { background-color:rgba(255,255,255,0.5);background-image:none;display:block; } #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection *:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="text"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="email"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection input[type="tel"]:focus-visible, #vsuEKF0wJr32WsBoS7U6DIeiM8BPJNSA.widget-smartsection textarea:focus-visible { outline: none; } #K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container { background-color: transparent; background-image: none; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container > .video-iframe-container { display: none; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row > .video-iframe-container { display: none; }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .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); }#K0vNLJMr90ECxc1Ak46ZN1f7KST3KqTf > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection { background-color:#4d3527;background-image:none;display:block; } #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection *:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="text"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="email"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection input[type="tel"]:focus-visible, #zvgPEA7K4M71mW5kFSE3GfiMl7SWLFKp.widget-smartsection textarea:focus-visible { outline: none; } #bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container { background-color: transparent; background-image: none; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container > .video-iframe-container { display: none; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row > .video-iframe-container { display: none; }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .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); }#bkxKLNoUFmb7HvqmQTtfsAi6pB7Tf48i > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kNtwQiNrRw6u87ngbRPpnDMP97LZ8Sq2 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtwA3Spg4zLGOz9z6dAcVUwRAhHc2vNM { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEGQ97D8FRAieE4TZ1MyLEBWZf12EkHZ { display:block; }
 }@media only screen and (max-width: 763px) { #odpTWm88nBGqfJp6dk2ONVGMNAsaOaz7 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hTwCwi4z5VbzFQ0Hc1THEgMJRmHlay { display:block; }
 }