.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { background-color: transparent; background-image: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,26,22,0.74); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container > .video-iframe-container { display: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,26,22,0.74); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container { display: block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .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); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { border-width: 0; border-radius: 0; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#NCDcmNBt1Tyz5hI7F9l8nExeCFedTOKD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5625rem;top:6.625rem;left:31.21875rem;overflow:hidden;display:block; }
#voTyziDONrskLL4EPi12QtT5AZGiDfne { color:#f8f8f8;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:24.1875rem;left:20.625rem;height:4.5620125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9LRkBJnLMqqlcsnIUiNUvZROyxiqX2P { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:41.625rem;left:12.8125rem;height:1.75073125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khMXigl5o0aMLdeJs0bP9V5pR1mM48Mn { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:43.9375rem;left:36.375rem;display:block; }
#UKaR6O9SGtFR4zamODb294PdAHoGKgZC { position:relative;display:block; }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC { background-color: transparent; background-image: none; }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .row .container > .video-iframe-container { display: none; }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .row > .video-iframe-container { display: none; }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .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); }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC { border-width: 0; border-radius: 0; }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .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:5.25rem;width:75rem;position:relative;display:block; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay { position:relative;display:block; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay { background-color: transparent; background-image: none; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .row .container > .video-iframe-container { display: none; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .row > .video-iframe-container { display: none; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .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); }#rLlNZ0Tego3sFerPXybVghz3hHThTCay { border-width: 0; border-radius: 0; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .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:68.8125rem;width:75rem;position:relative;display:block; }#SZREW1C5rtEOGcOyVS5fuk8BZPay84FT { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:37.8125rem;left:17.78125rem;display:block; }
#wX1x3cWlT6gfs31cW4SRPVUdIkzhrQcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zGnQPrtJ9BFLUnMsvZLs7OEb0NH7fTm8 { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:37.8125rem;left:0rem;display:block; }
#F1bbh7JTMHBeWqJvTDpfIt5UQxrqTwND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PAPtGissPenHo6sALvZHCVJd19qB2WA7 { color:#351916;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:28.1875rem;left:0rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#GvFDbBWH4ZWST3Mr4losQJH5bRanc7gc { color:#351916;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:28.1875rem;left:18.09375rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#wXVFHmgTZLgxkCVaalCuwEriMObLkCGP { color:#351916;display:block;width:24.3125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:20.625rem;left:0rem;height:3.09448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BUNSTnHFn5f1nHIHULTZoUHWANkCgTug { color:#351916;display:block;width:32.4375rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:22.375rem;left:0rem;height:4.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJDqKrTFlHkXky6mpIrcPFyD0IcuKJDd { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:55.75rem;left:17.78125rem;display:block; }
#Azu5yOtB34ydAUekyKWdqhJnsXTAAmVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gKncuZKEgJBgXnu77dh2vQfly1h3kV12 { color:#351916;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:45.8125rem;left:17.78125rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#UhL0iagXv2X5RS5o6ZTE5QiA2LQvt0DT { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:55.75rem;left:0rem;display:block; }
#THfMyqzRTU2TlzeXFyubTskfkde855BO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AUVbRb4zuN8ypTzfBhTEBiCc9iawqllC { color:#351916;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:45.8125rem;left:0rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#cBRDadAL2xV44myTazqNnpic8OB0PpLh { position:absolute;display:block;z-index:100021;background-color:#5d583f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.68725625rem;width:35.1233125rem;top:19.75rem;left:0rem;display:block; }
#TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5 { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/JpXxZGOI/Magna.png");background-position:center left !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;height:19.8105625rem;width:35.1230625rem;top:62.1875rem;left:1.1875rem;display:none; }#TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5.adaptive-delivery-prevent-bg, #TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5.lazyload, #TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5.lazyloading { background-image: none; }
#tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2eF6pfCW/banner_carmel_taiba_04.jpg");background-position:center left !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;height:19.8105625rem;width:35.1230625rem;top:0rem;left:0rem;display:block; }#tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI.adaptive-delivery-prevent-bg, #tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI.lazyload, #tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI.lazyloading { background-image: none; }
#bNmQKl1E4rD3bNsf1TGTX8TWlyxTP0oJ { color:#351916;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.5;letter-spacing:0;top:28.1875rem;left:58rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#VHAuuZ5tZcFTbxXF4eTbqbmKKzWu2AWF { position:absolute;display:block;z-index:100033;background-color:#5d583f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.68725625rem;width:35.1233125rem;top:19.75rem;left:39.875rem;display:block; }
#BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DicFp50R/carmel_charme_resort.jpg");background-position:center left !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;height:19.8105625rem;width:35.1230625rem;top:0rem;left:39.875rem;display:block; }#BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA.adaptive-delivery-prevent-bg, #BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA.lazyload, #BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA.lazyloading { background-image: none; }
#m7RWHmdW3B9gxmvTQJ90Be7UmZUMeTXA { color:#351916;display:block;width:32.4375rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:22.375rem;left:39.875rem;height:4.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kaHtzIH7F1NMTEaB3IbfaeeQcCNtf6Bl { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:37.8125rem;left:57.6875rem;display:block; }
#eZTS38vT62XbPBRnNE1s0IbRNpw6d68q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LhSt7Mvl89OoZDTDSpOmV5ULGU1lborK { color:#351916;display:block;width:24.3125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:20.625rem;left:39.875rem;height:3.09448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WlTePyCAnFmdLEcn6Spry4XgqN7hoNwM { color:#351916;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:45.8125rem;left:57.6875rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#LkNOnM3S39lK9trin1EqClEVP5KCg6dP { color:#351916;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.5;letter-spacing:0;top:28.1875rem;left:39.875rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#dlolHcLkAz6KZf0GUn0du7iBtdCFEOxl { color:#351916;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:45.8125rem;left:39.875rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#w1VyGqL7aspDg9FJni7zpovJEULH25fz { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:37.8125rem;left:39.875rem;display:block; }
#O4znAWBv1hGNfcbhi2cExwWADb9bBMI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VnvwfyRnWJLXhxnq7vlzLagv24Bmv8gU { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:55.75rem;left:57.6875rem;display:block; }
#eewXBs7gaBl1hPi3eHn6N5dyPbkQJbuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MC5GeLb2g9xT3sCqywJmOxWAbhPISkVn { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:55.75rem;left:39.875rem;display:block; }
#bVbI9FseyhOe6dTnqcvHlAN9a1zOTSvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi { position:relative;display:block; }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi { background-color: transparent; background-image: none; }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .row .container > .video-iframe-container { display: none; }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .row > .video-iframe-container { display: none; }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .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); }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi { border-width: 0; border-radius: 0; }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .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:68.8125rem;width:75rem;position:relative;display:block; }#BZI7f7TggOG2xKHF6Fter1Qxldc5VT8Z { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:37.8125rem;left:17.78125rem;display:block; }
#AXnMOJKpyUnPMXNT0Bb9ZVnTNMvf8OLZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cSHMbZazTySgKl28Ux5ceUcvKT6rH6WQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:37.8125rem;left:0rem;display:block; }
#ZflS4kRrbfqWA4c8pqVp4aTi3OnBsrXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UWAUcaZoaUOutIfbnPArR3i2TTR69bZb { color:#351916;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:28.1875rem;left:0rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#onWTkZi4F8izgcLyLUbiVTeTeyNCsnHf { color:#351916;display:block;width:15.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:28.1875rem;left:18.09375rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#aSZXU2N1TeG9eECzgoA4cVPcdwsHW0di { color:#351916;display:block;width:24.3125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:20.625rem;left:0rem;height:3.09448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DepQSffhGCiRt8uh5Q9xTHU6fF6u5f2g { color:#351916;display:block;width:32.4375rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:22.375rem;left:0rem;height:4.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pi5T6T9GnvRZhcHTJ6quCdiNPoQO0Zcc { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:55.75rem;left:17.78125rem;display:block; }
#a6f180B3fNPh0XHgiD8sTnnq63D9mqDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dR8Tpyw1De12eXRsOwv2e2VUZPxfvPNT { color:#351916;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:45.8125rem;left:17.78125rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#XCdrz6VU3Vzk6TT19l9KVoyxy9rPk32q { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:55.75rem;left:0rem;display:block; }
#oqnXHN3DzBlyHU2FHhVrq8N6U4970nZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H43ToH6yb1GcclHLtfEhWMgKZXy82T0O { color:#351916;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:45.8125rem;left:0rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#K2sA7T0IPePEEFVq4MZTl3RFy8L6eoT3 { position:absolute;display:block;z-index:100021;background-color:#5d583f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.68725625rem;width:35.1233125rem;top:19.75rem;left:0rem;display:block; }
#HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/JpXxZGOI/Magna.png");background-position:center left !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;height:19.8105625rem;width:35.1230625rem;top:62.1875rem;left:1.1875rem;display:none; }#HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA.adaptive-delivery-prevent-bg, #HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA.lazyload, #HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA.lazyloading { background-image: none; }
#nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5f0P3iTt/PISCINA_VISTA_AO_AMANHECER.jpg");background-position:center left !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;height:19.8105625rem;width:35.1230625rem;top:0rem;left:0rem;display:block; }#nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz.adaptive-delivery-prevent-bg, #nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz.lazyload, #nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz.lazyloading { background-image: none; }
#m0utTok18ZNEUHRNfGGeJtKavMuos4LG { color:#351916;display:block;width:15.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.5;letter-spacing:0;top:28.1875rem;left:58rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#tDkIdMp9GOixc27zUKWOLOtphslv0UGx { position:absolute;display:block;z-index:100033;background-color:#5d583f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.68725625rem;width:35.1233125rem;top:19.75rem;left:39.875rem;display:block; }
#B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS { position:absolute;display:block;z-index:100020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aALeRBYj/Magna_02.jpg");background-position:center left !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;height:19.8105625rem;width:35.1230625rem;top:0rem;left:39.875rem;display:block; }#B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS.adaptive-delivery-prevent-bg, #B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS.lazyload, #B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS.lazyloading { background-image: none; }
#nPJg9y8Zmd8dVXh5boE4QcL2ybWt9Wav { color:#351916;display:block;width:32.4375rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:22.375rem;left:39.875rem;height:4.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rO83KcVpZElKChd6BNCppKIeXHbmQTGm { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:37.8125rem;left:57.6875rem;display:block; }
#ACc3yBTZb9HSZrTvc3ZhwZ5z4DizIAmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GlGEVDRWSRMuU8azIKudRbSky82EhQZu { color:#351916;display:block;width:24.3125rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:20.625rem;left:39.875rem;height:3.09448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iahIhAtLluX4KWV5vsLe06LfwS9N52qZ { color:#351916;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:45.8125rem;left:57.6875rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#qCJNZ8z8Cio4IRfOPEI0sKNkIU2Pwtbe { color:#351916;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100021;line-height:1.5;letter-spacing:0;top:28.1875rem;left:39.875rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#QuDauPP8MhluU9mL2svGcV2cOGhPHdp8 { color:#351916;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.5;letter-spacing:0;top:45.8125rem;left:39.875rem;height:8.62865625rem;text-align:left;text-align-last:left;display:block; }
#zgrzAz28Bt5LU8WCd00hTn01gy3qVZ5W { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:37.8125rem;left:39.875rem;display:block; }
#MMCQWunkN3yKaITXmMfm4xneDK8dhOwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ECim5FTkvpiagrCZyy6AZ8LNfqs2n4KD { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:55.75rem;left:57.6875rem;display:block; }
#LvM21hINI8yNcALwPTIuAcqeFuixFgtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s36tkN4ppL505xlSNSRnNWicxpfvJyWG { background-color:transparent;background-image:none;border-top:0.0625rem solid #5d583f;border-left:0.0625rem solid #5d583f;border-right:0.0625rem solid #5d583f;border-bottom:0.0625rem solid #5d583f;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#5d583f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.75rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:55.75rem;left:39.875rem;display:block; }
#pffhuJiTWcHX6SnqS6KMge9IGFQiCNQZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#351916;background-image:none;position:relative;display:block; }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row .container { background-color: transparent; background-image: none; }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row .container > .video-iframe-container { display: none; }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row > .video-iframe-container { display: none; }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .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); }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row .container { border-width: 0; border-radius: 0; }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#U6Qt9Oyk2S9dB4oKpCWZb4IqDNgieBZo { color:#f8f8f8;display:block;width:37.624rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6nX7bswmP8IKTNSFR9GMbzb6RzgBCTm { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:5.4375rem;left:18.0615234375rem;display:block; }
#nNZ3FAuXyDQNblk64aNFFFNifBfWypoK { z-index:100001;top:4.4375rem;left:57.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:raleway;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UBBV8NQffxfRT4cHRPhouE2TF45h4JGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffcf8;background-image:none;position:relative;display:block; }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row .container { background-color: transparent; background-image: none; }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row .container > .video-iframe-container { display: none; }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row > .video-iframe-container { display: none; }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .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); }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row .container { border-width: 0; border-radius: 0; }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#Tme2JTsiuRy80hD3y8u7nEuTZy2zpdft { color:#d3bfbd;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:1.9375rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:13.3125rem;left:0rem;height:2.90625rem;text-align:left;text-align-last:left;display:block; }
#ta1aWN42TxfaZ6q2E0xBGKriFGcfWPBX { color:#351916;display:block;width:28.5rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:6.3125rem;left:32.0625rem;height:17.2045625rem;text-align:left;text-align-last:left;display:block; }
#UkqN4TX9dXTskMgU4sVP4tT2ve9QpRhT { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5918125rem;height:2.905275rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:26.375rem;left:32.0625rem;display:block; }
#eIv3G0qN1iITzqP335ymXtCLn8UaRCax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#351916;background-image:none;position:relative;display:block; }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row .container { background-color: transparent; background-image: none; }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row .container > .video-iframe-container { display: none; }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row > .video-iframe-container { display: none; }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .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); }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row .container { border-width: 0; border-radius: 0; }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#TR5CLWFKNF3UBKy1nt4U7Rz23x9wxptr { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:2.5rem;left:39.9375rem;overflow:hidden;display:block; }
#Of7ZDK0nwvmltDefotXNB2ptwf77L8Th { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.9375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.6875rem;left:40.625rem;display:block; }
#HkniqPzV24xUu7t5izsHKJcHCKBrbr8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oKtVFVInT9c67rzwoaM0NJ36qCumzOz3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.9375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.6875rem;left:53.5625rem;display:block; }
#db6ZK0P2teqPQ88aFbqrNbnsToxRubAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gG2w7Mgkppl8FBx3xV8z9uDirSITcI6f { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:2.5rem;left:52.4375rem;overflow:hidden;display:block; }
#FyFDIq5Oq0bg7UxgnHM4bTyxS5TnmC1v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.6875rem;left:66.5625rem;display:block; }
#OownKv2yDfZzD0M62ctAoKTbJTVFy0ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XrdsMiTeveMy5JHC1p6hzo0BtOPFkdm4 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:2.5rem;left:65.3125rem;overflow:hidden;display:block; }
#B7FvKV9cRthHauq6aEn9dKp1g8ICQT3s { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:11.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#sxu9NvJnLAZ7ZhnqeV5C9gL3BMtGahXx { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:2.375rem;left:28.1875rem;overflow:hidden;display:block; }
#hLbR3X4q6DNUuh2DIVyTaJOFIbo2JXxE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:3rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.625rem;left:29.1875rem;display:block; }
#qv4alD8rLu3etVPUdH8ZDLQ2JUyeyzP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { display:block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCDcmNBt1Tyz5hI7F9l8nExeCFedTOKD { width:12.5625rem;height:4.1875rem;top:6.625rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTyziDONrskLL4EPi12QtT5AZGiDfne { top:24.1875rem;left:7rem;width:33.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9LRkBJnLMqqlcsnIUiNUvZROyxiqX2P { top:41.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khMXigl5o0aMLdeJs0bP9V5pR1mM48Mn { width:2.25rem;height:2.25rem;top:43.9375rem;left:22.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKaR6O9SGtFR4zamODb294PdAHoGKgZC { display:block; }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLlNZ0Tego3sFerPXybVghz3hHThTCay { display:block; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZREW1C5rtEOGcOyVS5fuk8BZPay84FT { width:10.625rem;height:2.75rem;top:37.8125rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX1x3cWlT6gfs31cW4SRPVUdIkzhrQcm { display:block; }
 }@media only screen and (max-width: 763px) { #zGnQPrtJ9BFLUnMsvZLs7OEb0NH7fTm8 { width:10.625rem;height:2.75rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1bbh7JTMHBeWqJvTDpfIt5UQxrqTwND { display:block; }
 }@media only screen and (max-width: 763px) { #PAPtGissPenHo6sALvZHCVJd19qB2WA7 { width:16.625rem;height:8.4375rem;top:28.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvFDbBWH4ZWST3Mr4losQJH5bRanc7gc { width:15.0625rem;height:8.4375rem;top:28.1875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXVFHmgTZLgxkCVaalCuwEriMObLkCGP { width:24.3125rem;height:3.0625rem;top:20.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNSTnHFn5f1nHIHULTZoUHWANkCgTug { width:32.375rem;height:4.375rem;top:22.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJDqKrTFlHkXky6mpIrcPFyD0IcuKJDd { width:10.625rem;height:2.75rem;top:55.75rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azu5yOtB34ydAUekyKWdqhJnsXTAAmVh { display:block; }
 }@media only screen and (max-width: 763px) { #gKncuZKEgJBgXnu77dh2vQfly1h3kV12 { width:15.3125rem;height:8.4375rem;top:45.8125rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhL0iagXv2X5RS5o6ZTE5QiA2LQvt0DT { width:10.625rem;height:2.75rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfMyqzRTU2TlzeXFyubTskfkde855BO { display:block; }
 }@media only screen and (max-width: 763px) { #AUVbRb4zuN8ypTzfBhTEBiCc9iawqllC { width:15.25rem;height:8.4375rem;top:45.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBRDadAL2xV44myTazqNnpic8OB0PpLh { width:35.0625rem;height:0.625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5 { width:35.0625rem;height:19.75rem;top:62.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI { width:35.0625rem;height:19.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNmQKl1E4rD3bNsf1TGTX8TWlyxTP0oJ { width:15.0625rem;height:8.4375rem;top:28.1875rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAuuZ5tZcFTbxXF4eTbqbmKKzWu2AWF { width:35.0625rem;height:0.625rem;top:19.75rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA { width:35.0625rem;height:19.75rem;top:0rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RWHmdW3B9gxmvTQJ90Be7UmZUMeTXA { width:32.4375rem;height:4.375rem;top:22.375rem;left:15.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaHtzIH7F1NMTEaB3IbfaeeQcCNtf6Bl { width:10.625rem;height:2.75rem;top:37.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTS38vT62XbPBRnNE1s0IbRNpw6d68q { display:block; }
 }@media only screen and (max-width: 763px) { #LhSt7Mvl89OoZDTDSpOmV5ULGU1lborK { width:24.3125rem;height:3.0625rem;top:20.625rem;left:23.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlTePyCAnFmdLEcn6Spry4XgqN7hoNwM { width:15.3125rem;height:8.4375rem;top:45.8125rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkNOnM3S39lK9trin1EqClEVP5KCg6dP { width:16.625rem;height:8.4375rem;top:28.1875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlolHcLkAz6KZf0GUn0du7iBtdCFEOxl { width:15.25rem;height:16.875rem;top:45.8125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1VyGqL7aspDg9FJni7zpovJEULH25fz { width:10.625rem;height:2.75rem;top:37.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4znAWBv1hGNfcbhi2cExwWADb9bBMI0 { display:block; }
 }@media only screen and (max-width: 763px) { #VnvwfyRnWJLXhxnq7vlzLagv24Bmv8gU { width:10.625rem;height:2.75rem;top:55.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewXBs7gaBl1hPi3eHn6N5dyPbkQJbuf { display:block; }
 }@media only screen and (max-width: 763px) { #MC5GeLb2g9xT3sCqywJmOxWAbhPISkVn { width:10.625rem;height:2.75rem;top:55.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVbI9FseyhOe6dTnqcvHlAN9a1zOTSvH { display:block; }
 }@media only screen and (max-width: 763px) { #vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi { display:block; }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZI7f7TggOG2xKHF6Fter1Qxldc5VT8Z { width:10.625rem;height:2.75rem;top:37.8125rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnMOJKpyUnPMXNT0Bb9ZVnTNMvf8OLZ { display:block; }
 }@media only screen and (max-width: 763px) { #cSHMbZazTySgKl28Ux5ceUcvKT6rH6WQ { width:10.625rem;height:2.75rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZflS4kRrbfqWA4c8pqVp4aTi3OnBsrXq { display:block; }
 }@media only screen and (max-width: 763px) { #UWAUcaZoaUOutIfbnPArR3i2TTR69bZb { width:16.625rem;height:8.4375rem;top:28.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onWTkZi4F8izgcLyLUbiVTeTeyNCsnHf { width:15.0625rem;height:8.4375rem;top:28.1875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSZXU2N1TeG9eECzgoA4cVPcdwsHW0di { width:24.3125rem;height:3.0625rem;top:20.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DepQSffhGCiRt8uh5Q9xTHU6fF6u5f2g { width:32.4375rem;height:4.375rem;top:22.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi5T6T9GnvRZhcHTJ6quCdiNPoQO0Zcc { width:10.625rem;height:2.75rem;top:55.75rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6f180B3fNPh0XHgiD8sTnnq63D9mqDO { display:block; }
 }@media only screen and (max-width: 763px) { #dR8Tpyw1De12eXRsOwv2e2VUZPxfvPNT { width:15.3125rem;height:8.4375rem;top:45.8125rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCdrz6VU3Vzk6TT19l9KVoyxy9rPk32q { width:10.625rem;height:2.75rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnXHN3DzBlyHU2FHhVrq8N6U4970nZH { display:block; }
 }@media only screen and (max-width: 763px) { #H43ToH6yb1GcclHLtfEhWMgKZXy82T0O { width:15.25rem;height:8.4375rem;top:45.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2sA7T0IPePEEFVq4MZTl3RFy8L6eoT3 { width:35.0625rem;height:0.625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA { width:35.0625rem;height:19.75rem;top:62.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz { width:35.0625rem;height:19.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0utTok18ZNEUHRNfGGeJtKavMuos4LG { width:15.5625rem;height:8.4375rem;top:28.1875rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDkIdMp9GOixc27zUKWOLOtphslv0UGx { width:35.0625rem;height:0.625rem;top:19.75rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS { width:35.0625rem;height:19.75rem;top:0rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPJg9y8Zmd8dVXh5boE4QcL2ybWt9Wav { width:32.4375rem;height:4.375rem;top:22.375rem;left:15.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO83KcVpZElKChd6BNCppKIeXHbmQTGm { width:10.625rem;height:2.75rem;top:37.8125rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACc3yBTZb9HSZrTvc3ZhwZ5z4DizIAmT { display:block; }
 }@media only screen and (max-width: 763px) { #GlGEVDRWSRMuU8azIKudRbSky82EhQZu { width:24.3125rem;height:3.0625rem;top:20.625rem;left:23.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahIhAtLluX4KWV5vsLe06LfwS9N52qZ { width:16.125rem;height:8.4375rem;top:45.8125rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJNZ8z8Cio4IRfOPEI0sKNkIU2Pwtbe { width:16.5625rem;height:8.625rem;top:28.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuDauPP8MhluU9mL2svGcV2cOGhPHdp8 { width:15.25rem;height:8.4375rem;top:45.8125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgrzAz28Bt5LU8WCd00hTn01gy3qVZ5W { width:10.625rem;height:2.75rem;top:37.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMCQWunkN3yKaITXmMfm4xneDK8dhOwT { display:block; }
 }@media only screen and (max-width: 763px) { #ECim5FTkvpiagrCZyy6AZ8LNfqs2n4KD { width:10.625rem;height:2.75rem;top:55.75rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvM21hINI8yNcALwPTIuAcqeFuixFgtg { display:block; }
 }@media only screen and (max-width: 763px) { #s36tkN4ppL505xlSNSRnNWicxpfvJyWG { width:10.625rem;height:2.75rem;top:55.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pffhuJiTWcHX6SnqS6KMge9IGFQiCNQZ { display:block; }
 }@media only screen and (max-width: 763px) { #SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G { display:block; }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6Qt9Oyk2S9dB4oKpCWZb4IqDNgieBZo { top:2.5rem;left:0rem;width:37.5625rem;height:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6nX7bswmP8IKTNSFR9GMbzb6RzgBCTm { width:3.125rem;height:3.125rem;top:5.4375rem;left:4.4365234375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNZ3FAuXyDQNblk64aNFFFNifBfWypoK { top:4.4375rem;left:29.9375rem;width:17.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBBV8NQffxfRT4cHRPhouE2TF45h4JGV { display:block; }
 }@media only screen and (max-width: 763px) { #pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG { display:block; }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tme2JTsiuRy80hD3y8u7nEuTZy2zpdft { width:27.375rem;height:2.875rem;top:13.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta1aWN42TxfaZ6q2E0xBGKriFGcfWPBX { width:28.5rem;height:16.875rem;top:6.3125rem;left:18.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkqN4TX9dXTskMgU4sVP4tT2ve9QpRhT { width:12.5625rem;height:2.875rem;top:26.375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIv3G0qN1iITzqP335ymXtCLn8UaRCax { display:block; }
 }@media only screen and (max-width: 763px) { #Hymh9X1KR672skTMt4mZktLLkfbPiLo3 { display:block; }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR5CLWFKNF3UBKy1nt4U7Rz23x9wxptr { width:1.375rem;height:1.375rem;top:2.5rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of7ZDK0nwvmltDefotXNB2ptwf77L8Th { width:9.75rem;height:2.9375rem;top:1.6875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkniqPzV24xUu7t5izsHKJcHCKBrbr8L { display:block; }
 }@media only screen and (max-width: 763px) { #oKtVFVInT9c67rzwoaM0NJ36qCumzOz3 { width:9.75rem;height:2.9375rem;top:1.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #db6ZK0P2teqPQ88aFbqrNbnsToxRubAa { display:block; }
 }@media only screen and (max-width: 763px) { #gG2w7Mgkppl8FBx3xV8z9uDirSITcI6f { width:1.375rem;height:1.375rem;top:2.5rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFDIq5Oq0bg7UxgnHM4bTyxS5TnmC1v { width:8.4375rem;height:2.9375rem;top:1.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #OownKv2yDfZzD0M62ctAoKTbJTVFy0ox { display:block; }
 }@media only screen and (max-width: 763px) { #XrdsMiTeveMy5JHC1p6hzo0BtOPFkdm4 { width:1.375rem;height:1.375rem;top:2.5rem;left:46.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7FvKV9cRthHauq6aEn9dKp1g8ICQT3s { width:11.25rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxu9NvJnLAZ7ZhnqeV5C9gL3BMtGahXx { width:1.3125rem;height:1.3125rem;top:2.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLbR3X4q6DNUuh2DIVyTaJOFIbo2JXxE { width:8rem;height:2.9375rem;top:1.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4alD8rLu3etVPUdH8ZDLQ2JUyeyzP9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/FkGK67aI/carmeltaiba_105958014_311391559860800_6344270439364665795_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8.adaptive-delivery-prevent-bg, #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8.lazyload, #ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8.lazyloading { background-image: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { background-color: transparent; background-image: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,26,22,0.92); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container > .video-iframe-container { display: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,26,22,0.92); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row > .video-iframe-container { display: none; }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .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); }#ERTlVcc5b1sxaCybsqNrJGA5wHAQNla8 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCDcmNBt1Tyz5hI7F9l8nExeCFedTOKD { width:18.18725rem;height:6.12426875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voTyziDONrskLL4EPi12QtT5AZGiDfne { width:17.9980625rem;height:5.2478rem;top:13.031005859375rem;left:0.999755859375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #J9LRkBJnLMqqlcsnIUiNUvZROyxiqX2P { width:13.562rem;height:3.1494125rem;top:24.4375rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #khMXigl5o0aMLdeJs0bP9V5pR1mM48Mn { width:2.24975625rem;height:2.24975625rem;top:29.125rem;left:8.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKaR6O9SGtFR4zamODb294PdAHoGKgZC { display:block; }#UKaR6O9SGtFR4zamODb294PdAHoGKgZC > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLlNZ0Tego3sFerPXybVghz3hHThTCay { display:block; }#rLlNZ0Tego3sFerPXybVghz3hHThTCay > .row .container { width:20rem;height:156.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZREW1C5rtEOGcOyVS5fuk8BZPay84FT { width:10.5283125rem;height:2.6543rem;top:39.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX1x3cWlT6gfs31cW4SRPVUdIkzhrQcm { display:block; }
 }@media only screen and (max-width: 763px) { #zGnQPrtJ9BFLUnMsvZLs7OEb0NH7fTm8 { width:10.5283125rem;height:2.6543rem;top:24.123046875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F1bbh7JTMHBeWqJvTDpfIt5UQxrqTwND { display:block; }
 }@media only screen and (max-width: 763px) { #PAPtGissPenHo6sALvZHCVJd19qB2WA7 { width:20rem;height:7.557625rem;top:15.998046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #GvFDbBWH4ZWST3Mr4losQJH5bRanc7gc { width:14.3105625rem;height:7.557625rem;top:31.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #wXVFHmgTZLgxkCVaalCuwEriMObLkCGP { width:20rem;height:2.0625rem;top:9.873046875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;font-family:raleway;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BUNSTnHFn5f1nHIHULTZoUHWANkCgTug { width:20rem;height:2.8125rem;top:11.935546875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #FJDqKrTFlHkXky6mpIrcPFyD0IcuKJDd { width:10.5605625rem;height:2.68555rem;top:69.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azu5yOtB34ydAUekyKWdqhJnsXTAAmVh { display:block; }
 }@media only screen and (max-width: 763px) { #gKncuZKEgJBgXnu77dh2vQfly1h3kV12 { width:16.875rem;height:7.557625rem;top:46.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #UhL0iagXv2X5RS5o6ZTE5QiA2LQvt0DT { width:10.5605625rem;height:2.68555rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfMyqzRTU2TlzeXFyubTskfkde855BO { display:block; }
 }@media only screen and (max-width: 763px) { #AUVbRb4zuN8ypTzfBhTEBiCc9iawqllC { width:14.1223125rem;height:7.557625rem;top:61.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #cBRDadAL2xV44myTazqNnpic8OB0PpLh { width:20rem;height:0.686525rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5 { width:20rem;height:9.2480625rem;top:95.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aALeRBYj/Magna_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5.adaptive-delivery-prevent-bg, #TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5.lazyload, #TtQ7eIMHwTwHsucT7JyU4c8xSEwSLEP5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI { width:20rem;height:9.2480625rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2eF6pfCW/banner_carmel_taiba_04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI.adaptive-delivery-prevent-bg, #tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI.lazyload, #tw9n6MPJ3sTpr4iRTamVAMJBP35nVrmI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bNmQKl1E4rD3bNsf1TGTX8TWlyxTP0oJ { width:15.0625rem;height:7.557625rem;top:109.435546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #VHAuuZ5tZcFTbxXF4eTbqbmKKzWu2AWF { width:20rem;height:0.625rem;top:78.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA { width:20rem;height:9.25rem;top:78.560546875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DicFp50R/carmel_charme_resort.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA.adaptive-delivery-prevent-bg, #BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA.lazyload, #BUBvshSGkACRSiPOgLu4JF2rKpwg2xbA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m7RWHmdW3B9gxmvTQJ90Be7UmZUMeTXA { width:20rem;height:2.8125rem;top:90.810546875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #kaHtzIH7F1NMTEaB3IbfaeeQcCNtf6Bl { width:10.625rem;height:2.75rem;top:117.560546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZTS38vT62XbPBRnNE1s0IbRNpw6d68q { display:block; }
 }@media only screen and (max-width: 763px) { #LhSt7Mvl89OoZDTDSpOmV5ULGU1lborK { width:20rem;height:2.0625rem;top:89.560546875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;font-family:raleway;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WlTePyCAnFmdLEcn6Spry4XgqN7hoNwM { width:15.3125rem;height:7.557625rem;top:139.935546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #LkNOnM3S39lK9trin1EqClEVP5KCg6dP { width:16.625rem;height:7.557625rem;top:94.185546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #dlolHcLkAz6KZf0GUn0du7iBtdCFEOxl { width:15.25rem;height:7.557625rem;top:124.685546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #w1VyGqL7aspDg9FJni7zpovJEULH25fz { width:10.625rem;height:2.75rem;top:102.310546875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O4znAWBv1hGNfcbhi2cExwWADb9bBMI0 { display:block; }
 }@media only screen and (max-width: 763px) { #VnvwfyRnWJLXhxnq7vlzLagv24Bmv8gU { width:10.625rem;height:2.75rem;top:147.435546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewXBs7gaBl1hPi3eHn6N5dyPbkQJbuf { display:block; }
 }@media only screen and (max-width: 763px) { #MC5GeLb2g9xT3sCqywJmOxWAbhPISkVn { width:10.625rem;height:2.75rem;top:132.810546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVbI9FseyhOe6dTnqcvHlAN9a1zOTSvH { display:block; }
 }@media only screen and (max-width: 763px) { #vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi { display:block; }#vXTLNh2fgilLVeSO1sJyVGEdRWTERXGi > .row .container { width:20rem;height:156.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZI7f7TggOG2xKHF6Fter1Qxldc5VT8Z { width:10.5283125rem;height:2.6543rem;top:39.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnMOJKpyUnPMXNT0Bb9ZVnTNMvf8OLZ { display:block; }
 }@media only screen and (max-width: 763px) { #cSHMbZazTySgKl28Ux5ceUcvKT6rH6WQ { width:10.5283125rem;height:2.6543rem;top:24.123046875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZflS4kRrbfqWA4c8pqVp4aTi3OnBsrXq { display:block; }
 }@media only screen and (max-width: 763px) { #UWAUcaZoaUOutIfbnPArR3i2TTR69bZb { width:20rem;height:7.557625rem;top:15.998046875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #onWTkZi4F8izgcLyLUbiVTeTeyNCsnHf { width:14.3105625rem;height:7.557625rem;top:31.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #aSZXU2N1TeG9eECzgoA4cVPcdwsHW0di { width:20rem;height:2.0625rem;top:9.873046875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;font-family:raleway;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DepQSffhGCiRt8uh5Q9xTHU6fF6u5f2g { width:20rem;height:2.8125rem;top:11.935546875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #pi5T6T9GnvRZhcHTJ6quCdiNPoQO0Zcc { width:10.5605625rem;height:2.68555rem;top:69.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6f180B3fNPh0XHgiD8sTnnq63D9mqDO { display:block; }
 }@media only screen and (max-width: 763px) { #dR8Tpyw1De12eXRsOwv2e2VUZPxfvPNT { width:16.875rem;height:7.557625rem;top:46.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #XCdrz6VU3Vzk6TT19l9KVoyxy9rPk32q { width:10.5605625rem;height:2.68555rem;top:54.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnXHN3DzBlyHU2FHhVrq8N6U4970nZH { display:block; }
 }@media only screen and (max-width: 763px) { #H43ToH6yb1GcclHLtfEhWMgKZXy82T0O { width:14.1223125rem;height:7.557625rem;top:61.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #K2sA7T0IPePEEFVq4MZTl3RFy8L6eoT3 { width:20rem;height:0.686525rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA { width:20rem;height:9.2480625rem;top:95.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aALeRBYj/Magna_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA.adaptive-delivery-prevent-bg, #HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA.lazyload, #HIh2XZAz4USpLHF7aVeRP2ynwEToEvnA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz { width:20rem;height:9.2480625rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5f0P3iTt/PISCINA_VISTA_AO_AMANHECER.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz.adaptive-delivery-prevent-bg, #nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz.lazyload, #nLR0AJizDUDtxU9vu1ry1fB2okPy9Qkz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m0utTok18ZNEUHRNfGGeJtKavMuos4LG { width:15.0625rem;height:7.557625rem;top:109.435546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #tDkIdMp9GOixc27zUKWOLOtphslv0UGx { width:20rem;height:0.625rem;top:78.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS { width:20rem;height:9.25rem;top:78.560546875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/aALeRBYj/Magna_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS.adaptive-delivery-prevent-bg, #B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS.lazyload, #B4Rs5iNedIITBsHIObmbcFTa2cwmRLVS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nPJg9y8Zmd8dVXh5boE4QcL2ybWt9Wav { width:20rem;height:2.8125rem;top:90.810546875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #rO83KcVpZElKChd6BNCppKIeXHbmQTGm { width:10.625rem;height:2.75rem;top:117.560546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACc3yBTZb9HSZrTvc3ZhwZ5z4DizIAmT { display:block; }
 }@media only screen and (max-width: 763px) { #GlGEVDRWSRMuU8azIKudRbSky82EhQZu { width:20rem;height:2.0625rem;top:89.560546875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;font-family:raleway;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iahIhAtLluX4KWV5vsLe06LfwS9N52qZ { width:15.3125rem;height:7.557625rem;top:139.935546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #qCJNZ8z8Cio4IRfOPEI0sKNkIU2Pwtbe { width:16.625rem;height:7.557625rem;top:94.185546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #QuDauPP8MhluU9mL2svGcV2cOGhPHdp8 { width:15.25rem;height:7.557625rem;top:124.685546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-family:raleway;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #zgrzAz28Bt5LU8WCd00hTn01gy3qVZ5W { width:10.625rem;height:2.75rem;top:102.310546875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MMCQWunkN3yKaITXmMfm4xneDK8dhOwT { display:block; }
 }@media only screen and (max-width: 763px) { #ECim5FTkvpiagrCZyy6AZ8LNfqs2n4KD { width:10.625rem;height:2.75rem;top:147.435546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvM21hINI8yNcALwPTIuAcqeFuixFgtg { display:block; }
 }@media only screen and (max-width: 763px) { #s36tkN4ppL505xlSNSRnNWicxpfvJyWG { width:10.625rem;height:2.75rem;top:132.810546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pffhuJiTWcHX6SnqS6KMge9IGFQiCNQZ { display:block; }
 }@media only screen and (max-width: 763px) { #SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G { display:block; }#SqzcEXGsoW2F3fypW1zkvzoMyOFAGO9G > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6Qt9Oyk2S9dB4oKpCWZb4IqDNgieBZo { width:16.93725rem;height:6.03881875rem;top:1.25rem;left:1.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #q6nX7bswmP8IKTNSFR9GMbzb6RzgBCTm { width:3.125rem;height:3.125rem;top:8.359375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNZ3FAuXyDQNblk64aNFFFNifBfWypoK { top:12.734375rem;left:1.0625rem;width:17.78125rem;height:3.28051875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBBV8NQffxfRT4cHRPhouE2TF45h4JGV { display:block; }
 }@media only screen and (max-width: 763px) { #pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG { display:block; }#pLbiR9Gq0Hou3HfioTJEMMbRwE6tVGgG > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tme2JTsiuRy80hD3y8u7nEuTZy2zpdft { width:20rem;height:2.90625rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #ta1aWN42TxfaZ6q2E0xBGKriFGcfWPBX { width:20rem;height:18.619625rem;top:5.390625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #UkqN4TX9dXTskMgU4sVP4tT2ve9QpRhT { width:12.5605625rem;height:2.874025rem;top:26.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIv3G0qN1iITzqP335ymXtCLn8UaRCax { display:block; }
 }@media only screen and (max-width: 763px) { #Hymh9X1KR672skTMt4mZktLLkfbPiLo3 { display:block; }#Hymh9X1KR672skTMt4mZktLLkfbPiLo3 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TR5CLWFKNF3UBKy1nt4U7Rz23x9wxptr { width:1.3745125rem;height:1.3745125rem;top:5.49926875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of7ZDK0nwvmltDefotXNB2ptwf77L8Th { width:6.9995rem;height:1.9995125rem;top:8.12353515625rem;left:6.4990234375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.37);display:block; }
 }@media only screen and (max-width: 763px) { #HkniqPzV24xUu7t5izsHKJcHCKBrbr8L { display:block; }
 }@media only screen and (max-width: 763px) { #oKtVFVInT9c67rzwoaM0NJ36qCumzOz3 { width:7.0605625rem;height:1.811525rem;top:10.810791015625rem;left:6.468505859375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.4);display:block; }
 }@media only screen and (max-width: 763px) { #db6ZK0P2teqPQ88aFbqrNbnsToxRubAa { display:block; }
 }@media only screen and (max-width: 763px) { #gG2w7Mgkppl8FBx3xV8z9uDirSITcI6f { width:1.375rem;height:1.375rem;top:12.25rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyFDIq5Oq0bg7UxgnHM4bTyxS5TnmC1v { width:6.8103125rem;height:1.3745125rem;top:13.68359375rem;left:6.53173828125rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.38);display:block; }
 }@media only screen and (max-width: 763px) { #OownKv2yDfZzD0M62ctAoKTbJTVFy0ox { display:block; }
 }@media only screen and (max-width: 763px) { #XrdsMiTeveMy5JHC1p6hzo0BtOPFkdm4 { width:1.375rem;height:1.375rem;top:19.0625rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7FvKV9cRthHauq6aEn9dKp1g8ICQT3s { width:8.999rem;height:2.99926875rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxu9NvJnLAZ7ZhnqeV5C9gL3BMtGahXx { width:1.3125rem;height:1.3125rem;top:17.1215828125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLbR3X4q6DNUuh2DIVyTaJOFIbo2JXxE { width:8rem;height:2.9375rem;top:15.618896484375rem;left:5.888671875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.37);display:block; }
 }@media only screen and (max-width: 763px) { #qv4alD8rLu3etVPUdH8ZDLQ2JUyeyzP9 { display:block; }
 }