.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,225,225;--color-primary-1:182,164,164;--color-primary-2:134,104,104;--color-primary-3:80,62,62;--color-primary-4:53,3,3;--color-secondary-0:244,242,219;--color-secondary-1:222,215,148;--color-secondary-2:200,188,77;--color-secondary-3:186,171,33;--color-secondary-4:57,43,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Liberation Serif";--paragraphs-font-family:"Liberation Serif"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cad43ce0-91ad-4a22-a137-14077bf056a9/intro.webp");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; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf.adaptive-delivery-prevent-bg, #kZQxS6ovQReTLFnDMub0v9NcPdf50TGf.lazyload, #kZQxS6ovQReTLFnDMub0v9NcPdf50TGf.lazyloading { background-image: none; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row .container { background-color: transparent; background-image: none; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row .container > .video-iframe-container { display: none; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row > .video-iframe-container { display: none; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .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); }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row .container { border-width: 0; border-radius: 0; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;position:relative;display:block; }#wyKrfZcaNCcys8m6LcaPLkO0PPAKyXWI { 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:13.1875rem;width:18.625rem;top:8.5625rem;left:5.625rem;overflow:hidden;display:block; }
#aaKsGbq49PDkFFzeTcNHtlm9IFpEUJ3T { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:25rem;width:25rem;top:2.6875rem;left:2.5rem;display:block; }
#unizppwn7HECQhqiDdo1ZJZHPb32NrkP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29rem;left:2.0625rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l1QZE5cUygFZN7vGAlEao6BbtQlJv9PF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.849998474121rem;left:1.6875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tk0nZUTFCc8UXrETwTzaIerrPsDh6KyX { 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.8125rem;width:5.125rem;top:24.212501525879rem;left:2rem;overflow:hidden;display:block; }
#v09uq5vvJ6rCtAoo7NxzIoD49bpTlRiL { position:absolute;display:block;z-index:15001;background-color:#511010;background-image:none;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8.5rem;width:8.5rem;top:19.875rem;left:0rem;display:block; }
#aZq0fX79t7NSekzgknGKJvPhT5hU0mpc { background-color:rgba(var(--color-tertiary-0),1);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:#511010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.9375rem;left:8.6875rem;display:block; }
#ZlPmBveqzDE5mRfgokmgAHqp8dBc1mq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wZFMIFJwgptQo2PX7girX30ovGZJurrb { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);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.4375rem;width:3.4375rem;top:37.9375rem;left:5.3125rem;display:block; }
#PxZIUXkKVP3UQhoVk3ZIcyZVGQg8E6Rh { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:38.25rem;left:5.5625rem;display:block; }
#fkxEyZLsKHb9MOykv0rKkkGzObtmf3ho { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);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.4375rem;width:3.4375rem;top:37.9375rem;left:5.3125rem;display:none; }
#sR7fLsKEVHZraruwJuKbZwtNu5o6Zz4q { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:38.25rem;left:5.5625rem;display:none; }
#xaIA90f1OTIU6ZsgS23omge1oLfhh8Tu { 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:31.875rem;width:59.9375rem;display:none; }
#SEUQs43G5kkh8PxiQaGSokOIbopLFu3c { 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:67.3125rem;width:60rem;display:none; }
#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb12d8bf-16a0-492c-bd3e-30980a796a25/intro.webp");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:none; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF.adaptive-delivery-prevent-bg, #KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF.lazyload, #KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF.lazyloading { background-image: none; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row .container { border-width: 0; border-radius: 0; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;position:relative;display:none; }#fpr93zzC6AA5UyHCOeiEcbzSbMitTAJi { 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:13.25rem;width:18.75rem;top:8.5625rem;left:5.625rem;overflow:hidden;display:block; }
#TL4ayTIqVLkUBZSy9M0Ru6HbKnnAlRTk { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:25rem;width:25rem;top:2.6875rem;left:2.5rem;display:block; }
#Mh887nd3KXU4MNuUg6PeMyALQcTuTkoX { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:29rem;left:2.0625rem;height:6.3375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1cDTzod1yz7zpqJr7s2m7CTTkJa1fnH { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.849998474121rem;left:1.6875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEKD0VkG79bpFlbRVJFNEJ20Kii1kgZV { 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.8125rem;width:5.125rem;top:24.212501525879rem;left:2rem;overflow:hidden;display:block; }
#Tv0zIIqFwyNO29prQNpI2SpJag9aDCeL { position:absolute;display:block;z-index:15001;background-color:#511010;background-image:none;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8.5rem;width:8.5rem;top:19.875rem;left:0rem;display:block; }
#PTZxO40oCGMWEln3dVNTC9VN52EhPz6C { background-color:rgba(var(--color-tertiary-0),1);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:#511010;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.9375rem;left:8.6875rem;display:block; }
#oAoMVRXrPUHf122a2XUHJqm07fWzrmHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zd2y8o9hSCboE8bsQ6s03a5iGmZvT1Qv { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);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.4375rem;width:3.4375rem;top:37.9375rem;left:5.3125rem;display:block; }
#mlTy8KStdxG6ar1WuxlrtJ3lsMUDycP4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:38.25rem;left:5.5625rem;display:block; }
#nryBQC7MtfG9RnOUkxqHyUBdLDmyHs08 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);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.4375rem;width:3.4375rem;top:37.9375rem;left:5.3125rem;display:none; }
#bS0Nq7n5BD1J55z9eJ8F94IIVC7QudQ5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:38.25rem;left:5.5625rem;display:none; }
#C4xvJ8k9GT1oQFVySHnWrrz0TGThDDHE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { background-color: transparent; background-image: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { display: none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .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); }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { border-width: 0; border-radius: 0; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.5625rem;left:48.4375rem;display:block; }
#BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:0.875rem;left:48.75rem;display:block; }
#rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.5625rem;left:44.0625rem;display:block; }
#ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:0.875rem;left:44.3125rem;display:block; }
#II3xQINykAaMTfzABvMPr91Irwiy1IJh { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.5625rem;left:52.8125rem;display:block; }
#eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:0.875rem;left:53.125rem;display:block; }
#nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.5625rem;left:57.1875rem;display:block; }
#QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0.875rem;left:57.5rem;display:block; }
#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/et5ohn6Z/background_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9.adaptive-delivery-prevent-bg, #NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9.lazyload, #NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9.lazyloading { background-image: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { background-color: transparent; background-image: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .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); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { border-width: 0; border-radius: 0; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#S812CrKmqJU4amMozDFBSww4FTAbu2dw { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qerenfkJtydTg9h8idqE05oUX0bi4TsT { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/et5ohn6Z/background_2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI.adaptive-delivery-prevent-bg, #mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI.lazyload, #mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI.lazyloading { background-image: none; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container { background-color: transparent; background-image: none; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container > .video-iframe-container { display: none; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row > .video-iframe-container { display: none; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .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); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container { border-width: 0; border-radius: 0; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#gvHa03ZNlGukQuJkPnSyQ6DePMW8w3yC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:8.2875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aGEAcGDcAZ5Tr3h7VVhn0kT3rdZEH1hT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:41rem;left:0rem;height:5.525rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zXh4HcAA8M4NJZPnIrDcxtsuteDd1X8G { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5f1818, #511010);background-image: -moz-linear-gradient(180deg, #5f1818, #511010);background-image: -ms-linear-gradient(180deg, #5f1818, #511010);background-image: -o-linear-gradient(180deg, #5f1818, #511010);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f1818', endColorstr='#511010' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f1818', endColorstr='#511010' );";background-image: linear-gradient(180deg, #5f1818, #511010);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:5.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.1875rem;left:6.4375rem;display:block; }
#wQQu10UZNynJtnpBgwo7Q9QPZsNNcU4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b5E53Teh3TmP2HDbcwralZvXHfQfyTip { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6.25rem;top:35.1875rem;left:0rem;display:block; }
#rsXMpxgX2MT6u947Q9nCzL4qM3bPyEFk { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:35.75rem;left:1.125rem;display:block; }
#rzo3XRlbDPdfR4qnoPOWRXQREUXvD7Vb { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:19.0625rem;top:10.5625rem;left:27.4375rem;overflow:hidden;display:block; }
#GL8KK3hE2f2ZpX8dU7fio57yQqw7H7RC { 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:37.5rem;width:16.75rem;top:10.5625rem;left:43.25rem;overflow:hidden;display:block; }
#vEV0AVNS6HEiH6TWsTRKu8pvUaXu4ssl { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);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:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:15.625rem;width:15.625rem;top:12.4375rem;left:4.9375rem;display:block; }
#Tw9JzSl1LaaFtxCslMucyFFoSbGKFJJ9 { position:absolute;display:block;z-index:15005;background-color:#511010;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:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.875rem;width:15.625rem;top:12.4375rem;left:4.9375rem;display:block; }
#T6NimEa0Npx1RZXrluCSMTf5SLPKaInX { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/5b503ad5-7b93-412e-938a-b7e5407bd9c5/004_historiaornamentos.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:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;box-shadow: none;height:15.625rem;width:15.625rem;top:11.8125rem;left:4.9375rem;display:block; }#T6NimEa0Npx1RZXrluCSMTf5SLPKaInX.adaptive-delivery-prevent-bg, #T6NimEa0Npx1RZXrluCSMTf5SLPKaInX.lazyload, #T6NimEa0Npx1RZXrluCSMTf5SLPKaInX.lazyloading { background-image: none; }
#S4kWgO5KpwpT4pTTZ6UwIbhzWDxPCdhg { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.625rem;left:7.4375rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tm9dabbRI1o0oxBPNE3FXbyENrxzZDWN { position:absolute;display:block;z-index:15005;background-color:#511010;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:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.875rem;width:15.625rem;top:12.4375rem;left:4.9375rem;display:none; }
#hX0Aney4mlTQT62d3oRTL8Vvo0K2nSFB { position:absolute;display:block;z-index:15005;background-color:#511010;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:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.875rem;width:15.625rem;top:12.4375rem;left:4.9375rem;display:none; }
#PVVW08tGid6pabI2KLHtRuK3yQlNhU47 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:35.75rem;left:1.125rem;display:none; }
#iGOkLkhC6yd4usDvquTZKFV99DvbiNSU { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:6.25rem;top:35.1875rem;left:0rem;display:none; }
#zcw2eVvn8ecF3S72803tIpV6stK4U0kr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.625rem;left:7.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cx02dHSMPFQaZvKPPV6KJS0CHeFik4sG { position:absolute;display:block;z-index:15005;background-color:#511010;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:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.875rem;width:15.625rem;top:12.4375rem;left:4.9375rem;display:none; }
#WdA0qlNoS1xrqxUEkJ5lKsaHrW7Uh1zO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:21.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.8125rem;left:4.90625rem;display:block; }
#MvUy24Ly7URaRSPeuEC6Dr9VCUQ8NaFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWHeqauJ2VIBkwOuoWXqV71eMZ7DITv8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:21.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.8125rem;left:4.90625rem;display:none; }
#pySs0uKxXQ41l7TXaHyFqnG66S2h0taO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5bacce59-b308-4386-86a8-049b3a0ac1f8/012_backgrounddorapb.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; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn.adaptive-delivery-prevent-bg, #XVmXo4BE2ttDtFGgXav9qygLTvva5rMn.lazyload, #XVmXo4BE2ttDtFGgXav9qygLTvva5rMn.lazyloading { background-image: none; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container { background-color: transparent; background-image: none; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container > .video-iframe-container { display: none; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row > .video-iframe-container { display: none; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .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); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container { border-width: 0; border-radius: 0; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#BEWnLReXstzWRDMF5BGslyCZSIMcCiww { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xLrMeC8smVzGPaxcX2F3PtSdCgGEeOTu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:32.6875rem;height:11.05rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#crRCmfSxrvt6J5CSK1tFIFLKH8KJZ3LQ { 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:37.5rem;width:45.6875rem;display:none; }
#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7e87e426-580c-4cc9-ad3b-49ffbffb5fad/009_background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.adaptive-delivery-prevent-bg, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyload, #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ.lazyloading { background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { background-color: transparent; background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .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); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { border-width: 0; border-radius: 0; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/675069ac-4743-4ec8-bbe1-09074b6c98e9/background2_original.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.adaptive-delivery-prevent-bg, #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.lazyload, #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.lazyloading { background-image: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { background-color: transparent; background-image: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .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); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { border-width: 0; border-radius: 0; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { font-size:0.875rem;font-family:arial;height:161.375rem;width:60rem;position:relative;display:block; }#UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb { position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/369c2eb6-1d9a-4120-969e-f85a2f893e64/005_paliasfiesta.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:20.75rem;width:17.25rem;top:1.6447906494141rem;left:0rem;display:block; }#UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb.adaptive-delivery-prevent-bg, #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb.lazyload, #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb.lazyloading { background-image: none; }
#G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a3d470cf-e2a9-44aa-bbf6-1660b164f401/010_casullassencillas.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:20.75rem;width:17.25rem;top:1.6437530517578rem;left:21.375rem;display:block; }#G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX.adaptive-delivery-prevent-bg, #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX.lazyload, #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX.lazyloading { background-image: none; }
#nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b6d34675-0f26-475d-8246-b33087800763/024_casullasfiesta.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:20.75rem;width:17.25rem;top:1.6437530517578rem;left:42.75rem;display:block; }#nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B.adaptive-delivery-prevent-bg, #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B.lazyload, #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B.lazyloading { background-image: none; }
#tE621MStyoTeQgrXwyJ5liPUIok273hO { position:absolute;display:block;z-index:14996;background-color:#511010;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.75rem;width:17.25rem;top:21.206253051757rem;left:0rem;display:block; }
#Bc8C9hRQGJFWzCvQLDEU4kTSGILGVr28 { position:absolute;display:block;z-index:15004;background-color:#511010;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.75rem;width:17.25rem;top:21.206253051757rem;left:21.375rem;display:block; }
#kJwBJTOzVkrPJSFfE9gmNzO1TLDoCeCR { position:absolute;display:block;z-index:15005;background-color:#511010;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.75rem;width:17.25rem;top:21.206253051757rem;left:42.75rem;display:block; }
#I7eJKSC2f2Jy2MD5mZf0MMvIv1M1P9gD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:22.394790649414rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOeCwl9kguhJkseSvr0aeRz2kl2ax5JM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.699996948243rem;left:21.34375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaczZGy6RQCWqWF3iwmDzrF6FllSAJ7o { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.394790649414rem;left:42.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wq1UHtIVrSdgJc5ETSuHNItvl9WuooPd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.6447916030884rem;left:0rem;display:block; }
#WUygsFMJC79rPCO7zUnZ9RSGpeb5Qs8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEqeVMN9W8FAp7HqASJBnGf3cTfSL1oA { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f122ac6-e13e-4a2f-ab64-6d01be5873ed/008_albasbordadas.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:20.75rem;width:17.25rem;top:28.1875rem;left:42.75rem;display:block; }#GEqeVMN9W8FAp7HqASJBnGf3cTfSL1oA.adaptive-delivery-prevent-bg, #GEqeVMN9W8FAp7HqASJBnGf3cTfSL1oA.lazyload, #GEqeVMN9W8FAp7HqASJBnGf3cTfSL1oA.lazyloading { background-image: none; }
#Rc6LKOuniB34elS3qK199upZTve7xENH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/314ee14f-6e9e-48e0-be5c-38cffcd706dc/020_albassobrepellizfiesta.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:20.75rem;width:17.25rem;top:28.1875rem;left:0rem;display:block; }#Rc6LKOuniB34elS3qK199upZTve7xENH.adaptive-delivery-prevent-bg, #Rc6LKOuniB34elS3qK199upZTve7xENH.lazyload, #Rc6LKOuniB34elS3qK199upZTve7xENH.lazyloading { background-image: none; }
#TL47XD0Rs8uoha54hHxB4Xi21DUaQa4V { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e28e8982-1cfc-4d05-9ad3-037286a17203/018_manutergios.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:20.75rem;width:17.25rem;top:28.1875rem;left:21.375rem;display:block; }#TL47XD0Rs8uoha54hHxB4Xi21DUaQa4V.adaptive-delivery-prevent-bg, #TL47XD0Rs8uoha54hHxB4Xi21DUaQa4V.lazyload, #TL47XD0Rs8uoha54hHxB4Xi21DUaQa4V.lazyloading { background-image: none; }
#T6VoakbhsTbrwTbJgBOP2EV83aT1WdMA { position:absolute;display:block;z-index:15003;background-color:#511010;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.75rem;width:17.25rem;top:47.75rem;left:0rem;display:block; }
#fXlqNsTPDXq3BX3PdGK6xUN1bDtxIpZn { position:absolute;display:block;z-index:15004;background-color:#511010;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.75rem;width:17.25rem;top:47.75rem;left:21.375rem;display:block; }
#F9BdSJMNOSnpM6HTESMaJ08mxBN2AveT { position:absolute;display:block;z-index:15005;background-color:#511010;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.75rem;width:17.25rem;top:47.75rem;left:42.75rem;display:block; }
#J9qSEncUbQ0hDyldDnwpTuVLWUKAb38a { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:48.25rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCTVLvRezORkcJQcIvNreTNer7dDLKdw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48.25rem;left:21.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mb4UonxnawvNZfXsQubekgZv0VCfBWIT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:48.25rem;left:42.6875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wy6Ly4oNbH3o2khvT6fnJqgeirevxCL7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a7eca22-805c-4f43-9910-0188d8cb968b/014_casullaspiedras.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:20.75rem;width:17.25rem;top:54.625rem;left:0rem;display:block; }#Wy6Ly4oNbH3o2khvT6fnJqgeirevxCL7.adaptive-delivery-prevent-bg, #Wy6Ly4oNbH3o2khvT6fnJqgeirevxCL7.lazyload, #Wy6Ly4oNbH3o2khvT6fnJqgeirevxCL7.lazyloading { background-image: none; }
#rUDaT2ZcOpm7VQehwQaSRJLENzAQsFhx { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ccdd36b6-9a1d-4b6c-a5a2-54fbc88e000b/019_cubrecopones.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:20.75rem;width:17.25rem;top:54.625rem;left:21.375rem;display:block; }#rUDaT2ZcOpm7VQehwQaSRJLENzAQsFhx.adaptive-delivery-prevent-bg, #rUDaT2ZcOpm7VQehwQaSRJLENzAQsFhx.lazyload, #rUDaT2ZcOpm7VQehwQaSRJLENzAQsFhx.lazyloading { background-image: none; }
#nBtNFSpye5MteoNTXm2csEvtslCRiiJC { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e0ed0db-9605-4b45-b6fa-f4829e8a9234/016_panohombros.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:20.75rem;width:17.25rem;top:54.625rem;left:42.75rem;display:block; }#nBtNFSpye5MteoNTXm2csEvtslCRiiJC.adaptive-delivery-prevent-bg, #nBtNFSpye5MteoNTXm2csEvtslCRiiJC.lazyload, #nBtNFSpye5MteoNTXm2csEvtslCRiiJC.lazyloading { background-image: none; }
#xCC8OiUzEw274qbhEdyGFaqFuzhsJTcd { position:absolute;display:block;z-index:15003;background-color:#511010;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.75rem;width:17.25rem;top:74.1875rem;left:0rem;display:block; }
#k4JAoNFbOdGPVV1iWuRCXQx1CAgeISFT { position:absolute;display:block;z-index:15004;background-color:#511010;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.75rem;width:17.25rem;top:74.1875rem;left:21.375rem;display:block; }
#hBlioDBaUK6Ocwl72ORtTkrDfpzRCowf { position:absolute;display:block;z-index:15005;background-color:#511010;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.75rem;width:17.25rem;top:74.1875rem;left:42.75rem;display:block; }
#NRB6OzIG48ZW2kplVSER6K6scvhCQH95 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:75.375rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u7cZHPtCbIehE3D7WzFrQ3eF2hKgH9io { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:75.25rem;left:21.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtrponoEZxZUQH1VaQia7yErfwiCUF8r { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:75.25rem;left:42.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vpnz2eUvf0Py4J3tiauUa4ghLZrHxHhn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/013e7838-eb5b-4e6d-9380-54b383d2aa80/001_capapluvial.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:20.75rem;width:17.25rem;top:81rem;left:0rem;display:block; }#Vpnz2eUvf0Py4J3tiauUa4ghLZrHxHhn.adaptive-delivery-prevent-bg, #Vpnz2eUvf0Py4J3tiauUa4ghLZrHxHhn.lazyload, #Vpnz2eUvf0Py4J3tiauUa4ghLZrHxHhn.lazyloading { background-image: none; }
#WiZ1a7rgSPlAR6lLvTEWOGU4cF7JyEac { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a686689d-6f27-4a26-bce8-89edd8303cf6/006_caidasmanteles.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:20.75rem;width:17.25rem;top:81rem;left:21.375rem;display:block; }#WiZ1a7rgSPlAR6lLvTEWOGU4cF7JyEac.adaptive-delivery-prevent-bg, #WiZ1a7rgSPlAR6lLvTEWOGU4cF7JyEac.lazyload, #WiZ1a7rgSPlAR6lLvTEWOGU4cF7JyEac.lazyloading { background-image: none; }
#G0MCxwMqtoLFcuxSy3nW3PVqEZFVin1t { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f5ca43d8-1fa1-45cd-8a85-6d399ae6aa15/007_estolasbordadas.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:20.75rem;width:17.25rem;top:81rem;left:42.75rem;display:block; }#G0MCxwMqtoLFcuxSy3nW3PVqEZFVin1t.adaptive-delivery-prevent-bg, #G0MCxwMqtoLFcuxSy3nW3PVqEZFVin1t.lazyload, #G0MCxwMqtoLFcuxSy3nW3PVqEZFVin1t.lazyloading { background-image: none; }
#ZncQAfo315Q3Gw5mCzLFPJs6yWXapQ3c { position:absolute;display:block;z-index:15003;background-color:#511010;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.75rem;width:17.25rem;top:100.5625rem;left:0rem;display:block; }
#B2OToFQvJwCsUDkM0gMzTZ8PuXTC5Ezz { position:absolute;display:block;z-index:15004;background-color:#511010;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.75rem;width:17.25rem;top:100.5625rem;left:21.375rem;display:block; }
#wlZfJFnfWVmtqWuL7Mnr2lnSrc11SbWa { position:absolute;display:block;z-index:15005;background-color:#511010;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.75rem;width:17.25rem;top:100.5625rem;left:42.75rem;display:block; }
#nCaArzKv2kteuyJK8MFLSzIuqd3w0OL7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:101.75rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyPkupCOC0GhkTfvZL4csIfxEn0TZgTT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:101.0625rem;left:21.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5OPkLDCVR7piThX7QXtVvLyK2tUXntM { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:101.75rem;left:42.6875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnnIVdVaeVKSdSA3i0EtyxMyab2z8nGd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4897ad45-04d9-4837-b198-a0ebe9907693/002_restauracion.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:20.75rem;width:17.25rem;top:107.4375rem;left:0rem;display:block; }#LnnIVdVaeVKSdSA3i0EtyxMyab2z8nGd.adaptive-delivery-prevent-bg, #LnnIVdVaeVKSdSA3i0EtyxMyab2z8nGd.lazyload, #LnnIVdVaeVKSdSA3i0EtyxMyab2z8nGd.lazyloading { background-image: none; }
#i46A5M0roPub19GX2N8IDyhzFHpB0TRy { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ef523eaf-881d-4c67-86e3-626e8be37ae7/022_partecasullas.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:20.75rem;width:17.25rem;top:107.4375rem;left:21.375rem;display:block; }#i46A5M0roPub19GX2N8IDyhzFHpB0TRy.adaptive-delivery-prevent-bg, #i46A5M0roPub19GX2N8IDyhzFHpB0TRy.lazyload, #i46A5M0roPub19GX2N8IDyhzFHpB0TRy.lazyloading { background-image: none; }
#rwVNn8OuwzQsTzBya8bEOSh1zONhdzXG { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b460b9c7-d9f4-47a3-80d1-2f8e0b47f52b/023_amitostela.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:20.75rem;width:17.25rem;top:107.4375rem;left:42.75rem;display:block; }#rwVNn8OuwzQsTzBya8bEOSh1zONhdzXG.adaptive-delivery-prevent-bg, #rwVNn8OuwzQsTzBya8bEOSh1zONhdzXG.lazyload, #rwVNn8OuwzQsTzBya8bEOSh1zONhdzXG.lazyloading { background-image: none; }
#sPZHlG7rrWNMRzbeq2tpWiBTsn67LJcF { position:absolute;display:block;z-index:15003;background-color:#511010;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.75rem;width:17.25rem;top:127rem;left:0rem;display:block; }
#DAuGPTy8DiQC7XpNtnRChSgh43KJ3EOr { position:absolute;display:block;z-index:15004;background-color:#511010;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.75rem;width:17.25rem;top:127rem;left:21.375rem;display:block; }
#kl78mfZJpGDMZbQgOuhQOeJH3V0lEXOv { position:absolute;display:block;z-index:15005;background-color:#511010;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.75rem;width:17.25rem;top:127rem;left:42.75rem;display:block; }
#ftlJQTODCebeCe6Pry47SxDNSsx1f6lI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:127.5rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqS4iThknJ816wCTcOs2AAbf1AheRnhm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:127.5rem;left:21.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kdot5xIucIh3CyCSN2AmhAGdKxn4mQMv { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:127.5rem;left:42.6875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owtZmsbOBL0P1ryUb75tygT1Hk6eN4Kw { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f7a2813a-5eb6-4daf-b105-2703b907d9c0/021_estolasconfesion.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:20.75rem;width:17.25rem;top:133.9375rem;left:0rem;display:block; }#owtZmsbOBL0P1ryUb75tygT1Hk6eN4Kw.adaptive-delivery-prevent-bg, #owtZmsbOBL0P1ryUb75tygT1Hk6eN4Kw.lazyload, #owtZmsbOBL0P1ryUb75tygT1Hk6eN4Kw.lazyloading { background-image: none; }
#zSH5TWXPB7EtgsIIodQuLOVlp5Sic1yx { position:absolute;display:block;z-index:15004;background-color:#511010;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.75rem;width:17.25rem;top:153.5rem;left:0rem;display:block; }
#BVyzowrB7dIiwnd6mbLnzncr1UfPuyKB { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:154.6875rem;left:0rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CweOAlHFDq6WJDX9rShpG3TbzzB34fG7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.187500953674rem;left:42.75rem;display:block; }
#a2TanQKQsCJW80v0NswpS6vxteQlw6MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZMp10FEeWw0UzuoFif8uT5RO6dRDXX2s { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.6447916030884rem;left:21.375rem;display:block; }
#C8LnuCOO3raAQaOfcqyI0JxORtTHZ6mc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#buE25X4AdrNtLs3A0NbZidLIrKbiotRZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6447916030884rem;left:42.75rem;display:block; }
#oVHDyqOEZ2l531FsTz1XXLmRz0dCONh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sWs46XoP9rJBmyPzcDo5CXGtqWeIViN8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.187500953674rem;left:0rem;display:block; }
#Eu8EwktKaiGmaedxFoiWiTXAyuETn54R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VsUTk0KuNapPWNNQ1Tnvss06rzLABsHm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.187500953674rem;left:21.375rem;display:block; }
#r2d3U7OptUEfiJTdfAZT4VpqcLyMuorT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGSynZFl9eUHfRD2AQXFwO5THOqGmSuC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.187500953674rem;left:42.75rem;display:block; }
#r4KpzX4KoVIySp4vw59MT7L7BxeXTy9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBO14Zc93Ig4DsPOHiTXZSArDlZK1IOQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.625000953674rem;left:0rem;display:block; }
#F8wT0ACBhy27BBkeR6bmDoS8L9AGSeuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HqdHdQxanw4IknnyONt4kG8EW8MRHLVU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:54.625000953674rem;left:21.375rem;display:block; }
#UWLtaVtGzasw7lUd0BHvTzE5ASXCDbFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHexxDwpZiC0Omqoz21J2VFPfiGcszBG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:54.625000953674rem;left:42.75rem;display:block; }
#UJaeiv8RROPgKFB6w4rBsZTqT1suvH6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SctvCxVWDUeCn25gvd43crPhsVOcfQfk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:80.999997138975rem;left:0rem;display:block; }
#Gy8b83J3XhvVo9MPTaUhQ5Twi1SrMksT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCaHaQPy4ogPERGNMcc3zgTw8EKD5BRz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:80.999997138975rem;left:21.375rem;display:block; }
#piyIpw6k5KGAgOmpvTVsm5onT0nGT9GB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ih1Rd0Jzq1zKK0CaQU0JT8VX0AEPSuZb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:80.999997138975rem;left:42.75rem;display:block; }
#B5MamUJ6qa4oTgwChVLtmdwTlyVxCB4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eiSWEbUr6ELhnmfoDAJARbFFGXNVe45M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:107.43749713898rem;left:0rem;display:block; }
#MxTH9hkcF1K80WDvNrw5zFTOmTRvLU6t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFJ0vr1ZGegivzmoF8uWfhUUdmuT08i0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:107.43749713898rem;left:21.375rem;display:block; }
#W860bd4eLkTd0TquC1ZbqtcWVIxKZGP7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mpTuQHo7wu9L4q1hR1SwE8h7SxPtpH6U { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:107.43749713898rem;left:42.75rem;display:block; }
#UmpuwfSVn8sFL1Ch7tpz9BeqfyrizmKg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xB3L5vcVhqLhEd8Z06rf2rWRnbHV8VWM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:23.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:133.93749713898rem;left:0rem;display:block; }
#oVwKOvMPkTNaPdUQwF3rchtqo6yVmNkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;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; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row .container { background-color: transparent; background-image: none; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row .container > .video-iframe-container { display: none; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row > .video-iframe-container { display: none; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .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); }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row .container { border-width: 0; border-radius: 0; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 { border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-4),1);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; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row .container { background-color: transparent; background-image: none; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row .container > .video-iframe-container { display: none; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row > .video-iframe-container { display: none; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .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); }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row .container { border-width: 0; border-radius: 0; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#tqu14fJdh71ge1M5qndco4ebK7AGnlk5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:2.1875rem;left:0rem;display:block; }
#GZqkB90KBtnaUfJV9U44uyGGmqvrioXr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:2.1875rem;left:31.25rem;display:block; }
#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;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; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row .container { background-color: transparent; background-image: none; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row .container > .video-iframe-container { display: none; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row > .video-iframe-container { display: none; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .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); }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row .container { border-width: 0; border-radius: 0; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/df861da6-00d0-433a-9950-2ed6aa29b129/backgroundtecidos.webp");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; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza.adaptive-delivery-prevent-bg, #TFeA31xWoJPhGE4REZnCUxx8CU6JAbza.lazyload, #TFeA31xWoJPhGE4REZnCUxx8CU6JAbza.lazyloading { background-image: none; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container { background-color: transparent; background-image: none; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container > .video-iframe-container { display: none; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row > .video-iframe-container { display: none; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .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); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container { border-width: 0; border-radius: 0; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#seGJUTN3wx0eJUGH13xTa0XXPGuQXhfd { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2354164123535rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sQgUNB425yZLr5iCcUdadR4HCU5MCREd { 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.875rem;width:2.9375rem;top:13.96875rem;left:32.6875rem;overflow:hidden;display:block; }
#ONfZPsizaER0aSmxGhc9KT8Nk3Dq717F { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.835418701172rem;left:36.25rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XxQBVvWRT9RVAUsUfzGgeWdkCmoLBGKx { 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:2.75rem;width:2.6875rem;top:14rem;left:41.5625rem;overflow:hidden;display:block; }
#MzaVQf9zMkFOTq9Z5hQnS2A2RmVLONMK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:44.875rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DMkkxE49VEoiH3ImsoGEAC53PKvtuZNS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:54.75rem;height:4.14375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zDTz7peG1wsvvd4IteQvWInonPiNTc0q { position:absolute;display:block;z-index:15008;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.75rem;width:2.75rem;top:14.0625rem;left:51.375rem;overflow:hidden;display:block; }
#lU0vM4ZIdPWTAMmxKTy3ZEwubZsQtBX9 { color:rgba(var(--color-secondary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:32.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o1MRDeMppk7D7mL8dLZGVdzZ5Fsz8vaN { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.6875rem;height:6.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeHTnyVlE50uMUi4DsHdQJyO2ZXN4Vm2 { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.3125rem;left:32.6875rem;display:block; }
#ciAABV6g861UANdZJ3Cmykmy44LhA0zk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dqqb7OiX9bAbWZIlSzEtXXOT7pi81PdI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#bI055Tz7rrdTBdSsvFP3f133ukloxFoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/675069ac-4743-4ec8-bbe1-09074b6c98e9/background2_original.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC.adaptive-delivery-prevent-bg, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyload, #bI055Tz7rrdTBdSsvFP3f133ukloxFoC.lazyloading { background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .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); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { border-width: 0; border-radius: 0; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#hUncICQbHHJNct7fhaCNw7vlIiQhTORp { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { color:rgba(var(--color-secondary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/et5ohn6Z/background_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ.adaptive-delivery-prevent-bg, #ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ.lazyload, #ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ.lazyloading { background-image: none; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container { background-color: transparent; background-image: none; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container > .video-iframe-container { display: none; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row > .video-iframe-container { display: none; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .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); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container { border-width: 0; border-radius: 0; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#luTQnKGe6qslg0ObkJvvK2AwXJbZy0nd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/2b92137e-5edd-4114-b96a-879118010268/PP002.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.125rem;top:1.6875rem;left:0.125rem;display:block; }#luTQnKGe6qslg0ObkJvvK2AwXJbZy0nd.adaptive-delivery-prevent-bg, #luTQnKGe6qslg0ObkJvvK2AwXJbZy0nd.lazyload, #luTQnKGe6qslg0ObkJvvK2AwXJbZy0nd.lazyloading { background-image: none; }
#Xp7re375qq6Ews8BkWsfwUeb7xPCr9Au { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.625rem;left:2.3125rem;display:block; }
#HCiLLNJyInUr6qTUPBfwecacuUTT12KS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpPMr3ogdyveFGz8vaHccutlqyXCW51n { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.625rem;left:17.625001907349rem;display:block; }
#ZrDdhyuBkh4KL1FlpvqgpxwDMT94tsWn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzsrom6WZJ2eR3t1gDLsOb7OGqb2Fvuo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/7c0b87fa-5da5-4ba0-b9b0-062a1a8268ab/albasfiesta012.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.125rem;top:1.6875rem;left:15.312501907349rem;display:block; }#kzsrom6WZJ2eR3t1gDLsOb7OGqb2Fvuo.adaptive-delivery-prevent-bg, #kzsrom6WZJ2eR3t1gDLsOb7OGqb2Fvuo.lazyload, #kzsrom6WZJ2eR3t1gDLsOb7OGqb2Fvuo.lazyloading { background-image: none; }
#hXm67EKTFFFL7JX3TIBCa4QedQfTkvzc { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.625rem;left:32.625001907349rem;display:block; }
#RioIg5PVvEJTzJWRLA6ehGnLXo9ybXFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lt7WRtRWATDCoymCl4yqp56ipMT9n8Kt { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/934816a2-e814-4fbb-90a1-90a0c5ac9040/PP003.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.125rem;top:1.6875rem;left:30.5rem;display:block; }#Lt7WRtRWATDCoymCl4yqp56ipMT9n8Kt.adaptive-delivery-prevent-bg, #Lt7WRtRWATDCoymCl4yqp56ipMT9n8Kt.lazyload, #Lt7WRtRWATDCoymCl4yqp56ipMT9n8Kt.lazyloading { background-image: none; }
#z5vJGD2y915oMpe4uKxd00IVkdGVcpO9 { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.625rem;left:47.936719894409rem;display:block; }
#SUhliqlgJp8VXIt5HfMP5ehNpon535oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nzl28bWZaEosk88otMqD5RI3nIodKBkw { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/55a5d7e1-f290-4e14-8a8b-84334298e752/017_paliasfiesta013.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:15.5rem;width:14.125rem;top:1.6875rem;left:45.750001907349rem;display:block; }#Nzl28bWZaEosk88otMqD5RI3nIodKBkw.adaptive-delivery-prevent-bg, #Nzl28bWZaEosk88otMqD5RI3nIodKBkw.lazyload, #Nzl28bWZaEosk88otMqD5RI3nIodKBkw.lazyloading { background-image: none; }
#BAPoGDQEUf2hudpvd2HbBWlGXd3Tgcvt { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2QLGdH0lIKaX2pVP8SHETHcHi0efkxl { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:25.71484375rem;left:28.437501907349rem;display:block; }
#f3zITaxvi4xxbwdtTpZOTWvu0rbtrylC { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.36171913147rem;left:2.03125rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fK0xdclETQ2qdz7LHI1pJAH3SkDoz6lZ { position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6867370605469rem;left:0.125rem;display:block; }
#MkT0Lfla6hL33vrg15hTzeSSHDfyA88X { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:17.625rem;left:17.4375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGUBdUT4l1vctOOI8lcs0eEQxfWNbX9f { color:#511010;display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.600000619888rem;left:30.937501907349rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7eskEIGWmFTkgsbBGnuV7zuEd096U2a { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:18.36171913147rem;left:47.842969894409rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eIJLXwevOClTKRuDyFs48M3AppE6Guku { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7Umk2CvSkTkawLGNQtzHhDlLvWTV5ny { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZdIPapTzXATRMoui2znAX5DCmcPeQoD { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),0.68);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;height:2rem;width:5.375rem;top:15.1875rem;left:24rem;display:block; }
#GFT2Ka7MDBHbgTFhJnyW9eOxLEKsX3Ln { color:#511010;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:15.6875rem;left:37rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6oFHfV4mZo71ytAzZTu0NiZvSzs4UD9 { position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-0),0.68);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;height:2rem;width:5.375rem;top:15.25rem;left:39.25rem;display:block; }
#BkA1iZi8i9m4UhhnXZnQfDPhWwgmy6KB { color:#511010;display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:15.6875rem;left:54.812498092651rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSVQhQNRw641T0MIBfDXdAaUZJTWzTFW { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-0),0.68);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;height:2rem;width:5.375rem;top:15.1875rem;left:54.499998092651rem;display:block; }
#LcuNw6uTTfR5KuLFWQ3x8sAizL2sE6Sy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.68);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;height:2rem;width:5.375rem;top:15.1875rem;left:8.875rem;display:block; }
#EJElVZHgFxhXwORncMHv0diREZdVzurU { position:absolute;display:block;z-index:15058;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:15.312501907349rem;display:block; }
#KIQtJbC6nm6Rx1G5LOeZLbKErgga5osL { position:absolute;display:block;z-index:15057;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:30.500001907349rem;display:block; }
#gAutaLvvUNvgRQWEucXHpaaXqRLANldz { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:none;border-top:0.0625rem solid #511010;border-left:0.0625rem solid #511010;border-right:0.0625rem solid #511010;border-bottom:0.0625rem solid #511010;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.125rem;width:14rem;top:1.6875rem;left:45.8125rem;display:block; }
#nMMBAi7nMu7at8XZrpDlfc2VL3RwCTdc { background-color:transparent;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.3125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:28.11874961853rem;left:23.593751907349rem;display:block; }
#MD8Q3UPqizOrh1Tn34cLXFIVG8if0UC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;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; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row .container { background-color: transparent; background-image: none; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row .container > .video-iframe-container { display: none; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row > .video-iframe-container { display: none; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .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); }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row .container { border-width: 0; border-radius: 0; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 { border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;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; }#u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 > .row .container { border-width: 0; border-radius: 0; }#u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:none; }#cOiFEPQmLT2AOpg6eELTCBV6oRM5qF6g { color:#511010;display:block;width:40.5625rem;position:absolute;font-family:"times new roman";font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.71875rem;height:8.04375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLKskrR1Z7mTcqhrOTFvNKyuJVP93c2a { color:#511010;display:block;width:37.625rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.0625rem;left:11.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTTQu2ETpJ9ZnaaDanApeoI2tJhVOw9m { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.125rem;left:21.25rem;display:block; }
#SdsZNZBwukK3lHLv4f73G2yHTFa4AEiS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGzKIIRJgtMlZ6tdbzP0HKJKEcEIkPmV { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.125rem;left:25.4375rem;display:block; }
#au2kIl0Ds2R26Jkml6QALshdKXNfcmiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0c5SCRfKRt9Zka8yiPuLFoL80v9xqKQ { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:1rem;top:0rem;left:0rem;display:block; }
#T473TBWCxMhWem7lDd75IscI3wtWyOJC { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.875rem;top:0rem;left:1.625rem;display:block; }
#L8lgFyOqOEKzqe3nQsFdXoqzbTBd5F8s { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.75rem;top:0rem;left:3.125rem;display:block; }
#sppzBAqD4UmhWcqCApzIksx9DKnh4FQm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.625rem;top:0rem;left:4.5rem;display:block; }
#vCzALwEUMomS4elE2m6PwcQkHtKJTbNX { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.5rem;top:0rem;left:5.75rem;display:block; }
#L1KKC8CfawrzbTvFOwuOuxR7NDonWxaS { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.375rem;top:0rem;left:6.875rem;display:block; }
#XQ3slEOTNSJ1DMezieFypZnCZ7g68SPq { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.25rem;top:0rem;left:7.875rem;display:block; }
#y9u3EzukAsgD04bpUfk7aECwm0hXC8SH { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.125rem;top:0rem;left:8.75rem;display:block; }
#GoEqTlNpVx3Lnlde3dm4NoLxEcG5AR95 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.5rem;top:0rem;left:54rem;display:block; }
#f8sR0tMheQqG26UEnsLQHrep5VnmRGfH { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.375rem;top:0rem;left:53.0625rem;display:block; }
#kt5eB2dCFRrWnsJFQxuL9Tp5prhfhkAa { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.25rem;top:0rem;left:52.25rem;display:block; }
#ZE9o9JATWNOVSbXCkZsK1736Mw7bQo7n { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.125rem;top:0.0625rem;left:51.5625rem;display:block; }
#EaFf3OgcMMxzuKpkxK6MAzrSoGXdETcd { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:1rem;top:0rem;left:59rem;display:block; }
#mXCtyoyTPnGdypAVRVmVlB676P4fy2Ff { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.875rem;top:0rem;left:57.5625rem;display:block; }
#sGCIq6WUxiVcfuvlxawOIzTsCMfm4JoO { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.75rem;top:0rem;left:56.25rem;display:block; }
#iz25v8WZvLCyf90rLQB8e99LuerTbPXA { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.625rem;top:0rem;left:55.0625rem;display:block; }
#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD { border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:#6f1e1e;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; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row .container { background-color: transparent; background-image: none; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row .container > .video-iframe-container { display: none; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row > .video-iframe-container { display: none; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .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); }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row .container { border-width: 0; border-radius: 0; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#gpNpZgcM0dcIdlo8xbFou7vKCwKtGOm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(81,16,16,0.7);top:1.875rem;left:9.71875rem;height:8.04375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MMOK4IgkuTwz0PMKlOCvKxf924qlDQev { color:rgba(var(--color-tertiary-0),1);display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(81,16,16,0.7);top:11.0625rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UfBD16n9X61gaRiD1o5R2iozMVoV22PT { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.125rem;left:21.25rem;display:block; }
#nU7Jn1b3k2UpZPbAcLnTLkHrNXalRgpm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTrOWHcIqFMO3IeugUnLFbPn5vfmbuI1 { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:14.125rem;left:25.4375rem;display:block; }
#zt384SwtD5ZDyC9zNH6Zgss3VIb78LVp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8rwLFTN9yPQPLplgyUvs5PD0Aa6SHuc { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),1);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:1.25rem;width:1rem;top:9rem;left:0rem;display:block; }
#aL96b8POctTdRqugTAlTWOUe9E2No4ZJ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);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.75rem;width:0.875rem;top:7.75rem;left:1.625rem;display:block; }
#X3Cy9OT1Al0bg6S76mW3HKlTaVfOJ0QQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);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:8.125rem;width:0.75rem;top:5.5625rem;left:3.125rem;display:block; }
#tsus7hkCPNhzqRzoTLIqn547RdPHX5Wv { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-3),1);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:12.5rem;width:0.625rem;top:3.375rem;left:4.5rem;display:block; }
#NLUTHwlPi8ZtZTtFMKMgeLpMJElT4ox0 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-3),1);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:15rem;width:0.5rem;top:2.125rem;left:5.75rem;display:block; }
#Uc3GNwFANsAOlrpkrlwEggJN0TRoaZkQ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);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:16.875rem;width:0.375rem;top:1.1875rem;left:6.875rem;display:block; }
#aLJ5KAB5iTTKic4ZTBT0aNySSVsKf4c3 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);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:18.125rem;width:0.25rem;top:0.5625rem;left:7.875rem;display:block; }
#tTcWKSHesGXERl1MTxEUltLNxzFv3SgC { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.125rem;top:0rem;left:8.75rem;display:block; }
#vJAQHoMyQpPSCIDu2VehdKtB6cXy76y8 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),1);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:15rem;width:0.5rem;top:2.125rem;left:54rem;display:block; }
#qiP1IQLh9b92X4EJy7PLt8V6z0ptrB1r { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-3),1);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:16.875rem;width:0.375rem;top:1.1875rem;left:53.0625rem;display:block; }
#JlZWrVHlATpdaeybB5I2hpSUgtsN0MnV { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-3),1);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:18.125rem;width:0.25rem;top:0.5625rem;left:52.25rem;display:block; }
#aIAANMztACsRu5yqVy7WZ0oRMOG9p1D7 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-3),1);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:19.25rem;width:0.125rem;top:0.0625rem;left:51.5625rem;display:block; }
#w6E6Bq8AKDi7hTApgTwUwQN8CJ7ghTue { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-3),1);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:1.25rem;width:1rem;top:9rem;left:59rem;display:block; }
#rK4QbTqMyDD1vZW3df1JIUuETTW8aVDP { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-3),1);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.75rem;width:0.875rem;top:7.75rem;left:57.5625rem;display:block; }
#Byh3JpDnbdhw4wBFTE39i5TNd3QyFTvV { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-3),1);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:8.125rem;width:0.75rem;top:5.5625rem;left:56.25rem;display:block; }
#K8d2XCHqqABm0z8yKKdEgLSifitf7TwV { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);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:12.5rem;width:0.625rem;top:3.375rem;left:55.0625rem;display:block; }
#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;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; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row .container { background-color: transparent; background-image: none; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row .container > .video-iframe-container { display: none; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row > .video-iframe-container { display: none; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .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); }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row .container { border-width: 0; border-radius: 0; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:60rem;position:relative;display:block; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1612ff87-fa6c-49c2-9e89-ad0d835a7dd7/noroot.preview.mirror");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8.adaptive-delivery-prevent-bg, #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8.lazyload, #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8.lazyloading { background-image: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { background-color: transparent; background-image: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container > .video-iframe-container { display: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container { display: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .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); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { border-width: 0; border-radius: 0; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#q7WRWJ1oGbRzaTwBqnED2ORQ36faar82 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:32.6875rem;height:6.3375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7RRsmE5eedLTh99E16Pl0UPDP0Q76B3 { background-color:#511010;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.298950195312rem;left:32.6875rem;display:block; }
#yshUV03uTrpzHdICqsJHLkoeSeLctOCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCoF2sd4D7Zq01iv70TbfMBZCLMuTlkH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.6875rem;top:4.0625rem;left:32.6875rem;overflow:hidden;display:block; }
#VmqNuwrie33z50B1wFTIIpWl6bydqbn9 { color:rgba(var(--color-secondary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.25rem;left:32.75rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MtwRDp6ZrK6AyeglbnZSnXFpDC48MVfB { 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:37.5rem;width:60rem;display:none; }
#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L { position:relative;display:none; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L { border-width: 0; border-radius: 0; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .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; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72f5f8e3-ed4d-46b5-8b61-31e9f438762a/026_principal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS.adaptive-delivery-prevent-bg, #thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS.lazyload, #thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS.lazyloading { background-image: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container { background-color: transparent; background-image: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container > .video-iframe-container { display: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(81,16,16,0.59); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row > .video-iframe-container { display: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .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); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container { border-width: 0; border-radius: 0; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS::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; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#IDtqxu8KhpkrSPPJz5Xpp35N4uHFSQ3E { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.125rem;left:49.75rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#lPk8eCpixL9eXkMZCQJb44EwKuFKXLsK { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.4375rem;left:52.875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#wWoT3IN44DwttZeZvXcKkMbCaPS4QI5J { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:2.0625rem;left:48.1875rem;display:block; }
#hP919TUUnEKTzGW5dCbR7X4ESUqfN3tL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:3.125rem;left:51.1875rem;display:block; }
#FTISQKk6vpzIZi5zB0nRzyTz9nQgn6TK { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:1.6812438964844rem;left:17.0625rem;display:block; }
#JVAITFk30FgtfkuD5XmTBWwGKvTUKaTm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1124877929688rem;left:17.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#lJr0lTTNTo812ru7LREz4iKvB1hePU1M { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.0625rem;left:0rem;display:block; }
#GFX2bAMFzM2eerktUzMeH6mvtwSeRaxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WxxnXhRNc1PmQ6d1lsQbvpc2JMiVLOtS { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.375rem;left:0.25rem;display:block; }
#IBL2eMSsga7c20L17fa06FR5JixLJGcX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.0625rem;left:3.4375rem;display:block; }
#WaAvlCfXwM2yyJIvAe5wB5MwOCIGghOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnXIvZ50ktJXcwxw2kGo2MK7eZkTSntn { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.34375rem;left:3.6875rem;display:block; }
#FVwKLvO4O7dc6P5Poe83RfPNb9esNgZz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.0625rem;left:6.875rem;display:block; }
#IrENKJeOaX1U3E5TyEgrHDeTdg2eEMvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PkyFeczE37gOfibJV6BQdbR6THvt02dk { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.34375rem;left:7.1875rem;display:block; }
#ztHD04kvE2FaMN9dTveN2186EDZk0Sh1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.8125rem;height:2.8125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:2.0625rem;left:10.3125rem;display:block; }
#AV5XxkOKO8Dd0HuRB9WCBmTdCeRZ3Lsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NaZAhNuMJD9s6umPXGALUWeDq9QG8r7t { box-sizing:content-box;color:#511010;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:2.34375rem;left:10.625rem;display:block; }
#lTDBAsXaKUluQ6UI7dWItLAGQPtalPAf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#WS4iJQtutc0Ta2iqv6vb0NUTTRCA1yuL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.0625rem;left:29.875rem;display:block; }
#yS2qqNa8aXpnEwrA8pQPnCwQCVqaXWw5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.4375rem;left:48.1875rem;display:none; }
#wgh6RQT1BFJuLO4VPkoVCdrq5v3NSOzD { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.5rem;left:49.75rem;height:1.3rem;text-align:right;text-align-last:right;display:none; }
#AhQ8C8trKu37gnwJE21AaeXCZfTWEmzz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.875rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 { position:relative;display:none; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 { border-width: 0; border-radius: 0; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .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; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#511010;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; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { background-color: transparent; background-image: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { display: none; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .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); }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { border-width: 0; border-radius: 0; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { 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:11.0625rem;width:15.625rem;top:2.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.325000762939rem;left:11.0625rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kZQxS6ovQReTLFnDMub0v9NcPdf50TGf { display:block; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyKrfZcaNCcys8m6LcaPLkO0PPAKyXWI { top:8.5625rem;left:0rem;width:18.625rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKsGbq49PDkFFzeTcNHtlm9IFpEUJ3T { top:2.6875rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unizppwn7HECQhqiDdo1ZJZHPb32NrkP { top:29rem;left:0rem;width:25.875rem;height:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1QZE5cUygFZN7vGAlEao6BbtQlJv9PF { top:21.8125rem;left:0rem;width:5.75rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0nZUTFCc8UXrETwTzaIerrPsDh6KyX { top:24.1875rem;left:0rem;width:5.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v09uq5vvJ6rCtAoo7NxzIoD49bpTlRiL { top:19.875rem;left:0rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZq0fX79t7NSekzgknGKJvPhT5hU0mpc { width:16.0625rem;height:3.4375rem;top:37.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlPmBveqzDE5mRfgokmgAHqp8dBc1mq8 { display:block; }
 }@media only screen and (max-width: 763px) { #wZFMIFJwgptQo2PX7girX30ovGZJurrb { top:37.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZIUXkKVP3UQhoVk3ZIcyZVGQg8E6Rh { top:38.25rem;left:0rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkxEyZLsKHb9MOykv0rKkkGzObtmf3ho { top:37.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sR7fLsKEVHZraruwJuKbZwtNu5o6Zz4q { top:38.25rem;left:0rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaIA90f1OTIU6ZsgS23omge1oLfhh8Tu { width:47.6875rem;height:25.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEUQs43G5kkh8PxiQaGSokOIbopLFu3c { width:47.75rem;height:53.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF { display:none; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fpr93zzC6AA5UyHCOeiEcbzSbMitTAJi { top:8.5625rem;left:0rem;width:18.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4ayTIqVLkUBZSy9M0Ru6HbKnnAlRTk { top:2.6875rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh887nd3KXU4MNuUg6PeMyALQcTuTkoX { top:29rem;left:0rem;width:25.875rem;height:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1cDTzod1yz7zpqJr7s2m7CTTkJa1fnH { top:21.8125rem;left:0rem;width:5.75rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEKD0VkG79bpFlbRVJFNEJ20Kii1kgZV { top:24.1875rem;left:0rem;width:5.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0zIIqFwyNO29prQNpI2SpJag9aDCeL { top:19.875rem;left:0rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZxO40oCGMWEln3dVNTC9VN52EhPz6C { width:16.0625rem;height:3.4375rem;top:37.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAoMVRXrPUHf122a2XUHJqm07fWzrmHC { display:block; }
 }@media only screen and (max-width: 763px) { #zd2y8o9hSCboE8bsQ6s03a5iGmZvT1Qv { top:37.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTy8KStdxG6ar1WuxlrtJ3lsMUDycP4 { top:38.25rem;left:0rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nryBQC7MtfG9RnOUkxqHyUBdLDmyHs08 { top:37.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bS0Nq7n5BD1J55z9eJ8F94IIVC7QudQ5 { top:38.25rem;left:0rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4xvJ8k9GT1oQFVySHnWrrz0TGThDDHE { display:none; }
 }@media only screen and (max-width: 763px) { #WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { display:block; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block; }
 }@media only screen and (max-width: 763px) { #ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { top:0.875rem;left:42.625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block; }
 }@media only screen and (max-width: 763px) { #BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { top:0.875rem;left:38.1875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II3xQINykAaMTfzABvMPr91Irwiy1IJh { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block; }
 }@media only screen and (max-width: 763px) { #bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { width:2.8125rem;height:2.8125rem;top:0.5625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block; }
 }@media only screen and (max-width: 763px) { #uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { top:0.875rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 { display:block; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S812CrKmqJU4amMozDFBSww4FTAbu2dw { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qerenfkJtydTg9h8idqE05oUX0bi4TsT { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI { display:block; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvHa03ZNlGukQuJkPnSyQ6DePMW8w3yC { top:0rem;left:0rem;width:47.75rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGEAcGDcAZ5Tr3h7VVhn0kT3rdZEH1hT { top:41rem;left:0rem;width:25.4375rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXh4HcAA8M4NJZPnIrDcxtsuteDd1X8G { width:19rem;height:5.25rem;top:35.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQQu10UZNynJtnpBgwo7Q9QPZsNNcU4f { display:block; }
 }@media only screen and (max-width: 763px) { #b5E53Teh3TmP2HDbcwralZvXHfQfyTip { top:35.1875rem;left:0rem;width:6.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXMpxgX2MT6u947Q9nCzL4qM3bPyEFk { top:35.75rem;left:0rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzo3XRlbDPdfR4qnoPOWRXQREUXvD7Vb { top:10.5625rem;left:21.3125rem;width:19.0625rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL8KK3hE2f2ZpX8dU7fio57yQqw7H7RC { top:10.5625rem;left:31rem;width:16.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEV0AVNS6HEiH6TWsTRKu8pvUaXu4ssl { top:12.4375rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9JzSl1LaaFtxCslMucyFFoSbGKFJJ9 { top:12.4375rem;left:0rem;width:15.625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6NimEa0Npx1RZXrluCSMTf5SLPKaInX { top:11.8125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4kWgO5KpwpT4pTTZ6UwIbhzWDxPCdhg { top:28.625rem;left:1.3125rem;width:10.625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9dabbRI1o0oxBPNE3FXbyENrxzZDWN { top:12.4375rem;left:0rem;width:15.625rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hX0Aney4mlTQT62d3oRTL8Vvo0K2nSFB { top:12.4375rem;left:0rem;width:15.625rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVVW08tGid6pabI2KLHtRuK3yQlNhU47 { top:35.75rem;left:0rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGOkLkhC6yd4usDvquTZKFV99DvbiNSU { top:35.1875rem;left:0rem;width:6.25rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcw2eVvn8ecF3S72803tIpV6stK4U0kr { top:35rem;left:1.125rem;width:9.375rem;height:3.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cx02dHSMPFQaZvKPPV6KJS0CHeFik4sG { top:12.4375rem;left:0rem;width:15.625rem;height:20.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdA0qlNoS1xrqxUEkJ5lKsaHrW7Uh1zO { width:15.625rem;height:21.5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUy24Ly7URaRSPeuEC6Dr9VCUQ8NaFb { display:block; }
 }@media only screen and (max-width: 763px) { #WWHeqauJ2VIBkwOuoWXqV71eMZ7DITv8 { width:15.625rem;height:21.5rem;top:11.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pySs0uKxXQ41l7TXaHyFqnG66S2h0taO { display:block; }
 }@media only screen and (max-width: 763px) { #XVmXo4BE2ttDtFGgXav9qygLTvva5rMn { display:block; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEWnLReXstzWRDMF5BGslyCZSIMcCiww { top:5.375rem;left:20.4375rem;width:27.3125rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLrMeC8smVzGPaxcX2F3PtSdCgGEeOTu { top:13.5625rem;left:20.6875rem;width:27.0625rem;height:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRCmfSxrvt6J5CSK1tFIFLKH8KJZ3LQ { width:45.6875rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V { display:block; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb { top:1.625rem;left:0rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX { top:1.625rem;left:14.5rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B { top:1.625rem;left:30.375rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE621MStyoTeQgrXwyJ5liPUIok273hO { top:21.1875rem;left:0rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc8C9hRQGJFWzCvQLDEU4kTSGILGVr28 { top:21.1875rem;left:14.5rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJwBJTOzVkrPJSFfE9gmNzO1TLDoCeCR { top:21.1875rem;left:30.375rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7eJKSC2f2Jy2MD5mZf0MMvIv1M1P9gD { top:22.375rem;left:0rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOeCwl9kguhJkseSvr0aeRz2kl2ax5JM { top:21.6875rem;left:14.4375rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaczZGy6RQCWqWF3iwmDzrF6FllSAJ7o { top:22.375rem;left:30.3125rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1UHtIVrSdgJc5ETSuHNItvl9WuooPd { width:17.25rem;height:23.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUygsFMJC79rPCO7zUnZ9RSGpeb5Qs8W { display:block; }
 }@media only screen and (max-width: 763px) { #GEqeVMN9W8FAp7HqASJBnGf3cTfSL1oA { top:28.1875rem;left:30.375rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc6LKOuniB34elS3qK199upZTve7xENH { top:28.1875rem;left:0rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL47XD0Rs8uoha54hHxB4Xi21DUaQa4V { top:28.1875rem;left:14.5rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VoakbhsTbrwTbJgBOP2EV83aT1WdMA { top:47.75rem;left:0rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXlqNsTPDXq3BX3PdGK6xUN1bDtxIpZn { top:47.75rem;left:14.5rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9BdSJMNOSnpM6HTESMaJ08mxBN2AveT { top:47.75rem;left:30.375rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9qSEncUbQ0hDyldDnwpTuVLWUKAb38a { top:48.25rem;left:0rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTVLvRezORkcJQcIvNreTNer7dDLKdw { top:48.25rem;left:14.4375rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb4UonxnawvNZfXsQubekgZv0VCfBWIT { top:48.25rem;left:30.3125rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6Ly4oNbH3o2khvT6fnJqgeirevxCL7 { top:54.625rem;left:0rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDaT2ZcOpm7VQehwQaSRJLENzAQsFhx { top:54.625rem;left:14.5rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtNFSpye5MteoNTXm2csEvtslCRiiJC { top:54.625rem;left:30.375rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCC8OiUzEw274qbhEdyGFaqFuzhsJTcd { top:74.1875rem;left:0rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JAoNFbOdGPVV1iWuRCXQx1CAgeISFT { top:74.1875rem;left:14.5rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBlioDBaUK6Ocwl72ORtTkrDfpzRCowf { top:74.1875rem;left:30.375rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRB6OzIG48ZW2kplVSER6K6scvhCQH95 { top:75.375rem;left:0rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7cZHPtCbIehE3D7WzFrQ3eF2hKgH9io { top:75.25rem;left:14.4375rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtrponoEZxZUQH1VaQia7yErfwiCUF8r { top:75.25rem;left:30.3125rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpnz2eUvf0Py4J3tiauUa4ghLZrHxHhn { top:81rem;left:0rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiZ1a7rgSPlAR6lLvTEWOGU4cF7JyEac { top:81rem;left:14.5rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0MCxwMqtoLFcuxSy3nW3PVqEZFVin1t { top:81rem;left:30.375rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZncQAfo315Q3Gw5mCzLFPJs6yWXapQ3c { top:100.5625rem;left:0rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2OToFQvJwCsUDkM0gMzTZ8PuXTC5Ezz { top:100.5625rem;left:14.5rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlZfJFnfWVmtqWuL7Mnr2lnSrc11SbWa { top:100.5625rem;left:30.375rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCaArzKv2kteuyJK8MFLSzIuqd3w0OL7 { top:101.75rem;left:0rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyPkupCOC0GhkTfvZL4csIfxEn0TZgTT { top:101.0625rem;left:14.4375rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5OPkLDCVR7piThX7QXtVvLyK2tUXntM { top:101.75rem;left:30.3125rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnnIVdVaeVKSdSA3i0EtyxMyab2z8nGd { top:107.4375rem;left:0rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i46A5M0roPub19GX2N8IDyhzFHpB0TRy { top:107.4375rem;left:14.5rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwVNn8OuwzQsTzBya8bEOSh1zONhdzXG { top:107.4375rem;left:30.375rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZHlG7rrWNMRzbeq2tpWiBTsn67LJcF { top:127rem;left:0rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAuGPTy8DiQC7XpNtnRChSgh43KJ3EOr { top:127rem;left:14.5rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl78mfZJpGDMZbQgOuhQOeJH3V0lEXOv { top:127rem;left:30.375rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftlJQTODCebeCe6Pry47SxDNSsx1f6lI { top:127.5rem;left:0rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqS4iThknJ816wCTcOs2AAbf1AheRnhm { top:127.5rem;left:14.4375rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdot5xIucIh3CyCSN2AmhAGdKxn4mQMv { top:127.5rem;left:30.3125rem;width:17.3125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owtZmsbOBL0P1ryUb75tygT1Hk6eN4Kw { top:133.9375rem;left:0rem;width:17.25rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSH5TWXPB7EtgsIIodQuLOVlp5Sic1yx { top:153.5rem;left:0rem;width:17.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVyzowrB7dIiwnd6mbLnzncr1UfPuyKB { top:154.6875rem;left:0rem;width:17.3125rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CweOAlHFDq6WJDX9rShpG3TbzzB34fG7 { width:17.25rem;height:23.3125rem;top:28.1875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TanQKQsCJW80v0NswpS6vxteQlw6MT { display:block; }
 }@media only screen and (max-width: 763px) { #ZMp10FEeWw0UzuoFif8uT5RO6dRDXX2s { width:17.25rem;height:23.3125rem;top:1.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8LnuCOO3raAQaOfcqyI0JxORtTHZ6mc { display:block; }
 }@media only screen and (max-width: 763px) { #buE25X4AdrNtLs3A0NbZidLIrKbiotRZ { width:17.25rem;height:23.3125rem;top:1.625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVHDyqOEZ2l531FsTz1XXLmRz0dCONh4 { display:block; }
 }@media only screen and (max-width: 763px) { #sWs46XoP9rJBmyPzcDo5CXGtqWeIViN8 { width:17.25rem;height:23.3125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu8EwktKaiGmaedxFoiWiTXAyuETn54R { display:block; }
 }@media only screen and (max-width: 763px) { #VsUTk0KuNapPWNNQ1Tnvss06rzLABsHm { width:17.25rem;height:23.3125rem;top:28.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2d3U7OptUEfiJTdfAZT4VpqcLyMuorT { display:block; }
 }@media only screen and (max-width: 763px) { #AGSynZFl9eUHfRD2AQXFwO5THOqGmSuC { width:17.25rem;height:23.3125rem;top:28.1875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4KpzX4KoVIySp4vw59MT7L7BxeXTy9t { display:block; }
 }@media only screen and (max-width: 763px) { #OBO14Zc93Ig4DsPOHiTXZSArDlZK1IOQ { width:17.25rem;height:23.3125rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8wT0ACBhy27BBkeR6bmDoS8L9AGSeuf { display:block; }
 }@media only screen and (max-width: 763px) { #HqdHdQxanw4IknnyONt4kG8EW8MRHLVU { width:17.25rem;height:23.3125rem;top:54.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWLtaVtGzasw7lUd0BHvTzE5ASXCDbFe { display:block; }
 }@media only screen and (max-width: 763px) { #PHexxDwpZiC0Omqoz21J2VFPfiGcszBG { width:17.25rem;height:23.3125rem;top:54.625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJaeiv8RROPgKFB6w4rBsZTqT1suvH6F { display:block; }
 }@media only screen and (max-width: 763px) { #SctvCxVWDUeCn25gvd43crPhsVOcfQfk { width:17.25rem;height:23.3125rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy8b83J3XhvVo9MPTaUhQ5Twi1SrMksT { display:block; }
 }@media only screen and (max-width: 763px) { #JCaHaQPy4ogPERGNMcc3zgTw8EKD5BRz { width:17.25rem;height:23.3125rem;top:80.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyIpw6k5KGAgOmpvTVsm5onT0nGT9GB { display:block; }
 }@media only screen and (max-width: 763px) { #ih1Rd0Jzq1zKK0CaQU0JT8VX0AEPSuZb { width:17.25rem;height:23.3125rem;top:80.9375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5MamUJ6qa4oTgwChVLtmdwTlyVxCB4U { display:block; }
 }@media only screen and (max-width: 763px) { #eiSWEbUr6ELhnmfoDAJARbFFGXNVe45M { width:17.25rem;height:23.3125rem;top:107.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTH9hkcF1K80WDvNrw5zFTOmTRvLU6t { display:block; }
 }@media only screen and (max-width: 763px) { #BFJ0vr1ZGegivzmoF8uWfhUUdmuT08i0 { width:17.25rem;height:23.3125rem;top:107.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W860bd4eLkTd0TquC1ZbqtcWVIxKZGP7 { display:block; }
 }@media only screen and (max-width: 763px) { #mpTuQHo7wu9L4q1hR1SwE8h7SxPtpH6U { width:17.25rem;height:23.3125rem;top:107.375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmpuwfSVn8sFL1Ch7tpz9BeqfyrizmKg { display:block; }
 }@media only screen and (max-width: 763px) { #xB3L5vcVhqLhEd8Z06rf2rWRnbHV8VWM { width:17.25rem;height:23.3125rem;top:133.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVwKOvMPkTNaPdUQwF3rchtqo6yVmNkm { display:block; }
 }@media only screen and (max-width: 763px) { #NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV { display:block; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 { display:block; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqu14fJdh71ge1M5qndco4ebK7AGnlk5 { top:2.1875rem;left:0rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqkB90KBtnaUfJV9U44uyGGmqvrioXr { top:2.1875rem;left:19rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK { display:block; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFeA31xWoJPhGE4REZnCUxx8CU6JAbza { display:block; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seGJUTN3wx0eJUGH13xTa0XXPGuQXhfd { top:4.1875rem;left:24.5625rem;width:23.1875rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQgUNB425yZLr5iCcUdadR4HCU5MCREd { top:13.9375rem;left:26.5625rem;width:2.9375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONfZPsizaER0aSmxGhc9KT8Nk3Dq717F { top:13.8125rem;left:30.125001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxQBVvWRT9RVAUsUfzGgeWdkCmoLBGKx { top:14rem;left:35.4375rem;width:2.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzaVQf9zMkFOTq9Z5hQnS2A2RmVLONMK { top:14rem;left:38.750001907349rem;width:4.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMkkxE49VEoiH3ImsoGEAC53PKvtuZNS { top:14.0625rem;left:42rem;width:5.75rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDTz7peG1wsvvd4IteQvWInonPiNTc0q { top:14.0625rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU0vM4ZIdPWTAMmxKTy3ZEwubZsQtBX9 { top:11.0625rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1MRDeMppk7D7mL8dLZGVdzZ5Fsz8vaN { top:19.625rem;left:20.375rem;width:27.375rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeHTnyVlE50uMUi4DsHdQJyO2ZXN4Vm2 { width:12.5625rem;height:3.4375rem;top:28.3125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciAABV6g861UANdZJ3Cmykmy44LhA0zk { display:block; }
 }@media only screen and (max-width: 763px) { #Dqqb7OiX9bAbWZIlSzEtXXOT7pi81PdI { display:none; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { top:6.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ { display:block; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luTQnKGe6qslg0ObkJvvK2AwXJbZy0nd { top:1.6875rem;left:0rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp7re375qq6Ews8BkWsfwUeb7xPCr9Au { width:9.75rem;height:2.875rem;top:21.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCiLLNJyInUr6qTUPBfwecacuUTT12KS { display:block; }
 }@media only screen and (max-width: 763px) { #XpPMr3ogdyveFGz8vaHccutlqyXCW51n { width:9.75rem;height:2.875rem;top:21.625rem;left:13.031251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDdhyuBkh4KL1FlpvqgpxwDMT94tsWn { display:block; }
 }@media only screen and (max-width: 763px) { #kzsrom6WZJ2eR3t1gDLsOb7OGqb2Fvuo { top:1.6875rem;left:9.75rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXm67EKTFFFL7JX3TIBCa4QedQfTkvzc { width:9.75rem;height:2.875rem;top:21.625rem;left:24.968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RioIg5PVvEJTzJWRLA6ehGnLXo9ybXFW { display:block; }
 }@media only screen and (max-width: 763px) { #Lt7WRtRWATDCoymCl4yqp56ipMT9n8Kt { top:1.6875rem;left:21.6875rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5vJGD2y915oMpe4uKxd00IVkdGVcpO9 { width:9.75rem;height:2.875rem;top:21.625rem;left:37.217969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUhliqlgJp8VXIt5HfMP5ehNpon535oi { display:block; }
 }@media only screen and (max-width: 763px) { #Nzl28bWZaEosk88otMqD5RI3nIodKBkw { top:1.6875rem;left:33.625rem;width:14.125rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAPoGDQEUf2hudpvd2HbBWlGXd3Tgcvt { top:28.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2QLGdH0lIKaX2pVP8SHETHcHi0efkxl { top:25.6875rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zITaxvi4xxbwdtTpZOTWvu0rbtrylC { top:18.3125rem;left:0.5rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0xdclETQ2qdz7LHI1pJAH3SkDoz6lZ { top:1.625rem;left:0rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkT0Lfla6hL33vrg15hTzeSSHDfyA88X { top:17.625rem;left:12.84375rem;width:10.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUBdUT4l1vctOOI8lcs0eEQxfWNbX9f { top:17.5625rem;left:22.5625rem;width:13.25rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7eskEIGWmFTkgsbBGnuV7zuEd096U2a { top:18.3125rem;left:37.124219894409rem;width:10.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIJLXwevOClTKRuDyFs48M3AppE6Guku { top:15.6875rem;left:1.875rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Umk2CvSkTkawLGNQtzHhDlLvWTV5ny { top:15.6875rem;left:13.8125rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZdIPapTzXATRMoui2znAX5DCmcPeQoD { top:15.1875rem;left:18.5rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFT2Ka7MDBHbgTFhJnyW9eOxLEKsX3Ln { top:15.6875rem;left:25.75rem;width:10.0625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6oFHfV4mZo71ytAzZTu0NiZvSzs4UD9 { top:15.25rem;left:30.4375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkA1iZi8i9m4UhhnXZnQfDPhWwgmy6KB { top:15.6875rem;left:42.9375rem;width:4.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSVQhQNRw641T0MIBfDXdAaUZJTWzTFW { top:15.1875rem;left:42.375rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcuNw6uTTfR5KuLFWQ3x8sAizL2sE6Sy { top:15.1875rem;left:6.5625rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJElVZHgFxhXwORncMHv0diREZdVzurU { top:1.6875rem;left:9.75rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIQtJbC6nm6Rx1G5LOeZLbKErgga5osL { top:1.6875rem;left:21.6875rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAutaLvvUNvgRQWEucXHpaaXqRLANldz { top:1.6875rem;left:33.625rem;width:14rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMMBAi7nMu7at8XZrpDlfc2VL3RwCTdc { width:12.8125rem;height:2.3125rem;top:28.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD8Q3UPqizOrh1Tn34cLXFIVG8if0UC4 { display:block; }
 }@media only screen and (max-width: 763px) { #wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt { display:block; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 { display:block; }#u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOiFEPQmLT2AOpg6eELTCBV6oRM5qF6g { top:1.875rem;left:3.59375rem;width:40.5625rem;height:8rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLKskrR1Z7mTcqhrOTFvNKyuJVP93c2a { top:11.0625rem;left:5.0625rem;width:37.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTTQu2ETpJ9ZnaaDanApeoI2tJhVOw9m { width:4.25rem;height:2.875rem;top:14.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdsZNZBwukK3lHLv4f73G2yHTFa4AEiS { display:block; }
 }@media only screen and (max-width: 763px) { #FGzKIIRJgtMlZ6tdbzP0HKJKEcEIkPmV { width:13.375rem;height:2.875rem;top:14.125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2kIl0Ds2R26Jkml6QALshdKXNfcmiz { display:block; }
 }@media only screen and (max-width: 763px) { #Z0c5SCRfKRt9Zka8yiPuLFoL80v9xqKQ { top:0rem;left:0rem;width:1rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T473TBWCxMhWem7lDd75IscI3wtWyOJC { top:0rem;left:0rem;width:0.875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8lgFyOqOEKzqe3nQsFdXoqzbTBd5F8s { top:0rem;left:0rem;width:0.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppzBAqD4UmhWcqCApzIksx9DKnh4FQm { top:0rem;left:0rem;width:0.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCzALwEUMomS4elE2m6PwcQkHtKJTbNX { top:0rem;left:0rem;width:0.5rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KKC8CfawrzbTvFOwuOuxR7NDonWxaS { top:0rem;left:0.75rem;width:0.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3slEOTNSJ1DMezieFypZnCZ7g68SPq { top:0rem;left:1.75rem;width:0.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9u3EzukAsgD04bpUfk7aECwm0hXC8SH { top:0rem;left:2.625rem;width:0.125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoEqTlNpVx3Lnlde3dm4NoLxEcG5AR95 { top:0rem;left:47.25rem;width:0.5rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8sR0tMheQqG26UEnsLQHrep5VnmRGfH { top:0rem;left:46.9375rem;width:0.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt5eB2dCFRrWnsJFQxuL9Tp5prhfhkAa { top:0rem;left:46.125rem;width:0.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE9o9JATWNOVSbXCkZsK1736Mw7bQo7n { top:0.0625rem;left:45.4375rem;width:0.125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFf3OgcMMxzuKpkxK6MAzrSoGXdETcd { top:0rem;left:46.75rem;width:1rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXCtyoyTPnGdypAVRVmVlB676P4fy2Ff { top:0rem;left:46.875rem;width:0.875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGCIq6WUxiVcfuvlxawOIzTsCMfm4JoO { top:0rem;left:47rem;width:0.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz25v8WZvLCyf90rLQB8e99LuerTbPXA { top:0rem;left:47.125rem;width:0.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD { display:block; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpNpZgcM0dcIdlo8xbFou7vKCwKtGOm1 { top:1.875rem;left:3.59375rem;width:40.5625rem;height:8rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMOK4IgkuTwz0PMKlOCvKxf924qlDQev { top:11.0625rem;left:4.0625rem;width:39.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfBD16n9X61gaRiD1o5R2iozMVoV22PT { width:4.25rem;height:2.875rem;top:14.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU7Jn1b3k2UpZPbAcLnTLkHrNXalRgpm { display:block; }
 }@media only screen and (max-width: 763px) { #zTrOWHcIqFMO3IeugUnLFbPn5vfmbuI1 { width:13.375rem;height:2.875rem;top:14.125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt384SwtD5ZDyC9zNH6Zgss3VIb78LVp { display:block; }
 }@media only screen and (max-width: 763px) { #Q8rwLFTN9yPQPLplgyUvs5PD0Aa6SHuc { top:9rem;left:0rem;width:1rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL96b8POctTdRqugTAlTWOUe9E2No4ZJ { top:7.75rem;left:0rem;width:0.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Cy9OT1Al0bg6S76mW3HKlTaVfOJ0QQ { top:5.5625rem;left:0rem;width:0.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsus7hkCPNhzqRzoTLIqn547RdPHX5Wv { top:3.375rem;left:0rem;width:0.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLUTHwlPi8ZtZTtFMKMgeLpMJElT4ox0 { top:2.125rem;left:0rem;width:0.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc3GNwFANsAOlrpkrlwEggJN0TRoaZkQ { top:1.1875rem;left:0.75rem;width:0.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJ5KAB5iTTKic4ZTBT0aNySSVsKf4c3 { top:0.5625rem;left:1.75rem;width:0.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTcWKSHesGXERl1MTxEUltLNxzFv3SgC { top:0rem;left:2.625rem;width:0.125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJAQHoMyQpPSCIDu2VehdKtB6cXy76y8 { top:2.125rem;left:47.25rem;width:0.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiP1IQLh9b92X4EJy7PLt8V6z0ptrB1r { top:1.1875rem;left:46.9375rem;width:0.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlZWrVHlATpdaeybB5I2hpSUgtsN0MnV { top:0.5625rem;left:46.125rem;width:0.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAANMztACsRu5yqVy7WZ0oRMOG9p1D7 { top:0.0625rem;left:45.4375rem;width:0.125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6E6Bq8AKDi7hTApgTwUwQN8CJ7ghTue { top:9rem;left:46.75rem;width:1rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK4QbTqMyDD1vZW3df1JIUuETTW8aVDP { top:7.75rem;left:46.875rem;width:0.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byh3JpDnbdhw4wBFTE39i5TNd3QyFTvV { top:5.5625rem;left:47rem;width:0.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8d2XCHqqABm0z8yKKdEgLSifitf7TwV { top:3.375rem;left:47.125rem;width:0.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ { display:block; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 { display:block; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7WRWJ1oGbRzaTwBqnED2ORQ36faar82 { top:9.4375rem;left:20.4375rem;width:27.3125rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RRsmE5eedLTh99E16Pl0UPDP0Q76B3 { width:12.5625rem;height:3.4375rem;top:20.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshUV03uTrpzHdICqsJHLkoeSeLctOCU { display:block; }
 }@media only screen and (max-width: 763px) { #oCoF2sd4D7Zq01iv70TbfMBZCLMuTlkH { top:4.0625rem;left:26.5625rem;width:4.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmqNuwrie33z50B1wFTIIpWl6bydqbn9 { top:16.25rem;left:20.5rem;width:27.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtwRDp6ZrK6AyeglbnZSnXFpDC48MVfB { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L { display:none; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS { display:block; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDtqxu8KhpkrSPPJz5Xpp35N4uHFSQ3E { top:2.125rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPk8eCpixL9eXkMZCQJb44EwKuFKXLsK { top:3.4375rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWoT3IN44DwttZeZvXcKkMbCaPS4QI5J { top:2.0625rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP919TUUnEKTzGW5dCbR7X4ESUqfN3tL { top:3.125rem;left:45.0625rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTISQKk6vpzIZi5zB0nRzyTz9nQgn6TK { top:1.625rem;left:10.9375rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAITFk30FgtfkuD5XmTBWwGKvTUKaTm { top:2.0625rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJr0lTTNTo812ru7LREz4iKvB1hePU1M { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFX2bAMFzM2eerktUzMeH6mvtwSeRaxE { display:block; }
 }@media only screen and (max-width: 763px) { #WxxnXhRNc1PmQ6d1lsQbvpc2JMiVLOtS { top:2.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBL2eMSsga7c20L17fa06FR5JixLJGcX { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaAvlCfXwM2yyJIvAe5wB5MwOCIGghOJ { display:block; }
 }@media only screen and (max-width: 763px) { #XnXIvZ50ktJXcwxw2kGo2MK7eZkTSntn { top:2.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVwKLvO4O7dc6P5Poe83RfPNb9esNgZz { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrENKJeOaX1U3E5TyEgrHDeTdg2eEMvm { display:block; }
 }@media only screen and (max-width: 763px) { #PkyFeczE37gOfibJV6BQdbR6THvt02dk { top:2.3125rem;left:1.0625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztHD04kvE2FaMN9dTveN2186EDZk0Sh1 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV5XxkOKO8Dd0HuRB9WCBmTdCeRZ3Lsr { display:block; }
 }@media only screen and (max-width: 763px) { #NaZAhNuMJD9s6umPXGALUWeDq9QG8r7t { top:2.3125rem;left:4.5rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTDBAsXaKUluQ6UI7dWItLAGQPtalPAf { top:1.5rem;left:25.75rem;width:12.875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS4iJQtutc0Ta2iqv6vb0NUTTRCA1yuL { top:1.0625rem;left:23.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS2qqNa8aXpnEwrA8pQPnCwQCVqaXWw5 { top:1.4375rem;left:42.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgh6RQT1BFJuLO4VPkoVCdrq5v3NSOzD { top:1.5rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AhQ8C8trKu37gnwJE21AaeXCZfTWEmzz { top:6.6875rem;left:0rem;width:13.5625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 { display:none; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { top:2.1875rem;left:16.0625rem;width:15.625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { top:14.3125rem;left:4.9375rem;width:37.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kZQxS6ovQReTLFnDMub0v9NcPdf50TGf { background-color:#511010;background-image:none;display:none; }#kZQxS6ovQReTLFnDMub0v9NcPdf50TGf > .row .container { width:20rem;height:45.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wyKrfZcaNCcys8m6LcaPLkO0PPAKyXWI { width:13.25rem;height:9.375rem;top:5.1875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKsGbq49PDkFFzeTcNHtlm9IFpEUJ3T { width:15.625rem;height:15.625rem;top:0rem;left:0.0625rem;border-top:2.0625rem solid #511010;border-left:2.0625rem solid #511010;border-right:2.0625rem solid #511010;border-bottom:2.0625rem solid #511010;display:block; }
 }@media only screen and (max-width: 763px) { #unizppwn7HECQhqiDdo1ZJZHPb32NrkP { width:17.75rem;height:4.0625rem;top:36.5rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15012;color:#511010;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #l1QZE5cUygFZN7vGAlEao6BbtQlJv9PF { width:5.75rem;height:1.7875rem;top:15.0625rem;left:12.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0nZUTFCc8UXrETwTzaIerrPsDh6KyX { width:4rem;height:2.1875rem;top:17.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v09uq5vvJ6rCtAoo7NxzIoD49bpTlRiL { width:6.875rem;height:6.875rem;top:13.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZq0fX79t7NSekzgknGKJvPhT5hU0mpc { width:12.5625rem;height:2.5rem;top:42.0625rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZlPmBveqzDE5mRfgokmgAHqp8dBc1mq8 { display:block; }
 }@media only screen and (max-width: 763px) { #wZFMIFJwgptQo2PX7girX30ovGZJurrb { width:2.5rem;height:2.5rem;top:42.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZIUXkKVP3UQhoVk3ZIcyZVGQg8E6Rh { width:2.375rem;height:2.375rem;top:42.125rem;left:2.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkxEyZLsKHb9MOykv0rKkkGzObtmf3ho { width:18.75rem;height:4.6875rem;top:35.5625rem;left:0rem;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.625rem solid #511010;border-left:0.625rem solid #511010;border-right:0.625rem solid #511010;border-bottom:0.625rem solid #511010;display:block; }
 }@media only screen and (max-width: 763px) { #sR7fLsKEVHZraruwJuKbZwtNu5o6Zz4q { width:2.375rem;height:2.375rem;top:42.125rem;left:8.8125rem;font-size:1.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xaIA90f1OTIU6ZsgS23omge1oLfhh8Tu { top:9.5rem;left:0rem;width:19.9375rem;height:7.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SEUQs43G5kkh8PxiQaGSokOIbopLFu3c { top:16.75rem;left:0rem;width:20rem;height:22.4375rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF { background-color:#511010;background-image:none;display:block; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row .container { background-color: transparent; background-image: none; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row .container > .video-iframe-container { display: none; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row > .video-iframe-container { display: none; }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .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); }#KqKOmuRhmNlMRcCmZqxpBMmn33clbKEF > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpr93zzC6AA5UyHCOeiEcbzSbMitTAJi { width:13.4375rem;height:9.375rem;top:5.1875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4ayTIqVLkUBZSy9M0Ru6HbKnnAlRTk { width:15.625rem;height:15.625rem;top:0rem;left:0.0625rem;border-top:2.0625rem solid #511010;border-left:2.0625rem solid #511010;border-right:2.0625rem solid #511010;border-bottom:2.0625rem solid #511010;display:block; }
 }@media only screen and (max-width: 763px) { #Mh887nd3KXU4MNuUg6PeMyALQcTuTkoX { width:17.75rem;height:4.0625rem;top:36.5rem;left:1.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15012;color:#511010;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #Q1cDTzod1yz7zpqJr7s2m7CTTkJa1fnH { width:5.75rem;height:1.7875rem;top:15.0625rem;left:12.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iEKD0VkG79bpFlbRVJFNEJ20Kii1kgZV { width:4.125rem;height:2.1875rem;top:17.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0zIIqFwyNO29prQNpI2SpJag9aDCeL { width:6.875rem;height:6.875rem;top:13.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZxO40oCGMWEln3dVNTC9VN52EhPz6C { width:12.5625rem;height:2.5rem;top:42.0625rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAoMVRXrPUHf122a2XUHJqm07fWzrmHC { display:block; }
 }@media only screen and (max-width: 763px) { #zd2y8o9hSCboE8bsQ6s03a5iGmZvT1Qv { width:2.5rem;height:2.5rem;top:42.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlTy8KStdxG6ar1WuxlrtJ3lsMUDycP4 { width:2.375rem;height:2.375rem;top:42.125rem;left:2.5rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nryBQC7MtfG9RnOUkxqHyUBdLDmyHs08 { width:18.75rem;height:4.6875rem;top:35.5625rem;left:0rem;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0.625rem solid #511010;border-left:0.625rem solid #511010;border-right:0.625rem solid #511010;border-bottom:0.625rem solid #511010;display:block; }
 }@media only screen and (max-width: 763px) { #bS0Nq7n5BD1J55z9eJ8F94IIVC7QudQ5 { width:2.375rem;height:2.375rem;top:42.125rem;left:8.8125rem;font-size:1.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #C4xvJ8k9GT1oQFVySHnWrrz0TGThDDHE { top:12.75rem;left:0rem;width:20rem;height:24.375rem;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5092c4e-19ae-4662-a510-b4458d928c6f/doramobilealt2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C4xvJ8k9GT1oQFVySHnWrrz0TGThDDHE.adaptive-delivery-prevent-bg, #C4xvJ8k9GT1oQFVySHnWrrz0TGThDDHE.lazyload, #C4xvJ8k9GT1oQFVySHnWrrz0TGThDDHE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x { display:none; }#WheQGeEI6vGCE2U8kD3r7NAtJGfkDr0x > .row .container { width:20rem;height:39.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z0hHaK3b6uh4u1ZXmfVUR8cUoIZoU9G8 { width:2.8125rem;height:2.8125rem;top:8.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbtMTkThcrvs6CpKElwlxBZwdrrZIfHw { display:block; }
 }@media only screen and (max-width: 763px) { #ziXDyg4TQANEOyy42D0PlhCVralHVXMQ { width:2.1875rem;height:2.1875rem;top:12.8125rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwRpK7ZrlVbaM4TZ8NBHtyEKfMmP6lel { width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErZaL0ktO2mEcHBlqTEOZpaRthXhDaZe { display:block; }
 }@media only screen and (max-width: 763px) { #BNmI0PSxJ9Dh0uWhpCN26Pyigxc5Sebv { width:2.1875rem;height:2.1875rem;top:5.3125rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II3xQINykAaMTfzABvMPr91Irwiy1IJh { width:2.8125rem;height:2.8125rem;top:16.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK7ieaLlrq3Nm83bQEruUqdkw9N2ekad { display:block; }
 }@media only screen and (max-width: 763px) { #bfCfbHXnCDaQ8gKOAgnvkXDsdU36fKT2 { width:2.1875rem;height:2.1875rem;top:20.3125rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZC4r5Ggg6Crv8D5NML2gXtzFIzBVyxN { width:2.8125rem;height:2.8125rem;top:23.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoRmE2HD6OBHF4ndyoEGDCslUyg4k4w { display:block; }
 }@media only screen and (max-width: 763px) { #uKFAJrzkbGm9UQzvWPEmLG668JuEM1h7 { width:2.1875rem;height:2.1875rem;top:27.8125rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 { background-color:#ffffff;background-image:none;display:block; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { background-color: transparent; background-image: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row > .video-iframe-container { display: none; }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .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); }#NnADKbqcsti2ddfN2pKyFiwrgPvcyWX9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S812CrKmqJU4amMozDFBSww4FTAbu2dw { width:13.5625rem;height:1.7875rem;top:1.875rem;left:3.21875rem;font-size:1.375rem;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #qerenfkJtydTg9h8idqE05oUX0bi4TsT { width:16.0625rem;height:2.4375rem;top:3.6625003814698rem;left:1.96875rem;font-size:0.9375rem;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI { background-color:#ffffff;background-image:none;display:block; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container { background-color: transparent; background-image: none; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container > .video-iframe-container { display: none; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row > .video-iframe-container { display: none; }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .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); }#mVLGUW9o0vlmKFMhSQZycSmcIcVr78MI > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvHa03ZNlGukQuJkPnSyQ6DePMW8w3yC { width:19.375rem;height:17.0625rem;top:0rem;left:0.3125rem;font-size:0.9375rem;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #aGEAcGDcAZ5Tr3h7VVhn0kT3rdZEH1hT { width:8rem;height:11.55rem;top:26.875rem;left:11rem;font-size:0.875rem;color:#ffffff;z-index:15015;line-height:1.2;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #zXh4HcAA8M4NJZPnIrDcxtsuteDd1X8G { width:9.375rem;height:5.25rem;top:32.9375rem;left:10.28125rem;font-size:0.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;background-color:#511010;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #wQQu10UZNynJtnpBgwo7Q9QPZsNNcU4f { display:block; }
 }@media only screen and (max-width: 763px) { #b5E53Teh3TmP2HDbcwralZvXHfQfyTip { width:3.125rem;height:3.125rem;top:19.8125rem;left:13.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXMpxgX2MT6u947Q9nCzL4qM3bPyEFk { width:2.8125rem;height:2.8125rem;top:19.90625rem;left:13.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzo3XRlbDPdfR4qnoPOWRXQREUXvD7Vb { width:11.25rem;height:22.25rem;top:42.581249237061rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL8KK3hE2f2ZpX8dU7fio57yQqw7H7RC { width:10.1875rem;height:22.8125rem;top:42.581249237061rem;left:9.3010416030881rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEV0AVNS6HEiH6TWsTRKu8pvUaXu4ssl { width:9.375rem;height:9.375rem;top:19.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw9JzSl1LaaFtxCslMucyFFoSbGKFJJ9 { width:9.375rem;height:13.875rem;top:19.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6NimEa0Npx1RZXrluCSMTf5SLPKaInX { width:9.375rem;height:9.375rem;top:19.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4kWgO5KpwpT4pTTZ6UwIbhzWDxPCdhg { width:9.375rem;height:3.16875rem;top:30.625rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9dabbRI1o0oxBPNE3FXbyENrxzZDWN { width:9.375rem;height:13.875rem;top:19.0625rem;left:10.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hX0Aney4mlTQT62d3oRTL8Vvo0K2nSFB { width:9.375rem;height:7.8125rem;top:32.9375rem;left:0.3125rem;z-index:15006;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVVW08tGid6pabI2KLHtRuK3yQlNhU47 { width:2.8125rem;height:2.8125rem;top:35.6875rem;left:3.5625rem;font-size:1.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #iGOkLkhC6yd4usDvquTZKFV99DvbiNSU { width:3.125rem;height:3.125rem;top:35.5625rem;left:3.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zcw2eVvn8ecF3S72803tIpV6stK4U0kr { width:9.375rem;height:3.16875rem;top:23.237500190735rem;left:10.375rem;font-size:0.8125rem;z-index:15015;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #cx02dHSMPFQaZvKPPV6KJS0CHeFik4sG { width:9.375rem;height:7.8125rem;top:32.91250038147rem;left:10.3125rem;z-index:15007;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdA0qlNoS1xrqxUEkJ5lKsaHrW7Uh1zO { width:9.375rem;height:21.75rem;top:19.0625rem;left:0.3125rem;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvUy24Ly7URaRSPeuEC6Dr9VCUQ8NaFb { display:block; }
 }@media only screen and (max-width: 763px) { #WWHeqauJ2VIBkwOuoWXqV71eMZ7DITv8 { width:9.375rem;height:21.75rem;top:19.0625rem;left:10.3125rem;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #pySs0uKxXQ41l7TXaHyFqnG66S2h0taO { display:block; }
 }@media only screen and (max-width: 763px) { #XVmXo4BE2ttDtFGgXav9qygLTvva5rMn { background-color:#f1efeb;background-image:none;display:block; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container { background-color: transparent; background-image: none; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container > .video-iframe-container { display: none; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row > .video-iframe-container { display: none; }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .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); }#XVmXo4BE2ttDtFGgXav9qygLTvva5rMn > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEWnLReXstzWRDMF5BGslyCZSIMcCiww { width:20rem;height:3.575rem;top:1.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLrMeC8smVzGPaxcX2F3PtSdCgGEeOTu { width:20rem;height:10.96875rem;top:6.1999969482422rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crRCmfSxrvt6J5CSK1tFIFLKH8KJZ3LQ { top:18.0625rem;left:0rem;width:20rem;height:16.375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PplK27IWeqJeVfVBySsWznQxI54Z3ELQ { background-color:#ffffff;background-image:none;display:block; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { background-color: transparent; background-image: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row > .video-iframe-container { display: none; }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .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); }#PplK27IWeqJeVfVBySsWznQxI54Z3ELQ > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqIKxUvrHHLpLxqTWbGebp9WLmWDXws { width:13.5625rem;height:1.7875rem;top:1.875rem;left:3.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s71imq6Sf02cXZrfK3ZdFQ43FBlF5zpE { width:17.4375rem;height:1.21875rem;top:3.6624984741211rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/et5ohn6Z/background_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.adaptive-delivery-prevent-bg, #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.lazyload, #VUz4omyfcyEATmSH0CTdl88vWLKdLz6V.lazyloading { background-image: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { background-color: transparent; background-image: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row > .video-iframe-container { display: none; }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .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); }#VUz4omyfcyEATmSH0CTdl88vWLKdLz6V > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIBBFILGrs7uMBcrrRh2ZLeDdpbE63gb { width:9.375rem;height:11.25rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Twz7T7Mbnb29g7rNk8Se4Tx5cBJrSX { width:9.375rem;height:11.25rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJTXRBeWmCXTfRRAdDCDJFnskTFf5L1B { width:9.375rem;height:11.25rem;top:14.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE621MStyoTeQgrXwyJ5liPUIok273hO { width:9.375rem;height:3rem;top:10.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc8C9hRQGJFWzCvQLDEU4kTSGILGVr28 { width:9.375rem;height:3rem;top:10.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJwBJTOzVkrPJSFfE9gmNzO1TLDoCeCR { width:9.375rem;height:3rem;top:24.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7eJKSC2f2Jy2MD5mZf0MMvIv1M1P9gD { width:9.375rem;height:1.05625rem;top:11.5625rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOeCwl9kguhJkseSvr0aeRz2kl2ax5JM { width:9.375rem;height:1.625rem;top:11.3125rem;left:10.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OaczZGy6RQCWqWF3iwmDzrF6FllSAJ7o { width:9.375rem;height:1.05625rem;top:25.8125rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1UHtIVrSdgJc5ETSuHNItvl9WuooPd { width:9.375rem;height:13.625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUygsFMJC79rPCO7zUnZ9RSGpeb5Qs8W { display:block; }
 }@media only screen and (max-width: 763px) { #GEqeVMN9W8FAp7HqASJBnGf3cTfSL1oA { width:9.375rem;height:11.25rem;top:28.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc6LKOuniB34elS3qK199upZTve7xENH { width:9.375rem;height:11.25rem;top:14.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL47XD0Rs8uoha54hHxB4Xi21DUaQa4V { width:9.375rem;height:11.25rem;top:28.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VoakbhsTbrwTbJgBOP2EV83aT1WdMA { width:9.375rem;height:3rem;top:24.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXlqNsTPDXq3BX3PdGK6xUN1bDtxIpZn { width:9.375rem;height:3rem;top:39.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9BdSJMNOSnpM6HTESMaJ08mxBN2AveT { width:9.375rem;height:3rem;top:39.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9qSEncUbQ0hDyldDnwpTuVLWUKAb38a { width:9.375rem;height:2.4375rem;top:25.106246948243rem;left:10.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PCTVLvRezORkcJQcIvNreTNer7dDLKdw { width:9.375rem;height:2.4375rem;top:39.356246948243rem;left:0.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Mb4UonxnawvNZfXsQubekgZv0VCfBWIT { width:9.375rem;height:2.4375rem;top:39.356246948243rem;left:10.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Wy6Ly4oNbH3o2khvT6fnJqgeirevxCL7 { width:9.375rem;height:11.25rem;top:42.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDaT2ZcOpm7VQehwQaSRJLENzAQsFhx { width:9.375rem;height:11.25rem;top:42.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBtNFSpye5MteoNTXm2csEvtslCRiiJC { width:9.375rem;height:11.25rem;top:57rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCC8OiUzEw274qbhEdyGFaqFuzhsJTcd { width:9.375rem;height:3rem;top:53.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JAoNFbOdGPVV1iWuRCXQx1CAgeISFT { width:9.375rem;height:3rem;top:53.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBlioDBaUK6Ocwl72ORtTkrDfpzRCowf { width:9.375rem;height:3rem;top:67.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRB6OzIG48ZW2kplVSER6K6scvhCQH95 { width:9.375rem;height:1.625rem;top:54.050003051757rem;left:0.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u7cZHPtCbIehE3D7WzFrQ3eF2hKgH9io { width:9.375rem;height:1.05625rem;top:54.3125rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtrponoEZxZUQH1VaQia7yErfwiCUF8r { width:9.375rem;height:1.05625rem;top:68.5625rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpnz2eUvf0Py4J3tiauUa4ghLZrHxHhn { width:9.375rem;height:11.25rem;top:57rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiZ1a7rgSPlAR6lLvTEWOGU4cF7JyEac { width:9.375rem;height:11.25rem;top:71.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0MCxwMqtoLFcuxSy3nW3PVqEZFVin1t { width:9.375rem;height:11.25rem;top:71.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZncQAfo315Q3Gw5mCzLFPJs6yWXapQ3c { width:9.375rem;height:3rem;top:67.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2OToFQvJwCsUDkM0gMzTZ8PuXTC5Ezz { width:9.375rem;height:3rem;top:81.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlZfJFnfWVmtqWuL7Mnr2lnSrc11SbWa { width:9.375rem;height:3rem;top:81.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCaArzKv2kteuyJK8MFLSzIuqd3w0OL7 { width:9.375rem;height:1.05625rem;top:68.5625rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyPkupCOC0GhkTfvZL4csIfxEn0TZgTT { width:9.1875rem;height:2.4375rem;top:82.15625rem;left:0.40625rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #z5OPkLDCVR7piThX7QXtVvLyK2tUXntM { width:9.375rem;height:1.05625rem;top:82.8125rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnnIVdVaeVKSdSA3i0EtyxMyab2z8nGd { width:9.375rem;height:11.25rem;top:85.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i46A5M0roPub19GX2N8IDyhzFHpB0TRy { width:9.375rem;height:11.25rem;top:85.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwVNn8OuwzQsTzBya8bEOSh1zONhdzXG { width:9.375rem;height:11.25rem;top:99.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZHlG7rrWNMRzbeq2tpWiBTsn67LJcF { width:9.375rem;height:3rem;top:96.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAuGPTy8DiQC7XpNtnRChSgh43KJ3EOr { width:9.375rem;height:3rem;top:96.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl78mfZJpGDMZbQgOuhQOeJH3V0lEXOv { width:9.375rem;height:3rem;top:110.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftlJQTODCebeCe6Pry47SxDNSsx1f6lI { width:9.375rem;height:2.4375rem;top:96.356262207031rem;left:0.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AqS4iThknJ816wCTcOs2AAbf1AheRnhm { width:9.375rem;height:1.625rem;top:96.78125rem;left:10.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kdot5xIucIh3CyCSN2AmhAGdKxn4mQMv { width:9.375rem;height:1.625rem;top:111.04998779297rem;left:0.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #owtZmsbOBL0P1ryUb75tygT1Hk6eN4Kw { width:9.375rem;height:11.25rem;top:99.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSH5TWXPB7EtgsIIodQuLOVlp5Sic1yx { width:9.375rem;height:3rem;top:110.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVyzowrB7dIiwnd6mbLnzncr1UfPuyKB { width:9.375rem;height:1.625rem;top:111.0625rem;left:10.3125rem;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CweOAlHFDq6WJDX9rShpG3TbzzB34fG7 { width:9.375rem;height:13.625rem;top:28.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2TanQKQsCJW80v0NswpS6vxteQlw6MT { display:block; }
 }@media only screen and (max-width: 763px) { #ZMp10FEeWw0UzuoFif8uT5RO6dRDXX2s { width:9.375rem;height:13.625rem;top:2.0980834960938E-5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8LnuCOO3raAQaOfcqyI0JxORtTHZ6mc { display:block; }
 }@media only screen and (max-width: 763px) { #buE25X4AdrNtLs3A0NbZidLIrKbiotRZ { width:9.375rem;height:13.625rem;top:14.249980926514rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVHDyqOEZ2l531FsTz1XXLmRz0dCONh4 { display:block; }
 }@media only screen and (max-width: 763px) { #sWs46XoP9rJBmyPzcDo5CXGtqWeIViN8 { width:9.375rem;height:13.625rem;top:14.249996185302rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu8EwktKaiGmaedxFoiWiTXAyuETn54R { display:block; }
 }@media only screen and (max-width: 763px) { #VsUTk0KuNapPWNNQ1Tnvss06rzLABsHm { width:9.375rem;height:13.625rem;top:28.500007629394rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2d3U7OptUEfiJTdfAZT4VpqcLyMuorT { display:block; }
 }@media only screen and (max-width: 763px) { #AGSynZFl9eUHfRD2AQXFwO5THOqGmSuC { width:9.375rem;height:13.625rem;top:28.500008583069rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4KpzX4KoVIySp4vw59MT7L7BxeXTy9t { display:block; }
 }@media only screen and (max-width: 763px) { #OBO14Zc93Ig4DsPOHiTXZSArDlZK1IOQ { width:9.375rem;height:13.625rem;top:42.749994277954rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8wT0ACBhy27BBkeR6bmDoS8L9AGSeuf { display:block; }
 }@media only screen and (max-width: 763px) { #HqdHdQxanw4IknnyONt4kG8EW8MRHLVU { width:9.375rem;height:13.625rem;top:42.749981880188rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWLtaVtGzasw7lUd0BHvTzE5ASXCDbFe { display:block; }
 }@media only screen and (max-width: 763px) { #PHexxDwpZiC0Omqoz21J2VFPfiGcszBG { width:9.375rem;height:13.625rem;top:57rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJaeiv8RROPgKFB6w4rBsZTqT1suvH6F { display:block; }
 }@media only screen and (max-width: 763px) { #SctvCxVWDUeCn25gvd43crPhsVOcfQfk { width:9.375rem;height:13.625rem;top:57.000005722046rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy8b83J3XhvVo9MPTaUhQ5Twi1SrMksT { display:block; }
 }@media only screen and (max-width: 763px) { #JCaHaQPy4ogPERGNMcc3zgTw8EKD5BRz { width:9.375rem;height:13.625rem;top:71.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyIpw6k5KGAgOmpvTVsm5onT0nGT9GB { display:block; }
 }@media only screen and (max-width: 763px) { #ih1Rd0Jzq1zKK0CaQU0JT8VX0AEPSuZb { width:9.375rem;height:13.625rem;top:71.250012397769rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5MamUJ6qa4oTgwChVLtmdwTlyVxCB4U { display:block; }
 }@media only screen and (max-width: 763px) { #eiSWEbUr6ELhnmfoDAJARbFFGXNVe45M { width:9.375rem;height:13.625rem;top:85.499980926513rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxTH9hkcF1K80WDvNrw5zFTOmTRvLU6t { display:block; }
 }@media only screen and (max-width: 763px) { #BFJ0vr1ZGegivzmoF8uWfhUUdmuT08i0 { width:9.375rem;height:13.625rem;top:85.499988555906rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W860bd4eLkTd0TquC1ZbqtcWVIxKZGP7 { display:block; }
 }@media only screen and (max-width: 763px) { #mpTuQHo7wu9L4q1hR1SwE8h7SxPtpH6U { width:9.375rem;height:13.625rem;top:99.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmpuwfSVn8sFL1Ch7tpz9BeqfyrizmKg { display:block; }
 }@media only screen and (max-width: 763px) { #xB3L5vcVhqLhEd8Z06rf2rWRnbHV8VWM { width:9.375rem;height:13.625rem;top:99.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVwKOvMPkTNaPdUQwF3rchtqo6yVmNkm { display:block; }
 }@media only screen and (max-width: 763px) { #NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV { display:block; }#NdZwoPEU327AFmxIEv9JeLhn3DfGKZyV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 { display:block; }#N0509uCfz6vdMQDdxq5WzGBPU3uoi9R6 > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqu14fJdh71ge1M5qndco4ebK7AGnlk5 { height:11.217391304348rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqkB90KBtnaUfJV9U44uyGGmqvrioXr { height:11.217391304348rem;width:20rem;top:13.7176875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK { display:block; }#HCnFtdN4aVa744oqNgDZpGDPPXT4GlyK > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFeA31xWoJPhGE4REZnCUxx8CU6JAbza { background-color:#ffffff;background-image:none;display:block; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container { background-color: transparent; background-image: none; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container > .video-iframe-container { display: none; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row > .video-iframe-container { display: none; }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .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); }#TFeA31xWoJPhGE4REZnCUxx8CU6JAbza > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seGJUTN3wx0eJUGH13xTa0XXPGuQXhfd { width:14.125rem;height:3.3rem;top:1.875rem;left:2.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sQgUNB425yZLr5iCcUdadR4HCU5MCREd { width:2.9375rem;height:2.875rem;top:8.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONfZPsizaER0aSmxGhc9KT8Nk3Dq717F { width:4.875rem;height:3.65625rem;top:11.625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxQBVvWRT9RVAUsUfzGgeWdkCmoLBGKx { width:2.6875rem;height:2.75rem;top:8.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzaVQf9zMkFOTq9Z5hQnS2A2RmVLONMK { width:4.875rem;height:3.65625rem;top:11.875rem;left:7.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMkkxE49VEoiH3ImsoGEAC53PKvtuZNS { width:5.375rem;height:2.4375rem;top:11.625rem;left:14rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDTz7peG1wsvvd4IteQvWInonPiNTc0q { width:2.75rem;height:2.75rem;top:8.625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU0vM4ZIdPWTAMmxKTy3ZEwubZsQtBX9 { width:20rem;height:1.21875rem;top:5.4499969482422rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1MRDeMppk7D7mL8dLZGVdzZ5Fsz8vaN { width:19.375rem;height:7.3125rem;top:16.836458206177rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TeHTnyVlE50uMUi4DsHdQJyO2ZXN4Vm2 { width:10.9375rem;height:2.5rem;top:46.373958587646rem;left:4.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciAABV6g861UANdZJ3Cmykmy44LhA0zk { display:block; }
 }@media only screen and (max-width: 763px) { #Dqqb7OiX9bAbWZIlSzEtXXOT7pi81PdI { top:25.8125rem;left:0.3125rem;width:19.375rem;height:19.375rem;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/704b558e-a957-411e-8ebb-5ff579e7bdb6/backgroundtecidos.crop_960x1080_0,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Dqqb7OiX9bAbWZIlSzEtXXOT7pi81PdI.adaptive-delivery-prevent-bg, #Dqqb7OiX9bAbWZIlSzEtXXOT7pi81PdI.lazyload, #Dqqb7OiX9bAbWZIlSzEtXXOT7pi81PdI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bI055Tz7rrdTBdSsvFP3f133ukloxFoC { background-color:#f1efeb;background-image:none;display:block; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { background-color: transparent; background-image: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row > .video-iframe-container { display: none; }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .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); }#bI055Tz7rrdTBdSsvFP3f133ukloxFoC > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUncICQbHHJNct7fhaCNw7vlIiQhTORp { width:13.5625rem;height:1.7875rem;top:1.875rem;left:3.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU7gvG3AOfNeqKC80UWTukpT3mi6Zs7F { width:17.4375rem;height:1.21875rem;top:3.6625061035156rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ { background-color:#f1efeb;background-image:none;display:block; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container { background-color: transparent; background-image: none; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container > .video-iframe-container { display: none; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row > .video-iframe-container { display: none; }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .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); }#ET45qJXFFfXGU4HklrPtXzhrD09mnxPQ > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luTQnKGe6qslg0ObkJvvK2AwXJbZy0nd { width:8.3125rem;height:11.3125rem;top:0rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Xp7re375qq6Ews8BkWsfwUeb7xPCr9Au { width:7.6875rem;height:2.25rem;top:15.059375762939rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCiLLNJyInUr6qTUPBfwecacuUTT12KS { display:block; }
 }@media only screen and (max-width: 763px) { #XpPMr3ogdyveFGz8vaHccutlqyXCW51n { width:7.6875rem;height:2.3125rem;top:15.028125762939rem;left:11.375000357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrDdhyuBkh4KL1FlpvqgpxwDMT94tsWn { display:block; }
 }@media only screen and (max-width: 763px) { #kzsrom6WZJ2eR3t1gDLsOb7OGqb2Fvuo { width:8.3125rem;height:11.3125rem;top:0rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXm67EKTFFFL7JX3TIBCa4QedQfTkvzc { width:7.6875rem;height:2.25rem;top:35.5rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RioIg5PVvEJTzJWRLA6ehGnLXo9ybXFW { display:block; }
 }@media only screen and (max-width: 763px) { #Lt7WRtRWATDCoymCl4yqp56ipMT9n8Kt { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5vJGD2y915oMpe4uKxd00IVkdGVcpO9 { width:7.6875rem;height:2.25rem;top:35.5rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUhliqlgJp8VXIt5HfMP5ehNpon535oi { display:block; }
 }@media only screen and (max-width: 763px) { #Nzl28bWZaEosk88otMqD5RI3nIodKBkw { width:8.3125rem;height:11.3125rem;top:19.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAPoGDQEUf2hudpvd2HbBWlGXd3Tgcvt { width:20rem;height:0;top:34.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2QLGdH0lIKaX2pVP8SHETHcHi0efkxl { width:2.8125rem;height:2.8125rem;top:38.9375rem;left:8.5937503576281rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zITaxvi4xxbwdtTpZOTWvu0rbtrylC { width:6.0625rem;height:2.4375rem;top:11.590625762939rem;left:1.7500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK0xdclETQ2qdz7LHI1pJAH3SkDoz6lZ { width:8.1875rem;height:14.3125rem;top:0rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MkT0Lfla6hL33vrg15hTzeSSHDfyA88X { width:7.5rem;height:2.4375rem;top:11.590625762939rem;left:11.468750357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGUBdUT4l1vctOOI8lcs0eEQxfWNbX9f { width:5.875rem;height:3.65625rem;top:30.75rem;left:1.8437501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7eskEIGWmFTkgsbBGnuV7zuEd096U2a { width:5.9375rem;height:2.4375rem;top:31.359375rem;left:12.250000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIJLXwevOClTKRuDyFs48M3AppE6Guku { width:4.5625rem;height:0.975rem;top:10.012500762939rem;left:4.3749998807907rem;font-size:0.75rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #m7Umk2CvSkTkawLGNQtzHhDlLvWTV5ny { width:4.5625rem;height:0.975rem;top:10.012500762939rem;left:14.750000357628rem;font-size:0.75rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #iZdIPapTzXATRMoui2znAX5DCmcPeQoD { width:4.75rem;height:1.6875rem;top:9.625rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFT2Ka7MDBHbgTFhJnyW9eOxLEKsX3Ln { width:4.375rem;height:0.975rem;top:29.231250762939rem;left:4.3749998807907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6oFHfV4mZo71ytAzZTu0NiZvSzs4UD9 { width:4.75rem;height:1.6875rem;top:28.8125rem;left:4.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkA1iZi8i9m4UhhnXZnQfDPhWwgmy6KB { width:4.3125rem;height:0.975rem;top:29.231250762939rem;left:14.812500357628rem;font-size:0.75rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #TSVQhQNRw641T0MIBfDXdAaUZJTWzTFW { width:4.75rem;height:1.6875rem;top:28.875rem;left:14.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcuNw6uTTfR5KuLFWQ3x8sAizL2sE6Sy { width:4.75rem;height:1.6875rem;top:9.6875rem;left:4.2499998807907rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #EJElVZHgFxhXwORncMHv0diREZdVzurU { width:8.1875rem;height:14.3125rem;top:0rem;left:11.062500357628rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #KIQtJbC6nm6Rx1G5LOeZLbKErgga5osL { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:0.625rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #gAutaLvvUNvgRQWEucXHpaaXqRLANldz { width:8.1875rem;height:15.5625rem;top:19.1875rem;left:11.062500357628rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #nMMBAi7nMu7at8XZrpDlfc2VL3RwCTdc { width:12.8125rem;height:2.3125rem;top:40.875rem;left:3.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD8Q3UPqizOrh1Tn34cLXFIVG8if0UC4 { display:block; }
 }@media only screen and (max-width: 763px) { #wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt { display:block; }#wdISWqQrnt9CQ0fQbOTefLa1ugAvg6Pt > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 { display:none; }#u2JqHXDtTP3tPmt9VZUKMwuSf7cvMVz1 > .row .container { width:20rem;height:365.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cOiFEPQmLT2AOpg6eELTCBV6oRM5qF6g { width:20rem;height:0;top:185.310546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bLKskrR1Z7mTcqhrOTFvNKyuJVP93c2a { width:20rem;height:0;top:194.560546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTTQu2ETpJ9ZnaaDanApeoI2tJhVOw9m { width:4.25rem;height:2.875rem;top:197.435546875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdsZNZBwukK3lHLv4f73G2yHTFa4AEiS { display:block; }
 }@media only screen and (max-width: 763px) { #FGzKIIRJgtMlZ6tdbzP0HKJKEcEIkPmV { width:9.75rem;height:2.875rem;top:17.185764312744rem;left:5.1249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2kIl0Ds2R26Jkml6QALshdKXNfcmiz { display:block; }
 }@media only screen and (max-width: 763px) { #Z0c5SCRfKRt9Zka8yiPuLFoL80v9xqKQ { width:1rem;height:19.25rem;top:21.310546875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T473TBWCxMhWem7lDd75IscI3wtWyOJC { width:0.875rem;height:19.25rem;top:41.810546875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8lgFyOqOEKzqe3nQsFdXoqzbTBd5F8s { width:0.75rem;height:19.25rem;top:62.310546875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sppzBAqD4UmhWcqCApzIksx9DKnh4FQm { width:0.625rem;height:19.25rem;top:82.810546875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCzALwEUMomS4elE2m6PwcQkHtKJTbNX { width:0.5rem;height:19.25rem;top:103.310546875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KKC8CfawrzbTvFOwuOuxR7NDonWxaS { width:0.375rem;height:19.25rem;top:123.810546875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ3slEOTNSJ1DMezieFypZnCZ7g68SPq { width:0.25rem;height:19.25rem;top:144.310546875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9u3EzukAsgD04bpUfk7aECwm0hXC8SH { width:0.125rem;height:19.25rem;top:164.810546875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoEqTlNpVx3Lnlde3dm4NoLxEcG5AR95 { width:0.5rem;height:19.25rem;top:263.060546875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8sR0tMheQqG26UEnsLQHrep5VnmRGfH { width:0.375rem;height:19.25rem;top:242.560546875rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt5eB2dCFRrWnsJFQxuL9Tp5prhfhkAa { width:0.25rem;height:19.25rem;top:222.060546875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE9o9JATWNOVSbXCkZsK1736Mw7bQo7n { width:0.125rem;height:19.25rem;top:201.560546875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFf3OgcMMxzuKpkxK6MAzrSoGXdETcd { width:1rem;height:19.25rem;top:345.060546875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXCtyoyTPnGdypAVRVmVlB676P4fy2Ff { width:0.875rem;height:19.25rem;top:324.560546875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGCIq6WUxiVcfuvlxawOIzTsCMfm4JoO { width:0.75rem;height:19.25rem;top:304.060546875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz25v8WZvLCyf90rLQB8e99LuerTbPXA { width:0.625rem;height:19.25rem;top:283.560546875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD { display:block; }#KWOvyN9dnT5ZHcZxL8hhq7Ps33806riD > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpNpZgcM0dcIdlo8xbFou7vKCwKtGOm1 { width:18.75rem;height:7.15rem;top:6.1854248046875rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;font-family:"liberation serif";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MMOK4IgkuTwz0PMKlOCvKxf924qlDQev { width:20rem;height:2.6rem;top:14.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfBD16n9X61gaRiD1o5R2iozMVoV22PT { width:3.75rem;height:2.875rem;top:18.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU7Jn1b3k2UpZPbAcLnTLkHrNXalRgpm { display:block; }
 }@media only screen and (max-width: 763px) { #zTrOWHcIqFMO3IeugUnLFbPn5vfmbuI1 { width:11rem;height:2.875rem;top:18.4375rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt384SwtD5ZDyC9zNH6Zgss3VIb78LVp { display:block; }
 }@media only screen and (max-width: 763px) { #Q8rwLFTN9yPQPLplgyUvs5PD0Aa6SHuc { width:1rem;height:1.25rem;top:21.310424804688rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aL96b8POctTdRqugTAlTWOUe9E2No4ZJ { width:0.875rem;height:3.75rem;top:23.810424804688rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3Cy9OT1Al0bg6S76mW3HKlTaVfOJ0QQ { width:0.75rem;height:8.125rem;top:28.810424804688rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsus7hkCPNhzqRzoTLIqn547RdPHX5Wv { width:0.625rem;height:12.5rem;top:38.185424804688rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLUTHwlPi8ZtZTtFMKMgeLpMJElT4ox0 { width:0.5rem;height:15rem;top:51.935424804688rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc3GNwFANsAOlrpkrlwEggJN0TRoaZkQ { width:16.875rem;height:0.375rem;top:3.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJ5KAB5iTTKic4ZTBT0aNySSVsKf4c3 { width:18.125rem;height:0.25rem;top:4.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTcWKSHesGXERl1MTxEUltLNxzFv3SgC { width:19.25rem;height:0.125rem;top:5.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJAQHoMyQpPSCIDu2VehdKtB6cXy76y8 { width:0.5rem;height:15rem;top:198.43542480469rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiP1IQLh9b92X4EJy7PLt8V6z0ptrB1r { width:16.875rem;height:0.375rem;top:24.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlZWrVHlATpdaeybB5I2hpSUgtsN0MnV { width:18.125rem;height:0.25rem;top:23.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAANMztACsRu5yqVy7WZ0oRMOG9p1D7 { width:19.25rem;height:0.125rem;top:22.622916221619rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6E6Bq8AKDi7hTApgTwUwQN8CJ7ghTue { width:1rem;height:1.25rem;top:242.81042480469rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rK4QbTqMyDD1vZW3df1JIUuETTW8aVDP { width:0.875rem;height:3.75rem;top:237.81042480469rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Byh3JpDnbdhw4wBFTE39i5TNd3QyFTvV { width:0.75rem;height:8.125rem;top:228.43542480469rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8d2XCHqqABm0z8yKKdEgLSifitf7TwV { width:0.625rem;height:12.5rem;top:214.68542480469rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ { display:block; }#MaSJu4hCHmLcyb02GNbdcG8K0RAv3JVJ > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 { background-color:transparent;background-image:none;display:block; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { background-color: transparent; background-image: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container > .video-iframe-container { display: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row > .video-iframe-container { display: none; }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .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); }#Z2TMXfgFQS6IRCTtNHUgv4WWwSR2TCD8 > .row .container { width:20rem;height:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7WRWJ1oGbRzaTwBqnED2ORQ36faar82 { width:20rem;height:3.3rem;top:5.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D7RRsmE5eedLTh99E16Pl0UPDP0Q76B3 { width:10.5625rem;height:2.5rem;top:24.356262207031rem;left:4.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yshUV03uTrpzHdICqsJHLkoeSeLctOCU { display:block; }
 }@media only screen and (max-width: 763px) { #oCoF2sd4D7Zq01iv70TbfMBZCLMuTlkH { width:3.125rem;height:3.125rem;top:1.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmqNuwrie33z50B1wFTIIpWl6bydqbn9 { width:20rem;height:1.21875rem;top:8.6375122070312rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtwRDp6ZrK6AyeglbnZSnXFpDC48MVfB { top:11.106262207031rem;left:0.3125rem;width:19.375rem;height:12.0625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L { background-color:#511010;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row .container { background-color: transparent; background-image: none; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row .container > .video-iframe-container { display: none; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row > .video-iframe-container { display: none; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .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); }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row .container { border-width: 0; border-radius: 0; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rtOuy1kxURnWKUQU3MC1edQxx4UhiQ9L > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f3d1698d-5f5d-4334-bc87-b525e5879eb9/principal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS.adaptive-delivery-prevent-bg, #thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS.lazyload, #thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS.lazyloading { background-image: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container { background-color: transparent; background-image: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container > .video-iframe-container { display: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(111,30,30,0.59); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row > .video-iframe-container { display: none; }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .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); }#thCxGKgnnDUDmwb9tC5C9wW0eEvNAJqS > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDtqxu8KhpkrSPPJz5Xpp35N4uHFSQ3E { width:10.25rem;height:0;top:19.5625rem;left:6.1875rem;font-size:1rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #lPk8eCpixL9eXkMZCQJb44EwKuFKXLsK { width:6.4375rem;height:1.1375rem;top:10.650001525879rem;left:2.375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wWoT3IN44DwttZeZvXcKkMbCaPS4QI5J { width:1.5625rem;height:1.5625rem;top:19.4375rem;left:3.5rem;font-size:1.0625rem;color:#511010;display:none; }
 }@media only screen and (max-width: 763px) { #hP919TUUnEKTzGW5dCbR7X4ESUqfN3tL { width:1.9375rem;height:1.9375rem;top:10.1875rem;left:0.8125rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FTISQKk6vpzIZi5zB0nRzyTz9nQgn6TK { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:0.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JVAITFk30FgtfkuD5XmTBWwGKvTUKaTm { width:16.5625rem;height:1.1375rem;top:4.4614562988281rem;left:2.9375rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lJr0lTTNTo812ru7LREz4iKvB1hePU1M { width:1.875rem;height:1.875rem;top:1.0625rem;left:0.1875rem;color:#ffffff;z-index:15017;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GFX2bAMFzM2eerktUzMeH6mvtwSeRaxE { display:block; }
 }@media only screen and (max-width: 763px) { #WxxnXhRNc1PmQ6d1lsQbvpc2JMiVLOtS { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:0.375rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #IBL2eMSsga7c20L17fa06FR5JixLJGcX { width:1.875rem;height:1.875rem;top:1.0625rem;left:2.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WaAvlCfXwM2yyJIvAe5wB5MwOCIGghOJ { display:block; }
 }@media only screen and (max-width: 763px) { #XnXIvZ50ktJXcwxw2kGo2MK7eZkTSntn { width:1.75rem;height:1.75rem;top:1.125rem;left:2.5000001192093rem;font-size:1.1875rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #FVwKLvO4O7dc6P5Poe83RfPNb9esNgZz { width:1.875rem;height:1.875rem;top:1.0625rem;left:4.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IrENKJeOaX1U3E5TyEgrHDeTdg2eEMvm { display:block; }
 }@media only screen and (max-width: 763px) { #PkyFeczE37gOfibJV6BQdbR6THvt02dk { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:4.7499998807907rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #ztHD04kvE2FaMN9dTveN2186EDZk0Sh1 { width:1.875rem;height:1.875rem;top:1.0625rem;left:6.75rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AV5XxkOKO8Dd0HuRB9WCBmTdCeRZ3Lsr { display:block; }
 }@media only screen and (max-width: 763px) { #NaZAhNuMJD9s6umPXGALUWeDq9QG8r7t { width:1.5625rem;height:1.5625rem;top:1.1875rem;left:6.9374998807906rem;font-size:1.0625rem;color:#511010;display:block; }
 }@media only screen and (max-width: 763px) { #lTDBAsXaKUluQ6UI7dWItLAGQPtalPAf { width:16.5rem;height:0;top:6.69921875rem;left:3.5624998807907rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #WS4iJQtutc0Ta2iqv6vb0NUTTRCA1yuL { width:2.1875rem;height:2.1875rem;top:6.3125rem;left:0.6875rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yS2qqNa8aXpnEwrA8pQPnCwQCVqaXWw5 { width:1.5625rem;height:1.5625rem;top:1.125rem;left:9.0625rem;font-size:1.0625rem;color:#ffffff;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #wgh6RQT1BFJuLO4VPkoVCdrq5v3NSOzD { width:8.875rem;height:1.1375rem;top:1.421875rem;left:10.875rem;font-size:0.875rem;color:#ffffff;z-index:15021;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #AhQ8C8trKu37gnwJE21AaeXCZfTWEmzz { width:13.5625rem;height:2.275rem;top:6.8864593505863rem;left:2.9375rem;font-size:0.875rem;color:#ffffff;z-index:15022;text-align:left;text-align-last:left;font-family:"liberation serif";display:block; }
 }@media only screen and (max-width: 763px) { #VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 { background-color:#511010;background-image:none;border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row .container { background-color: transparent; background-image: none; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row .container > .video-iframe-container { display: none; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row > .video-iframe-container { display: none; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .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); }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row .container { border-width: 0; border-radius: 0; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSK38xrp8KpHtkM4JiNQUfP20ZCbo1n4 > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo { display:block; }#RhdZWV1HTfqbZDfnQGOBzdi2M0ICthvo > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #grXtSuiKixb1Gh1lQ97MXRESqZ6BXU9X { width:11.5rem;height:8.125rem;top:1.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bycr9EimnPSmXXKcwr59cOuehAOH9LUT { width:20rem;height:0.89375rem;top:11.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }