.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.3);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row .container { background-color: transparent; background-image: none; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row .container > .video-iframe-container { display: none; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row > .video-iframe-container { display: none; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .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); }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row .container { border-width: 0; border-radius: 0; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#pRl9TKt1kGCkatAWkelA0TiDkLTpTzHu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:9.5rem;top:0.90625rem;left:1.6875rem;overflow:hidden;display:block; }
#InQ7T9Ll43ncU7buTf2HNNFMIVzgBan0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.375rem;left:13.875rem;display:block; }
#dGiG2PRQkGqTfttxAHG05nvJhTPTqHen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W0i6AiiwIyQ4onOx2BCfJ4fZCB0UR7ET { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:1.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.375rem;left:18.8125rem;display:block; }
#GGMZ6LkmIfMJKRcVX5Jr8lTAryPZ6fqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9wwrZLqfkqsDIAP5Xo1zBnEDngkJU0k { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.375rem;left:26.375rem;display:block; }
#cdltA9L0d2Ukn3qCxGHbEPbcvLFNwq7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uT4d5VFyaoak4t6DeUW3HteTUSoGWNBD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.375rem;left:35.9375rem;display:block; }
#ipN2qTb1a2DQqicux1oEJ68STDxrzyOl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTcrMyKvi4dl5r3r5eUW6iMkUG8y3wCx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:42.5rem;display:block; }
#MoeFlNGTMpN6b8MSOr1UJSSAr0iWB3WD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rQPKF6cd07kouecM4oER7ZCEJS2Pegt9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:50.5625rem;display:block; }
#anR2tMCdiFDstHWKK7rNEb9nXpDRmNTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4818c72a-2c8e-4ed6-932c-3fcfd2eac46d/imsabarrioaltoimsabarrioaltodji0465copiaoriginal.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;overflow:visible;position:relative;display:block; }#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-form-header {  }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:15.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.625rem;box-sizing:border-box;height:1.9375rem;color:#444444;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;font-weight:400;font-style:normal;line-height:.5; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-text {padding-top: 0; padding-bottom: 0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.625rem;box-sizing:border-box;height:4.375rem;color:#444444;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;font-weight:400;font-style:normal;line-height:.5; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-select {padding-top: 0; padding-bottom: 0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.5625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3.4375rem;font-family:montserrat;overflow:hidden;line-height:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy [class*="-text"]:-moz-placeholder { color:#ac9f9f;font-family:arial;font-size:0.875rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy [class*="-text"]::-moz-placeholder { color:#ac9f9f;font-family:arial;font-size:0.875rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy [class*="-text"]:-ms-input-placeholder { color:#ac9f9f;font-family:arial;font-size:0.875rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy [class*="-text"]::-webkit-input-placeholder { color:#ac9f9f;font-family:arial;font-size:0.875rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:14.4375rem;overflow:hidden;font-style:normal;float:none; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-container:first-of-type{padding-top:0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-container:last-of-type{padding-bottom:0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:14.375rem;left:38.375rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.625rem;display:block;vertical-align:top; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy {display:block;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:14.375rem;left:38.375rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #xlMMKucaszpGk9nN5b2gy2DV5sbEc8iA { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #N3EFCll169V0XgB1IG637tIg0tIfNg94 { position:relative;display:none; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #uptqEtxCz8U7o17Xc6Zz94CWvkGLSETm { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #O71cTsxndD3BCDsRhS0zDJi76d5cSwZa { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #NIQRsviKIGClL47HonTuMLnrBF8uoC4f { position:relative;display:none; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #kG29n7Tx9CWEHTzcXETyZBDQ0RiSZnrX { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #CnlNG58BV2fIegfX4OeJg9na8TKN9zbZ { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #LQ15RTrZCtnykbU6PUXilTmGuR8PKwv0 { position:relative;display:none; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #ewe2FPUf7Zt11wh7x9yHBpPDAgSwxClo { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #r0DWIiKwcf4dVMySwL6EC1wGETCottsK { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #Ub2guSqdTCfXf8h84ORNEQ8EFdoTAr5s { position:relative;display:none; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #PaNObIukFAqtsRXwkhVQX47woB4OslFD { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #cM716asPy1neaoabzD5e31mZQbIGTcCo { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #sGGLcTEyT6GACumzECkTuWxo0M0K7tKT { position:relative;display:none; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #DzP3bBU5U5n48eAUgppMMcTS3UgNB8GP { position:relative; }
#pMfphEn7QGTotuJV8HHoHSrLLHGOkmx1 { position:relative;display:block; }
#f1SyXaG0ircRhtSpmJwWA8ogdXh5NfKJ { position:relative;display:block; }
#LsBCW9hdilXNDlQi1WsVx3Dm1SxIh64u { position:relative;display:block; }
#r2JS7zcqMZukbT45bhweVNDMGUIbcaW6 { position:relative;display:block; }
#kunOGdWIciJ0tat23WXEouXucFscH0Wb { position:relative;display:block; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #HQILH0Af92glcQVtbzmKpfuJGrfcGUUA { position:relative; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #oxTnbKRKQ5pQBSaTSToawzl6rpUCBr4D { position:relative; }
#x4otbWgCDbiVCfTxiTqcKNQfEUQsdCz1 { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:22.3125rem;top:8rem;left:36.375rem;display:block; }
#L0g8wyQGtQ50xxiPPnFQ6w5H3Kca58MI { color:#56a09a;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.875rem;left:39.0625rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMDX9Ms0E6rhkg0Brs0J2dMVdWfxAxbK { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.75rem;left:39.0625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHCkXR9WCTHtLOBFzTws9yz3W5bCFLz3 { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:8.3125rem;left:5.09375rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPGuKT9FGzvkBdgqC3dQ5sgq5AiyzBFO { color:#ffffff;display:block;width:27.374125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.374349594116rem;left:5.0607643127441rem;height:1.787325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MA0lPl9aJfep6em0biw8SUHEXeiZktvs { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:25.875rem;left:1.0625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V5LPHTRep8eWHPepctig3wvdfalMwkOW { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:19.75rem;top:28.25rem;left:8.875rem;display:block; }
#MGOEWsxakd3nUElebyKPPyLMcqnHZI77 { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.42578125rem;left:9.46875rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VVVGIacISqQ6qmQldKtRXZuvxmeEMA5U { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.6875rem;left:4.9375rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCJ7Z8avoficeGWwgWQWl3GaykwVeGwz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:15rem;top:17.09375rem;left:11.25rem;overflow:hidden;display:block; }
#PPh8l94S61aSLdCFEkN2SmO99JJagTqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PPh8l94S61aSLdCFEkN2SmO99JJagTqC > .row .container { border-width: 0; border-radius: 0; }#PPh8l94S61aSLdCFEkN2SmO99JJagTqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PPh8l94S61aSLdCFEkN2SmO99JJagTqC > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }#nU6fhfPU4JNivieiiGN55DhzLT7pcWsS { color:#56a09a;display:block;width:36.436625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:0.99609375rem;left:11.781684875488rem;height:1.6497375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lchT5bbkZVaa3FyDlcX9RJoSlkcSrCwC { color:#ffffff;display:block;width:16.4995625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.9997825622556rem;left:2.6868515014649rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHo7GzyHa8A6ZKoCgtIfATWWs01Vl5Mb { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0625rem;left:23.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdpZx9ZAV7ugMFMQTrT9oiLDg6QQohoN { color:#dadada;display:block;width:19rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.2252597808838rem;left:38.623485565186rem;height:4.140625rem;text-align:center;text-align-last:center;display:block; }
#XQlfD6g9JM3t7MovsX039aAx5uW36yta { box-sizing:content-box;height:2.3125rem;width:15.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:4.0625rem;left:2.9990234375rem;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-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#CyApai3MTDpigPkTp7HFbsdDL3lk9uCD { color:#56a09a;display:block;width:16.4985rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoXTzFEcFwxsLRKP1bfctJ9N7kmeHzeC { box-sizing:content-box;height:2.3125rem;width:14.125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:4.0625rem;left:21.5625rem;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-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#B0OiigddgwTmXEls56mstTqvkmMcKafR { color:#56a09a;display:block;width:16.4985rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.625rem;left:20.375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#you6FKn4unCqVXf4zaBQTJL4m3g2N9Xn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87435rem;width:2.93728125rem;top:0.38302993774414rem;left:7.7354621887206rem;overflow:hidden;display:block; }
#qSgQDNmtEt99Mt5HFkECGfFUAwHmIB4Z { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87435rem;width:2.9362rem;top:0.44270896911621rem;left:48.734592437744rem;overflow:hidden;display:block; }
#CkrOwZWc0caqQQHTcDnfD5sXudXcK41t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CkrOwZWc0caqQQHTcDnfD5sXudXcK41t > .row .container { border-width: 0; border-radius: 0; }#CkrOwZWc0caqQQHTcDnfD5sXudXcK41t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkrOwZWc0caqQQHTcDnfD5sXudXcK41t > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:none; }#wIAHTX7N0WFnTSH9X3l8XLKzZDuHBT0J { color:#56a09a;display:block;width:36.4365rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.12109375rem;left:11.782032012939rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t0miRcovRv9liai6gsycPVlBMdPgr0l8 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4375rem;left:14.4375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fa0SNee5eT41q5HgdpTF4lDkSsqVDZVK { color:#000000;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4.5625rem;left:30.875rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#MVWTuDQTT7RvLBH8syJxltaeSoM9TfkE { box-sizing:content-box;height:2.3125rem;width:14.1875rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:4.5rem;left:12.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#XGtrWvZzSRXvMc6VyHbf2I9V2e8aDEbc { color:#56a09a;display:block;width:9.3125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.125rem;left:15.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u > .row .container { border-width: 0; border-radius: 0; }#ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:none; }#pW5RAJG5c7irp4chN6auUhOHTZen1utT { color:#56a09a;display:block;width:36.4359375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.12109375rem;left:11.778648376465rem;height:1.65rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nLMlHEzq1myveiKiEO8NVdZ4CL7Ch1gH { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.4375rem;left:14.4375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfeKfdeZ18wMBvGgrtDX630mkW9M5TdU { color:#000000;display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4.5625rem;left:30.875rem;height:4.19791875rem;text-align:center;text-align-last:center;display:block; }
#PrD4EIzCxDOayGv8AB8KJtompvrxcoF5 { box-sizing:content-box;height:2.375rem;width:13.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:4.6041669845581rem;left:13.125rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#oJqa3dfO2azz8SxayZD8DKBD6m5THtZ5 { color:#56a09a;display:block;width:8.875rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.25rem;left:15.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e6e3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row .container { background-color: transparent; background-image: none; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row .container > .video-iframe-container { display: none; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row > .video-iframe-container { display: none; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .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); }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row .container { border-width: 0; border-radius: 0; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#SmIB2Dty0HZGRN9hU2vEhKVXlB22y22g { color:#000000;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1rem;left:12.3125rem;height:2.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WfCueUVaHVZNmPMvHpWTuhTmJh3kDPg3 { color:#000000;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfgSPdRWTTaElUJDdkEGGFAbWz7MLpHD { color:#000000;display:block;width:49.625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.27734375rem;left:5.1875rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgKhLZtLyZZbqxCx3oWO99Ewzudb7Kb0 { position:absolute;display:block;z-index:15008;background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:21.25rem;top:3.5625rem;left:36.75rem;display:block; }
#fxOcbA9hpprP0m6EFT83L6Tt7T5wxTNd { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5625rem;left:36.875rem;height:3.65625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row .container { background-color: transparent; background-image: none; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row .container > .video-iframe-container { display: none; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row > .video-iframe-container { display: none; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .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); }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row .container { border-width: 0; border-radius: 0; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:60rem;position:relative;display:block; }#ZJiS9JTz6fikOa8nEG24BSSiKCKenLas { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a494c06-e359-43db-baee-2e0a08c01892/imsaadportasbarrioaltoclubhousecormoranes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:29.625rem;top:2.15625rem;left:30.375rem;display:block; }#ZJiS9JTz6fikOa8nEG24BSSiKCKenLas.adaptive-delivery-prevent-bg, #ZJiS9JTz6fikOa8nEG24BSSiKCKenLas.lazyload, #ZJiS9JTz6fikOa8nEG24BSSiKCKenLas.lazyloading { background-image: none; }
#vEQZrTBc7LrD5g9ThKMRHBiehhQgNtay { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.15625rem;left:1.375rem;height:7.125rem;font-style:normal;display:block; }
#XB8s8po4FD7lkcaSSqNLLlQkyT1bNyM8 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:10.46875rem;left:1.375rem;height:;font-style:normal;display:block; }#XB8s8po4FD7lkcaSSqNLLlQkyT1bNyM8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XB8s8po4FD7lkcaSSqNLLlQkyT1bNyM8 li:before{  }
#Taz5xhRkOoIKmz39v6w8xrhCkA4eygHK { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:26.875rem;top:31.4375rem;left:1.5625rem;display:block; }
#dVlz5zDLTK4gq7rm6VQ4c9XJqu1pqrBX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:22.5625rem;top:32.5625rem;left:3.8125rem;overflow:hidden;display:block; }
#TTmEtB5BkQCii5k9NGPp01dCs0BdS0De { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:36.75rem;left:1.375rem;height:4.809025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#lbqCcoqAhZBmql7dyOMTnNMOFcStM0Qh { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:39.03515625rem;left:42.46875rem;height:1.51215rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5fe89747-cc1b-416d-8847-fe39c969be7a/casaalmarzafullcocina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W.adaptive-delivery-prevent-bg, #LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W.lazyload, #LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W.lazyloading { background-image: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container { background-color: transparent; background-image: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.06); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container > .video-iframe-container { display: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.06); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row > .video-iframe-container { display: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .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); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container { border-width: 0; border-radius: 0; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#ltdmpTTX46JJE0oT8FaqpBe6Lw7P2kXD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:17.375rem;top:11.625rem;left:21.3125rem;overflow:hidden;display:block; }
#iovpDQVKmQg89SfwdqO8TfEX1wxiRfuP { color:#ffffff;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:1rem;left:44.4375rem;height:0.75629375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nR5WbEdm07731dbDbcnk88w9okuEZPUe { position:relative;display:block; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe { background-color: transparent; background-image: none; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .row .container > .video-iframe-container { display: none; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .row > .video-iframe-container { display: none; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .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); }#nR5WbEdm07731dbDbcnk88w9okuEZPUe { border-width: 0; border-radius: 0; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .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:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bIN1gQQqaATHnkV08yiMPl7q4up6yekh { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:2.5625rem;left:14.84375rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT { position:relative;display:block; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT { background-color: transparent; background-image: none; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .row .container > .video-iframe-container { display: none; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .row > .video-iframe-container { display: none; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .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); }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT { border-width: 0; border-radius: 0; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .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:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R2H4pkI9SakSQrauzOHcyZG4QuJLHhVZ { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POAHCEIWhLy1U9wxqrAd7Tvq5xUQ2pXB { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.625rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gGxrRTWSlnmhctOOo4mkgVHDdRI6P2f0 { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:7.125rem;left:0.625rem;height:1.88715rem;font-style:normal;display:block; }#gGxrRTWSlnmhctOOo4mkgVHDdRI6P2f0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gGxrRTWSlnmhctOOo4mkgVHDdRI6P2f0 li:before{  }
#ZT6n8Vv78m5hsLRTQfxXr7qNkoa8aicT { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60b062e1-d09f-4c11-9c47-bf4118884af1/izarracormoranesedimburgofullfachada.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.5rem;top:2.3125rem;left:27.5rem;display:block; }#ZT6n8Vv78m5hsLRTQfxXr7qNkoa8aicT.adaptive-delivery-prevent-bg, #ZT6n8Vv78m5hsLRTQfxXr7qNkoa8aicT.lazyload, #ZT6n8Vv78m5hsLRTQfxXr7qNkoa8aicT.lazyloading { background-image: none; }
#sEHcEnD7hTeW6c2DEHlCJo8F5aGtblEc { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:32.5rem;top:24.1875rem;left:27.5rem;display:block; }
#hNnOJSXnd5RNyngVhUoqQ39a7fG7vvK2 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.787109375rem;left:32.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKQ3ouTWpeTdhFHa1NcQ8RK7Tp75B68V { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:12.25rem;top:11.6875rem;left:0.625rem;overflow:hidden;display:block; }
#tNeBtcn3Jzig4te2k8aHviBluTkCMvyG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:10rem;top:10.25rem;left:14.875rem;overflow:hidden;display:block; }
#fTTpTQtEbSnQthQ0FCX3gqXgASxIBTzJ { color:#000000;display:block;width:12.125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:0.625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PQdLqR34ccFN46eEtQptgTiFzvuab3d5 { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:15.3125rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4UFRhUlCwmdp6iQqaPJIcpJuQ76PT0W { background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.4375rem;left:25.71875rem;display:block; }
#i0oOS6TszmDoQy0H5DzJ9NzDTGL191hX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL { position:relative;display:block; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL { background-color: transparent; background-image: none; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .row .container > .video-iframe-container { display: none; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .row > .video-iframe-container { display: none; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .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); }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL { border-width: 0; border-radius: 0; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .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:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DtlAuzLzfrIZ3sGA0rGiCwXiX9qcNcUx { position:absolute;display:block;z-index:15000;height:21.875rem;width:57.5rem;top:0rem;left:1.25rem;display:block; }
#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL { position:relative;display:block; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL { background-color: transparent; background-image: none; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .row .container > .video-iframe-container { display: none; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .row > .video-iframe-container { display: none; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .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); }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL { border-width: 0; border-radius: 0; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .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:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#latg6XHRpFPWZWKB785e0Vt1CRKnusT5 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DDvkXecn8FmTAbxoAhMlElWukFAwpIHn { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.625rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#z8FcSGhcB3GkTGtriHcEMZzy6DTRuatr { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:7.125rem;left:0.625rem;height:;font-style:normal;display:block; }#z8FcSGhcB3GkTGtriHcEMZzy6DTRuatr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z8FcSGhcB3GkTGtriHcEMZzy6DTRuatr li:before{  }
#RkGzF0bu1lkOHreZhmquWTu4mrA0F5yu { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/46a47b21-8eae-408c-9a72-15b7ff27c83a/imsabarrioaltoimsabarrioaltodinamarcafull.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.5rem;top:2.3125rem;left:27.5rem;display:block; }#RkGzF0bu1lkOHreZhmquWTu4mrA0F5yu.adaptive-delivery-prevent-bg, #RkGzF0bu1lkOHreZhmquWTu4mrA0F5yu.lazyload, #RkGzF0bu1lkOHreZhmquWTu4mrA0F5yu.lazyloading { background-image: none; }
#bBn3IFZT4QJ58E3KimmlQ3Kk6JhQGNeb { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:32.5rem;top:24.1875rem;left:27.5rem;display:block; }
#zz8Q6FzXlB6ThIhIk2liZEsyQDEH2K85 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.787109375rem;left:32.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzlCmrRVLzZV1Fr5Vu4euwCTAzTQNT2A { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:14.625rem;top:11.6875rem;left:0.625rem;overflow:hidden;display:block; }
#TvrP7Nrml3wur29cn4tVdO2h1zrtfwGa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9rem;top:11.28125rem;left:16.875rem;overflow:hidden;display:block; }
#SRaaiiyRhUssaBncttcL4CZZgPgXFzbi { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:0.625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPKdWZZDTwN6LIXOhl4B9Cc8D8ffrVtE { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:16.9375rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgR3A1XFQmzQrrxwJSU5BfX50ztLeo16 { background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.4375rem;left:25.71875rem;display:block; }
#bhXiHQ7Sb2077iEKDt78ybcqyBce4IMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa { position:relative;display:block; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa { background-color: transparent; background-image: none; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .row .container > .video-iframe-container { display: none; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .row > .video-iframe-container { display: none; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .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); }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa { border-width: 0; border-radius: 0; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .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:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tVITLzVA6l3ooGTT2AOpt5TESiR3T9Ql { position:absolute;display:block;z-index:15000;height:21.875rem;width:57.5rem;top:0rem;left:1.25rem;display:block; }
#B6HtgtVExV09mLBlfbebnLZszBN7PGbf { position:relative;display:block; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf { background-color: transparent; background-image: none; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .row .container > .video-iframe-container { display: none; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .row > .video-iframe-container { display: none; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .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); }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf { border-width: 0; border-radius: 0; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .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:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WCfXVuiCUBpEqa8kyP0yPtS30kiEQpul { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Thd2USTbHnq5zUJ8hhCaVTnTekgDqJMx { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.625rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vu8xxthihGHPe4XgAc3acZc0Z8ldTW4v { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:7.125rem;left:0.625rem;height:;font-style:normal;display:block; }#Vu8xxthihGHPe4XgAc3acZc0Z8ldTW4v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vu8xxthihGHPe4XgAc3acZc0Z8ldTW4v li:before{  }
#xIx7b6FbxLff7xTKNxt0vKguMCakNHnr { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ccb551a1-ad15-4d0a-8461-d5d57441d40f/imsabarrioaltodublinestandar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.5rem;top:2.3125rem;left:27.5rem;display:block; }#xIx7b6FbxLff7xTKNxt0vKguMCakNHnr.adaptive-delivery-prevent-bg, #xIx7b6FbxLff7xTKNxt0vKguMCakNHnr.lazyload, #xIx7b6FbxLff7xTKNxt0vKguMCakNHnr.lazyloading { background-image: none; }
#gxpKdntahiAhwkrE4JCVOdlSewJyLwot { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:32.5rem;top:24.1875rem;left:27.5rem;display:block; }
#sq9M2QWtB6IQfb0D7N9KzMcxnnEfeiMU { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.787109375rem;left:32.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhq0u2avEoF0oKmT41kJN8HazoRKAS0N { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:14.625rem;top:11.6875rem;left:0.625rem;overflow:hidden;display:block; }
#cAhXHZFadnDQmhxNnmM2Xdd4B6bCPBmq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9rem;top:11.28125rem;left:16.875rem;overflow:hidden;display:block; }
#wDcSbhy8gPddBxHkRpViITeWywGOGGL4 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:0.625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVuc4x561BJJleGDzRMuJISeVzpfVo1z { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.01171875rem;left:16.9375rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLZz1hiPBzFJrpZmCcoXqOlHnoOsKA2e { background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.4375rem;left:25.71875rem;display:block; }
#E9JxGUG0hTCW5OUaBO2Jrks2ka2izTxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D95osC631afzcIS503SnTwH0JxPhrBWN { position:relative;display:block; }#D95osC631afzcIS503SnTwH0JxPhrBWN { background-color: transparent; background-image: none; }#D95osC631afzcIS503SnTwH0JxPhrBWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D95osC631afzcIS503SnTwH0JxPhrBWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D95osC631afzcIS503SnTwH0JxPhrBWN > .row .container > .video-iframe-container { display: none; }#D95osC631afzcIS503SnTwH0JxPhrBWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D95osC631afzcIS503SnTwH0JxPhrBWN > .row > .video-iframe-container { display: none; }#D95osC631afzcIS503SnTwH0JxPhrBWN > .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); }#D95osC631afzcIS503SnTwH0JxPhrBWN { border-width: 0; border-radius: 0; }#D95osC631afzcIS503SnTwH0JxPhrBWN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D95osC631afzcIS503SnTwH0JxPhrBWN > .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:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KtxV6XOTQGHT4Ec3bE5yH3HIor99r3wF { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCbJHtVRJGUeSC69bn8zQayJp2529x7R { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.625rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IEgK7sKK0gm4nLeyuC5FVwk6sDn0GsmU { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:7.125rem;left:0.625rem;height:;font-style:normal;display:block; }#IEgK7sKK0gm4nLeyuC5FVwk6sDn0GsmU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IEgK7sKK0gm4nLeyuC5FVwk6sDn0GsmU li:before{  }
#SVJZL4KqDd4UUbV8cqlRX2wWLhR9etGH { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6207652c-4687-4db1-a05f-e87f9c0cb7b8/imsabarrioaltocadizestandar.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.5rem;top:2.3125rem;left:27.5rem;display:block; }#SVJZL4KqDd4UUbV8cqlRX2wWLhR9etGH.adaptive-delivery-prevent-bg, #SVJZL4KqDd4UUbV8cqlRX2wWLhR9etGH.lazyload, #SVJZL4KqDd4UUbV8cqlRX2wWLhR9etGH.lazyloading { background-image: none; }
#rySnqfRvE8rzG5mfByfZ4T7I7A7gZMch { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:32.5rem;top:24.1875rem;left:27.5rem;display:block; }
#vGGHDNhKoTA5V0qEpwtlHiAHTiaJ4ZCQ { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.787109375rem;left:32.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hKKCSqTDqsbvTz475ld0hqaGlnf61kAD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:13.9375rem;top:11.6875rem;left:0.625rem;overflow:hidden;display:block; }
#cRA84gCLabcAT1up3IPnUIQA46vlezvF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:9.375rem;top:11.4375rem;left:16.875rem;overflow:hidden;display:block; }
#Sr9TiTPw0xOIWFXVlN4geTI2lz5fpg0B { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0.625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukGcZSg5HlQ9lLRqXaSgciivcr0yyLka { color:#000000;display:block;width:9.25rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.6875rem;left:17.03125rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQdGvd25B9KiALDhlDatDigNZHUCckgl { background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.4375rem;left:25.71875rem;display:block; }
#WTmJvkLf6zZcBbsbc0k3K9mAnFKItstw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq { position:relative;display:block; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq { background-color: transparent; background-image: none; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .row .container > .video-iframe-container { display: none; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .row > .video-iframe-container { display: none; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .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); }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq { border-width: 0; border-radius: 0; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .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:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F0PFwZmnLnAHcTKW91mOUV222dKCLwc3 { position:absolute;display:block;z-index:15000;height:21.875rem;width:57.5rem;top:0rem;left:1.25rem;display:block; }
#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 { position:relative;display:block; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 { background-color: transparent; background-image: none; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .row .container > .video-iframe-container { display: none; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .row > .video-iframe-container { display: none; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .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); }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 { border-width: 0; border-radius: 0; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .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:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C3axypdA4XFFdSFBspHK2KrQvwvH2KIf { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hLqA5NtE5gcnTmB3KAhJIDN3Emn3Xfds { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.625rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aEFdwW4AP2iRJytNBdKpyU2OJCoZ8a2c { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:7.125rem;left:0.625rem;height:;font-style:normal;display:block; }#aEFdwW4AP2iRJytNBdKpyU2OJCoZ8a2c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aEFdwW4AP2iRJytNBdKpyU2OJCoZ8a2c li:before{  }
#o9JtNGldBGL5R9aP7guMyUaDE57yJptQ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36a57c99-c318-4690-be67-47e2e3e740db/imsabarrioaltoalicanteestandar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.5rem;top:2.3125rem;left:27.5rem;display:block; }#o9JtNGldBGL5R9aP7guMyUaDE57yJptQ.adaptive-delivery-prevent-bg, #o9JtNGldBGL5R9aP7guMyUaDE57yJptQ.lazyload, #o9JtNGldBGL5R9aP7guMyUaDE57yJptQ.lazyloading { background-image: none; }
#Tp4uDHepszTJc71eWeriqPdE8KdKTu8M { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:32.5rem;top:24.1875rem;left:27.5rem;display:block; }
#TCpC0w9liKVuWBI8C5ZAixGJb2MrEe9G { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.787109375rem;left:32.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAhV50iatZTBbPfRWVlqtPAbRTbeQzVM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:12.3125rem;top:9.60546875rem;left:0.625rem;overflow:hidden;display:block; }
#QqqNoFNuoOdeKCwIIpo1UtU3U9BcnERp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:9.125rem;top:13.88671875rem;left:15.5rem;overflow:hidden;display:block; }
#DW46r7A6P6sdeHVzWlnuLiXq0M79Rnb3 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.48046875rem;left:1.625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTExHmv9iS8I50gHDaAmKilaVITLzwXf { color:#000000;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.48046875rem;left:15.5625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZeIoxbGkIq6D25oNqUPBSTC5iAz9Kpk { background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.4375rem;left:25.71875rem;display:block; }
#JzUGMaOSyFLEPcF3FVQEhHBN6byOQSsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v { position:relative;display:block; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v { background-color: transparent; background-image: none; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .row .container > .video-iframe-container { display: none; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .row > .video-iframe-container { display: none; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .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); }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v { border-width: 0; border-radius: 0; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .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:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G89FoR6TX4P0vbp5wU5S93O7x2l9f8HP { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVQ5JupfNXLwM7InU5OKpH0ztelGAyvz { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.625rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x4s5WrwVR7e5t7Mzpw2obdflmgMZUero { color:#000000;display:block;width:26.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:7.125rem;left:0.625rem;height:;font-style:normal;display:block; }#x4s5WrwVR7e5t7Mzpw2obdflmgMZUero li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x4s5WrwVR7e5t7Mzpw2obdflmgMZUero li:before{  }
#L1VzEsQS995PUg1xmiyVmxarFhD9n4zM { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7c996f93-33b5-44c6-8d6c-8da22c26bd5c/imsabarrioaltoalmarzafull.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.5rem;top:2.3125rem;left:27.5rem;display:block; }#L1VzEsQS995PUg1xmiyVmxarFhD9n4zM.adaptive-delivery-prevent-bg, #L1VzEsQS995PUg1xmiyVmxarFhD9n4zM.lazyload, #L1VzEsQS995PUg1xmiyVmxarFhD9n4zM.lazyloading { background-image: none; }
#nUSN90yyStkDbuPsvvDdOIXlRt6Ftrda { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:32.5rem;top:24.1875rem;left:27.5rem;display:block; }
#kkxoaqJirNNxblV0VTqPSpk2OPnSLg7I { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:24.787109375rem;left:32.09375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epH6vEwZzl5Ebyg0FoWJpuXdJVa5VGpc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:12.3125rem;top:9.60546875rem;left:0.625rem;overflow:hidden;display:block; }
#yEVdTDB6EkEbyn7Da69DJbmvNkc42p1w { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:9.125rem;top:13.88671875rem;left:15.5rem;overflow:hidden;display:block; }
#r0STPbTOTMGTwPF2qyMVm34efGTRhDzM { color:#000000;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.48046875rem;left:1.625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5uSTpmH1HByuZboaDTGo1kIURXpoiyE { color:#000000;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.48046875rem;left:15.5625rem;height:0.73153125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZU0Tk9bzILQ2oU8Z9oDc43X5QvKFHmZ0 { background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.4375rem;left:25.71875rem;display:block; }
#D7G8LpRPnMu9Pqd12D0QXPyTc03HgKVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny { position:relative;display:block; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny { background-color: transparent; background-image: none; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .row .container > .video-iframe-container { display: none; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .row > .video-iframe-container { display: none; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .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); }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny { border-width: 0; border-radius: 0; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .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:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aSITezsRmJbxld41UG2uVPAOdKRtzVmE { position:absolute;display:block;z-index:15000;height:21.875rem;width:57.5rem;top:0rem;left:1.25rem;display:block; }
#WtLl75vblLER5gCHnKceou7z97nZGknZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row .container { background-color: transparent; background-image: none; }#WtLl75vblLER5gCHnKceou7z97nZGknZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row .container > .video-iframe-container { display: none; }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row > .video-iframe-container { display: none; }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .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); }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row .container { border-width: 0; border-radius: 0; }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:60rem;position:relative;display:block; }#HOK0gCKgTVtKuFkPGkS9AKRIMm1bFrNJ { color:#ffffff;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.25rem;left:11.5rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgTGU7qWuMdVEyheNTXx4RKEsn6PVEyT { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:20.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfVuJ9mKHwiVwmaHlmZL36KX66mhCRtx { position:absolute;display:block;z-index:15010;background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.875rem;top:7.6875rem;left:27.0625rem;display:block; }
#FDRDrXgAeAfo7xGABhdxcOUlbQq2S0pV { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.9375rem;left:13.625rem;height:2.27430625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/14d015cc-e443-4e97-be6f-986214a5f800/gimnasioequipado.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:13.1875rem;left:0rem;display:block; }#XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV.adaptive-delivery-prevent-bg, #XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV.lazyload, #XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV.lazyloading { background-image: none; }
#ToSszT3ykz4iKba266ycncuQp0Hf5F1b { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b47ce66d-999c-4d1c-815d-3f9f45d118e1/gym.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:13.1875rem;left:30.125rem;display:block; }#ToSszT3ykz4iKba266ycncuQp0Hf5F1b.adaptive-delivery-prevent-bg, #ToSszT3ykz4iKba266ycncuQp0Hf5F1b.lazyload, #ToSszT3ykz4iKba266ycncuQp0Hf5F1b.lazyloading { background-image: none; }
#OM3lkVW4I6BvpUINTiEiPeLdRkQG0I7L { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:37.5625rem;left:6.8125rem;height:3.41145625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBm54DvTeTgTq64XlnSFKhqCpByXzPga { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/784ba543-c486-448c-9fb3-ed14b9c4fe9c/izarracormoranesclubhouse1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:41.8125rem;left:0rem;display:block; }#mBm54DvTeTgTq64XlnSFKhqCpByXzPga.adaptive-delivery-prevent-bg, #mBm54DvTeTgTq64XlnSFKhqCpByXzPga.lazyload, #mBm54DvTeTgTq64XlnSFKhqCpByXzPga.lazyloading { background-image: none; }
#xciBdlNxPNv86EXKu9iBwrKAvn2qNxyD { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:34.1875rem;left:25.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCPbKrTp8D9NsPSM8fF2QRsqyVzmQnDM { position:absolute;display:block;z-index:15015;background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.875rem;top:36.3125rem;left:27.0625rem;display:block; }
#c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac8059d4-9978-4bd1-98fb-0aef260b8172/izarracormoranesclubhouse2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:41.8125rem;left:30.125rem;display:block; }#c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV.adaptive-delivery-prevent-bg, #c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV.lazyload, #c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV.lazyloading { background-image: none; }
#Dr8nWrcHLdmO1mI5JAgogZLB5Wd1H9Pd { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:32.125rem;left:24.5625rem;height:0.75629375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wd398ETTiGrh3BwQ0gHzPGhlb0yqoTXQ { color:#ffffff;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:60.6875rem;left:14.5rem;height:0.75629375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#575757;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row .container { background-color: transparent; background-image: none; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row .container > .video-iframe-container { display: none; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row > .video-iframe-container { display: none; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .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); }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row .container { border-width: 0; border-radius: 0; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#QoKCTIK4TPpADCwL08KwsGMTTbmrXLTo { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.05078125rem;left:4.125rem;height:7.1493rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NM5609847OE2XWUn9VX9HWzeGBGmN1br { position:relative;display:block; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br { background-color: transparent; background-image: none; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .row .container > .video-iframe-container { display: none; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .row > .video-iframe-container { display: none; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .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); }#NM5609847OE2XWUn9VX9HWzeGBGmN1br { border-width: 0; border-radius: 0; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .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:45.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fmP7oGRfz6Fa25V10QRbOyUxphim1VdU { color:#000000;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.25rem;left:11.5rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DGS3G7TT9HwppuKCmzAzTr0BWITMsZRN { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.0625rem;left:11.25rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaLmiuK0fuVq1P3Jzy63XvLWSTwvupKJ { position:absolute;display:block;z-index:15008;height:31.25rem;width:60rem;top:9.0625rem;left:0rem;display:block; }
#fimPf5v57QZVxggd0VFiA5APsGTxmHDd { color:#000000;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:41.125rem;left:4.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caDZpem9nbsrN3TlEdKgfmzRzm320SMs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e428c179-4afa-4279-b09c-af7ed1382c24/imsabarrioaltoimsabarrioaltodji0480copia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs.adaptive-delivery-prevent-bg, #caDZpem9nbsrN3TlEdKgfmzRzm320SMs.lazyload, #caDZpem9nbsrN3TlEdKgfmzRzm320SMs.lazyloading { background-image: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container { background-color: transparent; background-image: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container > .video-iframe-container { display: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row > .video-iframe-container { display: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .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); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container { border-width: 0; border-radius: 0; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#hg8ptz6nNDpC1NtbTHhKWQL7tsRna3D4 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:1rem;left:44.625rem;height:0.75629375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row .container { background-color: transparent; background-image: none; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row .container > .video-iframe-container { display: none; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row > .video-iframe-container { display: none; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .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); }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row .container { border-width: 0; border-radius: 0; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#AwPmRxO0gmr1HSOLsC1lxvQv7eSMsxSb { color:#000000;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.25rem;left:11.5rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0Q7WOsBJ3EwC6zHRkulo9ZMpJkhDtJD { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:24.306640625rem;left:3.28125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yz41XGFtXK1XhTC41hdqMERccs9RvGZf { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:29.875rem;top:23.625rem;left:0rem;display:block; }
#Zc9o6BVzwATJuQqRJQvHIiIar71xmF0J { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.3125rem;left:33.4375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGsJTnsyrOzzqah7ZTdRhADpU0W3fDpN { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:29.875rem;top:23.624130249024rem;left:30.187282562256rem;display:block; }
#uCMstnL7VPNxtVTpAdF1ZwN34N3Ms288 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:45.625rem;left:3.3125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t75EgDMRLS6Wldmys5d6SKfHRiozTDS7 { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:29.875rem;top:44.9375rem;left:0rem;display:block; }
#Pe9wWzG2HcaTQDB8KRbB8VT08XIsbeQT { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:29.875rem;top:44.937065124512rem;left:30.187282562256rem;display:block; }
#y4zFL7QKlBywIG1lHfS9VU7O9s3JTNGN { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:45.625rem;left:33.4375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c2TwfKTgABFq5qnZS7ZBDJK3ngAIIUCc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:5.0607643127441rem;left:0rem;overflow:hidden;display:block; }
#RQruO5WvWRZRqVuERnCADZQE2DwZqePd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:5.1291236877441rem;left:30.187282562256rem;overflow:hidden;display:block; }
#yimToKFWSLc9oLH7FMhi7sgqOyQGVB8T { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:26.373699188233rem;left:0rem;overflow:hidden;display:block; }
#TeBTnz6SNSqhGW1qRsgfds8Cz1UNeRtw { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:29.875rem;top:26.373046875rem;left:30.187282562256rem;overflow:hidden;display:block; }
#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw { position:relative;display:block; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw { background-color: transparent; background-image: none; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container > .video-iframe-container { display: none; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row > .video-iframe-container { display: none; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .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); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw { border-width: 0; border-radius: 0; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/109018dc-9eb0-4f9d-a3a5-35a41e379090/CasaAlmarzaFullComedor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container.adaptive-delivery-prevent-bg, #N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container.lazyload, #N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container.lazyloading { background-image: none; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f { position:relative;display:block; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f { background-color: transparent; background-image: none; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container > .video-iframe-container { display: none; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row > .video-iframe-container { display: none; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .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); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f { border-width: 0; border-radius: 0; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd05e589-1c3e-454b-ac7d-b4806df4bcd8/CasaDinamarcaFullCocinarojita.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container.adaptive-delivery-prevent-bg, #qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container.lazyload, #qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container.lazyloading { background-image: none; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy { position:relative;display:block; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy { background-color: transparent; background-image: none; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container > .video-iframe-container { display: none; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row > .video-iframe-container { display: none; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .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); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy { border-width: 0; border-radius: 0; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70e138a3-62d3-4633-add2-302f04b3d8fc/CasaEdimburgoFullCocina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container.adaptive-delivery-prevent-bg, #TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container.lazyload, #TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container.lazyloading { background-image: none; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 { position:relative;display:block; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 { background-color: transparent; background-image: none; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container > .video-iframe-container { display: none; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row > .video-iframe-container { display: none; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .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); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 { border-width: 0; border-radius: 0; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/043524e7-5d68-4062-8bf7-63e487e0aa67/CasaCadizFullComedor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container.adaptive-delivery-prevent-bg, #IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container.lazyload, #IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container.lazyloading { background-image: none; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#575757;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row .container { background-color: transparent; background-image: none; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row .container > .video-iframe-container { display: none; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row > .video-iframe-container { display: none; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .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); }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row .container { border-width: 0; border-radius: 0; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#CxPGQT9JTAbcxr9ZH5dw8qaR4BNhrr6R { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:24.8125rem;height:3.57465rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8EkKX4npCSAyfVuc0sP4L9t6HlrCWZD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.1875rem;width:39.5rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row .container { background-color: transparent; background-image: none; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row .container > .video-iframe-container { display: none; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row > .video-iframe-container { display: none; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .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); }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row .container { border-width: 0; border-radius: 0; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;position:relative;display:block; }#i3Ube2p9cuTJwZlDEJhdWod1mCkENBsu { color:#000000;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.375rem;left:11.5rem;height:2.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wt9crtoLkWsn44Xwn4JLQDGGtDXowDVX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45rem;width:60rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#575757;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row .container { background-color: transparent; background-image: none; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row .container > .video-iframe-container { display: none; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row > .video-iframe-container { display: none; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .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); }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row .container { border-width: 0; border-radius: 0; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#Z7cwoGfOedx3l76iL2adrAy9DoV1b2aN { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.125rem;left:0.625rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QeODzyKOIvWnK3akfKqS80eFLurGBiF5 { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:0.625rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SnN5oep9ynzEcNuSwBNOOAQTgiLtIgPk { position:absolute;display:block;z-index:15008;height:15rem;width:36.625rem;top:5.6875rem;left:0rem;display:block; }
#JJd6lZyAis1WTW85zCVo7RoD98PfAXOh { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:38.75rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xigMkcZWF4CHl3UCPt4mdMdTi5wVRo9C { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:38.75rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fLtFq3KW4OUPTpaHFFEvdc9uLfhZgIwH { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:13.1875rem;left:38.75rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NHlL4dT4XGJ8bGWXKvDThB9s7z2TUB9h { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.0625rem;left:38.75rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uUDizg2RP1BT9s25vTxd3zzTl62EFG58 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:38.75rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zUBqmWnxFrPNuHKf09rZElPevTKKV4Bp { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:18.6875rem;left:38.75rem;height:1.13769375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RrVDJsRgMA9re4kOrs5xNZvSf9wt1kXg { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:0.1875rem;top:6.59375rem;left:37.625rem;display:block; }
#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row .container { background-color: transparent; background-image: none; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row .container > .video-iframe-container { display: none; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row > .video-iframe-container { display: none; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .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); }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row .container { border-width: 0; border-radius: 0; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#T7wLh85aUooDsZ0aZFIk6ENgd7KawA2F { background-color:#444444;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.875rem;left:12.1875rem;display:block; }
#Jv1SNs8idv9khfBbJc45bU2qqgELgHC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdXWaAVi3cnVfegu3HBpXK5no8pzL687 { background-color:#56a09a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.875rem;left:30.3125rem;display:block; }
#ruTTqRGN37aFbK0tuWhR4RP9LIpo7lH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row .container { background-color: transparent; background-image: none; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row .container > .video-iframe-container { display: none; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row > .video-iframe-container { display: none; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .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); }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row .container { border-width: 0; border-radius: 0; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#ylnytrWaHAQIAyXwzAfCcJrcH3H86e05 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:22.5625rem;top:5.25rem;left:18.71875rem;overflow:hidden;display:block; }
#Th7gR3DTEEPw9WnmA75a1CvQnOok8vTZ { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.3125rem;left:10.28125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wX6WKu8R4IRsz7kNmtp14uW7rSarGPF8 { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.375rem;left:10.28125rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S { z-index:;position:relative;display:block; }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S { background-color: transparent; background-image: none; }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .row .container > .video-iframe-container { display: none; }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .row > .video-iframe-container { display: none; }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .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); }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S { border-width: 0; border-radius: 0; }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VwKqy6vFA54RmroysXFzGQzR5LeU3yCG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.125rem;top:4.1875rem;left:25.4375rem;overflow:hidden;display:block; }
#mo8x3MngGL9CkrPR5HdsMdXyxUHXIpAa { color:#000000;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:16.875rem;height:6.580725rem;text-align:center;text-align-last:center;display:block; }
#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ { background-color: transparent; background-image: none; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container > .video-iframe-container { display: none; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row > .video-iframe-container { display: none; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .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); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ { border-width: 0; border-radius: 0; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gvQS68luJclaxrJvmRnWyHABZ5cJgoTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:55.6875rem; }
#gvQS68luJclaxrJvmRnWyHABZ5cJgoTn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW { display:block; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRl9TKt1kGCkatAWkelA0TiDkLTpTzHu { top:0.875rem;left:0rem;width:9.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InQ7T9Ll43ncU7buTf2HNNFMIVzgBan0 { width:4.5625rem;height:1.375rem;top:2.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGiG2PRQkGqTfttxAHG05nvJhTPTqHen { display:block; }
 }@media only screen and (max-width: 763px) { #W0i6AiiwIyQ4onOx2BCfJ4fZCB0UR7ET { width:7rem;height:1.375rem;top:2.375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGMZ6LkmIfMJKRcVX5Jr8lTAryPZ6fqb { display:block; }
 }@media only screen and (max-width: 763px) { #D9wwrZLqfkqsDIAP5Xo1zBnEDngkJU0k { width:8.75rem;height:1.375rem;top:2.375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdltA9L0d2Ukn3qCxGHbEPbcvLFNwq7y { display:block; }
 }@media only screen and (max-width: 763px) { #uT4d5VFyaoak4t6DeUW3HteTUSoGWNBD { width:5.8125rem;height:1.375rem;top:2.375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipN2qTb1a2DQqicux1oEJ68STDxrzyOl { display:block; }
 }@media only screen and (max-width: 763px) { #fTcrMyKvi4dl5r3r5eUW6iMkUG8y3wCx { width:5.8125rem;height:2.375rem;top:1.875rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoeFlNGTMpN6b8MSOr1UJSSAr0iWB3WD { display:block; }
 }@media only screen and (max-width: 763px) { #rQPKF6cd07kouecM4oER7ZCEJS2Pegt9 { width:8.5625rem;height:2.5625rem;top:1.875rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anR2tMCdiFDstHWKK7rNEb9nXpDRmNTb { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-text {padding-top: 0; padding-bottom: 0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-select {padding-top: 0; padding-bottom: 0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-button { width:12.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy  { width:15.625rem;height:auto;top:14.375rem;left:29.625rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy {display:block;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy { width:15.625rem;height:auto;top:14.375rem;left:29.625rem; }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #xlMMKucaszpGk9nN5b2gy2DV5sbEc8iA {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #N3EFCll169V0XgB1IG637tIg0tIfNg94 {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #uptqEtxCz8U7o17Xc6Zz94CWvkGLSETm {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #O71cTsxndD3BCDsRhS0zDJi76d5cSwZa {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #NIQRsviKIGClL47HonTuMLnrBF8uoC4f {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #kG29n7Tx9CWEHTzcXETyZBDQ0RiSZnrX {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #CnlNG58BV2fIegfX4OeJg9na8TKN9zbZ {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #LQ15RTrZCtnykbU6PUXilTmGuR8PKwv0 {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #ewe2FPUf7Zt11wh7x9yHBpPDAgSwxClo {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #r0DWIiKwcf4dVMySwL6EC1wGETCottsK {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #Ub2guSqdTCfXf8h84ORNEQ8EFdoTAr5s {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #PaNObIukFAqtsRXwkhVQX47woB4OslFD {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #cM716asPy1neaoabzD5e31mZQbIGTcCo {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #sGGLcTEyT6GACumzECkTuWxo0M0K7tKT {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #DzP3bBU5U5n48eAUgppMMcTS3UgNB8GP {  }
 }@media only screen and (max-width: 763px) { #pMfphEn7QGTotuJV8HHoHSrLLHGOkmx1 { display:block; }
 }@media only screen and (max-width: 763px) { #f1SyXaG0ircRhtSpmJwWA8ogdXh5NfKJ { display:block; }
 }@media only screen and (max-width: 763px) { #LsBCW9hdilXNDlQi1WsVx3Dm1SxIh64u { display:block; }
 }@media only screen and (max-width: 763px) { #r2JS7zcqMZukbT45bhweVNDMGUIbcaW6 { display:block; }
 }@media only screen and (max-width: 763px) { #kunOGdWIciJ0tat23WXEouXucFscH0Wb { display:block; }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #HQILH0Af92glcQVtbzmKpfuJGrfcGUUA {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #oxTnbKRKQ5pQBSaTSToawzl6rpUCBr4D {  }
 }@media only screen and (max-width: 763px) { #x4otbWgCDbiVCfTxiTqcKNQfEUQsdCz1 { top:8rem;left:25.4375rem;width:22.3125rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0g8wyQGtQ50xxiPPnFQ6w5H3Kca58MI { top:9.875rem;left:30.8125rem;width:16.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMDX9Ms0E6rhkg0Brs0J2dMVdWfxAxbK { top:12.75rem;left:30.8125rem;width:16.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCkXR9WCTHtLOBFzTws9yz3W5bCFLz3 { top:8.3125rem;left:0rem;width:27.3125rem;height:5.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPGuKT9FGzvkBdgqC3dQ5sgq5AiyzBFO { top:15.3125rem;left:0rem;width:27.3125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA0lPl9aJfep6em0biw8SUHEXeiZktvs { top:25.875rem;left:0rem;width:35.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5LPHTRep8eWHPepctig3wvdfalMwkOW { top:28.25rem;left:2.75rem;width:19.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGOEWsxakd3nUElebyKPPyLMcqnHZI77 { top:28.375rem;left:3.34375rem;width:18.5625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVVGIacISqQ6qmQldKtRXZuvxmeEMA5U { top:33.6875rem;left:0rem;width:27.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJ7Z8avoficeGWwgWQWl3GaykwVeGwz { top:17.0625rem;left:5.125rem;width:15rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPh8l94S61aSLdCFEkN2SmO99JJagTqC { display:block; }#PPh8l94S61aSLdCFEkN2SmO99JJagTqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nU6fhfPU4JNivieiiGN55DhzLT7pcWsS { top:0.9375rem;left:5.6566848754883rem;width:36.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lchT5bbkZVaa3FyDlcX9RJoSlkcSrCwC { top:6.9375rem;left:0rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHo7GzyHa8A6ZKoCgtIfATWWs01Vl5Mb { top:7.0625rem;left:17.125rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdpZx9ZAV7ugMFMQTrT9oiLDg6QQohoN { top:4.1875rem;left:28.75rem;width:18.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQlfD6g9JM3t7MovsX039aAx5uW36yta { top:4.0625rem;left:0rem;width:15.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyApai3MTDpigPkTp7HFbsdDL3lk9uCD { top:4.625rem;left:0rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXTzFEcFwxsLRKP1bfctJ9N7kmeHzeC { top:4.0625rem;left:15.4375rem;width:14.125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0OiigddgwTmXEls56mstTqvkmMcKafR { top:4.625rem;left:14.25rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #you6FKn4unCqVXf4zaBQTJL4m3g2N9Xn { top:0.375rem;left:1.6104621887207rem;width:2.875rem;height:2.8134031257647rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgQDNmtEt99Mt5HFkECGfFUAwHmIB4Z { top:0.4375rem;left:42.609592437744rem;width:2.875rem;height:2.8144391560521rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkrOwZWc0caqQQHTcDnfD5sXudXcK41t { display:block; }#CkrOwZWc0caqQQHTcDnfD5sXudXcK41t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIAHTX7N0WFnTSH9X3l8XLKzZDuHBT0J { top:1.0625rem;left:5.6570320129394rem;width:36.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0miRcovRv9liai6gsycPVlBMdPgr0l8 { top:7.4375rem;left:8.3125rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa0SNee5eT41q5HgdpTF4lDkSsqVDZVK { top:4.5625rem;left:24.75rem;width:16.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWTuDQTT7RvLBH8syJxltaeSoM9TfkE { top:4.5rem;left:6.375rem;width:14.1875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGtrWvZzSRXvMc6VyHbf2I9V2e8aDEbc { top:5.125rem;left:9.0625rem;width:9.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u { display:block; }#ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW5RAJG5c7irp4chN6auUhOHTZen1utT { top:1.0625rem;left:5.6536483764649rem;width:36.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLMlHEzq1myveiKiEO8NVdZ4CL7Ch1gH { top:7.4375rem;left:8.3125rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfeKfdeZ18wMBvGgrtDX630mkW9M5TdU { top:4.5625rem;left:24.750001907349rem;width:16.625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrD4EIzCxDOayGv8AB8KJtompvrxcoF5 { top:4.5625rem;left:7rem;width:13.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqa3dfO2azz8SxayZD8DKBD6m5THtZ5 { top:5.25rem;left:9.1875019073488rem;width:8.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo { display:block; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmIB2Dty0HZGRN9hU2vEhKVXlB22y22g { top:1rem;left:6.1875rem;width:35.375rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfCueUVaHVZNmPMvHpWTuhTmJh3kDPg3 { top:3.5625rem;left:0rem;width:36.375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfgSPdRWTTaElUJDdkEGGFAbWz7MLpHD { top:8.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKhLZtLyZZbqxCx3oWO99Ewzudb7Kb0 { top:3.5625rem;left:26.5rem;width:21.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxOcbA9hpprP0m6EFT83L6Tt7T5wxTNd { top:3.5625rem;left:26.875rem;width:20.875rem;height:3.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelFUWnvSXQQGChXPSGSTKBk75iQrOSx { display:block; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJiS9JTz6fikOa8nEG24BSSiKCKenLas { top:2.125rem;left:18.125rem;width:29.625rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEQZrTBc7LrD5g9ThKMRHBiehhQgNtay { top:2.125rem;left:0rem;width:17.75rem;height:7.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB8s8po4FD7lkcaSSqNLLlQkyT1bNyM8 { top:10.4375rem;left:0rem;width:27.4375rem;height:;font-size:0.75rem;display:block; }#XB8s8po4FD7lkcaSSqNLLlQkyT1bNyM8 li:before{  }
 }@media only screen and (max-width: 763px) { #Taz5xhRkOoIKmz39v6w8xrhCkA4eygHK { top:31.4375rem;left:0rem;width:26.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlz5zDLTK4gq7rm6VQ4c9XJqu1pqrBX { top:32.5625rem;left:0rem;width:22.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmEtB5BkQCii5k9NGPp01dCs0BdS0De { top:36.75rem;left:0rem;width:26.9375rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbqCcoqAhZBmql7dyOMTnNMOFcStM0Qh { top:39rem;left:31.0625rem;width:16.6875rem;height:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W { display:block; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltdmpTTX46JJE0oT8FaqpBe6Lw7P2kXD { top:11.625rem;left:15.1875rem;width:17.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovpDQVKmQg89SfwdqO8TfEX1wxiRfuP { top:1rem;left:33.75rem;width:14rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR5WbEdm07731dbDbcnk88w9okuEZPUe { display:block; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIN1gQQqaATHnkV08yiMPl7q4up6yekh { top:2.5625rem;left:8.71875rem;width:30.3125rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT { display:block; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2H4pkI9SakSQrauzOHcyZG4QuJLHhVZ { top:2.3125rem;left:0rem;width:23.3125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POAHCEIWhLy1U9wxqrAd7Tvq5xUQ2pXB { top:5.0625rem;left:0rem;width:11.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGxrRTWSlnmhctOOo4mkgVHDdRI6P2f0 { top:7.125rem;left:0rem;width:26.125rem;height:1.875rem;font-size:0.625rem;display:block; }#gGxrRTWSlnmhctOOo4mkgVHDdRI6P2f0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZT6n8Vv78m5hsLRTQfxXr7qNkoa8aicT { top:2.3125rem;left:15.25rem;width:32.5rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHcEnD7hTeW6c2DEHlCJo8F5aGtblEc { top:24.1875rem;left:15.25rem;width:32.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNnOJSXnd5RNyngVhUoqQ39a7fG7vvK2 { top:24.75rem;left:24.4375rem;width:23.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKQ3ouTWpeTdhFHa1NcQ8RK7Tp75B68V { top:11.6875rem;left:0rem;width:12.25rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNeBtcn3Jzig4te2k8aHviBluTkCMvyG { top:10.25rem;left:8.75rem;width:10rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTpTQtEbSnQthQ0FCX3gqXgASxIBTzJ { top:28rem;left:0rem;width:12.125rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQdLqR34ccFN46eEtQptgTiFzvuab3d5 { top:28rem;left:9.1875rem;width:9.6875rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4UFRhUlCwmdp6iQqaPJIcpJuQ76PT0W { width:8.5625rem;height:2.5625rem;top:29.4375rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0oOS6TszmDoQy0H5DzJ9NzDTGL191hX { display:block; }
 }@media only screen and (max-width: 763px) { #s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL { display:block; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtlAuzLzfrIZ3sGA0rGiCwXiX9qcNcUx { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL { display:block; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #latg6XHRpFPWZWKB785e0Vt1CRKnusT5 { top:2.3125rem;left:0rem;width:23.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDvkXecn8FmTAbxoAhMlElWukFAwpIHn { top:5.0625rem;left:0rem;width:11.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8FcSGhcB3GkTGtriHcEMZzy6DTRuatr { top:7.125rem;left:0rem;width:26.125rem;height:;font-size:0.625rem;display:block; }#z8FcSGhcB3GkTGtriHcEMZzy6DTRuatr li:before{  }
 }@media only screen and (max-width: 763px) { #RkGzF0bu1lkOHreZhmquWTu4mrA0F5yu { top:2.3125rem;left:15.25rem;width:32.5rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBn3IFZT4QJ58E3KimmlQ3Kk6JhQGNeb { top:24.1875rem;left:15.25rem;width:32.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz8Q6FzXlB6ThIhIk2liZEsyQDEH2K85 { top:24.75rem;left:24.4375rem;width:23.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlCmrRVLzZV1Fr5Vu4euwCTAzTQNT2A { top:11.6875rem;left:0rem;width:14.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrP7Nrml3wur29cn4tVdO2h1zrtfwGa { top:11.25rem;left:10.75rem;width:9rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRaaiiyRhUssaBncttcL4CZZgPgXFzbi { top:28rem;left:0rem;width:14.5rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPKdWZZDTwN6LIXOhl4B9Cc8D8ffrVtE { top:28rem;left:10.8125rem;width:9.0625rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgR3A1XFQmzQrrxwJSU5BfX50ztLeo16 { width:8.5625rem;height:2.5625rem;top:29.4375rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhXiHQ7Sb2077iEKDt78ybcqyBce4IMT { display:block; }
 }@media only screen and (max-width: 763px) { #S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa { display:block; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVITLzVA6l3ooGTT2AOpt5TESiR3T9Ql { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6HtgtVExV09mLBlfbebnLZszBN7PGbf { display:block; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCfXVuiCUBpEqa8kyP0yPtS30kiEQpul { top:2.3125rem;left:0rem;width:23.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thd2USTbHnq5zUJ8hhCaVTnTekgDqJMx { top:5.0625rem;left:0rem;width:11.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8xxthihGHPe4XgAc3acZc0Z8ldTW4v { top:7.125rem;left:0rem;width:26.125rem;height:;font-size:0.625rem;display:block; }#Vu8xxthihGHPe4XgAc3acZc0Z8ldTW4v li:before{  }
 }@media only screen and (max-width: 763px) { #xIx7b6FbxLff7xTKNxt0vKguMCakNHnr { top:2.3125rem;left:15.25rem;width:32.5rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxpKdntahiAhwkrE4JCVOdlSewJyLwot { top:24.1875rem;left:15.25rem;width:32.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq9M2QWtB6IQfb0D7N9KzMcxnnEfeiMU { top:24.75rem;left:24.4375rem;width:23.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhq0u2avEoF0oKmT41kJN8HazoRKAS0N { top:11.6875rem;left:0rem;width:14.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhXHZFadnDQmhxNnmM2Xdd4B6bCPBmq { top:11.25rem;left:10.75rem;width:9rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcSbhy8gPddBxHkRpViITeWywGOGGL4 { top:28rem;left:0rem;width:14.5rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuc4x561BJJleGDzRMuJISeVzpfVo1z { top:28rem;left:10.8125rem;width:9.0625rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZz1hiPBzFJrpZmCcoXqOlHnoOsKA2e { width:8.5625rem;height:2.5625rem;top:29.4375rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9JxGUG0hTCW5OUaBO2Jrks2ka2izTxA { display:block; }
 }@media only screen and (max-width: 763px) { #D95osC631afzcIS503SnTwH0JxPhrBWN { display:block; }#D95osC631afzcIS503SnTwH0JxPhrBWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtxV6XOTQGHT4Ec3bE5yH3HIor99r3wF { top:2.3125rem;left:0rem;width:23.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCbJHtVRJGUeSC69bn8zQayJp2529x7R { top:5.0625rem;left:0rem;width:11.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgK7sKK0gm4nLeyuC5FVwk6sDn0GsmU { top:7.125rem;left:0rem;width:26.125rem;height:;font-size:0.625rem;display:block; }#IEgK7sKK0gm4nLeyuC5FVwk6sDn0GsmU li:before{  }
 }@media only screen and (max-width: 763px) { #SVJZL4KqDd4UUbV8cqlRX2wWLhR9etGH { top:2.3125rem;left:15.25rem;width:32.5rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rySnqfRvE8rzG5mfByfZ4T7I7A7gZMch { top:24.1875rem;left:15.25rem;width:32.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGGHDNhKoTA5V0qEpwtlHiAHTiaJ4ZCQ { top:24.75rem;left:24.4375rem;width:23.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKCSqTDqsbvTz475ld0hqaGlnf61kAD { top:11.6875rem;left:0rem;width:13.9375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRA84gCLabcAT1up3IPnUIQA46vlezvF { top:11.4375rem;left:10.75rem;width:9.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9TiTPw0xOIWFXVlN4geTI2lz5fpg0B { top:26.6875rem;left:0rem;width:9.8125rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukGcZSg5HlQ9lLRqXaSgciivcr0yyLka { top:26.6875rem;left:10.90625rem;width:9.25rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQdGvd25B9KiALDhlDatDigNZHUCckgl { width:8.5625rem;height:2.5625rem;top:29.4375rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTmJvkLf6zZcBbsbc0k3K9mAnFKItstw { display:block; }
 }@media only screen and (max-width: 763px) { #RbkoODghNN2o5gz9TQuST6ocDgXTmdBq { display:block; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0PFwZmnLnAHcTKW91mOUV222dKCLwc3 { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 { display:block; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3axypdA4XFFdSFBspHK2KrQvwvH2KIf { top:2.3125rem;left:0rem;width:23.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLqA5NtE5gcnTmB3KAhJIDN3Emn3Xfds { top:5.0625rem;left:0rem;width:11.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEFdwW4AP2iRJytNBdKpyU2OJCoZ8a2c { top:7.125rem;left:0rem;width:26.125rem;height:;font-size:0.625rem;display:block; }#aEFdwW4AP2iRJytNBdKpyU2OJCoZ8a2c li:before{  }
 }@media only screen and (max-width: 763px) { #o9JtNGldBGL5R9aP7guMyUaDE57yJptQ { top:2.3125rem;left:15.25rem;width:32.5rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4uDHepszTJc71eWeriqPdE8KdKTu8M { top:24.1875rem;left:15.25rem;width:32.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpC0w9liKVuWBI8C5ZAixGJb2MrEe9G { top:24.75rem;left:24.4375rem;width:23.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAhV50iatZTBbPfRWVlqtPAbRTbeQzVM { top:9.5625rem;left:0rem;width:12.3125rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqqNoFNuoOdeKCwIIpo1UtU3U9BcnERp { top:13.875rem;left:9.375rem;width:9.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW46r7A6P6sdeHVzWlnuLiXq0M79Rnb3 { top:27.4375rem;left:0rem;width:10.25rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTExHmv9iS8I50gHDaAmKilaVITLzwXf { top:27.4375rem;left:9.4375rem;width:9rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZeIoxbGkIq6D25oNqUPBSTC5iAz9Kpk { width:8.5625rem;height:2.5625rem;top:29.4375rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUGMaOSyFLEPcF3FVQEhHBN6byOQSsh { display:block; }
 }@media only screen and (max-width: 763px) { #MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v { display:block; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G89FoR6TX4P0vbp5wU5S93O7x2l9f8HP { top:2.3125rem;left:0rem;width:23.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVQ5JupfNXLwM7InU5OKpH0ztelGAyvz { top:5.0625rem;left:0rem;width:11.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4s5WrwVR7e5t7Mzpw2obdflmgMZUero { top:7.125rem;left:0rem;width:26.125rem;height:;font-size:0.625rem;display:block; }#x4s5WrwVR7e5t7Mzpw2obdflmgMZUero li:before{  }
 }@media only screen and (max-width: 763px) { #L1VzEsQS995PUg1xmiyVmxarFhD9n4zM { top:2.3125rem;left:15.25rem;width:32.5rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUSN90yyStkDbuPsvvDdOIXlRt6Ftrda { top:24.1875rem;left:15.25rem;width:32.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkxoaqJirNNxblV0VTqPSpk2OPnSLg7I { top:24.75rem;left:24.4375rem;width:23.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epH6vEwZzl5Ebyg0FoWJpuXdJVa5VGpc { top:9.5625rem;left:0rem;width:12.3125rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEVdTDB6EkEbyn7Da69DJbmvNkc42p1w { top:13.875rem;left:9.375rem;width:9.125rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0STPbTOTMGTwPF2qyMVm34efGTRhDzM { top:27.4375rem;left:0rem;width:10.25rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5uSTpmH1HByuZboaDTGo1kIURXpoiyE { top:27.4375rem;left:9.4375rem;width:9rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU0Tk9bzILQ2oU8Z9oDc43X5QvKFHmZ0 { width:8.5625rem;height:2.5625rem;top:29.4375rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7G8LpRPnMu9Pqd12D0QXPyTc03HgKVT { display:block; }
 }@media only screen and (max-width: 763px) { #U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny { display:block; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSITezsRmJbxld41UG2uVPAOdKRtzVmE { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtLl75vblLER5gCHnKceou7z97nZGknZ { display:block; }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOK0gCKgTVtKuFkPGkS9AKRIMm1bFrNJ { top:1.25rem;left:5.375rem;width:37rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTGU7qWuMdVEyheNTXx4RKEsn6PVEyT { top:5.3125rem;left:14.0625rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVuJ9mKHwiVwmaHlmZL36KX66mhCRtx { top:7.6875rem;left:20.9375rem;width:5.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDRDrXgAeAfo7xGABhdxcOUlbQq2S0pV { top:8.9375rem;left:7.5rem;width:32.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV { top:13.1875rem;left:0rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSszT3ykz4iKba266ycncuQp0Hf5F1b { top:13.1875rem;left:17.875rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM3lkVW4I6BvpUINTiEiPeLdRkQG0I7L { top:37.5625rem;left:0.6875rem;width:46.375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBm54DvTeTgTq64XlnSFKhqCpByXzPga { top:41.8125rem;left:0rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xciBdlNxPNv86EXKu9iBwrKAvn2qNxyD { top:34.1875rem;left:19rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPbKrTp8D9NsPSM8fF2QRsqyVzmQnDM { top:36.3125rem;left:20.9375rem;width:5.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV { top:41.8125rem;left:17.875rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr8nWrcHLdmO1mI5JAgogZLB5Wd1H9Pd { top:32.125rem;left:18.4375rem;width:10.875rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd398ETTiGrh3BwQ0gHzPGhlb0yqoTXQ { top:60.6875rem;left:8.375rem;width:31rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdwG0myO7mBsvRHkfOJheX29TGTgZSvO { display:block; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoKCTIK4TPpADCwL08KwsGMTTbmrXLTo { top:2rem;left:0rem;width:47.75rem;height:7.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM5609847OE2XWUn9VX9HWzeGBGmN1br { display:block; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmP7oGRfz6Fa25V10QRbOyUxphim1VdU { top:2.25rem;left:5.375rem;width:37rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGS3G7TT9HwppuKCmzAzTr0BWITMsZRN { top:6.0625rem;left:5.125rem;width:37.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaLmiuK0fuVq1P3Jzy63XvLWSTwvupKJ { top:9.0625rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fimPf5v57QZVxggd0VFiA5APsGTxmHDd { top:41.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caDZpem9nbsrN3TlEdKgfmzRzm320SMs { display:block; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg8ptz6nNDpC1NtbTHhKWQL7tsRna3D4 { top:1rem;left:33.75rem;width:14rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P { display:block; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwPmRxO0gmr1HSOLsC1lxvQv7eSMsxSb { top:1.25rem;left:5.375rem;width:37rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Q7WOsBJ3EwC6zHRkulo9ZMpJkhDtJD { top:24.25rem;left:0rem;width:23.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz41XGFtXK1XhTC41hdqMERccs9RvGZf { top:23.625rem;left:0rem;width:29.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9o6BVzwATJuQqRJQvHIiIar71xmF0J { top:24.3125rem;left:24.4375rem;width:23.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsJTnsyrOzzqah7ZTdRhADpU0W3fDpN { top:23.5625rem;left:17.875rem;width:29.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCMstnL7VPNxtVTpAdF1ZwN34N3Ms288 { top:45.625rem;left:0rem;width:23.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t75EgDMRLS6Wldmys5d6SKfHRiozTDS7 { top:44.9375rem;left:0rem;width:29.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe9wWzG2HcaTQDB8KRbB8VT08XIsbeQT { top:44.875rem;left:17.875rem;width:29.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4zFL7QKlBywIG1lHfS9VU7O9s3JTNGN { top:45.625rem;left:24.4375rem;width:23.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2TwfKTgABFq5qnZS7ZBDJK3ngAIIUCc { top:5rem;left:0rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQruO5WvWRZRqVuERnCADZQE2DwZqePd { top:5.125rem;left:17.875rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimToKFWSLc9oLH7FMhi7sgqOyQGVB8T { top:26.3125rem;left:0rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBTnz6SNSqhGW1qRsgfds8Cz1UNeRtw { top:26.3125rem;left:17.875rem;width:29.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw { display:block; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f { display:block; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy { display:block; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 { display:block; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTlW0tToRCbGPEuvOURu4u6XLZA51khV { display:block; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxPGQT9JTAbcxr9ZH5dw8qaR4BNhrr6R { top:1.9375rem;left:18.6875rem;width:27.25rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8EkKX4npCSAyfVuc0sP4L9t6HlrCWZD { top:0rem;left:1.375rem;width:39.5rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 { display:block; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3Ube2p9cuTJwZlDEJhdWod1mCkENBsu { top:2.375rem;left:5.375rem;width:37rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt9crtoLkWsn44Xwn4JLQDGGtDXowDVX { top:4.75rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz { display:block; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7cwoGfOedx3l76iL2adrAy9DoV1b2aN { top:1.125rem;left:0rem;width:23.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeODzyKOIvWnK3akfKqS80eFLurGBiF5 { top:3.1875rem;left:0rem;width:29.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnN5oep9ynzEcNuSwBNOOAQTgiLtIgPk { top:5.6875rem;left:0rem;width:36.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJd6lZyAis1WTW85zCVo7RoD98PfAXOh { top:7.75rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xigMkcZWF4CHl3UCPt4mdMdTi5wVRo9C { top:6.625rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLtFq3KW4OUPTpaHFFEvdc9uLfhZgIwH { top:13.1875rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHlL4dT4XGJ8bGWXKvDThB9s7z2TUB9h { top:12.0625rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUDizg2RP1BT9s25vTxd3zzTl62EFG58 { top:17.5625rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUBqmWnxFrPNuHKf09rZElPevTKKV4Bp { top:18.6875rem;left:26.5rem;width:21.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrVDJsRgMA9re4kOrs5xNZvSf9wt1kXg { top:6.5625rem;left:31.5rem;width:0.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSSflR15ay6B2rBTpGZ1geP4INGQfreJ { display:block; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7wLh85aUooDsZ0aZFIk6ENgd7KawA2F { width:17.5rem;height:3.4375rem;top:1.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1SNs8idv9khfBbJc45bU2qqgELgHC5 { display:block; }
 }@media only screen and (max-width: 763px) { #vdXWaAVi3cnVfegu3HBpXK5no8pzL687 { width:17.5rem;height:3.4375rem;top:1.875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTTqRGN37aFbK0tuWhR4RP9LIpo7lH4 { display:block; }
 }@media only screen and (max-width: 763px) { #s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 { display:block; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylnytrWaHAQIAyXwzAfCcJrcH3H86e05 { top:5.25rem;left:12.59375rem;width:22.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7gR3DTEEPw9WnmA75a1CvQnOok8vTZ { top:1.3125rem;left:4.15625rem;width:39.4375rem;height:2.4375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX6WKu8R4IRsz7kNmtp14uW7rSarGPF8 { top:9.375rem;left:4.15625rem;width:39.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S { display:block; }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwKqy6vFA54RmroysXFzGQzR5LeU3yCG { top:4.1875rem;left:19.3125rem;width:9.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo8x3MngGL9CkrPR5HdsMdXyxUHXIpAa { top:14.375rem;left:10.75rem;width:26.25rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ { display:none; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gvQS68luJclaxrJvmRnWyHABZ5cJgoTn { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#gvQS68luJclaxrJvmRnWyHABZ5cJgoTn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fD5q1bpnNMm3TX5c4IyBxTkMCQA1K2QW > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRl9TKt1kGCkatAWkelA0TiDkLTpTzHu { width:9.5rem;height:4.3125rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InQ7T9Ll43ncU7buTf2HNNFMIVzgBan0 { width:4.5625rem;height:1.375rem;top:6.8125rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGiG2PRQkGqTfttxAHG05nvJhTPTqHen { display:block; }
 }@media only screen and (max-width: 763px) { #W0i6AiiwIyQ4onOx2BCfJ4fZCB0UR7ET { width:7rem;height:1.375rem;top:2.375rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGMZ6LkmIfMJKRcVX5Jr8lTAryPZ6fqb { display:block; }
 }@media only screen and (max-width: 763px) { #D9wwrZLqfkqsDIAP5Xo1zBnEDngkJU0k { width:8.75rem;height:1.375rem;top:2.375rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdltA9L0d2Ukn3qCxGHbEPbcvLFNwq7y { display:block; }
 }@media only screen and (max-width: 763px) { #uT4d5VFyaoak4t6DeUW3HteTUSoGWNBD { width:5.8125rem;height:1.375rem;top:2.375rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipN2qTb1a2DQqicux1oEJ68STDxrzyOl { display:block; }
 }@media only screen and (max-width: 763px) { #fTcrMyKvi4dl5r3r5eUW6iMkUG8y3wCx { width:5.8125rem;height:2.375rem;top:1.875rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoeFlNGTMpN6b8MSOr1UJSSAr0iWB3WD { display:block; }
 }@media only screen and (max-width: 763px) { #rQPKF6cd07kouecM4oER7ZCEJS2Pegt9 { width:8.5625rem;height:2.5625rem;top:1.78125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anR2tMCdiFDstHWKK7rNEb9nXpDRmNTb { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4818c72a-2c8e-4ed6-932c-3fcfd2eac46d/imsabarrioaltoimsabarrioaltodji0465copiaoriginal.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-text {padding-top: 0; padding-bottom: 0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-select {padding-top: 0; padding-bottom: 0;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-input-button { width:12.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy  { width:15.8125rem;height:auto;top:37.8359375rem;left:0.84375rem; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy {display:block;}#BnxCs30cpouP3tebqHFNe7rTMyCrKJsy { width:15.8125rem;height:auto;top:37.8359375rem;left:0.84375rem; }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #xlMMKucaszpGk9nN5b2gy2DV5sbEc8iA {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #N3EFCll169V0XgB1IG637tIg0tIfNg94 {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #uptqEtxCz8U7o17Xc6Zz94CWvkGLSETm {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #O71cTsxndD3BCDsRhS0zDJi76d5cSwZa {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #NIQRsviKIGClL47HonTuMLnrBF8uoC4f {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #kG29n7Tx9CWEHTzcXETyZBDQ0RiSZnrX {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #CnlNG58BV2fIegfX4OeJg9na8TKN9zbZ {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #LQ15RTrZCtnykbU6PUXilTmGuR8PKwv0 {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #ewe2FPUf7Zt11wh7x9yHBpPDAgSwxClo {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #r0DWIiKwcf4dVMySwL6EC1wGETCottsK {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #Ub2guSqdTCfXf8h84ORNEQ8EFdoTAr5s {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #PaNObIukFAqtsRXwkhVQX47woB4OslFD {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #cM716asPy1neaoabzD5e31mZQbIGTcCo {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #sGGLcTEyT6GACumzECkTuWxo0M0K7tKT {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #DzP3bBU5U5n48eAUgppMMcTS3UgNB8GP {  }
 }@media only screen and (max-width: 763px) { #pMfphEn7QGTotuJV8HHoHSrLLHGOkmx1 { display:block; }
 }@media only screen and (max-width: 763px) { #f1SyXaG0ircRhtSpmJwWA8ogdXh5NfKJ { display:block; }
 }@media only screen and (max-width: 763px) { #LsBCW9hdilXNDlQi1WsVx3Dm1SxIh64u { display:block; }
 }@media only screen and (max-width: 763px) { #r2JS7zcqMZukbT45bhweVNDMGUIbcaW6 { display:block; }
 }@media only screen and (max-width: 763px) { #kunOGdWIciJ0tat23WXEouXucFscH0Wb { display:block; }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #HQILH0Af92glcQVtbzmKpfuJGrfcGUUA {  }
 }@media only screen and (max-width: 763px) { #BnxCs30cpouP3tebqHFNe7rTMyCrKJsy #oxTnbKRKQ5pQBSaTSToawzl6rpUCBr4D {  }
 }@media only screen and (max-width: 763px) { #x4otbWgCDbiVCfTxiTqcKNQfEUQsdCz1 { width:20rem;height:27.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0g8wyQGtQ50xxiPPnFQ6w5H3Kca58MI { width:16.9375rem;height:2.2747375rem;top:33.5rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMDX9Ms0E6rhkg0Brs0J2dMVdWfxAxbK { width:16.9375rem;height:1.4622375rem;top:36.375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCkXR9WCTHtLOBFzTws9yz3W5bCFLz3 { width:17.874625rem;height:3.59895625rem;top:7.6242895126344rem;left:1.0617896914482rem;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #SPGuKT9FGzvkBdgqC3dQ5sgq5AiyzBFO { width:20rem;height:1.05625rem;top:11.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA0lPl9aJfep6em0biw8SUHEXeiZktvs { width:20rem;height:1.4622375rem;top:22.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5LPHTRep8eWHPepctig3wvdfalMwkOW { width:16.625rem;height:2.1875rem;top:24.0859375rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGOEWsxakd3nUElebyKPPyLMcqnHZI77 { width:15.875rem;height:1.95rem;top:24.3359375rem;left:2.0625000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVVGIacISqQ6qmQldKtRXZuvxmeEMA5U { width:20rem;height:2.4375rem;top:26.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCJ7Z8avoficeGWwgWQWl3GaykwVeGwz { width:15rem;height:8rem;top:13.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPh8l94S61aSLdCFEkN2SmO99JJagTqC { display:none; }#PPh8l94S61aSLdCFEkN2SmO99JJagTqC > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nU6fhfPU4JNivieiiGN55DhzLT7pcWsS { width:15.125rem;height:2.3984375rem;top:1.130859375rem;left:2.3115234375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lchT5bbkZVaa3FyDlcX9RJoSlkcSrCwC { width:16.436625rem;height:1.2999125rem;top:9.0212688446044rem;left:1.7805989384651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHo7GzyHa8A6ZKoCgtIfATWWs01Vl5Mb { width:10.625rem;height:1.29980625rem;top:14.84765625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdpZx9ZAV7ugMFMQTrT9oiLDg6QQohoN { width:18.936625rem;height:4.142575rem;top:17.818359375rem;left:0.5302734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQlfD6g9JM3t7MovsX039aAx5uW36yta { width:15.25rem;height:2.3125rem;top:5.7855911254883rem;left:2.3046875596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyApai3MTDpigPkTp7HFbsdDL3lk9uCD { width:16.436625rem;height:1.2999125rem;top:6.3606777191163rem;left:1.7805989384651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXTzFEcFwxsLRKP1bfctJ9N7kmeHzeC { width:14.4375rem;height:2.3125rem;top:11.5341796875rem;left:2.7099609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0OiigddgwTmXEls56mstTqvkmMcKafR { width:16.436625rem;height:1.29980625rem;top:12.109375rem;left:1.7802734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #you6FKn4unCqVXf4zaBQTJL4m3g2N9Xn { width:2.375rem;height:2.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSgQDNmtEt99Mt5HFkECGfFUAwHmIB4Z { width:2.3125rem;height:2.25rem;top:1.2489161491394rem;left:17.558912986589rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkrOwZWc0caqQQHTcDnfD5sXudXcK41t { display:none; }#CkrOwZWc0caqQQHTcDnfD5sXudXcK41t > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wIAHTX7N0WFnTSH9X3l8XLKzZDuHBT0J { width:15.125rem;height:2.3984375rem;top:1.130859375rem;left:2.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;color:#56a09a;display:block; }
 }@media only screen and (max-width: 763px) { #t0miRcovRv9liai6gsycPVlBMdPgr0l8 { width:10.625rem;height:1.3rem;top:7.4726572036744rem;left:4.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa0SNee5eT41q5HgdpTF4lDkSsqVDZVK { width:15.625rem;height:3.65625rem;top:9.8906254768369rem;left:2.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWTuDQTT7RvLBH8syJxltaeSoM9TfkE { width:14.4375rem;height:2.3125rem;top:4.4085946083069rem;left:2.7093749642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGtrWvZzSRXvMc6VyHbf2I9V2e8aDEbc { width:16.436625rem;height:1.3rem;top:5.0468759536743rem;left:1.7796874642372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u { display:none; }#ElapvM5ScFzn6kAxrFprvBNcRwz4pT3u > .row .container { width:20rem;height:14.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pW5RAJG5c7irp4chN6auUhOHTZen1utT { width:15.125rem;height:2.4rem;top:1.130859375rem;left:2.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;color:#56a09a;display:block; }
 }@media only screen and (max-width: 763px) { #nLMlHEzq1myveiKiEO8NVdZ4CL7Ch1gH { width:10.625rem;height:1.3rem;top:7.4726572036744rem;left:4.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfeKfdeZ18wMBvGgrtDX630mkW9M5TdU { width:15.625rem;height:3.9375rem;top:9.8906254768369rem;left:2.1875000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrD4EIzCxDOayGv8AB8KJtompvrxcoF5 { width:14.4375rem;height:2.3125rem;top:4.4085946083069rem;left:2.7093749642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqa3dfO2azz8SxayZD8DKBD6m5THtZ5 { width:16.436625rem;height:1.3rem;top:5.0468759536743rem;left:1.7796874642372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo { display:block; }#fKct97CJ44P5SlaBuD3Az2xRzd1DTBIo > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmIB2Dty0HZGRN9hU2vEhKVXlB22y22g { width:20rem;height:1.38125rem;top:0.9111328125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfCueUVaHVZNmPMvHpWTuhTmJh3kDPg3 { width:20rem;height:1.50035625rem;top:2.79296875rem;left:0rem;font-size:1.5rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfgSPdRWTTaElUJDdkEGGFAbWz7MLpHD { width:17.6875rem;height:4.0625rem;top:7.875rem;left:1.1562500596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgKhLZtLyZZbqxCx3oWO99Ewzudb7Kb0 { width:17.8125rem;height:2.5rem;top:4.8125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxOcbA9hpprP0m6EFT83L6Tt7T5wxTNd { width:16.5rem;height:2.925rem;top:4.63671875rem;left:1.75rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NelFUWnvSXQQGChXPSGSTKBk75iQrOSx { display:block; }#NelFUWnvSXQQGChXPSGSTKBk75iQrOSx > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJiS9JTz6fikOa8nEG24BSSiKCKenLas { width:20rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEQZrTBc7LrD5g9ThKMRHBiehhQgNtay { width:17.75rem;height:2.875rem;top:18.75rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB8s8po4FD7lkcaSSqNLLlQkyT1bNyM8 { width:20rem;height:21.4375rem;top:22.875rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }#XB8s8po4FD7lkcaSSqNLLlQkyT1bNyM8 li:before{  }
 }@media only screen and (max-width: 763px) { #Taz5xhRkOoIKmz39v6w8xrhCkA4eygHK { width:20rem;height:4.75rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVlz5zDLTK4gq7rm6VQ4c9XJqu1pqrBX { width:20rem;height:2.2160664819944rem;top:46.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmEtB5BkQCii5k9NGPp01dCs0BdS0De { width:20rem;height:5.77083125rem;top:51.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbqCcoqAhZBmql7dyOMTnNMOFcStM0Qh { width:15.4375rem;height:1.51215rem;top:15.5rem;left:3.5rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5fe89747-cc1b-416d-8847-fe39c969be7a/casaalmarzafullcocina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W.adaptive-delivery-prevent-bg, #LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W.lazyload, #LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W.lazyloading { background-image: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container { background-color: transparent; background-image: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container > .video-iframe-container { display: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row > .video-iframe-container { display: none; }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .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); }#LEvrr5h6KBxG4xn9UoPmlTlWaPRvvw1W > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltdmpTTX46JJE0oT8FaqpBe6Lw7P2kXD { width:10.0625rem;height:5.375rem;top:3.5625rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovpDQVKmQg89SfwdqO8TfEX1wxiRfuP { width:14rem;height:0.75629375rem;top:0.5625rem;left:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR5WbEdm07731dbDbcnk88w9okuEZPUe { display:block; }#nR5WbEdm07731dbDbcnk88w9okuEZPUe > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIN1gQQqaATHnkV08yiMPl7q4up6yekh { width:20rem;height:1.4379875rem;top:1.78125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT { display:block; }#NqLys03QgDCgTsfKfdwh9gKQhRaMd7hT > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2H4pkI9SakSQrauzOHcyZG4QuJLHhVZ { width:19.125rem;height:1.625rem;top:1.3125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POAHCEIWhLy1U9wxqrAd7Tvq5xUQ2pXB { width:11.1875rem;height:1.125rem;top:2.875rem;left:4.40625rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGxrRTWSlnmhctOOo4mkgVHDdRI6P2f0 { width:20rem;height:1.6875rem;top:21.287109375rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }#gGxrRTWSlnmhctOOo4mkgVHDdRI6P2f0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZT6n8Vv78m5hsLRTQfxXr7qNkoa8aicT { width:20rem;height:13.0625rem;top:4.880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHcEnD7hTeW6c2DEHlCJo8F5aGtblEc { width:20rem;height:2.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNnOJSXnd5RNyngVhUoqQ39a7fG7vvK2 { width:20rem;height:1.05625rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKQ3ouTWpeTdhFHa1NcQ8RK7Tp75B68V { width:10.125rem;height:12.875rem;top:24.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNeBtcn3Jzig4te2k8aHviBluTkCMvyG { width:8.1875rem;height:9.875rem;top:23.474609375rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTpTQtEbSnQthQ0FCX3gqXgASxIBTzJ { width:6.5625rem;height:0.84375rem;top:34.798828125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PQdLqR34ccFN46eEtQptgTiFzvuab3d5 { width:7.4375rem;height:0.84375rem;top:34.798828125rem;left:12.1875rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q4UFRhUlCwmdp6iQqaPJIcpJuQ76PT0W { width:8.5625rem;height:2.5625rem;top:38.685546875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0oOS6TszmDoQy0H5DzJ9NzDTGL191hX { display:block; }
 }@media only screen and (max-width: 763px) { #s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL { display:block; }#s1MHVEAEQabugTJtAdkXEIz28Oo9ETfL > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtlAuzLzfrIZ3sGA0rGiCwXiX9qcNcUx { width:20rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL { display:block; }#GfMpdkNsz7ZoUzk5nuUIh3ssTT5NPaLL > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #latg6XHRpFPWZWKB785e0Vt1CRKnusT5 { width:19.125rem;height:1.625rem;top:1.3125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDvkXecn8FmTAbxoAhMlElWukFAwpIHn { width:11.1875rem;height:1.125rem;top:2.875rem;left:4.40625rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8FcSGhcB3GkTGtriHcEMZzy6DTRuatr { width:20rem;height:1.6875rem;top:21.287109375rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }#z8FcSGhcB3GkTGtriHcEMZzy6DTRuatr li:before{  }
 }@media only screen and (max-width: 763px) { #RkGzF0bu1lkOHreZhmquWTu4mrA0F5yu { width:20rem;height:13.0625rem;top:4.880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBn3IFZT4QJ58E3KimmlQ3Kk6JhQGNeb { width:20rem;height:2.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz8Q6FzXlB6ThIhIk2liZEsyQDEH2K85 { width:20rem;height:1.05625rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlCmrRVLzZV1Fr5Vu4euwCTAzTQNT2A { width:11.3125rem;height:12.0625rem;top:23.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrP7Nrml3wur29cn4tVdO2h1zrtfwGa { width:6.9375rem;height:7.75rem;top:23.474609375rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRaaiiyRhUssaBncttcL4CZZgPgXFzbi { width:7.8125rem;height:0.84375rem;top:34.798828125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EPKdWZZDTwN6LIXOhl4B9Cc8D8ffrVtE { width:7.25rem;height:0.84375rem;top:34.798828125rem;left:12.375rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FgR3A1XFQmzQrrxwJSU5BfX50ztLeo16 { width:8.5625rem;height:2.5625rem;top:38.685546875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhXiHQ7Sb2077iEKDt78ybcqyBce4IMT { display:block; }
 }@media only screen and (max-width: 763px) { #S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa { display:block; }#S5ooL9hPAfmWu316JnT5K1W2G2vKKzHa > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVITLzVA6l3ooGTT2AOpt5TESiR3T9Ql { width:20rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6HtgtVExV09mLBlfbebnLZszBN7PGbf { display:block; }#B6HtgtVExV09mLBlfbebnLZszBN7PGbf > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCfXVuiCUBpEqa8kyP0yPtS30kiEQpul { width:19.125rem;height:1.625rem;top:1.3125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Thd2USTbHnq5zUJ8hhCaVTnTekgDqJMx { width:11.1875rem;height:1.125rem;top:2.875rem;left:4.40625rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8xxthihGHPe4XgAc3acZc0Z8ldTW4v { width:20rem;height:1.6875rem;top:21.287109375rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }#Vu8xxthihGHPe4XgAc3acZc0Z8ldTW4v li:before{  }
 }@media only screen and (max-width: 763px) { #xIx7b6FbxLff7xTKNxt0vKguMCakNHnr { width:20rem;height:13.0625rem;top:4.880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxpKdntahiAhwkrE4JCVOdlSewJyLwot { width:20rem;height:2.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq9M2QWtB6IQfb0D7N9KzMcxnnEfeiMU { width:20rem;height:1.05625rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhq0u2avEoF0oKmT41kJN8HazoRKAS0N { width:11.3125rem;height:12.0625rem;top:23.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAhXHZFadnDQmhxNnmM2Xdd4B6bCPBmq { width:6.9375rem;height:7.75rem;top:23.474609375rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcSbhy8gPddBxHkRpViITeWywGOGGL4 { width:7.8125rem;height:0.84375rem;top:34.798828125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rVuc4x561BJJleGDzRMuJISeVzpfVo1z { width:7.25rem;height:0.84375rem;top:34.798828125rem;left:12.375rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aLZz1hiPBzFJrpZmCcoXqOlHnoOsKA2e { width:8.5625rem;height:2.5625rem;top:38.685546875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9JxGUG0hTCW5OUaBO2Jrks2ka2izTxA { display:block; }
 }@media only screen and (max-width: 763px) { #D95osC631afzcIS503SnTwH0JxPhrBWN { display:block; }#D95osC631afzcIS503SnTwH0JxPhrBWN > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtxV6XOTQGHT4Ec3bE5yH3HIor99r3wF { width:19.125rem;height:1.625rem;top:1.3125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCbJHtVRJGUeSC69bn8zQayJp2529x7R { width:11.1875rem;height:1.125rem;top:2.875rem;left:4.40625rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEgK7sKK0gm4nLeyuC5FVwk6sDn0GsmU { width:20rem;height:1.6875rem;top:21.287109375rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }#IEgK7sKK0gm4nLeyuC5FVwk6sDn0GsmU li:before{  }
 }@media only screen and (max-width: 763px) { #SVJZL4KqDd4UUbV8cqlRX2wWLhR9etGH { width:20rem;height:13.0625rem;top:4.880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rySnqfRvE8rzG5mfByfZ4T7I7A7gZMch { width:20rem;height:2.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGGHDNhKoTA5V0qEpwtlHiAHTiaJ4ZCQ { width:20rem;height:1.05625rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKCSqTDqsbvTz475ld0hqaGlnf61kAD { width:10.6875rem;height:12.0625rem;top:23.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRA84gCLabcAT1up3IPnUIQA46vlezvF { width:7.125rem;height:7.875rem;top:23.599609375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr9TiTPw0xOIWFXVlN4geTI2lz5fpg0B { width:7.8125rem;height:0.84375rem;top:34.798828125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ukGcZSg5HlQ9lLRqXaSgciivcr0yyLka { width:7.25rem;height:0.84375rem;top:34.798828125rem;left:12.375rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AQdGvd25B9KiALDhlDatDigNZHUCckgl { width:8.5625rem;height:2.5625rem;top:38.685546875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTmJvkLf6zZcBbsbc0k3K9mAnFKItstw { display:block; }
 }@media only screen and (max-width: 763px) { #RbkoODghNN2o5gz9TQuST6ocDgXTmdBq { display:block; }#RbkoODghNN2o5gz9TQuST6ocDgXTmdBq > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0PFwZmnLnAHcTKW91mOUV222dKCLwc3 { width:20rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 { display:block; }#ZNeXw1E8FdnRO8FCifJFCNndPRIEsuB2 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3axypdA4XFFdSFBspHK2KrQvwvH2KIf { width:19.125rem;height:1.625rem;top:1.3125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLqA5NtE5gcnTmB3KAhJIDN3Emn3Xfds { width:11.1875rem;height:1.125rem;top:2.875rem;left:4.40625rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEFdwW4AP2iRJytNBdKpyU2OJCoZ8a2c { width:20rem;height:1.6875rem;top:21.287109375rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }#aEFdwW4AP2iRJytNBdKpyU2OJCoZ8a2c li:before{  }
 }@media only screen and (max-width: 763px) { #o9JtNGldBGL5R9aP7guMyUaDE57yJptQ { width:20rem;height:13.0625rem;top:4.880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4uDHepszTJc71eWeriqPdE8KdKTu8M { width:20rem;height:2.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCpC0w9liKVuWBI8C5ZAixGJb2MrEe9G { width:20rem;height:1.05625rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAhV50iatZTBbPfRWVlqtPAbRTbeQzVM { width:10.5rem;height:14.75rem;top:23.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqqNoFNuoOdeKCwIIpo1UtU3U9BcnERp { width:7.5rem;height:7.0625rem;top:27.443359375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW46r7A6P6sdeHVzWlnuLiXq0M79Rnb3 { width:10.1875rem;height:0.84375rem;top:39.111328125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zTExHmv9iS8I50gHDaAmKilaVITLzwXf { width:7.5625rem;height:0.84375rem;top:39.111328125rem;left:12.0625rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SZeIoxbGkIq6D25oNqUPBSTC5iAz9Kpk { width:8.5625rem;height:2.5625rem;top:41.748046875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzUGMaOSyFLEPcF3FVQEhHBN6byOQSsh { display:block; }
 }@media only screen and (max-width: 763px) { #MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v { display:block; }#MiTTezITeXaZ3ASDLCqMhkIeCbG3Dv9v > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G89FoR6TX4P0vbp5wU5S93O7x2l9f8HP { width:19.125rem;height:1.625rem;top:1.3125rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVQ5JupfNXLwM7InU5OKpH0ztelGAyvz { width:11.1875rem;height:1.125rem;top:2.875rem;left:4.40625rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4s5WrwVR7e5t7Mzpw2obdflmgMZUero { width:20rem;height:1.6875rem;top:21.287109375rem;left:0rem;font-size:0.625rem;line-height:1.1;display:block; }#x4s5WrwVR7e5t7Mzpw2obdflmgMZUero li:before{  }
 }@media only screen and (max-width: 763px) { #L1VzEsQS995PUg1xmiyVmxarFhD9n4zM { width:20rem;height:13.0625rem;top:4.880859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUSN90yyStkDbuPsvvDdOIXlRt6Ftrda { width:20rem;height:2.5rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkxoaqJirNNxblV0VTqPSpk2OPnSLg7I { width:20rem;height:1.05625rem;top:18.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epH6vEwZzl5Ebyg0FoWJpuXdJVa5VGpc { width:10.5rem;height:14.75rem;top:23.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEVdTDB6EkEbyn7Da69DJbmvNkc42p1w { width:7.5rem;height:7.0625rem;top:27.443359375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0STPbTOTMGTwPF2qyMVm34efGTRhDzM { width:10.1875rem;height:0.84375rem;top:39.111328125rem;left:0rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B5uSTpmH1HByuZboaDTGo1kIURXpoiyE { width:7.5625rem;height:0.84375rem;top:39.111328125rem;left:12.0625rem;font-size:0.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZU0Tk9bzILQ2oU8Z9oDc43X5QvKFHmZ0 { width:8.5625rem;height:2.5625rem;top:41.748046875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7G8LpRPnMu9Pqd12D0QXPyTc03HgKVT { display:block; }
 }@media only screen and (max-width: 763px) { #U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny { display:block; }#U0OWqTSIA9PrkMbsrLEAL8pJmFUNkwny > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSITezsRmJbxld41UG2uVPAOdKRtzVmE { width:20rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtLl75vblLER5gCHnKceou7z97nZGknZ { display:block; }#WtLl75vblLER5gCHnKceou7z97nZGknZ > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOK0gCKgTVtKuFkPGkS9AKRIMm1bFrNJ { width:20rem;height:1.4379875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTGU7qWuMdVEyheNTXx4RKEsn6PVEyT { width:16.3125rem;height:1.625rem;top:3.9375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVuJ9mKHwiVwmaHlmZL36KX66mhCRtx { width:5.875rem;height:0.1875rem;top:6.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDRDrXgAeAfo7xGABhdxcOUlbQq2S0pV { width:20rem;height:3.375rem;top:8.25rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV { width:20rem;height:12.5rem;top:12.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/14d015cc-e443-4e97-be6f-986214a5f800/gimnasioequipado.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV.adaptive-delivery-prevent-bg, #XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV.lazyload, #XUmch9zhgqKzx2U4uzKJOw0H7VBwsmnV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ToSszT3ykz4iKba266ycncuQp0Hf5F1b { width:20rem;height:12.5rem;top:25.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b47ce66d-999c-4d1c-815d-3f9f45d118e1/gym.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ToSszT3ykz4iKba266ycncuQp0Hf5F1b.adaptive-delivery-prevent-bg, #ToSszT3ykz4iKba266ycncuQp0Hf5F1b.lazyload, #ToSszT3ykz4iKba266ycncuQp0Hf5F1b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OM3lkVW4I6BvpUINTiEiPeLdRkQG0I7L { width:20rem;height:6.75rem;top:44.1875rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBm54DvTeTgTq64XlnSFKhqCpByXzPga { width:20rem;height:12.5rem;top:51.625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/784ba543-c486-448c-9fb3-ed14b9c4fe9c/izarracormoranesclubhouse1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mBm54DvTeTgTq64XlnSFKhqCpByXzPga.adaptive-delivery-prevent-bg, #mBm54DvTeTgTq64XlnSFKhqCpByXzPga.lazyload, #mBm54DvTeTgTq64XlnSFKhqCpByXzPga.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xciBdlNxPNv86EXKu9iBwrKAvn2qNxyD { width:9.8125rem;height:1.625rem;top:40.375rem;left:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCPbKrTp8D9NsPSM8fF2QRsqyVzmQnDM { width:5.875rem;height:0.1875rem;top:43.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV { width:20rem;height:12.5rem;top:64.375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac8059d4-9978-4bd1-98fb-0aef260b8172/izarracormoranesclubhouse2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV.adaptive-delivery-prevent-bg, #c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV.lazyload, #c0Rh7ptg6KJ2IxAzfDOfxlHf9UJ59UeV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dr8nWrcHLdmO1mI5JAgogZLB5Wd1H9Pd { width:10.875rem;height:0.75629375rem;top:38.4375rem;left:4.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wd398ETTiGrh3BwQ0gHzPGhlb0yqoTXQ { width:20rem;height:1.51215rem;top:77.380859375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdwG0myO7mBsvRHkfOJheX29TGTgZSvO { display:block; }#AdwG0myO7mBsvRHkfOJheX29TGTgZSvO > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoKCTIK4TPpADCwL08KwsGMTTbmrXLTo { width:18.5rem;height:7.875rem;top:1.65625rem;left:0.75rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NM5609847OE2XWUn9VX9HWzeGBGmN1br { display:block; }#NM5609847OE2XWUn9VX9HWzeGBGmN1br > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmP7oGRfz6Fa25V10QRbOyUxphim1VdU { width:20rem;height:1.4379875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGS3G7TT9HwppuKCmzAzTr0BWITMsZRN { width:17.8125rem;height:2.25rem;top:3.9375rem;left:1.09375rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qaLmiuK0fuVq1P3Jzy63XvLWSTwvupKJ { width:20rem;height:31.25rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fimPf5v57QZVxggd0VFiA5APsGTxmHDd { width:20rem;height:8.4375rem;top:40.5625rem;left:0rem;font-size:0.5625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #caDZpem9nbsrN3TlEdKgfmzRzm320SMs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e428c179-4afa-4279-b09c-af7ed1382c24/imsabarrioaltoimsabarrioaltodji0480copia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs.adaptive-delivery-prevent-bg, #caDZpem9nbsrN3TlEdKgfmzRzm320SMs.lazyload, #caDZpem9nbsrN3TlEdKgfmzRzm320SMs.lazyloading { background-image: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container { background-color: transparent; background-image: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container > .video-iframe-container { display: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row > .video-iframe-container { display: none; }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .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); }#caDZpem9nbsrN3TlEdKgfmzRzm320SMs > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg8ptz6nNDpC1NtbTHhKWQL7tsRna3D4 { width:14rem;height:0.75629375rem;top:14.6875rem;left:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P { display:block; }#XRXDKAXeGTwlerWdxIqi9GHeNPN8Fb8P > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwPmRxO0gmr1HSOLsC1lxvQv7eSMsxSb { width:20rem;height:1.4379875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Q7WOsBJ3EwC6zHRkulo9ZMpJkhDtJD { width:20rem;height:1.13769375rem;top:17.244140625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz41XGFtXK1XhTC41hdqMERccs9RvGZf { width:20rem;height:2.5rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc9o6BVzwATJuQqRJQvHIiIar71xmF0J { width:20rem;height:1.13769375rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsJTnsyrOzzqah7ZTdRhADpU0W3fDpN { width:20rem;height:2.5rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCMstnL7VPNxtVTpAdF1ZwN34N3Ms288 { width:20rem;height:1.13769375rem;top:47.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t75EgDMRLS6Wldmys5d6SKfHRiozTDS7 { width:20rem;height:2.5rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe9wWzG2HcaTQDB8KRbB8VT08XIsbeQT { width:20rem;height:2.5rem;top:62.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4zFL7QKlBywIG1lHfS9VU7O9s3JTNGN { width:20rem;height:1.13769375rem;top:62.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2TwfKTgABFq5qnZS7ZBDJK3ngAIIUCc { width:20rem;height:12.426778242678rem;top:4.2057847976684rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #RQruO5WvWRZRqVuERnCADZQE2DwZqePd { width:20rem;height:12.426778242678rem;top:19.437483787537rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #yimToKFWSLc9oLH7FMhi7sgqOyQGVB8T { width:20rem;height:12.426778242678rem;top:34.624576568604rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TeBTnz6SNSqhGW1qRsgfds8Cz1UNeRtw { width:20rem;height:12.426778242678rem;top:49.812244415283rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw { display:block; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw { background-color: transparent; background-image: none; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container > .video-iframe-container { display: none; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row > .video-iframe-container { display: none; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .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); }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw { border-width: 0; border-radius: 0; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container { width:20rem;height:17.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/109018dc-9eb0-4f9d-a3a5-35a41e379090/CasaAlmarzaFullComedor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container.adaptive-delivery-prevent-bg, #N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container.lazyload, #N0RqNWpHTK4wA6lqLvqofTZHOfBoW6kw > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f { display:block; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f { background-color: transparent; background-image: none; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container > .video-iframe-container { display: none; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row > .video-iframe-container { display: none; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .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); }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f { border-width: 0; border-radius: 0; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container { width:20rem;height:17.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd05e589-1c3e-454b-ac7d-b4806df4bcd8/CasaDinamarcaFullCocinarojita.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container.adaptive-delivery-prevent-bg, #qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container.lazyload, #qPrV8eiBMbT6afgrgoniLGmfDvpwyT7f > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy { display:block; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy { background-color: transparent; background-image: none; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container > .video-iframe-container { display: none; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row > .video-iframe-container { display: none; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .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); }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy { border-width: 0; border-radius: 0; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container { width:20rem;height:17.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/70e138a3-62d3-4633-add2-302f04b3d8fc/CasaEdimburgoFullCocina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container.adaptive-delivery-prevent-bg, #TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container.lazyload, #TtJD40i28MZ8tRqvUP6a2cEbPsqrLuEy > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 { display:block; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 { background-color: transparent; background-image: none; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container > .video-iframe-container { display: none; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row > .video-iframe-container { display: none; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .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); }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 { border-width: 0; border-radius: 0; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container { width:20rem;height:17.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/043524e7-5d68-4062-8bf7-63e487e0aa67/CasaCadizFullComedor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container.adaptive-delivery-prevent-bg, #IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container.lazyload, #IpfTLv36TQaAm4Tbr9kGXOCkpQ8TndO4 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #FTlW0tToRCbGPEuvOURu4u6XLZA51khV { display:block; }#FTlW0tToRCbGPEuvOURu4u6XLZA51khV > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxPGQT9JTAbcxr9ZH5dw8qaR4BNhrr6R { width:10.75rem;height:2.625rem;top:1.15625rem;left:9.25rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8EkKX4npCSAyfVuc0sP4L9t6HlrCWZD { width:18.625rem;height:18.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 { display:block; }#eJxiscuWmbMr3DnMHtaVzXnFyXQ465k8 > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3Ube2p9cuTJwZlDEJhdWod1mCkENBsu { width:20rem;height:2.875rem;top:0.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt9crtoLkWsn44Xwn4JLQDGGtDXowDVX { width:20rem;height:15rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz { display:block; }#bH99DPGXMKZU6fkqPfMdHTpLMLIFw4Tz > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7cwoGfOedx3l76iL2adrAy9DoV1b2aN { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeODzyKOIvWnK3akfKqS80eFLurGBiF5 { width:20rem;height:2.625rem;top:14.5625rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnN5oep9ynzEcNuSwBNOOAQTgiLtIgPk { width:20rem;height:15rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJd6lZyAis1WTW85zCVo7RoD98PfAXOh { width:20rem;height:1.125rem;top:4.9375rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xigMkcZWF4CHl3UCPt4mdMdTi5wVRo9C { width:20rem;height:1.125rem;top:3.8125rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLtFq3KW4OUPTpaHFFEvdc9uLfhZgIwH { width:20rem;height:1.125rem;top:8.4375rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHlL4dT4XGJ8bGWXKvDThB9s7z2TUB9h { width:20rem;height:1.125rem;top:7.3125rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUDizg2RP1BT9s25vTxd3zzTl62EFG58 { width:20rem;height:1.125rem;top:10.8125rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUBqmWnxFrPNuHKf09rZElPevTKKV4Bp { width:20rem;height:1.125rem;top:11.9375rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrVDJsRgMA9re4kOrs5xNZvSf9wt1kXg { width:0.1875rem;height:13.1875rem;top:23.375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSSflR15ay6B2rBTpGZ1geP4INGQfreJ { display:block; }#BSSflR15ay6B2rBTpGZ1geP4INGQfreJ > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7wLh85aUooDsZ0aZFIk6ENgd7KawA2F { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv1SNs8idv9khfBbJc45bU2qqgELgHC5 { display:block; }
 }@media only screen and (max-width: 763px) { #vdXWaAVi3cnVfegu3HBpXK5no8pzL687 { width:17.5rem;height:3.4375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTTqRGN37aFbK0tuWhR4RP9LIpo7lH4 { display:block; }
 }@media only screen and (max-width: 763px) { #s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 { display:block; }#s8UmbA8pEydOTJBmCWoCRtJUpSfS3Ck8 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylnytrWaHAQIAyXwzAfCcJrcH3H86e05 { width:20rem;height:2.2160664819944rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7gR3DTEEPw9WnmA75a1CvQnOok8vTZ { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:0.5rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wX6WKu8R4IRsz7kNmtp14uW7rSarGPF8 { width:20rem;height:1.125rem;top:9.52734375rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S { display:block; }#dsMnMdMo4D4nWGZuNNXBkpkcR7c9KH7S > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwKqy6vFA54RmroysXFzGQzR5LeU3yCG { width:9.125rem;height:4.125rem;top:4.6875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo8x3MngGL9CkrPR5HdsMdXyxUHXIpAa { width:20rem;height:8.774325rem;top:11.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ { background-color: transparent; background-image: none; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container > .video-iframe-container { display: none; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row > .video-iframe-container { display: none; }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .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); }#ZmmKq2o36ivlsl69UUZzlyw2TiWiwgKZ > .row .container { width:20rem;background-color:rgba(0,0,0,0);background-image:none;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvQS68luJclaxrJvmRnWyHABZ5cJgoTn { display:flex;top:0.5625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15010; }
#gvQS68luJclaxrJvmRnWyHABZ5cJgoTn > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }